Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/math/
DBigInteger.java1107 return posConst[(int) val]; in valueOf()
1151 private static BigInteger posConst[] = new BigInteger[MAX_CONSTANT+1]; local
1179 posConst[i] = new BigInteger(magnitude, 1);