Searched refs:isSmallPrime (Results 1 – 1 of 1) sorted by relevance
178 } while (!isSmallPrime(candidate)); in BigInteger()190 private static boolean isSmallPrime(int x) { in isSmallPrime() method in BigInteger