Home
last modified time | relevance | path

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

/libcore/luni/src/main/java/java/math/
DPrimality.java136 if (probPrime.isPrime(100)) { in nextProbablePrime()
DBigInt.java343 boolean isPrime(int certainty) { in isPrime() method in BigInt
DBigInteger.java1036 return getBigInt().isPrime(certainty);
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/math/
DOldBigIntegerTest.java138 if (isPrime(a)) { in test_isProbablePrimeI()
356 private boolean isPrime(long b) { in isPrime() method in OldBigIntegerTest
DBigIntegerTest.java186 if (isPrime(a)) { in test_isProbablePrimeI()
955 private boolean isPrime(long b) { in isPrime() method in BigIntegerTest