Searched refs:pr_limit (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.1-release/games/primes/
H A Dpr_tbl.c547 /* pr_limit - largest prime in the prime table */
548 const ubig *const pr_limit = &prime[(sizeof(prime)/sizeof(prime[0]))-1]; variable
H A Dprimes.h58 extern const ubig *const pr_limit; /* largest prime in the prime array */
H A Dprimes.c237 * quick list of primes <= pr_limit
239 if (start <= *pr_limit) {
242 factor < stop && p <= pr_limit; factor = *(++p)) {
248 if (p <= pr_limit) {
251 start = *pr_limit+2;
/freebsd-10.1-release/games/factor/
H A Dfactor.c205 } while (++fact <= pr_limit);
208 if (fact > pr_limit) {

Completed in 101 milliseconds