| /src/external/mit/isl/dist/imath_wrap/ |
| wrap.h | 87 #define mp_int_exptmod isl_mp_int_exptmod macro
|
| wrap.h | 87 #define mp_int_exptmod isl_mp_int_exptmod macro
|
| /src/external/mit/isl/dist/imath/ |
| imath.c | 1037 mp_result mp_int_exptmod(mp_int a, mp_int b, mp_int m, mp_int c) { function 1072 return mp_int_exptmod(a, &vtmp, m, c); 1081 return mp_int_exptmod(&vtmp, b, m, c);
|
| imath.c | 1037 mp_result mp_int_exptmod(mp_int a, mp_int b, mp_int m, mp_int c) { function 1072 return mp_int_exptmod(a, &vtmp, m, c); 1081 return mp_int_exptmod(&vtmp, b, m, c);
|