Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Support/
H A DAPFloat.cpp1212 IEEEFloat::opStatus IEEEFloat::handleOverflow(roundingMode rounding_mode) { in handleOverflow() function in llvm::detail::IEEEFloat
1291 return handleOverflow(rounding_mode); in normalize()
2472 fs = handleOverflow(rounding_mode); in convertFromDecimalString()
2490 fs = handleOverflow(rounding_mode); in convertFromDecimalString()
/freebsd-12.1/contrib/llvm/include/llvm/ADT/
H A DAPFloat.h506 opStatus handleOverflow(roundingMode);