Lines Matching defs:RM
973 opStatus add(const APFloat &RHS, roundingMode RM) { in add()
982 opStatus subtract(const APFloat &RHS, roundingMode RM) { in subtract()
991 opStatus multiply(const APFloat &RHS, roundingMode RM) { in multiply()
1000 opStatus divide(const APFloat &RHS, roundingMode RM) { in divide()
1028 roundingMode RM) { in fusedMultiplyAdd()
1040 opStatus roundToIntegral(roundingMode RM) { in roundToIntegral()
1109 unsigned int Width, bool IsSigned, roundingMode RM, in convertToInteger()
1117 roundingMode RM) { in convertFromAPInt()
1122 roundingMode RM) { in convertFromSignExtendedInteger()
1128 roundingMode RM) { in convertFromZeroExtendedInteger()
1197 bool UpperCase, roundingMode RM) const { in convertToHexString()
1252 inline APFloat scalbn(APFloat X, int Exp, APFloat::roundingMode RM) { in scalbn()
1264 inline APFloat frexp(const APFloat &X, int &Exp, APFloat::roundingMode RM) { in frexp()