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

  /src/external/mit/isl/dist/imath_wrap/
wrap.h 103 #define mp_int_mul isl_mp_int_mul macro
  /src/external/mit/isl/dist/imath/
imath.c 665 mp_result mp_int_mul(mp_int a, mp_int b, mp_int c) { function
721 return mp_int_mul(a, &vtmp, c);
912 REQUIRE(mp_int_mul(c, TEMP(0), c));
936 REQUIRE(mp_int_mul(c, TEMP(0), c));
962 REQUIRE(mp_int_mul(c, TEMP(0), c));
1320 REQUIRE(mp_int_mul(TEMP(0), b, TEMP(0)));

Completed in 23 milliseconds