Searched refs:mp_todecimal (Results 1 - 3 of 3) sorted by relevance

/barrelfish-2018-10-04/lib/tommath/demo/
H A Ddemo.c96 mp_todecimal(&a, buf); printf("a = %s\n", buf);
97 mp_todecimal(&e, buf); printf("e = %s\n", buf);
98 mp_todecimal(&d, buf); printf("d = %s\n", buf);
99 mp_todecimal(&c, buf); printf("c = %s\n", buf);
353 mp_todecimal(&a, buf);
/barrelfish-2018-10-04/lib/tommath/mtest/
H A Dmpi.h219 #define mp_todecimal(M, S) mp_toradix((M), (S), 10) macro
/barrelfish-2018-10-04/lib/tommath/
H A Dtommath.h548 #define mp_todecimal(M, S) mp_toradix((M), (S), 10) macro

Completed in 37 milliseconds