Searched refs:handleOverflow (Results 1 – 2 of 2) sorted by relevance
1535 IEEEFloat::opStatus IEEEFloat::handleOverflow(roundingMode rounding_mode) { in handleOverflow() function in llvm::detail::IEEEFloat1625 return handleOverflow(rounding_mode); in normalize()1662 return handleOverflow(rounding_mode); in normalize()1698 return handleOverflow(sign ? rmTowardNegative : rmTowardPositive); in normalize()1710 return handleOverflow(rounding_mode); in normalize()3071 fs = handleOverflow(rounding_mode); in convertFromDecimalString()3089 fs = handleOverflow(rounding_mode); in convertFromDecimalString()
616 opStatus handleOverflow(roundingMode);