Searched refs:mp_int_expt_value (Results 1 – 5 of 5) sorted by relevance
91 #define mp_int_expt_value isl_mp_int_expt_value macro
144 mp_result mp_int_expt_value(mp_small a, mp_small b, mp_int c); /* c = a^b */
552 if ((res = mp_int_expt_value(radix, prec - lead_0, TEMP(2))) != MP_OK) in mp_rat_to_decimal()
1024 mp_result mp_int_expt_value(mp_small a, mp_small b, mp_int c) in mp_int_expt_value() function
786 mp_int_expt_value(smalllhs, rhs, in isl_sioimath_pow_ui()