Home
last modified time | relevance | path

Searched refs:mp_int_to_uint (Results 1 – 9 of 9) sorted by relevance

/llvm-project/polly/lib/External/isl/
H A Disl_imath.c29 mp_result res = mp_int_to_uint(op, &out); in isl_imath_fits_ulong_p()
H A Disl_int_sioimath.h491 return mp_int_to_uint(isl_sioimath_get_big(val), &dummy) == MP_OK; in isl_sioimath_fits_ulong()
504 mp_int_to_uint(isl_sioimath_get_big(val), &result); in isl_sioimath_get_ui()
/llvm-project/polly/lib/External/isl/imath_wrap/
H A Dwrap.h123 #define mp_int_to_uint isl_mp_int_to_uint macro
/llvm-project/polly/lib/External/isl/imath/
H A Dgmp_compat.c423 mp_result res = mp_int_to_uint(op, &out); in GMPZAPI()
645 CHECK(mp_int_to_uint(r, &rl)); in GMPZAPI()
H A Dimath.h319 mp_result mp_int_to_uint(mp_int z, mp_usmall *out);
H A Dimdrover.c443 CHECK(mp_int_to_uint(in[1], &uv)); in test_init()
467 CHECK(mp_int_to_uint(in[1], &uv)); in test_set()
1042 ECHECK(mp_int_to_uint(in[0], &v)); in test_to_uint()
H A DChangeLog290 Added mp_int_to_uint() and mp_int_lcm() in imath.{h,c}, based on a
350 Fixed a bug in mp_int_to_uint() which was causing incorrect MP_RANGE
H A Ddoc.md.in168 mp_int_to_int mp_int_to_uint
H A Dimath.c1417 mp_result mp_int_to_uint(mp_int z, mp_usmall *out) { in mp_int_to_uint() function