Home
last modified time | relevance | path

Searched refs:mpn_popcount (Results 1 – 25 of 74) sorted by relevance

123

/netbsd/external/lgpl3/gmp/dist/mpz/
H A Dhamdist.c63 count += mpn_popcount (up + vsize, usize); in mpz_hamdist()
130 count -= mpn_popcount (up, step); in mpz_hamdist()
164 count += mpn_popcount (up, usize); in mpz_hamdist()
/netbsd/external/lgpl3/gmp/dist/mpn/x86_64/bd1/
H A Dpopcount.asm1 dnl AMD64 SSSE3/XOP mpn_popcount -- population count.
65 MULFUNC_PROLOGUE(mpn_popcount)
78 PROLOGUE(mpn_popcount)
/netbsd/external/lgpl3/mpfr/dist/src/
H A Dmpfr-mini-gmp.h89 #ifndef mpn_popcount
91 mp_bitcnt_t mpn_popcount (const mp_limb_t *, mp_size_t);
/netbsd/external/lgpl3/gmp/dist/mpn/x86/k6/mmx/
H A Dpopham.asm1 dnl AMD K6-2 mpn_popcount, mpn_hamdist -- mpn bit population count and
72 MULFUNC_PROLOGUE(mpn_popcount mpn_hamdist)
/netbsd/external/lgpl3/gmp/dist/mpn/x86/k7/mmx/
H A Dpopham.asm1 dnl AMD K7 mpn_popcount, mpn_hamdist -- population count and hamming
78 MULFUNC_PROLOGUE(mpn_popcount mpn_hamdist)
/netbsd/external/lgpl3/gmp/dist/mpn/x86/pentium/
H A Dpopcount.asm1 dnl Intel P5 mpn_popcount -- mpn bit population count.
64 PROLOGUE(mpn_popcount)
/netbsd/external/lgpl3/gmp/dist/mpn/cray/
H A Dpopcount.c35 mpn_popcount (mp_srcptr p, mp_size_t n) in mpn_popcount() function
/netbsd/external/lgpl3/gmp/dist/mpn/x86/pentium4/mmx/
H A Dpopham.asm1 dnl Intel Pentium 4 mpn_popcount, mpn_hamdist -- population count and
77 define(M4_function,mpn_popcount)
/netbsd/external/lgpl3/gmp/dist/mpn/arm64/
H A Dpopcount.asm1 dnl ARM64 Neon mpn_popcount -- mpn bit population count.
61 PROLOGUE(mpn_popcount)
/netbsd/external/lgpl3/gmp/dist/mpn/generic/
H A Dpopham.c35 #define FNAME mpn_popcount
/netbsd/external/lgpl3/gmp/dist/mpn/x86_64/nano/
H A Dpopcount.asm1 dnl x86-64 mpn_popcount.
/netbsd/external/lgpl3/gmp/dist/mpn/x86_64/pentium4/
H A Dpopcount.asm1 dnl x86-64 mpn_popcount optimized for Pentium 4.
/netbsd/external/lgpl3/gmp/dist/mpn/x86_64/silvermont/
H A Dpopcount.asm1 dnl x86-64 mpn_popcount.
/netbsd/external/lgpl3/gmp/dist/mpn/x86_64/zen/
H A Dpopcount.asm1 dnl AMD64 mpn_popcount -- population count.
/netbsd/external/lgpl3/gmp/dist/mpn/powerpc32/vmx/
H A Dpopcount.asm1 dnl PowerPC-32/VMX mpn_popcount.
/netbsd/external/lgpl3/gmp/dist/mpn/x86/atom/sse2/
H A Dpopcount.asm1 dnl Intel Atom mpn_popcount -- population count.
/netbsd/external/lgpl3/gmp/dist/mpn/x86/p6/mmx/
H A Dpopham.asm1 dnl Intel Pentium-II mpn_popcount, mpn_hamdist -- population count and
/netbsd/external/lgpl3/gmp/dist/mpn/x86/p6/p3mmx/
H A Dpopham.asm1 dnl Intel Pentium-III mpn_popcount, mpn_hamdist -- population count and
/netbsd/external/lgpl3/gmp/dist/mpn/x86/p6/sse2/
H A Dpopcount.asm1 dnl Intel P6/SSE2 mpn_popcount -- population count.
/netbsd/external/lgpl3/gmp/dist/mpn/x86_64/atom/
H A Dpopcount.asm1 dnl x86-64 mpn_popcount.
/netbsd/external/lgpl3/gmp/dist/mpn/alpha/ev67/
H A Dpopcount.asm1 dnl Alpha ev67 mpn_popcount -- mpn bit population count.
/netbsd/external/lgpl3/gmp/dist/mpn/sparc64/ultrasparct3/
H A Dpopcount.asm1 dnl SPARC v9 mpn_popcount for T3/T4.
/netbsd/external/lgpl3/mpfr/dist/examples/
H A Dversion.c222 c = mpn_popcount (t, 1); in main()
/netbsd/external/lgpl3/gmp/dist/mpn/ia64/
H A Dpopcount.asm1 dnl IA-64 mpn_popcount -- mpn population count.
/netbsd/external/lgpl3/gmp/dist/mpn/x86_64/core2/
H A Dpopcount.asm1 dnl AMD64 SSSE3 mpn_popcount -- population count.

123