Lines Matching refs:roundingMode

1218 APFloat::handleOverflow(roundingMode rounding_mode)  in handleOverflow()
1244 APFloat::roundAwayFromZero(roundingMode rounding_mode, in roundAwayFromZero()
1281 APFloat::normalize(roundingMode rounding_mode, in normalize()
1663 APFloat::addOrSubtract(const APFloat &rhs, roundingMode rounding_mode, in addOrSubtract()
1694 APFloat::add(const APFloat &rhs, roundingMode rounding_mode) in add()
1701 APFloat::subtract(const APFloat &rhs, roundingMode rounding_mode) in subtract()
1708 APFloat::multiply(const APFloat &rhs, roundingMode rounding_mode) in multiply()
1727 APFloat::divide(const APFloat &rhs, roundingMode rounding_mode) in divide()
1825 roundingMode rounding_mode) in fusedMultiplyAdd()
1867 APFloat::opStatus APFloat::roundToIntegral(roundingMode rounding_mode) { in roundToIntegral()
1991 roundingMode rounding_mode, bool *losesInfo) in convert()
2099 roundingMode rounding_mode, in convertToSignExtendedInteger()
2211 roundingMode rounding_mode, bool *isExact) const in convertToInteger()
2244 roundingMode rounding_mode, bool *isExact) const in convertToInteger()
2261 roundingMode rounding_mode) in convertFromUnsignedParts()
2292 roundingMode rounding_mode) in convertFromAPInt()
2313 roundingMode rounding_mode) in convertFromSignExtendedInteger()
2340 roundingMode rounding_mode) in convertFromZeroExtendedInteger()
2355 APFloat::convertFromHexadecimalString(StringRef s, roundingMode rounding_mode) in convertFromHexadecimalString()
2437 roundingMode rounding_mode) in roundSignificandWithExponent()
2520 APFloat::convertFromDecimalString(StringRef str, roundingMode rounding_mode) in convertFromDecimalString()
2663 APFloat::convertFromString(StringRef str, roundingMode rounding_mode) in convertFromString()
2716 bool upperCase, roundingMode rounding_mode) const in convertToHexString()
2765 roundingMode rounding_mode) const in convertNormalToHexString()