Home | History | Annotate | Download | only in Support

Lines Matching refs:reciprocal

2466       /* Extra half-ulp lost in reciprocal of exponent.  */
3758 APFloat reciprocal(*semantics, 1ULL);
3759 if (reciprocal.divide(*this, rmNearestTiesToEven) != opOK)
3764 if (reciprocal.isDenormal())
3767 assert(reciprocal.isFiniteNonZero() &&
3768 reciprocal.significandLSB() == reciprocal.semantics->precision - 1);
3771 *inv = reciprocal;