Home
last modified time | relevance | path

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

/llvm-project/polly/lib/External/isl/imath/examples/
H A Dpi.c139 if ((res = mp_int_expt_value(radix, prec, &t)) != MP_OK || in arctan()
/llvm-project/polly/lib/External/isl/imath_wrap/
H A Dwrap.h91 #define mp_int_expt_value isl_mp_int_expt_value macro
/llvm-project/polly/lib/External/isl/imath/
H A Dimath.h218 mp_result mp_int_expt_value(mp_small a, mp_small b, mp_int c);
H A Dimrat.c527 if ((res = mp_int_expt_value(radix, zprec - lead_0, TEMP(2))) != MP_OK) { in mp_rat_to_decimal()
H A Ddoc.md.in141 mp_int_expt mp_int_expt_value mp_int_expt_full
H A Dimdrover.c706 ECHECK(mp_int_expt_value(a, b, in[2])); in test_exptv()
H A Dimath.c925 mp_result mp_int_expt_value(mp_small a, mp_small b, mp_int c) { in mp_int_expt_value() function
/llvm-project/polly/lib/External/isl/
H A Disl_int_sioimath.h786 mp_int_expt_value(smalllhs, rhs, in isl_sioimath_pow_ui()