Home
last modified time | relevance | path

Searched refs:mp_int_to_int (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/mit/isl/dist/
H A Disl_imath.c20 mp_result res = mp_int_to_int(op, &out); in isl_imath_fits_slong_p()
H A Disl_int_sioimath.h396 if (mp_int_to_int(isl_sioimath_get_big(*dst), &small) != MP_OK) in isl_sioimath_try_demote()
465 return mp_int_to_int(isl_sioimath_get_big(val), &dummy) == MP_OK; in isl_sioimath_fits_slong()
478 mp_int_to_int(isl_sioimath_get_big(val), &result); in isl_sioimath_get_si()
/netbsd-src/external/mit/isl/dist/imath_wrap/
H A Dwrap.h121 #define mp_int_to_int isl_mp_int_to_int macro
/netbsd-src/external/mit/isl/dist/imath/
H A Dimath.h315 mp_result mp_int_to_int(mp_int z, mp_small *out);
H A Dimrat.c460 if ((res = mp_int_to_int(MP_NUMER_P(r), num)) != MP_OK) { in mp_rat_to_ints()
464 res = mp_int_to_int(MP_DENOM_P(r), den); in mp_rat_to_ints()
H A Dgmp_compat.c441 mp_result res = mp_int_to_int(op, &out); in GMPZAPI()
H A Dimath.c880 if (r) (void)mp_int_to_int(TEMP(0), r); /* can't fail */ in mp_int_div_value()
1393 mp_result mp_int_to_int(mp_int z, mp_small *out) { in mp_int_to_int() function