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

  /src/external/mit/isl/dist/imath_wrap/
wrap.h 67 #define mp_int_abs isl_mp_int_abs macro
  /src/external/mit/isl/dist/imath/
imath.c 516 mp_result mp_int_abs(mp_int a, mp_int c) { function
1158 return mp_int_abs(b, c);
1160 return mp_int_abs(a, c);
1200 REQUIRE(mp_int_abs(TEMP(0), c));
1220 if ((res = mp_int_abs(b, c)) != MP_OK) return res;
1225 if ((res = mp_int_abs(a, c)) != MP_OK) return res;

Completed in 23 milliseconds