Home
last modified time | relevance | path

Searched defs:isPrime (Results 1 – 3 of 3) sorted by relevance

/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/math/
DOldBigIntegerTest.java356 private boolean isPrime(long b) { in isPrime() method in OldBigIntegerTest
DBigIntegerTest.java955 private boolean isPrime(long b) { in isPrime() method in BigIntegerTest
/libcore/luni/src/main/java/java/math/
DBigInt.java343 boolean isPrime(int certainty) { in isPrime() method in BigInt