Searched refs:LOG10_2 (Results 1 – 1 of 1) sorted by relevance
107 private static final double LOG10_2 = 0.3010299956639812; field in BigDecimal1802 int decimalDigits = 1 + (int) ((bitLength - 1) * LOG10_2); in precision()2504 long powerOfTwo = this.bitLength - (long)(scale / LOG10_2); in floatValue()2542 long powerOfTwo = this.bitLength - (long)(scale / LOG10_2); in doubleValue()2889 : (int) ((this.bitLength - 1) * LOG10_2) + 1; in approxPrecision()