Home
last modified time | relevance | path

Searched defs:sieve (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/lgpl3/gmp/dist/tests/devel/
H A Dprimes.c71 #define LOOP_ON_SIEVE_CONTINUE(prime,end,sieve) \ argument
81 #define LOOP_ON_SIEVE_BEGIN(prime,start,end,off,sieve) \ argument
131 mp_limb_t *sieve, *primes; in check_pprime() local
182 mp_limb_t *sieve; in check_pprime() local
254 mp_limb_t *sieve; in check_nprime() local
/netbsd-src/external/lgpl3/gmp/dist/mpz/
H A Dprimorial_ui.c51 #define LOOP_ON_SIEVE_CONTINUE(prime,end,sieve) \ argument
61 #define LOOP_ON_SIEVE_BEGIN(prime,start,end,off,sieve) \ argument
120 mp_limb_t *sieve, *factors; in mpz_primorial_ui() local
H A Doddfac_1.c64 #define LOOP_ON_SIEVE_CONTINUE(prime,end,sieve) \ argument
74 #define LOOP_ON_SIEVE_BEGIN(prime,start,end,off,sieve) \ argument
191 mpz_2multiswing_1 (mpz_ptr x, mp_limb_t n, mp_ptr sieve, mp_ptr factors) in mpz_2multiswing_1()
364 mp_ptr sieve; in mpz_oddfac_1() local
H A Dbin_uiui.c494 #define LOOP_ON_SIEVE_CONTINUE(prime,end,sieve) \ argument
504 #define LOOP_ON_SIEVE_BEGIN(prime,start,end,off,sieve) \ argument
593 mp_limb_t *sieve, *factors, count; in mpz_goetgheluck_bin_uiui() local
/netbsd-src/external/lgpl3/gmp/dist/
H A Dprimesieve.c313 mp_srcptr sieve) in block_resieve()