Searched refs:BURNIKEL_ZIEGLER_THRESHOLD (Results 1 – 2 of 2) sorted by relevance
1151 if (b.intLen < BigInteger.BURNIKEL_ZIEGLER_THRESHOLD || in divide()1256 int m = 1 << (32-Integer.numberOfLeadingZeros(s/BigInteger.BURNIKEL_ZIEGLER_THRESHOLD)); in divideAndRemainderBurnikelZiegler()1315 if (n%2 != 0 || n < BigInteger.BURNIKEL_ZIEGLER_THRESHOLD) { in divide2n1n()
254 static final int BURNIKEL_ZIEGLER_THRESHOLD = 80; field in BigInteger