freebsd-dev/games/primes
Colin Percival eb5ea45ba8 Switch primes(6) from using unsigned long to using uint64_t. This fixes
'limited range of type' warnings about comparisons on 32-bit systems, and
allows 32-bit systems to compute the full range of primes.
2014-09-27 09:00:38 +00:00
..
Makefile Correctly enumerate primes between 4295098369 and 3825123056546413050. 2014-09-26 09:40:48 +00:00
pattern.c
pr_tbl.c
primes.c Switch primes(6) from using unsigned long to using uint64_t. This fixes 2014-09-27 09:00:38 +00:00
primes.h Switch primes(6) from using unsigned long to using uint64_t. This fixes 2014-09-27 09:00:38 +00:00
spsp.c Correctly enumerate primes between 4295098369 and 3825123056546413050. 2014-09-26 09:40:48 +00:00