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

/netbsd-6-1-5-RELEASE/external/lgpl3/mpfr/dist/
H A Dgamma.c102 mpfr_prec_t realprec; local
340 realprec = MPFR_PREC (gamma);
345 if (realprec < w)
346 realprec = w;
348 if (realprec < w)
349 realprec = w;
351 realprec = realprec + MPFR_INT_CEIL_LOG2 (realprec) + 20;
352 MPFR_ASSERTD(realprec >
[all...]
H A Dexp3.c163 mpfr_prec_t realprec, Prec; local
197 realprec = MPFR_PREC (y) + MPFR_INT_CEIL_LOG2 (prec_x + MPFR_PREC (y));
198 Prec = realprec + shift + 2 + shift_x;
204 MPFR_ZIV_INIT (ziv_loop, realprec);
284 if (mpfr_can_round (shift_x > 0 ? t : tmp, realprec, MPFR_RNDD, MPFR_RNDZ,
320 MPFR_ZIV_NEXT (ziv_loop, realprec);
321 Prec = realprec + shift + 2 + shift_x;
H A Datan.c196 mpfr_prec_t prec, realprec, est_lost, lost; local
267 realprec = MPFR_PREC (atan) + MPFR_INT_CEIL_LOG2 (MPFR_PREC (atan)) + 4;
268 prec = realprec + GMP_NUMB_BITS;
284 n0 = MPFR_INT_CEIL_LOG2 ((realprec + sup) + 3);
285 /* since realprec >= 4, n0 >= ceil(log2(8)) >= 3, thus 3*n0 > 2 */
286 prec = (realprec + sup) + 1 + MPFR_INT_CEIL_LOG2 (3*n0-2);
362 realprec = prec - 2;
418 if (MPFR_LIKELY (MPFR_CAN_ROUND (arctgt, realprec + est_lost - lost,
421 MPFR_ZIV_NEXT (loop, realprec);

Completed in 100 milliseconds