Lines Matching defs:normalize
1157 normalize(rmNearestTiesToEven, lfExactlyZero);
1352 // caller needs to call IEEEFloat::normalize() if normalized value is
1605 IEEEFloat::opStatus IEEEFloat::normalize(roundingMode rounding_mode,
1613 /* Before rounding normalize the exponent of fcNormal numbers. */
2050 fs = normalize(rounding_mode, lost_fraction);
2094 fs = normalize(rounding_mode, lost_fraction);
2114 fs = normalize(rounding_mode, lost_fraction);
2276 fs = normalize(rounding_mode, lost_fraction);
2501 // significand as this case isn't handled correctly by normalize.
2553 fs = normalize(rounding_mode, lostFraction);
2787 return normalize(rounding_mode, lost_fraction);
2940 return normalize(rounding_mode, lost_fraction);
3023 return normalize(rounding_mode, calcLostFraction);
3083 fs = normalize(rounding_mode, lfLessThanHalf);
3487 // normalize against the "double" minExponent first, and only *then*
4639 Normalized.normalize(IEEEFloat::rmNearestTiesToEven, lfExactlyZero);
4656 // Clamp to one past the range ends to let normalize handle overlflow.
4658 X.normalize(RoundingMode, lfExactlyZero);