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

/openjdk7/jdk/src/share/classes/java/math/
H A DBigDecimal.java2407 INFLATED, bigTenToThe(drop),
3363 private static BigInteger bigTenToThe(int n) { method in class:BigDecimal
3508 return bigTenToThe(n).multiply(intCompact);
3510 return intVal.multiply(bigTenToThe(n));
3635 return b.compareMagnitude(bigTenToThe(r)) < 0? r : r+1;
3757 INFLATED, bigTenToThe(drop),

Completed in 38 milliseconds