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_LSHIFT
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/lgpl3/gmp/dist/mpn/generic/
rootrem.c
63
#define
MPN_LSHIFT
(cy,rp,up,un,cnt) \
66
cy =
mpn_lshift
(rp, up, un, cnt); \
383
MPN_LSHIFT
(cy, rp + bn, rp, rn, b % GMP_NUMB_BITS);
425
MPN_LSHIFT
(cy, sp + b / GMP_NUMB_BITS, sp, sn, b % GMP_NUMB_BITS);
/src/external/lgpl3/gmp/dist/mpz/
n_pow_ui.c
129
#define
MPN_LSHIFT
(ptr, size, alloc, shift) \
133
cy =
mpn_lshift
(ptr, ptr, size, shift); \
544
MPN_LSHIFT
(rp, rsize, ralloc, (unsigned) rtwos_bits);
Completed in 15 milliseconds
Indexes created Fri May 01 00:23:41 UTC 2026