Searched refs:small_primes (Results 1 – 1 of 1) sorted by relevance
23 const unsigned small_primes[] = variable173 const size_t N = sizeof(small_primes) / sizeof(small_primes[0]); in __next_prime()175 if (n <= small_primes[N-1]) in __next_prime()176 return *std::lower_bound(small_primes, small_primes + N, n); in __next_prime()199 const std::size_t p = small_primes[j]; in __next_prime()