Home
last modified time | relevance | path

Searched refs:mp_int_exptmod_evalue (Results 1 – 6 of 6) sorted by relevance

/llvm-project/polly/lib/External/isl/imath_wrap/
H A Dwrap.h89 #define mp_int_exptmod_evalue isl_mp_int_exptmod_evalue macro
/llvm-project/polly/lib/External/isl/imath/
H A Dimath.h260 mp_result mp_int_exptmod_evalue(mp_int a, mp_small value, mp_int m, mp_int c);
H A Ddoc.md.in159 mp_int_exptmod mp_int_exptmod_evalue mp_int_exptmod_bvalue
H A Dimdrover.c872 ECHECK(mp_int_exptmod_evalue(in[0], v, in[2], in[3])); in test_exptmod_ev()
H A DChangeLog33 Added mp_int_exptmod_evalue() and mp_int_exptmod_bvalue() to make
H A Dimath.c1066 mp_result mp_int_exptmod_evalue(mp_int a, mp_small value, mp_int m, mp_int c) { in mp_int_exptmod_evalue() function