Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DAPFloat.cpp1293 IEEEFloat::opStatus IEEEFloat::handleOverflow(roundingMode rounding_mode) { in handleOverflow() function in llvm::detail::IEEEFloat
1375 return handleOverflow(rounding_mode); in normalize()
2733 fs = handleOverflow(rounding_mode); in convertFromDecimalString()
2751 fs = handleOverflow(rounding_mode); in convertFromDecimalString()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DAPFloat.h529 opStatus handleOverflow(roundingMode);