Home
last modified time | relevance | path

Searched defs:primesieve_size (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/lgpl3/gmp/dist/mpz/
H A Dprimorial_ui.c101 primesieve_size (mp_limb_t n) { return n_to_bit(n) / GMP_LIMB_BITS + 1; } in primesieve_size() function
H A Doddfac_1.c114 primesieve_size (mp_limb_t n) { return n_to_bit(n) / GMP_LIMB_BITS + 1; } in primesieve_size() function
H A Dbin_uiui.c543 primesieve_size (mp_limb_t n) { return n_to_bit(n) / GMP_LIMB_BITS + 1; } in primesieve_size() function
/netbsd-src/external/lgpl3/gmp/dist/tests/devel/
H A Dprimes.c65 primesieve_size (mp_limb_t n) { return n_to_bit(n) / GMP_LIMB_BITS + 1; } in primesieve_size() function