Searched refs:mp_int_to_int (Results 1 – 7 of 7) sorted by relevance
/netbsd-src/external/mit/isl/dist/ |
H A D | isl_imath.c | 20 mp_result res = mp_int_to_int(op, &out); in isl_imath_fits_slong_p()
|
H A D | isl_int_sioimath.h | 396 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 D | wrap.h | 121 #define mp_int_to_int isl_mp_int_to_int macro
|
/netbsd-src/external/mit/isl/dist/imath/ |
H A D | imath.h | 315 mp_result mp_int_to_int(mp_int z, mp_small *out);
|
H A D | imrat.c | 460 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 D | gmp_compat.c | 441 mp_result res = mp_int_to_int(op, &out); in GMPZAPI()
|
H A D | imath.c | 880 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
|