• Home
  • Raw
  • Download

Lines Matching refs:roundingMode

1221 APFloat::handleOverflow(roundingMode rounding_mode)  in handleOverflow()
1247 APFloat::roundAwayFromZero(roundingMode rounding_mode, in roundAwayFromZero()
1284 APFloat::normalize(roundingMode rounding_mode, in normalize()
1666 APFloat::addOrSubtract(const APFloat &rhs, roundingMode rounding_mode, in addOrSubtract()
1697 APFloat::add(const APFloat &rhs, roundingMode rounding_mode) in add()
1704 APFloat::subtract(const APFloat &rhs, roundingMode rounding_mode) in subtract()
1711 APFloat::multiply(const APFloat &rhs, roundingMode rounding_mode) in multiply()
1730 APFloat::divide(const APFloat &rhs, roundingMode rounding_mode) in divide()
1828 roundingMode rounding_mode) in fusedMultiplyAdd()
1870 APFloat::opStatus APFloat::roundToIntegral(roundingMode rounding_mode) { in roundToIntegral()
1994 roundingMode rounding_mode, bool *losesInfo) in convert()
2102 roundingMode rounding_mode, in convertToSignExtendedInteger()
2214 roundingMode rounding_mode, bool *isExact) const in convertToInteger()
2247 roundingMode rounding_mode, bool *isExact) const in convertToInteger()
2264 roundingMode rounding_mode) in convertFromUnsignedParts()
2295 roundingMode rounding_mode) in convertFromAPInt()
2316 roundingMode rounding_mode) in convertFromSignExtendedInteger()
2343 roundingMode rounding_mode) in convertFromZeroExtendedInteger()
2358 APFloat::convertFromHexadecimalString(StringRef s, roundingMode rounding_mode) in convertFromHexadecimalString()
2440 roundingMode rounding_mode) in roundSignificandWithExponent()
2523 APFloat::convertFromDecimalString(StringRef str, roundingMode rounding_mode) in convertFromDecimalString()
2666 APFloat::convertFromString(StringRef str, roundingMode rounding_mode) in convertFromString()
2719 bool upperCase, roundingMode rounding_mode) const in convertToHexString()
2768 roundingMode rounding_mode) const in convertNormalToHexString()
3972 APFloat llvm::scalbn(APFloat X, int Exp, APFloat::roundingMode RoundingMode) { in scalbn()
3993 APFloat llvm::frexp(const APFloat &Val, int &Exp, APFloat::roundingMode RM) { in frexp()