OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:mpn_mullo_n
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/lgpl3/gmp/dist/mpn/generic/
mullo_n.c
0
/*
mpn_mullo_n
-- multiply two n-limb numbers and return the low n limbs
203
mpn_mullo_n
(mp_ptr rp, mp_srcptr xp, mp_srcptr yp, mp_size_t n)
function
/src/external/lgpl3/gmp/dist/
gmp-impl.h
1185
#define
mpn_mullo_n
__MPN(mullo_n)
macro
1186
__GMP_DECLSPEC void
mpn_mullo_n
(mp_ptr, mp_srcptr, mp_srcptr, mp_size_t);
Completed in 20 milliseconds
Indexes created Sat Apr 25 00:22:52 UTC 2026