Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/include/llvm/ADT/
DAPFloat.h396 opStatus handleOverflow(roundingMode);
/external/llvm/include/llvm/ADT/
DAPFloat.h588 opStatus handleOverflow(roundingMode);
/external/swiftshader/third_party/LLVM/lib/Support/
DAPFloat.cpp1116 APFloat::handleOverflow(roundingMode rounding_mode) in handleOverflow() function in APFloat
1202 return handleOverflow(rounding_mode); in normalize()
2419 fs = handleOverflow(rounding_mode); in convertFromDecimalString()
2436 fs = handleOverflow(rounding_mode); in convertFromDecimalString()
/external/llvm/lib/Support/
DAPFloat.cpp1221 APFloat::handleOverflow(roundingMode rounding_mode) in handleOverflow() function in APFloat
1305 return handleOverflow(rounding_mode); in normalize()
2563 fs = handleOverflow(rounding_mode); in convertFromDecimalString()
2581 fs = handleOverflow(rounding_mode); in convertFromDecimalString()
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DAPFloat.h533 opStatus handleOverflow(roundingMode);