Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Support/
H A DAPFloat.cpp1403 IEEEFloat::opStatus IEEEFloat::handleOverflow(roundingMode rounding_mode) { in handleOverflow() function in llvm::detail::IEEEFloat
1490 return handleOverflow(rounding_mode); in normalize()
1524 return handleOverflow(rounding_mode); in normalize()
1565 return handleOverflow(rounding_mode); in normalize()
2884 fs = handleOverflow(rounding_mode); in convertFromDecimalString()
2902 fs = handleOverflow(rounding_mode); in convertFromDecimalString()
/openbsd/gnu/llvm/llvm/include/llvm/ADT/
H A DAPFloat.h545 opStatus handleOverflow(roundingMode);