Searched refs:getIntLog (Results 1 - 1 of 1) sorted by relevance

/packages/apps/ExactCalculator/src/com/android/calculator2/
H A DUnifiedReal.java980 private static long getIntLog(BigInteger n, int base) { method in class:UnifiedReal
1033 long intLog = getIntLog(bi, i);
1045 long intLog = getIntLog(bi, intSquare);

Completed in 34 milliseconds