Searched refs:mp_int_expt_value (Results 1 – 8 of 8) sorted by relevance
/llvm-project/polly/lib/External/isl/imath/examples/ |
H A D | pi.c | 139 if ((res = mp_int_expt_value(radix, prec, &t)) != MP_OK || in arctan()
|
/llvm-project/polly/lib/External/isl/imath_wrap/ |
H A D | wrap.h | 91 #define mp_int_expt_value isl_mp_int_expt_value macro
|
/llvm-project/polly/lib/External/isl/imath/ |
H A D | imath.h | 218 mp_result mp_int_expt_value(mp_small a, mp_small b, mp_int c);
|
H A D | imrat.c | 527 if ((res = mp_int_expt_value(radix, zprec - lead_0, TEMP(2))) != MP_OK) { in mp_rat_to_decimal()
|
H A D | doc.md.in | 141 mp_int_expt mp_int_expt_value mp_int_expt_full
|
H A D | imdrover.c | 706 ECHECK(mp_int_expt_value(a, b, in[2])); in test_exptv()
|
H A D | imath.c | 925 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 D | isl_int_sioimath.h | 786 mp_int_expt_value(smalllhs, rhs, in isl_sioimath_pow_ui()
|