Searched refs:rmTowardNegative (Results 1 – 7 of 7) sorted by relevance
1480 P.roundToIntegral(APFloat::rmTowardNegative); in TEST()1493 P.roundToIntegral(APFloat::rmTowardNegative); in TEST()1506 P.roundToIntegral(APFloat::rmTowardNegative); in TEST()1578 St = P.roundToIntegral(APFloat::rmTowardNegative); in TEST()1590 St = P.roundToIntegral(APFloat::rmTowardNegative); in TEST()1596 St = P.roundToIntegral(APFloat::rmTowardNegative); in TEST()2758 APFloat::fcNormal, APFloat::rmTowardNegative}, in TEST()2769 APFloat::fcNormal, APFloat::rmTowardNegative}, in TEST()2791 APFloat::rmTowardNegative}, in TEST()3062 APFloat::rmTowardNegative}, in TEST()[all …]
191 constexpr RoundingMode APFloatBase::rmTowardNegative; member in llvm::APFloatBase1315 (rounding_mode == rmTowardNegative && sign)) { in handleOverflow()1363 case rmTowardNegative: in roundAwayFromZero()1799 sign = (rounding_mode == rmTowardNegative); in addOrSubtract()2004 sign = (rounding_mode == rmTowardNegative); in fusedMultiplyAdd()
2061 U.roundToIntegral(APFloat::rmTowardNegative); in ConstantFoldScalarCall1()2081 FloorU.roundToIntegral(APFloat::rmTowardNegative); in ConstantFoldScalarCall1()2110 RM = APFloat::rmTowardNegative; in ConstantFoldScalarCall1()2265 U.roundToIntegral(APFloat::rmTowardNegative); in ConstantFoldScalarCall1()
193 static constexpr roundingMode rmTowardNegative = RoundingMode::TowardNegative; member
2045 if (ExpoI.roundToIntegral(APFloat::rmTowardNegative) != in optimizePow()
929 MinSrc.subtract(APFloat(SrcSema, 1), APFloat::rmTowardNegative); in EmitFloatConversionCheck()
5077 APFloat::opStatus fs = V.roundToIntegral(APFloat::rmTowardNegative); in getNode()