Searched defs:sieve (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/external/lgpl3/gmp/dist/tests/devel/ |
H A D | primes.c | 71 #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 D | primorial_ui.c | 51 #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 D | oddfac_1.c | 64 #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 D | bin_uiui.c | 494 #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 D | primesieve.c | 313 mp_srcptr sieve) in block_resieve()
|