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

  /src/external/mit/isl/dist/imath_wrap/
wrap.h 106 #define mp_int_neg isl_mp_int_neg macro
  /src/external/mit/isl/dist/imath/
imath.c 526 mp_result mp_int_neg(mp_int a, mp_int c) { function
1181 REQUIRE(mp_int_neg(TEMP(1), TEMP(2)));
1192 REQUIRE(mp_int_neg(TEMP(2), TEMP(1)));
1387 if (flips) (void)mp_int_neg(c, c); /* cannot fail */

Completed in 28 milliseconds