Home | Sort by: relevance | last modified time | path |
/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 |