OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:count_leading_zeros_gcc_clz
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/lgpl3/gmp/dist/
longlong.h
136
/*
count_leading_zeros_gcc_clz
is count_leading_zeros implemented with gcc
155
#define
count_leading_zeros_gcc_clz
(count,x) \
macro
161
#define
count_leading_zeros_gcc_clz
(count,x) \
macro
558
#define count_leading_zeros(count, x)
count_leading_zeros_gcc_clz
(count, x)
606
#define count_leading_zeros(count, x)
count_leading_zeros_gcc_clz
(count, x)
993
#define count_leading_zeros(count,x)
count_leading_zeros_gcc_clz
(count,x)
/src/external/lgpl3/mpfr/dist/src/
mpfr-longlong.h
142
/*
count_leading_zeros_gcc_clz
is count_leading_zeros implemented with gcc
161
#define
count_leading_zeros_gcc_clz
(count,x) \
macro
167
#define
count_leading_zeros_gcc_clz
(count,x) \
macro
556
#define count_leading_zeros(count, x)
count_leading_zeros_gcc_clz
(count, x)
604
#define count_leading_zeros(count, x)
count_leading_zeros_gcc_clz
(count, x)
993
#define count_leading_zeros(count,x)
count_leading_zeros_gcc_clz
(count,x)
Completed in 25 milliseconds
Indexes created Sat Apr 11 00:22:22 UTC 2026