Searched refs:rmTowardNegative (Results 1 – 5 of 5) sorted by relevance
158 rmTowardNegative, enumerator
1192 (rounding_mode == rmTowardNegative && sign)) { in handleOverflow()1242 case rmTowardNegative: in roundAwayFromZero()1654 sign = (rounding_mode == rmTowardNegative); in addOrSubtract()1816 sign = (rounding_mode == rmTowardNegative); in fusedMultiplyAdd()
1190 P.roundToIntegral(APFloat::rmTowardNegative); in TEST()1203 P.roundToIntegral(APFloat::rmTowardNegative); in TEST()1216 P.roundToIntegral(APFloat::rmTowardNegative); in TEST()
612 MinSrc.subtract(APFloat(SrcSema, 1), APFloat::rmTowardNegative); in EmitFloatConversionCheck()
2739 APFloat::opStatus fs = V.roundToIntegral(APFloat::rmTowardNegative); in getNode()