Searched refs:correct_bits (Results 1 – 1 of 1) sorted by relevance
58 mpfr_prec_t correct_bits; /* estimates the number of correct bits*/ in mpfr_ai1() local264 correct_bits = 0; in mpfr_ai1()266 correct_bits = wprec - err - 1; /* since wprec > err + 1, in mpfr_ai1()269 correct_bits = prec; in mpfr_ai1()271 if (MPFR_LIKELY (MPFR_CAN_ROUND (s, correct_bits, MPFR_PREC (y), rnd))) in mpfr_ai1()274 if (correct_bits == 0) in mpfr_ai1()282 else if (correct_bits < prec) in mpfr_ai1()