HomeSort by: relevance | last modified time | path
    Searched defs:pr_limit (Results 1 - 3 of 3) sorted by relevancy

  /src/games/primes/
pr_tbl.c 548 /* pr_limit - largest prime in the prime table */
549 const uint64_t *const pr_limit = &prime[(sizeof(prime)/sizeof(prime[0]))-1]; variable in typeref:typename:const uint64_t * const
pr_tbl.c 548 /* pr_limit - largest prime in the prime table */
549 const uint64_t *const pr_limit = &prime[(sizeof(prime)/sizeof(prime[0]))-1]; variable in typeref:typename:const uint64_t * const
pr_tbl.c 548 /* pr_limit - largest prime in the prime table */
549 const uint64_t *const pr_limit = &prime[(sizeof(prime)/sizeof(prime[0]))-1]; variable in typeref:typename:const uint64_t * const

Completed in 35 milliseconds