Searched refs:roundAwayFromZero (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Support/ |
| H A D | APFloat.cpp | 1625 bool IEEEFloat::roundAwayFromZero(roundingMode rounding_mode, in roundAwayFromZero() function in llvm::detail::IEEEFloat 1742 if (roundAwayFromZero(rounding_mode, lost_fraction, 0)) { in normalize() 2780 roundAwayFromZero(rounding_mode, lost_fraction, truncatedBits)) { in convertToSignExtendedInteger() 3466 roundUp = roundAwayFromZero(rounding_mode, fraction, bits); in convertNormalToHexString()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/ADT/ |
| H A D | APFloat.h | 717 bool roundAwayFromZero(roundingMode, lostFraction, unsigned int) const;
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/ |
| H A D | DemangleTestCases.inc | 23458 …ayFromZeroENS0_12roundingModeENS_12lostFractionEj", "llvm::APFloat::roundAwayFromZero(llvm::APFloa…
|