Home
last modified time | relevance | path

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

/libcore/luni/src/main/java/java/math/
DBigDecimal.java127 private static final long[] LONG_FIVE_POW = new long[] field in BigDecimal
157 private static final int[] LONG_FIVE_POW_BIT_LENGTH = new int[LONG_FIVE_POW.length];
185 LONG_FIVE_POW_BIT_LENGTH[i] = bitLength(LONG_FIVE_POW[i]);
503 if(scale < LONG_FIVE_POW.length in BigDecimal()
505 smallValue = mantissa * LONG_FIVE_POW[scale]; in BigDecimal()