Searched defs:isPrime (Results 1 – 11 of 11) sorted by relevance
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
724 public static boolean isPrime(int n) { in isPrime() method
1004 public static boolean isPrime(long n) { in isPrime() method