Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/include/llvm/ADT/
DAPFloat.h397 bool roundAwayFromZero(roundingMode, lostFraction, unsigned int) const;
/external/llvm/include/llvm/ADT/
DAPFloat.h589 bool roundAwayFromZero(roundingMode, lostFraction, unsigned int) const;
/external/swiftshader/third_party/LLVM/lib/Support/
DAPFloat.cpp1142 APFloat::roundAwayFromZero(roundingMode rounding_mode, in roundAwayFromZero() function in APFloat
1248 if (roundAwayFromZero(rounding_mode, lost_fraction, 0)) { in normalize()
2012 roundAwayFromZero(rounding_mode, lost_fraction, truncatedBits)) { in convertToSignExtendedInteger()
2635 roundUp = roundAwayFromZero(rounding_mode, fraction, bits); in convertNormalToHexString()
/external/llvm/lib/Support/
DAPFloat.cpp1247 APFloat::roundAwayFromZero(roundingMode rounding_mode, in roundAwayFromZero() function in APFloat
1351 if (roundAwayFromZero(rounding_mode, lost_fraction, 0)) { in normalize()
2161 roundAwayFromZero(rounding_mode, lost_fraction, truncatedBits)) { in convertToSignExtendedInteger()
2806 roundUp = roundAwayFromZero(rounding_mode, fraction, bits); in convertNormalToHexString()
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DAPFloat.h534 bool roundAwayFromZero(roundingMode, lostFraction, unsigned int) const;