Searched refs:ubig (Results 1 – 5 of 5) sorted by relevance
78 static void primes(ubig, ubig);79 static ubig read_num_buf(void);85 ubig start; /* where to start generating */ in main()86 ubig stop; /* don't generate at or above this value */ in main()164 static ubig167 ubig val; in read_num_buf()195 primes(ubig start, ubig stop) in primes()198 ubig factor; /* index and factor */ in primes()200 const ubig *p; /* prime table pointer */ in primes()201 ubig fact_lim; /* highest prime for current block */ in primes()[all …]
44 typedef uint64_t ubig; /* must be >=32 bit unsigned value */ typedef56 extern const ubig prime[];57 extern const ubig *const pr_limit; /* largest prime in the prime array */71 int isprime(ubig);
48 const ubig prime[] = {540 const ubig *const pr_limit = &prime[(sizeof(prime)/sizeof(prime[0]))-1];
106 isprime(ubig _n) in isprime()
82 typedef ubig BIGNUM;168 const ubig *fact; /* The factor found. */ in pr_fact()