Searched refs:isPrime (Results 1 – 5 of 5) sorted by relevance
136 if (probPrime.isPrime(100)) { in nextProbablePrime()
343 boolean isPrime(int certainty) { in isPrime() method in BigInt
1036 return getBigInt().isPrime(certainty);
138 if (isPrime(a)) { in test_isProbablePrimeI()356 private boolean isPrime(long b) { in isPrime() method in OldBigIntegerTest
186 if (isPrime(a)) { in test_isProbablePrimeI()955 private boolean isPrime(long b) { in isPrime() method in BigIntegerTest