Home | History | Annotate | Download | only in Support

Lines Matching refs:reciprocal

2435       /* Extra half-ulp lost in reciprocal of exponent.  */
3722 APFloat reciprocal(*semantics, 1ULL);
3723 if (reciprocal.divide(*this, rmNearestTiesToEven) != opOK)
3728 if (reciprocal.isDenormal())
3731 assert(reciprocal.isFiniteNonZero() &&
3732 reciprocal.significandLSB() == reciprocal.semantics->precision - 1);
3735 *inv = reciprocal;