reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1763 U.roundToIntegral(APFloat::rmTowardNegative); 1883 U.roundToIntegral(APFloat::rmTowardNegative);lib/CodeGen/SelectionDAG/SelectionDAG.cpp
4377 APFloat::opStatus fs = V.roundToIntegral(APFloat::rmTowardNegative);
lib/Support/APFloat.cpp1255 (rounding_mode == rmTowardNegative && sign)) { 1303 case rmTowardNegative: 1690 sign = (rounding_mode == rmTowardNegative); 1827 sign = (rounding_mode == rmTowardNegative);tools/clang/lib/CodeGen/CGExprScalar.cpp
902 MinSrc.subtract(APFloat(SrcSema, 1), APFloat::rmTowardNegative);
unittests/ADT/APFloatTest.cpp498 f1.fusedMultiplyAdd(f2, f3, APFloat::rmTowardNegative); 1351 P.roundToIntegral(APFloat::rmTowardNegative); 1364 P.roundToIntegral(APFloat::rmTowardNegative); 1377 P.roundToIntegral(APFloat::rmTowardNegative);