Home
last modified time | relevance | path

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

/external/llvm-project/polly/lib/External/isl/imath/
Dimath.c323 STATIC mp_result s_embar(mp_int a, mp_int b, mp_int m, mp_int mu, mp_int c);
1195 if ((res = s_embar(TEMP(0), b, m, TEMP(1), s)) != MP_OK) in mp_int_exptmod()
1253 if ((res = s_embar(TEMP(0), b, m, mu, s)) != MP_OK) in mp_int_exptmod_known()
2752 STATIC mp_result s_embar(mp_int a, mp_int b, mp_int m, mp_int mu, mp_int c) in s_embar() function