Home
last modified time | relevance | path

Searched refs:mp_int_exptmod (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/polly/lib/External/isl/imath_wrap/
Dwrap.h87 #define mp_int_exptmod isl_mp_int_exptmod macro
/external/llvm-project/polly/lib/External/isl/imath/
Dimath.h159 mp_result mp_int_exptmod(mp_int a, mp_int b, mp_int m,
Dimath.c1164 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()