HomeSort by: relevance | last modified time | path
    Searched refs:rmTowardNegative (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Support/
APFloat.cpp 191 constexpr RoundingMode APFloatBase::rmTowardNegative;
1298 (rounding_mode == rmTowardNegative && sign)) {
1346 case rmTowardNegative:
1782 sign = (rounding_mode == rmTowardNegative);
1987 sign = (rounding_mode == rmTowardNegative);
  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
ConstantFolding.cpp 1936 U.roundToIntegral(APFloat::rmTowardNegative);
1956 FloorU.roundToIntegral(APFloat::rmTowardNegative);
1985 RM = APFloat::rmTowardNegative;
2138 U.roundToIntegral(APFloat::rmTowardNegative);
  /src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
APFloat.h 193 static constexpr roundingMode rmTowardNegative = RoundingMode::TowardNegative;
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGExprScalar.cpp 925 MinSrc.subtract(APFloat(SrcSema, 1), APFloat::rmTowardNegative);
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp 4699 APFloat::opStatus fs = V.roundToIntegral(APFloat::rmTowardNegative);

Completed in 91 milliseconds