Searched refs:SMALL_PRIME_THRESHOLD (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/java/math/
H A DBigInteger.java544 private static final int SMALL_PRIME_THRESHOLD = 95; field in class:BigInteger
567 return (bitLength < SMALL_PRIME_THRESHOLD ?
667 if (result.bitLength() < SMALL_PRIME_THRESHOLD) {

Completed in 350 milliseconds