Lines Matching defs:normalize
1183 normalize(rmNearestTiesToEven, lfExactlyZero);
1386 // caller needs to call IEEEFloat::normalize() if normalized value is
1644 APFloat::opStatus IEEEFloat::normalize(roundingMode rounding_mode,
1652 /* Before rounding normalize the exponent of fcNormal numbers. */
2100 fs = normalize(rounding_mode, lost_fraction);
2144 fs = normalize(rounding_mode, lost_fraction);
2164 fs = normalize(rounding_mode, lost_fraction);
2337 fs = normalize(rounding_mode, lost_fraction);
2562 // significand as this case isn't handled correctly by normalize.
2614 fs = normalize(rounding_mode, lostFraction);
2850 return normalize(rounding_mode, lost_fraction);
3003 return normalize(rounding_mode, lost_fraction);
3086 return normalize(rounding_mode, calcLostFraction);
3148 fs = normalize(rounding_mode, lfLessThanHalf);
3556 // normalize against the "double" minExponent first, and only *then*
4785 Normalized.normalize(APFloat::rmNearestTiesToEven, lfExactlyZero);
4802 // Clamp to one past the range ends to let normalize handle overlflow.
4804 X.normalize(RoundingMode, lfExactlyZero);