Searched refs:LONG_FIVE_POW (Results 1 – 1 of 1) sorted by relevance
127 private static final long[] LONG_FIVE_POW = new long[] field in BigDecimal157 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()