Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/math/
DBigInteger.java214 private static final int PRIME_SEARCH_BIT_LENGTH_LIMIT = 500000000; field in BigInteger
849 if (bitLength > PRIME_SEARCH_BIT_LENGTH_LIMIT + 1) { in getPrimeSearchLen()