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

/openbsd-current/games/primes/
H A Dpr_tbl.c542 /* pr_limit - largest prime in the prime table */
543 const ubig *pr_limit = &prime[(sizeof(prime)/sizeof(prime[0]))-1]; variable
H A Dprimes.c81 extern const ubig *pr_limit; /* largest prime in the prime array */
212 * quick list of primes <= pr_limit
214 if (start <= *pr_limit) {
217 factor < stop && p <= pr_limit; factor = *(++p)) {
223 if (p <= pr_limit) {
226 start = *pr_limit+2;
/openbsd-current/games/factor/
H A Dfactor.c72 extern const ubig *pr_limit; /* largest prime in the prime array */
176 } while (++fact <= pr_limit);
179 if (fact > pr_limit) {
215 start = *pr_limit + 2;

Completed in 392 milliseconds