Home
last modified time | relevance | path

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

/external/llvm-project/polly/lib/External/isl/imath/
Dimrat.c527 int len, lead_0, left = limit, last = 0; in mp_rat_to_decimal() local
543 for (lead_0 = 0; lead_0 < prec && mp_int_compare(TEMP(1), MP_DENOM_P(r)) < 0; in mp_rat_to_decimal()
544 ++lead_0) { in mp_rat_to_decimal()
551 if (prec > lead_0) { in mp_rat_to_decimal()
552 if ((res = mp_int_expt_value(radix, prec - lead_0, TEMP(2))) != MP_OK) in mp_rat_to_decimal()
631 memset(start, '0', lead_0 - 1); in mp_rat_to_decimal()
632 left -= lead_0; in mp_rat_to_decimal()
633 start += lead_0 - 1; in mp_rat_to_decimal()