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

/netbsd-6-1-5-RELEASE/games/primes/
H A Dpr_tbl.c548 /* pr_limit - largest prime in the prime table */
549 const ubig *pr_limit = &prime[(sizeof(prime)/sizeof(prime[0]))-1]; variable
H A Dprimes.c96 extern const ubig *pr_limit; /* largest prime in the prime array */
260 * quick list of primes <= pr_limit
262 if (start <= *pr_limit) {
265 factor < stop && p <= pr_limit; factor = *(++p)) {
277 if (p <= pr_limit) {
280 start = *pr_limit+2;
/netbsd-6-1-5-RELEASE/games/factor/
H A Dfactor.c97 extern const ubig *pr_limit; /* largest prime in the prime array */
99 #define pr_limit &prime[0]
213 while (fact <= pr_limit) {
220 if (fact > pr_limit) {

Completed in 98 milliseconds