Home
last modified time | relevance | path

Searched refs:mp_int_read_string (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/mit/isl/dist/imath/
H A Dgmp_compat.c351 mp_result res = mp_int_read_string(rop, base, str); in GMPZAPI()
372 resN = mp_int_read_string(mp_rat_numer_ref(rop), base, str); in GMPQAPI()
376 resD = mp_int_read_string(mp_rat_denom_ref(rop), base, slash + 1); in GMPQAPI()
H A Dimath.h347 mp_result mp_int_read_string(mp_int z, mp_size radix, const char *str);
H A Dimath.c1503 mp_result mp_int_read_string(mp_int z, mp_size radix, const char *str) { in mp_int_read_string() function
/netbsd-src/external/mit/isl/dist/imath_wrap/
H A Dwrap.h109 #define mp_int_read_string isl_mp_int_read_string macro
/netbsd-src/external/mit/isl/dist/
H A Disl_int_sioimath.c180 mp_int_read_string(isl_sioimath_reinit_big(dst), 10, str); in isl_sioimath_read()