Searched refs:mp_int_to_string (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/external/mit/isl/dist/imath/ |
H A D | imrat.c | 472 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 D | imath.h | 327 mp_result mp_int_to_string(mp_int z, mp_size radix, char *str, int limit);
|
H A D | gmp_compat.c | 303 CHECK(mp_int_to_string(op, r, str, len)); in GMPZAPI()
|
H A D | imath.c | 1441 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 D | wrap.h | 122 #define mp_int_to_string isl_mp_int_to_string macro
|
/netbsd-src/external/mit/isl/dist/ |
H A D | isl_int_sioimath.c | 213 mp_int_to_string(big, 10, buf, len); in isl_sioimath_print()
|