Searched refs:bigRadices (Results 1 – 2 of 2) sorted by relevance
43 static final int[] bigRadices = { -2147483648, 1162261467, field in Conversion89 int bigRadix = bigRadices[radix - 2]; in bigInteger2String()
1190 int bigRadix = Conversion.bigRadices[radix - 2]; in parseFromString()