Searched refs:small_primes (Results 1 – 1 of 1) sorted by relevance
24 const unsigned small_primes[] = variable182 const size_t N = sizeof(small_primes) / sizeof(small_primes[0]); in __next_prime()184 if (n <= small_primes[N-1]) in __next_prime()185 return *std::lower_bound(small_primes, small_primes + N, n); in __next_prime()208 const std::size_t p = small_primes[j]; in __next_prime()