Home
last modified time | relevance | path

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

/llvm-project-15.0.7/polly/lib/External/isl/imath/
H A Dimrat.c515 int zprec = (int)prec; in mp_rat_to_decimal() local
517 for (lead_0 = 0; lead_0 < zprec && mp_int_compare(TEMP(1), MP_DENOM_P(r)) < 0; in mp_rat_to_decimal()
526 if (zprec > lead_0) { in mp_rat_to_decimal()
527 if ((res = mp_int_expt_value(radix, zprec - lead_0, TEMP(2))) != MP_OK) { in mp_rat_to_decimal()
610 if (left < zprec + 1) { in mp_rat_to_decimal()