Home
last modified time | relevance | path

Searched refs:rmTowardNegative (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DConstantFolding.cpp1936 U.roundToIntegral(APFloat::rmTowardNegative); in ConstantFoldScalarCall1()
1956 FloorU.roundToIntegral(APFloat::rmTowardNegative); in ConstantFoldScalarCall1()
1985 RM = APFloat::rmTowardNegative; in ConstantFoldScalarCall1()
2138 U.roundToIntegral(APFloat::rmTowardNegative); in ConstantFoldScalarCall1()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DAPFloat.cpp191 constexpr RoundingMode APFloatBase::rmTowardNegative; member in llvm::APFloatBase
1298 (rounding_mode == rmTowardNegative && sign)) { in handleOverflow()
1346 case rmTowardNegative: in roundAwayFromZero()
1782 sign = (rounding_mode == rmTowardNegative); in addOrSubtract()
1987 sign = (rounding_mode == rmTowardNegative); in fusedMultiplyAdd()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DAPFloat.h193 static constexpr roundingMode rmTowardNegative = RoundingMode::TowardNegative; member
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGExprScalar.cpp925 MinSrc.subtract(APFloat(SrcSema, 1), APFloat::rmTowardNegative); in EmitFloatConversionCheck()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp4699 APFloat::opStatus fs = V.roundToIntegral(APFloat::rmTowardNegative); in getNode()