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

/netbsd-current/external/mit/isl/dist/
H A Disl_test_imath.c36 assert(sizeof(mp_usmall) == sizeof(unsigned long));
H A Disl_int_sioimath.h68 * - mp_usmall is unsigned long
486 mp_usmall dummy;
499 mp_usmall result;
/netbsd-current/external/mit/isl/dist/imath/
H A Dimath.h42 typedef unsigned long mp_usmall; /* must be an unsigned type */ typedef
134 mp_result mp_int_init_uvalue(mp_int z, mp_usmall uvalue);
140 mp_result mp_int_set_uvalue(mp_int z, mp_usmall uvalue);
245 int mp_int_compare_uvalue(mp_int z, mp_usmall uv);
317 /** Returns `MP_OK` if `z` is representable as `mp_usmall`, or `MP_RANGE`.
319 mp_result mp_int_to_uint(mp_int z, mp_usmall *out);
H A Dimrat.h88 mp_result mp_rat_set_uvalue(mp_rat r, mp_usmall numer, mp_usmall denom);
H A Dimath.c229 static void s_ufake(mp_int z, mp_usmall value, mp_digit vbuf[]);
235 static int s_uvpack(mp_usmall v, mp_digit t[]);
242 static int s_uvcmp(mp_int a, mp_usmall uv);
435 mp_result mp_int_init_uvalue(mp_int z, mp_usmall uvalue) {
451 mp_result mp_int_set_uvalue(mp_int z, mp_usmall uvalue) {
1027 int mp_int_compare_uvalue(mp_int z, mp_usmall uv) {
1403 mp_usmall uz = MP_USED(z);
1417 mp_result mp_int_to_uint(mp_int z, mp_usmall *out) {
1428 mp_usmall uv = 0;
1738 mp_usmall u
[all...]
H A Dimrat.c120 mp_result mp_rat_set_uvalue(mp_rat r, mp_usmall numer, mp_usmall denom) {

Completed in 205 milliseconds