Searched refs:mp_int_to_uint (Results 1 – 9 of 9) sorted by relevance
/llvm-project/polly/lib/External/isl/ |
H A D | isl_imath.c | 29 mp_result res = mp_int_to_uint(op, &out); in isl_imath_fits_ulong_p()
|
H A D | isl_int_sioimath.h | 491 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 D | wrap.h | 123 #define mp_int_to_uint isl_mp_int_to_uint macro
|
/llvm-project/polly/lib/External/isl/imath/ |
H A D | gmp_compat.c | 423 mp_result res = mp_int_to_uint(op, &out); in GMPZAPI() 645 CHECK(mp_int_to_uint(r, &rl)); in GMPZAPI()
|
H A D | imath.h | 319 mp_result mp_int_to_uint(mp_int z, mp_usmall *out);
|
H A D | imdrover.c | 443 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 D | ChangeLog | 290 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 D | doc.md.in | 168 mp_int_to_int mp_int_to_uint
|
H A D | imath.c | 1417 mp_result mp_int_to_uint(mp_int z, mp_usmall *out) { in mp_int_to_uint() function
|