Home
last modified time | relevance | path

Searched refs:mp_usmall (Results 1 – 6 of 6) sorted by relevance

/external/llvm-project/polly/lib/External/isl/imath/
Dimath.h41 typedef unsigned long mp_usmall; /* must be an unsigned type */ typedef
116 mp_result mp_int_init_uvalue(mp_int z, mp_usmall uvalue);
118 mp_result mp_int_set_uvalue(mp_int z, mp_usmall uvalue);
151 int mp_int_compare_uvalue(mp_int z, mp_usmall uv); /* a <=> uv */
184 mp_result mp_int_to_uint(mp_int z, mp_usmall *out);
Dimrat.h58 mp_result mp_rat_set_uvalue(mp_rat r, mp_usmall numer, mp_usmall denom);
Dimath.c237 STATIC void s_ufake(mp_int z, mp_usmall value, mp_digit vbuf[]);
243 STATIC int s_uvpack(mp_usmall v, mp_digit t[]);
250 STATIC int s_uvcmp(mp_int a, mp_usmall uv);
439 mp_result mp_int_init_uvalue(mp_int z, mp_usmall uvalue) in mp_int_init_uvalue()
457 mp_result mp_int_set_uvalue(mp_int z, mp_usmall uvalue) in mp_int_set_uvalue()
1154 int mp_int_compare_uvalue(mp_int z, mp_usmall uv) in mp_int_compare_uvalue()
1615 mp_usmall uv = 0; in mp_int_to_int()
1643 mp_result mp_int_to_uint(mp_int z, mp_usmall *out) in mp_int_to_uint()
1645 mp_usmall uv = 0; in mp_int_to_uint()
2034 mp_usmall uv = (mp_usmall) (value < 0) ? -value : value; in s_fake()
[all …]
Dimrat.c124 mp_result mp_rat_set_uvalue(mp_rat r, mp_usmall numer, mp_usmall denom) in mp_rat_set_uvalue()
/external/llvm-project/polly/lib/External/isl/
Disl_test_imath.c36 assert(sizeof(mp_usmall) == sizeof(unsigned long)); in test_imath_internals()
Disl_int_sioimath.h486 mp_usmall dummy; in isl_sioimath_fits_ulong()
499 mp_usmall result; in isl_sioimath_get_ui()