Searched defs:IsPrime (Results 1 – 4 of 4) sorted by relevance
57 bool IsPrime(int n) const override { in IsPrime() function88 bool IsPrime(int n) const override { in IsPrime() function
45 bool IsPrime(int n) { in IsPrime() function
115 TEST_F(IntegerFunctionTest, IsPrime) { in TEST_F() argument
61 bool IsPrime(int n) const override { in IsPrime() function in __anon6a72ab5f0111::HybridPrimeTable