Searched refs:shift_x (Results 1 - 1 of 1) sorted by relevance

/haiku-buildtools/gcc/mpfr/src/
H A Dexp3.c157 mpfr_exp_t ttt, shift_x; local
190 shift_x = ttt;
195 shift_x = 0;
200 Prec = realprec + shift + 2 + shift_x;
251 if (shift_x > 0)
254 for (loop = 0; loop < shift_x - 1; loop++)
286 if (mpfr_can_round (shift_x > 0 ? t : tmp, realprec, MPFR_RNDD, MPFR_RNDZ,
289 inexact = mpfr_set (y, shift_x > 0 ? t : tmp, rnd_mode);
323 Prec = realprec + shift + 2 + shift_x;

Completed in 41 milliseconds