Searched refs:LONG_FIVE_POW_BIT_LENGTH (Results 1 – 1 of 1) sorted by relevance
157 private static final int[] LONG_FIVE_POW_BIT_LENGTH = new int[LONG_FIVE_POW.length]; field in BigDecimal184 for (int i = 0; i < LONG_FIVE_POW_BIT_LENGTH.length; ++i) {185 LONG_FIVE_POW_BIT_LENGTH[i] = bitLength(LONG_FIVE_POW[i]);504 && mantissaBits+LONG_FIVE_POW_BIT_LENGTH[scale] < 64) { in BigDecimal()