Searched refs:zprec (Results 1 – 1 of 1) sorted by relevance
515 int zprec = (int)prec; in mp_rat_to_decimal() local517 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()