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

/openjdk7/jdk/src/share/classes/java/math/
H A DBigDecimal.java2401 if (drop < LONG_TEN_POWERS_TABLE.length)
2403 LONG_TEN_POWERS_TABLE[drop], null,
3414 private static final long[] LONG_TEN_POWERS_TABLE = { field in class:BigDecimal
3487 long[] tab = LONG_TEN_POWERS_TABLE;
3599 * from the LONG_TEN_POWERS_TABLE that we need anyway.
3614 long[] tab = LONG_TEN_POWERS_TABLE;
3751 if (drop < LONG_TEN_POWERS_TABLE.length)
3753 LONG_TEN_POWERS_TABLE[drop], null,

Completed in 38 milliseconds