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

/netbsd-6-1-5-RELEASE/external/lgpl3/mpfr/dist/
H A Datan.c196 mpfr_prec_t prec, realprec, est_lost, lost; local
294 est_lost = 9 + 2 * log2p;
295 prec += est_lost;
298 log2p = est_lost = 0; /* don't reduce the argument */
418 if (MPFR_LIKELY (MPFR_CAN_ROUND (arctgt, realprec + est_lost - lost,

Completed in 47 milliseconds