Home
last modified time | relevance | path

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

/external/llvm-project/polly/lib/External/isl/imath_wrap/
Dwrap.h91 #define mp_int_expt_value isl_mp_int_expt_value macro
/external/llvm-project/polly/lib/External/isl/imath/
Dimath.h144 mp_result mp_int_expt_value(mp_small a, mp_small b, mp_int c); /* c = a^b */
Dimrat.c552 if ((res = mp_int_expt_value(radix, prec - lead_0, TEMP(2))) != MP_OK) in mp_rat_to_decimal()
Dimath.c1024 mp_result mp_int_expt_value(mp_small a, mp_small b, mp_int c) in mp_int_expt_value() function
/external/llvm-project/polly/lib/External/isl/
Disl_int_sioimath.h786 mp_int_expt_value(smalllhs, rhs, in isl_sioimath_pow_ui()