Home
last modified time | relevance | path

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

/libcore/ojluni/src/test/java/math/BigDecimal/
DFloatDoubleValueTests.java47 private static final long maxDblLong = Long.MAX_VALUE & ~(0x7ffL); field in FloatDoubleValueTests
117 maxDblLong, in testDoubleValue()
134 for(long i = maxDblLong; i < Long.MAX_VALUE; i++) { in testDoubleValue()