Home
last modified time | relevance | path

Searched refs:mp_int_to_string (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/mit/isl/dist/imath/
H A Dimrat.c472 if ((res = mp_int_to_string(MP_NUMER_P(r), radix, str, limit)) != MP_OK) { in mp_rat_to_string()
491 return mp_int_to_string(MP_DENOM_P(r), radix, start, limit); in mp_rat_to_string()
597 if ((res = mp_int_to_string(TEMP(0), radix, start, left)) != MP_OK) { in mp_rat_to_decimal()
619 res = mp_int_to_string(TEMP(1), radix, start, left); in mp_rat_to_decimal()
H A Dimath.h327 mp_result mp_int_to_string(mp_int z, mp_size radix, char *str, int limit);
H A Dgmp_compat.c303 CHECK(mp_int_to_string(op, r, str, len)); in GMPZAPI()
H A Dimath.c1441 mp_result mp_int_to_string(mp_int z, mp_size radix, char *str, int limit) { in mp_int_to_string() function
/netbsd-src/external/mit/isl/dist/imath_wrap/
H A Dwrap.h122 #define mp_int_to_string isl_mp_int_to_string macro
/netbsd-src/external/mit/isl/dist/
H A Disl_int_sioimath.c213 mp_int_to_string(big, 10, buf, len); in isl_sioimath_print()