Home
last modified time | relevance | path

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

/external/llvm/include/llvm/ADT/
DAPFloat.h397 bool roundAwayFromZero(roundingMode, lostFraction, unsigned int) const;
/external/llvm/lib/Support/
DAPFloat.cpp1140 APFloat::roundAwayFromZero(roundingMode rounding_mode, in roundAwayFromZero() function in APFloat
1246 if (roundAwayFromZero(rounding_mode, lost_fraction, 0)) { in normalize()
2008 roundAwayFromZero(rounding_mode, lost_fraction, truncatedBits)) { in convertToSignExtendedInteger()
2631 roundUp = roundAwayFromZero(rounding_mode, fraction, bits); in convertNormalToHexString()