OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:popcount
(Results
1 - 25
of
148
) sorted by relevancy
1
2
3
4
5
6
/src/common/lib/libc/string/
popcount32.c
75
__strong_alias(
popcount
, popcount32)
/src/include/
strings.h
66
unsigned int
popcount
(unsigned int) __constfunc;
/src/external/gpl3/gdb/dist/sim/testsuite/aarch64/
cnt.s
3
# Check the
popcount
instruction: cnt.
/src/external/gpl3/gdb.old/dist/sim/testsuite/aarch64/
cnt.s
3
# Check the
popcount
instruction: cnt.
/src/external/lgpl3/gmp/dist/demos/perl/GMP/
Mpz.pm
46
perfect_square_p
popcount
powm probab_prime_p
/src/external/lgpl3/gmp/dist/mpn/x86/pentium/mmx/
hamdist.asm
36
C For reference, this code runs at 11.5 cycles/limb for
popcount
, which is
37
C slower than the plain integer mpn/x86/pentium/
popcount
.asm.
/src/external/lgpl3/gmp/dist/tests/mpz/
Makefile.am
32
t-aorsmul t-cmp_d t-cmp_si t-hamdist t-oddeven t-
popcount
t-set_f \
/src/sys/dev/nand/
hamming.c
62
if ((
popcount
(data[i]) & 1) == 1) {
/src/external/lgpl3/gmp/dist/mpn/x86/
t-zdisp2.pl
113
elsif ($base eq 'popham') { @funs = qw(
popcount
hamdist); }
/src/lib/libc/string/
Makefile.inc
50
popcount
.3 \
61
MLINKS+=
popcount
.3 popcountl.3
62
MLINKS+=
popcount
.3 popcountll.3
63
MLINKS+=
popcount
.3 popcount32.3
64
MLINKS+=
popcount
.3 popcount64.3
/src/tests/lib/libc/string/
t_popcount.c
136
atf_tc_set_md_var(tc, "descr", "Test
popcount
results");
151
ATF_CHECK_EQ(r,
popcount
(i));
153
ATF_CHECK_EQ(
popcount
(0xffffffff), 32);
/src/external/lgpl3/gmp/dist/mpn/powerpc32/vmx/
popcount.asm
34
include_mpn(`powerpc64/vmx/
popcount
.asm')
/src/external/lgpl3/gmp/dist/mpn/x86/atom/sse2/
popcount.asm
35
include_mpn(`x86/pentium4/sse2/
popcount
.asm')
/src/external/lgpl3/gmp/dist/mpn/x86/p6/mmx/
popham.asm
35
C P6MMX:
popcount
11 cycles/limb (approx), hamdist 11.5 cycles/limb (approx)
/src/external/lgpl3/gmp/dist/mpn/x86/p6/p3mmx/
popham.asm
35
C
popcount
hamdist
/src/external/lgpl3/gmp/dist/mpn/x86/p6/sse2/
popcount.asm
35
include_mpn(`x86/pentium4/sse2/
popcount
.asm')
/src/external/lgpl3/gmp/dist/mpn/x86_64/atom/
popcount.asm
35
include_mpn(`x86/pentium4/sse2/
popcount
.asm')
/src/external/lgpl3/gmp/dist/mpn/x86_64/nano/
popcount.asm
35
include_mpn(`x86/pentium4/sse2/
popcount
.asm')
/src/external/lgpl3/gmp/dist/mpn/x86_64/pentium4/
popcount.asm
35
include_mpn(`x86/pentium4/sse2/
popcount
.asm')
/src/external/lgpl3/gmp/dist/mpn/x86_64/silvermont/
popcount.asm
38
include_mpn(`x86_64/coreinhm/
popcount
.asm')
/src/external/lgpl3/gmp/dist/mpn/x86_64/zen/
popcount.asm
38
include_mpn(`x86_64/coreinhm/
popcount
.asm')
/src/sys/lib/libkern/
rngtest.c
204
c +=
popcount
(*p);
/src/external/lgpl3/gmp/dist/mpn/x86/k6/mmx/
popham.asm
35
C
popcount
hamdist
44
C integer mpn/generic/
popcount
.c,hamdist.c.
/src/external/lgpl3/gmp/dist/mpn/x86/pentium4/mmx/
popham.asm
35
C
popcount
hamdist
51
C For
popcount
there's 13 mmx instructions in the loop, so perhaps 6.5 c/l
/src/external/lgpl3/gmp/dist/mpn/x86_64/
popham.asm
35
C
popcount
hamdist
46
C * Tune. It should be possible to reach 5 c/l for
popcount
and 6 c/l for
Completed in 58 milliseconds
1
2
3
4
5
6
Indexes created Sun Jun 21 00:25:28 UTC 2026