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_hwi
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
hwint.cc
165
mul_hwi
(HOST_WIDE_INT x, HOST_WIDE_INT y)
function
189
return
mul_hwi
(abs_hwi (a) / gcd (a, b), abs_hwi (b));
hwint.h
285
extern HOST_WIDE_INT
mul_hwi
(HOST_WIDE_INT, HOST_WIDE_INT);
382
mul_hwi
(HOST_WIDE_INT a, HOST_WIDE_INT b, bool *overflow)
function
419
HOST_WIDE_INT result =
mul_hwi
(a, b, &overflow);
/src/external/gpl3/gcc.old/dist/gcc/
hwint.cc
165
mul_hwi
(HOST_WIDE_INT x, HOST_WIDE_INT y)
function
189
return
mul_hwi
(abs_hwi (a) / gcd (a, b), abs_hwi (b));
hwint.h
264
extern HOST_WIDE_INT
mul_hwi
(HOST_WIDE_INT, HOST_WIDE_INT);
361
mul_hwi
(HOST_WIDE_INT a, HOST_WIDE_INT b, bool *overflow)
function
Completed in 43 milliseconds
Indexes created Fri Mar 27 00:22:57 UTC 2026