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

/libcore/luni/src/main/java/java/math/
H A DPrimality.java136 if (probPrime.isPrime(100)) {
H A DBigInt.java341 boolean isPrime(int certainty) { method in class:BigInt
H A DBigInteger.java1034 return getBigInt().isPrime(certainty);
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/math/
H A DOldBigIntegerTest.java138 if (isPrime(a)) {
356 private boolean isPrime(long b) { method in class:OldBigIntegerTest
H A DBigIntegerTest.java186 if (isPrime(a)) {
954 private boolean isPrime(long b) { method in class:BigIntegerTest

Completed in 923 milliseconds