Lines Matching refs:rmNearestTiesToEven

798   normalize(rmNearestTiesToEven, lfExactlyZero);  in APFloat()
814 convertFromString(text, rmNearestTiesToEven); in APFloat()
1200 if (rounding_mode == rmNearestTiesToEven || in handleOverflow()
1237 case rmNearestTiesToEven: in roundAwayFromZero()
1731 fs = V.divide(rhs, rmNearestTiesToEven); in remainder()
1739 rmNearestTiesToEven, &ignored); in remainder()
1744 rmNearestTiesToEven); in remainder()
1747 fs = V.multiply(rhs, rmNearestTiesToEven); in remainder()
1750 fs = subtract(V, rmNearestTiesToEven); in remainder()
1771 fs = V.divide(rhs, rmNearestTiesToEven); in mod()
1784 rmNearestTiesToEven); in mod()
1865 rmNearestTiesToEven); in roundToIntegral()
2423 isNearest = (rounding_mode == rmNearestTiesToEven || in roundSignificandWithExponent()
2443 rmNearestTiesToEven); in roundSignificandWithExponent()
2445 rmNearestTiesToEven); in roundSignificandWithExponent()
2920 fs = extended.convert(extendedSemantics, rmNearestTiesToEven, &losesInfo); in convertPPCDoubleDoubleAPFloatToAPInt()
2925 fs = u.convert(IEEEdouble, rmNearestTiesToEven, &losesInfo); in convertPPCDoubleDoubleAPFloatToAPInt()
2935 fs = u.convert(extendedSemantics, rmNearestTiesToEven, &losesInfo); in convertPPCDoubleDoubleAPFloatToAPInt()
2940 v.subtract(u, rmNearestTiesToEven); in convertPPCDoubleDoubleAPFloatToAPInt()
2941 fs = v.convert(IEEEdouble, rmNearestTiesToEven, &losesInfo); in convertPPCDoubleDoubleAPFloatToAPInt()
3173 fs = convert(PPCDoubleDouble, rmNearestTiesToEven, &losesInfo); in initFromPPCDoubleDoubleAPInt()
3180 fs = v.convert(PPCDoubleDouble, rmNearestTiesToEven, &losesInfo); in initFromPPCDoubleDoubleAPInt()
3184 add(v, rmNearestTiesToEven); in initFromPPCDoubleDoubleAPInt()
3759 if (reciprocal.divide(*this, rmNearestTiesToEven) != opOK) in getExactInverse()