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

/netbsd-6-1-5-RELEASE/external/lgpl3/mpfr/dist/
H A Dpow_z.c71 unsigned int inexmul; /* will be non-zero if res may be inexact */ local
82 inexmul = mpfr_mul (res, x, x, rnd2);
85 inexmul |= mpfr_mul (res, res, x, rnd1);
88 inexmul |= mpfr_mul (res, res, res, rnd2);
90 inexmul |= mpfr_mul (res, res, x, rnd1);
92 if (MPFR_LIKELY (inexmul == 0 || cr == 0

Completed in 51 milliseconds