Lines Matching defs:rounding_mode
1286 IEEEFloat::opStatus IEEEFloat::handleOverflow(roundingMode rounding_mode) { in handleOverflow()
1310 bool IEEEFloat::roundAwayFromZero(roundingMode rounding_mode, in roundAwayFromZero()
1348 IEEEFloat::opStatus IEEEFloat::normalize(roundingMode rounding_mode, in normalize()
1753 roundingMode rounding_mode, in addOrSubtract()
1783 roundingMode rounding_mode) { in add()
1789 roundingMode rounding_mode) { in subtract()
1795 roundingMode rounding_mode) { in multiply()
1813 roundingMode rounding_mode) { in divide()
1958 roundingMode rounding_mode) { in fusedMultiplyAdd()
1999 IEEEFloat::opStatus IEEEFloat::roundToIntegral(roundingMode rounding_mode) { in roundToIntegral()
2164 roundingMode rounding_mode, in convert()
2275 roundingMode rounding_mode, bool *isExact) const { in convertToSignExtendedInteger()
2389 roundingMode rounding_mode, bool *isExact) const { in convertToInteger()
2420 const integerPart *src, unsigned int srcCount, roundingMode rounding_mode) { in convertFromUnsignedParts()
2448 roundingMode rounding_mode) { in convertFromAPInt()
2467 roundingMode rounding_mode) { in convertFromSignExtendedInteger()
2493 roundingMode rounding_mode) { in convertFromZeroExtendedInteger()
2508 roundingMode rounding_mode) { in convertFromHexadecimalString()
2603 roundingMode rounding_mode) { in roundSignificandWithExponent()
2686 IEEEFloat::convertFromDecimalString(StringRef str, roundingMode rounding_mode) { in convertFromDecimalString()
2877 IEEEFloat::convertFromString(StringRef str, roundingMode rounding_mode) { in convertFromString()
4866 roundingMode rounding_mode, in convertToInteger()