Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/math/
DBigInteger.java1249 private static final double LOG_TWO = Math.log(2.0); local
4132 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);