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

  /src/external/mit/isl/dist/imath_wrap/
wrap.h 68 #define mp_int_add isl_mp_int_add macro
  /src/external/mit/isl/dist/imath/
imath.c 537 mp_result mp_int_add(mp_int a, mp_int b, mp_int c) { function
600 return mp_int_add(a, &vtmp, c);
864 REQUIRE(mp_int_add(out, m, c));
1260 REQUIRE(mp_int_add(TEMP(0), TEMP(7), TEMP(0)));
1272 REQUIRE(mp_int_add(TEMP(2), TEMP(7), TEMP(2)));

Completed in 24 milliseconds