Home
last modified time | relevance | path

Searched refs:maxFltLong (Results 1 – 1 of 1) sorted by relevance

/libcore/ojluni/src/test/java/math/BigDecimal/
DFloatDoubleValueTests.java44 private static final long maxFltLong = (long)(Integer.MAX_VALUE & ~(0xff)); field in FloatDoubleValueTests
88 maxFltLong-1, in testFloatDoubleValue()
89 maxFltLong, in testFloatDoubleValue()
90 maxFltLong+1, in testFloatDoubleValue()
151 for(long i = maxFltLong; i <= Integer.MAX_VALUE; i++) { in testFloatValue()