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

  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
ConstantFolding.cpp 1916 U.roundToIntegral(APFloat::rmNearestTiesToEven);
1921 U.roundToIntegral(APFloat::rmNearestTiesToAway);
1926 U.roundToIntegral(APFloat::rmNearestTiesToEven);
1931 U.roundToIntegral(APFloat::rmTowardPositive);
1936 U.roundToIntegral(APFloat::rmTowardNegative);
1941 U.roundToIntegral(APFloat::rmTowardZero);
1956 FloorU.roundToIntegral(APFloat::rmTowardNegative);
1994 APFloat::opStatus St = U.roundToIntegral(*RM);
2097 U.roundToIntegral(APFloat::rmTowardPositive);
2138 U.roundToIntegral(APFloat::rmTowardNegative)
    [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
APFloat.h 284 opStatus roundToIntegral(roundingMode);
647 opStatus roundToIntegral(roundingMode RM);
1039 opStatus roundToIntegral(roundingMode RM) {
1040 APFLOAT_DISPATCH_ON_SEMANTICS(roundToIntegral(RM));
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
Float2Int.cpp 327 auto Res = NewF.roundToIntegral(APFloat::rmNearestTiesToEven);
  /src/external/apache2/llvm/dist/llvm/lib/Support/
APFixedPoint.cpp 552 Val.roundToIntegral(RM);
APFloat.cpp 904 truncated.roundToIntegral(rmTowardZero);
2006 IEEEFloat::opStatus IEEEFloat::roundToIntegral(roundingMode rounding_mode) {
2049 // roundToIntegral operations, and the roundToIntegralExact(see 5.3.1) is
4551 APFloat::opStatus DoubleAPFloat::roundToIntegral(APFloat::roundingMode RM) {
4554 auto Ret = Tmp.roundToIntegral(RM);
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp 4687 APFloat::opStatus fs = V.roundToIntegral(APFloat::rmTowardPositive);
4693 APFloat::opStatus fs = V.roundToIntegral(APFloat::rmTowardZero);
4699 APFloat::opStatus fs = V.roundToIntegral(APFloat::rmTowardNegative);
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
InstCombineCompares.cpp 5834 RHSRoundInt.roundToIntegral(APFloat::rmNearestTiesToEven);

Completed in 60 milliseconds