Home
last modified time | relevance | path

Searched refs:roundsAtMidpoint (Results 1 – 6 of 6) sorted by relevance

/external/icu/android_icu4j/src/main/java/android/icu/impl/number/
DDecimalQuantity_AbstractBCD.java830 boolean roundsAtMidpoint = RoundingUtils in roundToMagnitude()
831 .roundsAtMidpoint(mathContext.getRoundingMode().ordinal()); in roundToMagnitude()
833 || (roundsAtMidpoint && section == RoundingUtils.SECTION_MIDPOINT) in roundToMagnitude()
834 || (!roundsAtMidpoint && section < 0 /* i.e. at upper or lower edge */)) { in roundToMagnitude()
DRoundingUtils.java128 public static boolean roundsAtMidpoint(int roundingMode) { in roundsAtMidpoint() method in RoundingUtils
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/
DDecimalQuantity_AbstractBCD.java828 boolean roundsAtMidpoint = RoundingUtils in roundToMagnitude()
829 .roundsAtMidpoint(mathContext.getRoundingMode().ordinal()); in roundToMagnitude()
831 || (roundsAtMidpoint && section == RoundingUtils.SECTION_MIDPOINT) in roundToMagnitude()
832 || (!roundsAtMidpoint && section < 0 /* i.e. at upper or lower edge */)) { in roundToMagnitude()
DRoundingUtils.java126 public static boolean roundsAtMidpoint(int roundingMode) { in roundsAtMidpoint() method in RoundingUtils
/external/icu/icu4c/source/i18n/
Dnumber_roundingutils.h121 inline bool roundsAtMidpoint(int roundingMode) { in roundsAtMidpoint() function
Dnumber_decimalquantity.cpp685 bool roundsAtMidpoint = roundingutils::roundsAtMidpoint(roundingMode); in roundToMagnitude() local
687 (roundsAtMidpoint && section == roundingutils::SECTION_MIDPOINT) || in roundToMagnitude()
688 (!roundsAtMidpoint && section < 0 /* i.e. at upper or lower edge */)) { in roundToMagnitude()