Searched refs:UNNECESSARY (Results 1 - 8 of 8) sorted by relevance

/openjdk7/jdk/src/share/classes/java/awt/
H A DGraphicsConfigTemplate.java81 public static final int UNNECESSARY = 3; field in class:GraphicsConfigTemplate
/openjdk7/jdk/src/share/classes/java/math/
H A DRoundingMode.java67 * <th>{@code UNNECESSARY}</th>
282 * <th>Input rounded to one digit<br> with {@code UNNECESSARY} rounding
295 UNNECESSARY(BigDecimal.ROUND_UNNECESSARY); enum constant in enum:RoundingMode
343 return UNNECESSARY;
H A DBigDecimal.java572 * rounding mode is {@code UNNECESSARY}.
619 * rounding mode is {@code UNNECESSARY}.
751 * rounding mode is {@code UNNECESSARY}.
866 * RoundingMode is UNNECESSARY.
897 * rounding mode is {@code UNNECESSARY}.
933 * rounding mode is {@code UNNECESSARY}.
963 * rounding mode is {@code UNNECESSARY}.
992 * rounding mode is {@code UNNECESSARY}.
1131 * rounding mode is {@code UNNECESSARY}.
1281 * rounding mode is {@code UNNECESSARY}
[all...]
/openjdk7/jdk/test/java/math/RoundingMode/
H A DRoundingModeTests.java79 RoundingMode.UNNECESSARY) {
/openjdk7/jdk/test/java/math/BigDecimal/
H A DZeroScalingTests.java36 static MathContext longEnough = new MathContext(50, RoundingMode.UNNECESSARY);
50 new MathContext(0, RoundingMode.UNNECESSARY),
51 new MathContext(100, RoundingMode.UNNECESSARY),
52 new MathContext(5, RoundingMode.UNNECESSARY),
53 new MathContext(4, RoundingMode.UNNECESSARY),
54 new MathContext(3, RoundingMode.UNNECESSARY),
55 new MathContext(2, RoundingMode.UNNECESSARY),
56 new MathContext(1, RoundingMode.UNNECESSARY),
H A DAddTests.java39 EnumSet.complementOf(EnumSet.of(RoundingMode.UNNECESSARY));
H A DDivideTests.java128 RoundingMode.UNNECESSARY);
/openjdk7/jdk/src/share/classes/java/text/
H A DDigitList.java422 * mode being set to RoundingMode.UNNECESSARY
481 case UNNECESSARY:
485 "Rounding needed with the rounding mode being set to RoundingMode.UNNECESSARY");

Completed in 110 milliseconds