Searched refs:mp_int_exptmod (Results 1 – 3 of 3) sorted by relevance
/external/llvm-project/polly/lib/External/isl/imath_wrap/ |
D | wrap.h | 87 #define mp_int_exptmod isl_mp_int_exptmod macro
|
/external/llvm-project/polly/lib/External/isl/imath/ |
D | imath.h | 159 mp_result mp_int_exptmod(mp_int a, mp_int b, mp_int m,
|
D | imath.c | 1164 mp_result mp_int_exptmod(mp_int a, mp_int b, mp_int m, mp_int c) in mp_int_exptmod() function 1211 return mp_int_exptmod(a, &vtmp, m, c); in mp_int_exptmod_evalue() 1222 return mp_int_exptmod(&vtmp, b, m, c); in mp_int_exptmod_bvalue()
|