Searched refs:SECTION_MIDPOINT (Results 1 – 6 of 6) sorted by relevance
21 SECTION_MIDPOINT = 2, enumerator66 case SECTION_MIDPOINT: in getRoundingDirection()79 case SECTION_MIDPOINT: in getRoundingDirection()92 case SECTION_MIDPOINT: in getRoundingDirection()
632 roundingutils::Section section = roundingutils::SECTION_MIDPOINT; in roundToMagnitude()687 (roundsAtMidpoint && section == roundingutils::SECTION_MIDPOINT) || in roundToMagnitude()
17 public static final int SECTION_MIDPOINT = 2; field in RoundingUtils81 case SECTION_MIDPOINT: in getRoundingDirection()92 case SECTION_MIDPOINT: in getRoundingDirection()103 case SECTION_MIDPOINT: in getRoundingDirection()
777 int section = RoundingUtils.SECTION_MIDPOINT; in roundToMagnitude()833 || (roundsAtMidpoint && section == RoundingUtils.SECTION_MIDPOINT) in roundToMagnitude()
15 public static final int SECTION_MIDPOINT = 2; field in RoundingUtils79 case SECTION_MIDPOINT: in getRoundingDirection()90 case SECTION_MIDPOINT: in getRoundingDirection()101 case SECTION_MIDPOINT: in getRoundingDirection()
775 int section = RoundingUtils.SECTION_MIDPOINT; in roundToMagnitude()831 || (roundsAtMidpoint && section == RoundingUtils.SECTION_MIDPOINT) in roundToMagnitude()