Searched refs:rounding_mode (Results 1 – 1 of 1) sorted by relevance
1535 IEEEFloat::opStatus IEEEFloat::handleOverflow(roundingMode rounding_mode) { in handleOverflow() argument1538 if (rounding_mode == rmNearestTiesToEven || in handleOverflow()1539 rounding_mode == rmNearestTiesToAway || in handleOverflow()1540 (rounding_mode == rmTowardPositive && !sign) || in handleOverflow()1541 (rounding_mode == rmTowardNegative && sign)) { in handleOverflow()1567 bool IEEEFloat::roundAwayFromZero(roundingMode rounding_mode, in roundAwayFromZero() argument1576 switch (rounding_mode) { in roundAwayFromZero()1605 IEEEFloat::opStatus IEEEFloat::normalize(roundingMode rounding_mode, in normalize() argument1625 return handleOverflow(rounding_mode); in normalize()1662 return handleOverflow(rounding_mode); in normalize()[all …]