OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:clz64
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/gcc/dist/libgcc/config/libbid/
bid_binarydecimal.c
40
#define
clz64
(n) (((n)==0) ? 64 : clz64_nz(n))
macro
48
#define clz128(n_hi,n_lo) (((n_hi) == 0) ? 64 +
clz64
(n_lo) : clz64_nz(n_hi))
396
l =
clz64
(c) - (64 - 53); \
425
l =
clz64
(c); \
604
k =
clz64
(c) - 10; \
[
all
...]
/src/external/gpl3/gcc.old/dist/libgcc/config/libbid/
bid_binarydecimal.c
74
#define
clz64
(n) (((n)==0) ? 64 : clz64_nz(n))
macro
91
#define clz128(n_hi,n_lo) (((n_hi) == 0) ? 64 +
clz64
(n_lo) : clz64_nz(n_hi))
439
l =
clz64
(c) - (64 - 53); \
468
l =
clz64
(c); \
647
k =
clz64
(c) - 10; \
[
all
...]
/src/external/gpl3/gdb.old/dist/sim/aarch64/
simulator.c
12555
clz64
(sim_cpu *cpu)
function
12724
case 12:
clz64
(cpu); return;
/src/external/gpl3/gdb/dist/sim/aarch64/
simulator.c
12555
clz64
(sim_cpu *cpu)
function
12724
case 12:
clz64
(cpu); return;
Completed in 58 milliseconds
Indexes created Thu Mar 19 00:23:35 UTC 2026