Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/math/
DBigInteger.java200 private static final int MAX_MAG_LENGTH = Integer.MAX_VALUE / Integer.SIZE + 1; // (1 << 26) field in BigInteger
322 if (mag.length >= MAX_MAG_LENGTH) { in BigInteger()
361 if (mag.length >= MAX_MAG_LENGTH) { in BigInteger()
411 if (mag.length >= MAX_MAG_LENGTH) { in BigInteger()
458 if (mag.length >= MAX_MAG_LENGTH) { in BigInteger()
553 if (mag.length >= MAX_MAG_LENGTH) { in BigInteger()
604 if (mag.length >= MAX_MAG_LENGTH) { in BigInteger()
703 if (mag.length >= MAX_MAG_LENGTH) { in BigInteger()
1139 if (mag.length >= MAX_MAG_LENGTH) { in BigInteger()
1152 if (mag.length >= MAX_MAG_LENGTH) { in BigInteger()
[all …]