HomeSort by: relevance | last modified time | path
    Searched defs:mp_usmall (Results 1 - 1 of 1) sorted by relevancy

  /src/external/mit/isl/dist/imath/
imath.h 42 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);

Completed in 15 milliseconds