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

/macosx-10.10.1/tcl-105/tcl/tcl/generic/
H A DtclTomMath.h768 #define mp_todecimal(M, S) mp_toradix((M), (S), 10) macro
/macosx-10.10.1/Heimdal-398.1.2/lib/hcrypto/libtommath/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);
354 mp_todecimal(&a, buf);
/macosx-10.10.1/Heimdal-398.1.2/lib/hcrypto/libtommath/mtest/
H A Dmpi.h219 #define mp_todecimal(M, S) mp_toradix((M), (S), 10) macro
/macosx-10.10.1/Heimdal-398.1.2/lib/hcrypto/libtommath/
H A Dtommath.h557 #define mp_todecimal(M, S) mp_toradix((M), (S), 10) macro
/macosx-10.10.1/tcl-105/tcl/tcl/libtommath/
H A Dtommath.h549 #define mp_todecimal(M, S) mp_toradix((M), (S), 10) macro

Completed in 230 milliseconds