Searched refs:roundsAtMidpoint (Results 1 – 8 of 8) sorted by relevance
879 boolean roundsAtMidpoint = RoundingUtils in roundToMagnitude()880 .roundsAtMidpoint(mathContext.getRoundingMode().ordinal()); in roundToMagnitude()882 || (roundsAtMidpoint && section == RoundingUtils.SECTION_MIDPOINT) in roundToMagnitude()883 || (!roundsAtMidpoint && section < 0 /* i.e. at upper or lower edge */)) { in roundToMagnitude()
131 public static boolean roundsAtMidpoint(int roundingMode) { in roundsAtMidpoint() method in RoundingUtils
877 boolean roundsAtMidpoint = RoundingUtils in roundToMagnitude()878 .roundsAtMidpoint(mathContext.getRoundingMode().ordinal()); in roundToMagnitude()880 || (roundsAtMidpoint && section == RoundingUtils.SECTION_MIDPOINT) in roundToMagnitude()881 || (!roundsAtMidpoint && section < 0 /* i.e. at upper or lower edge */)) { in roundToMagnitude()
129 public static boolean roundsAtMidpoint(int roundingMode) { in roundsAtMidpoint() method in RoundingUtils
125 inline bool roundsAtMidpoint(int roundingMode) { in roundsAtMidpoint() function
778 bool roundsAtMidpoint = roundingutils::roundsAtMidpoint(roundingMode); in roundToMagnitude() local780 (roundsAtMidpoint && section == roundingutils::SECTION_MIDPOINT) || in roundToMagnitude()781 (!roundsAtMidpoint && section < 0 /* i.e. at upper or lower edge */)) { in roundToMagnitude()
META-INF/ META-INF/MANIFEST.MF com/ com/ibm/ com/ ...