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

/openjdk7/jdk/src/share/classes/java/math/
H A DBigDecimal.java284 private static final BigDecimal zeroThroughTen[] = { field in class:BigDecimal
300 zeroThroughTen[0],
329 zeroThroughTen[0];
337 zeroThroughTen[1];
345 zeroThroughTen[10];
1040 if (val >= 0 && val < zeroThroughTen.length)
1041 return zeroThroughTen[(int)val];

Completed in 38 milliseconds