Home
last modified time | relevance | path

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

/netbsd-src/external/lgpl3/mpfr/dist/src/
H A Dexp3.c161 mpfr_exp_t ttt, shift_x; in mpfr_exp_3() local
194 shift_x = ttt; in mpfr_exp_3()
199 shift_x = 0; in mpfr_exp_3()
204 Prec = realprec + shift + 2 + shift_x; in mpfr_exp_3()
255 if (shift_x > 0) in mpfr_exp_3()
258 for (loop = 0; loop < shift_x - 1; loop++) in mpfr_exp_3()
290 if (MPFR_CAN_ROUND (shift_x > 0 ? t : tmp, realprec, in mpfr_exp_3()
293 inexact = mpfr_set (y, shift_x > 0 ? t : tmp, rnd_mode); in mpfr_exp_3()
327 Prec = realprec + shift + 2 + shift_x; in mpfr_exp_3()