Searched refs:LOG_TWO (Results 1 – 1 of 1) sorted by relevance
1249 private static final double LOG_TWO = Math.log(2.0); local4132 int numChars = (int)(Math.floor(b*LOG_TWO/logCache[radix]) + 1) +4254 int n = (int) Math.round(Math.log(b * LOG_TWO / logCache[radix]) /4255 LOG_TWO - 1.0);