Searched refs:popc_limb (Results 1 – 4 of 4) sorted by relevance
| /dragonfly/contrib/gmp/mpz/ |
| HD | hamdist.c | 99 popc_limb (count, (ulimb ^ vlimb) & GMP_NUMB_MASK); in mpz_hamdist() 134 popc_limb (twoscount, vlimb); in mpz_hamdist()
|
| HD | fac_ui.c | 235 popc_limb (i, (mp_limb_t) n); in mpz_fac_ui()
|
| /dragonfly/contrib/gmp/ |
| HD | gmp-impl.h | 3269 #define popc_limb(result, input) \ 3278 #define popc_limb(result, input) \ macro 3286 #define popc_limb(result, input) \ macro 3294 #define popc_limb(result, input) \ macro 3309 #if ! defined (popc_limb) && GMP_LIMB_BITS == 8 3310 #define popc_limb(result, input) \ macro 3320 #if ! defined (popc_limb) && GMP_LIMB_BITS == 16 3321 #define popc_limb(result, input) \ macro 3332 #if ! defined (popc_limb) && GMP_LIMB_BITS == 32 3333 #define popc_limb(result, input) \ macro [all …]
|
| HD | dumbmp.c | 328 popc_limb (mp_limb_t a) in popc_limb() function 350 ret += popc_limb (PTR(a)[i]); in mpz_popcount()
|