Searched defs:isPrime (Results 1 – 13 of 13) sorted by relevance
28 bool isPrime = 1; field
50 public static boolean isPrime(int n) { in isPrime() method in Primes
34 bool isPrime(int i) { in isPrime() function
82 public boolean isPrime(int n) { in isPrime() method in SortAndPruneComposites
105 int isPrime(int reps) { in isPrime() method in IntMathBenchmark
107 int isPrime(int reps) { in isPrime() method in LongMathBenchmark
47 private boolean isPrime(final int n) { in isPrime() method in CoreTutorial.TestTarget
721 public static boolean isPrime(int n) { in isPrime() method
1005 public static boolean isPrime(long n) { in isPrime() method