Lines Matching refs:Normalize
294 scaled.Normalize(false, expo - 2 * adjust + exponentBias, GetFraction()); in SQRT()
296 result.value.Normalize(false, in SQRT()
361 result.flags = result.value.Normalize(isNegative, expo, nearest); in NEAREST()
391 one.Normalize(false, exponentBias, Fraction::MASKL(1)); // 1.0 in HYPOT()
478 adjust.Normalize(IsSignBitSet(), noClipExponent, Fraction::MASKL(1)); in ToWholeNumber()
492 RealFlags Real<W, P>::Normalize(bool negative, int exponent, in Normalize() function in Fortran::evaluate::value::Real
572 flags |= Normalize(IsNegative(), newExponent, sum.value); in Round()
596 result.flags |= result.value.Normalize( in NormalizeAndRound()
737 result.Normalize(false, binaryPrecision + exponentBias - 1, GetFraction()); in RRSPACING()
752 result.Normalize( in SPACING()
769 result.Normalize(IsNegative(), expo + exponentBias - 1, GetFraction()); in SET_EXPONENT()