Home
last modified time | relevance | path

Searched refs:SerialCountPrimes (Results 1 – 3 of 3) sorted by relevance

/oneTBB/examples/parallel_reduce/primes/
H A Dprimes.hpp28 NumberType SerialCountPrimes(NumberType n);
H A Dmain.cpp96 count = SerialCountPrimes(n); in main()
H A Dprimes.cpp154 NumberType SerialCountPrimes(NumberType n) { in SerialCountPrimes() function