Searched refs:roundsAtMidpoint (Results 1 – 6 of 6) sorted by relevance
830 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()
128 public static boolean roundsAtMidpoint(int roundingMode) { in roundsAtMidpoint() method in RoundingUtils
828 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()
126 public static boolean roundsAtMidpoint(int roundingMode) { in roundsAtMidpoint() method in RoundingUtils
121 inline bool roundsAtMidpoint(int roundingMode) { in roundsAtMidpoint() function
685 bool roundsAtMidpoint = roundingutils::roundsAtMidpoint(roundingMode); in roundToMagnitude() local687 (roundsAtMidpoint && section == roundingutils::SECTION_MIDPOINT) || in roundToMagnitude()688 (!roundsAtMidpoint && section < 0 /* i.e. at upper or lower edge */)) { in roundToMagnitude()