OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:__mul_10x64
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/libgcc/config/libbid/
bid_binarydecimal.c
119
#define
__mul_10x64
(sum,carryout,input,carryin) \
macro
131
__mul_10x64
(p0,c0,a0,0ull); \
132
__mul_10x64
(p1,c1,a1,c0); \
133
__mul_10x64
(p2,c2,a2,c1); \
134
__mul_10x64
(p3,c3,a3,c2); \
[
all
...]
/src/external/gpl3/gcc.old/dist/libgcc/config/libbid/
bid_binarydecimal.c
162
#define
__mul_10x64
(sum,carryout,input,carryin) \
macro
174
__mul_10x64
(p0,c0,a0,0ull); \
175
__mul_10x64
(p1,c1,a1,c0); \
176
__mul_10x64
(p2,c2,a2,c1); \
177
__mul_10x64
(p3,c3,a3,c2); \
[
all
...]
Completed in 39 milliseconds
Indexes created Sun Mar 22 00:23:16 UTC 2026