Searched refs:DECIMAL64 (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/test/java/math/BigDecimal/
H A DRangeTests.java181 7, MathContext.DECIMAL64);
184 0, MathContext.DECIMAL64);
187 -7, MathContext.DECIMAL64);
226 failures+=minLongConstructorTest(MathContext.DECIMAL64);
H A DDivideMcTests.java5760 BigDecimal res1 = v1.divide(v2, MathContext.DECIMAL64);
5793 " failures while testing DECIMAL64 divide.");
/openjdk7/jdk/src/share/classes/java/math/
H A DMathContext.java96 public static final MathContext DECIMAL64 = field in class:MathContext

Completed in 71 milliseconds