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.java208 private static final int MAX_MAG_LENGTH = Integer.MAX_VALUE / Integer.SIZE + 1; // (1 << 26) field in BigInteger
315 if (mag.length >= MAX_MAG_LENGTH) { in BigInteger()
337 if (mag.length >= MAX_MAG_LENGTH) { in BigInteger()
371 if (mag.length >= MAX_MAG_LENGTH) { in BigInteger()
395 if (mag.length >= MAX_MAG_LENGTH) { in BigInteger()
490 if (mag.length >= MAX_MAG_LENGTH) { in BigInteger()
539 if (mag.length >= MAX_MAG_LENGTH) { in BigInteger()
1058 if (mag.length >= MAX_MAG_LENGTH) { in BigInteger()
1070 if (mag.length >= MAX_MAG_LENGTH) { in BigInteger()
1082 if (mag.length > MAX_MAG_LENGTH || mag.length == MAX_MAG_LENGTH && mag[0] < 0) { in checkRange()
[all …]