Searched refs:handleOverflow (Results 1 – 2 of 2) sorted by relevance
1506 IEEEFloat::opStatus IEEEFloat::handleOverflow(roundingMode rounding_mode) { in handleOverflow() function in llvm::detail::IEEEFloat1594 return handleOverflow(rounding_mode); in normalize()1631 return handleOverflow(rounding_mode); in normalize()1667 return handleOverflow(sign ? rmTowardNegative : rmTowardPositive); in normalize()1679 return handleOverflow(rounding_mode); in normalize()3040 fs = handleOverflow(rounding_mode); in convertFromDecimalString()3058 fs = handleOverflow(rounding_mode); in convertFromDecimalString()
593 opStatus handleOverflow(roundingMode);