Searched refs:roundToIntegral (Results 1 – 7 of 7) sorted by relevance
2011 U.roundToIntegral(APFloat::rmNearestTiesToEven); in ConstantFoldScalarCall1()2016 U.roundToIntegral(APFloat::rmNearestTiesToAway); in ConstantFoldScalarCall1()2021 U.roundToIntegral(APFloat::rmNearestTiesToEven); in ConstantFoldScalarCall1()2026 U.roundToIntegral(APFloat::rmTowardPositive); in ConstantFoldScalarCall1()2031 U.roundToIntegral(APFloat::rmTowardNegative); in ConstantFoldScalarCall1()2036 U.roundToIntegral(APFloat::rmTowardZero); in ConstantFoldScalarCall1()2051 FloorU.roundToIntegral(APFloat::rmTowardNegative); in ConstantFoldScalarCall1()2089 APFloat::opStatus St = U.roundToIntegral(*RM); in ConstantFoldScalarCall1()2192 U.roundToIntegral(APFloat::rmTowardPositive); in ConstantFoldScalarCall1()2233 U.roundToIntegral(APFloat::rmTowardNegative); in ConstantFoldScalarCall1()[all …]
284 opStatus roundToIntegral(roundingMode);647 opStatus roundToIntegral(roundingMode RM);1039 opStatus roundToIntegral(roundingMode RM) { in roundToIntegral() function1040 APFLOAT_DISPATCH_ON_SEMANTICS(roundToIntegral(RM)); in roundToIntegral()
328 auto Res = NewF.roundToIntegral(APFloat::rmNearestTiesToEven); in walkForwards()
552 Val.roundToIntegral(RM); in getFromFloatValue()
904 truncated.roundToIntegral(rmTowardZero); in isInteger()2006 IEEEFloat::opStatus IEEEFloat::roundToIntegral(roundingMode rounding_mode) { in roundToIntegral() function in llvm::detail::IEEEFloat4551 APFloat::opStatus DoubleAPFloat::roundToIntegral(APFloat::roundingMode RM) { in roundToIntegral() function in llvm::detail::DoubleAPFloat4554 auto Ret = Tmp.roundToIntegral(RM); in roundToIntegral()
4745 APFloat::opStatus fs = V.roundToIntegral(APFloat::rmTowardPositive); in getNode()4751 APFloat::opStatus fs = V.roundToIntegral(APFloat::rmTowardZero); in getNode()4757 APFloat::opStatus fs = V.roundToIntegral(APFloat::rmTowardNegative); in getNode()
5943 RHSRoundInt.roundToIntegral(APFloat::rmNearestTiesToEven); in foldFCmpIntToFPConst()