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

  /src/external/mit/isl/dist/imath_wrap/
wrap.h 73 #define mp_int_compare isl_mp_int_compare macro
  /src/external/mit/isl/dist/imath/
imath.c 975 int mp_int_compare(mp_int a, mp_int b) { function
1280 if (mp_int_compare(TEMP(4), TEMP(5)) >= 0) {
2401 if (mp_int_compare(x, m) >= 0) {
2403 if (mp_int_compare(x, m) >= 0) {

Completed in 23 milliseconds