Home
last modified time | relevance | path

Searched refs:mp_int_read_cstring (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/mit/isl/dist/imath/
H A Dimrat.c665 if ((res = mp_int_read_cstring(MP_NUMER_P(r), radix, str, &endp)) != MP_OK && in mp_rat_read_cstring()
683 if ((res = mp_int_read_cstring(MP_DENOM_P(r), radix, endp, end)) != MP_OK) { in mp_rat_read_cstring()
736 if ((res = mp_int_read_cstring(MP_NUMER_P(r), radix, str, &endp)) != MP_OK && in mp_rat_read_cdecimal()
775 if ((res = mp_int_read_cstring(&frac, radix, endp, &endp)) != MP_OK && in mp_rat_read_cdecimal()
H A Dimath.h365 mp_result mp_int_read_cstring(mp_int z, mp_size radix, const char *str, char **end);
H A Dimath.c1504 return mp_int_read_cstring(z, radix, str, NULL); in mp_int_read_string()
1507 mp_result mp_int_read_cstring(mp_int z, mp_size radix, const char *str, in mp_int_read_cstring() function
/netbsd-src/external/mit/isl/dist/imath_wrap/
H A Dwrap.h108 #define mp_int_read_cstring isl_mp_int_read_cstring macro