Searched refs:FLOOR (Results 1 - 5 of 5) sorted by relevance

/openjdk7/jdk/src/share/classes/java/math/
H A DRoundingMode.java63 * <th>{@code FLOOR}</th>
176 * <th>Input rounded to one digit<br> with {@code FLOOR} rounding
189 FLOOR(BigDecimal.ROUND_FLOOR), enum constant in enum:RoundingMode
331 return FLOOR;
/openjdk7/jdk/test/java/math/RoundingMode/
H A DRoundingModeTests.java59 RoundingMode.FLOOR) {
/openjdk7/jdk/test/java/math/BigDecimal/
H A DNegateTests.java97 new MathContext(1, RoundingMode.FLOOR));
H A DDivideTests.java247 MathContext mc = new MathContext(3, RoundingMode.FLOOR);
/openjdk7/jdk/src/share/classes/java/text/
H A DDigitList.java445 case FLOOR:

Completed in 1123 milliseconds