Home
last modified time | relevance | path

Searched refs:handleOverflow (Results 1 – 2 of 2) sorted by relevance

/src/contrib/llvm-project/llvm/lib/Support/
H A DAPFloat.cpp1535 IEEEFloat::opStatus IEEEFloat::handleOverflow(roundingMode rounding_mode) { in handleOverflow() function in llvm::detail::IEEEFloat
1625 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()
/src/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAPFloat.h616 opStatus handleOverflow(roundingMode);