Home
last modified time | relevance | path

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

/external/llvm/include/llvm/ADT/
DAPFloat.h593 bool roundAwayFromZero(roundingMode, lostFraction, unsigned int) const;
/external/llvm/lib/Support/
DAPFloat.cpp1244 APFloat::roundAwayFromZero(roundingMode rounding_mode, in roundAwayFromZero() function in APFloat
1348 if (roundAwayFromZero(rounding_mode, lost_fraction, 0)) { in normalize()
2158 roundAwayFromZero(rounding_mode, lost_fraction, truncatedBits)) { in convertToSignExtendedInteger()
2803 roundUp = roundAwayFromZero(rounding_mode, fraction, bits); in convertNormalToHexString()