OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bigRadices
(Results
1 - 2
of
2
) sorted by null
/libcore/luni/src/main/java/java/math/
Conversion.java
38
*
bigRadices
values are precomputed maximal powers of radices (integer
39
* numbers from 2 to 36) that fit into unsigned int (32 bits).
bigRadices
[0] =
40
* 2 ^ 31,
bigRadices
[8] = 10 ^ 9, etc.
43
static final int[]
bigRadices
= { -2147483648, 1162261467,
89
int bigRadix =
bigRadices
[radix - 2];
BigInteger.java
[
all
...]
Completed in 556 milliseconds