HomeSort by: relevance | last modified time | path
    Searched refs:mp_int_egcd (Results 1 - 3 of 3) sorted by relevancy

  /src/external/mit/isl/dist/imath_wrap/
wrap.h 84 #define mp_int_egcd isl_mp_int_egcd macro
  /src/external/mit/isl/dist/imath/
imath.h 295 mp_result mp_int_egcd(mp_int a, mp_int b, mp_int c, mp_int x, mp_int y);
imath.c 1125 REQUIRE(mp_int_egcd(a, m, TEMP(0), TEMP(1), NULL));
1211 mp_result mp_int_egcd(mp_int a, mp_int b, mp_int c, mp_int x, mp_int y) { function

Completed in 64 milliseconds