HomeSort by relevance Sort by last modified time
    Searched refs:bigRadix (Results 1 - 2 of 2) sorted by null

  /dalvik/libcore/math/src/main/java/java/math/
Conversion.java 91 int bigRadix = bigRadices[radix - 2];
93 // divide the array of digits by bigRadix and convert remainders
96 bigRadix);
210 // divide the array of digits by bigRadix and convert
BigInteger.java     [all...]

Completed in 22 milliseconds