Searched refs:UNLIMITED (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jdk/src/share/classes/java/math/
H A DMathContext.java78 public static final MathContext UNLIMITED = field in class:MathContext
/openjdk7/jdk/make/javax/crypto/
H A DMakefile273 policy/unlimited/UNLIMITED
275 $(BOOT_JAR_CMD) cmf policy/unlimited/UNLIMITED $@ \
282 policy/unlimited/UNLIMITED
284 $(BOOT_JAR_CMD) cmf policy/unlimited/UNLIMITED $@ \
/openjdk7/jdk/test/java/math/BigDecimal/
H A DRangeTests.java199 177, MathContext.UNLIMITED);
202 0, MathContext.UNLIMITED);
224 failures+=minLongConstructorTest(MathContext.UNLIMITED);
H A DZeroScalingTests.java76 if(! (result=zero1.add(zero2, MathContext.UNLIMITED)).equals(expected) ) {
78 System.err.println("For UNLIMITED math context add," +
177 if(! (result=zero1.subtract(zero2, MathContext.UNLIMITED)).equals(expected) ) {
179 System.err.println("For UNLIMITED math context subtract," +
292 if(! (result=zero1.multiply(value, MathContext.UNLIMITED)).equals(expected) ) {
294 System.err.println("For UNLIMITED math context multiply," +
340 if(! (result=zero.divide(one, MathContext.UNLIMITED)).equals(expected) ) {
342 System.err.println("For UNLIMITED math context divide," +

Completed in 32 milliseconds