OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:shiftc
(Results
1 - 1
of
1
) sorted by relevancy
/src/external/lgpl3/mpfr/dist/src/
sum.c
469
int
shiftc
;
local
491
shiftc
= shiftq % GMP_NUMB_BITS;
493
shiftq, (mpfr_prec_t) shifts,
shiftc
));
494
if (MPFR_LIKELY (
shiftc
!= 0))
495
mpn_lshift (wp + shifts, wp, ws - shifts,
shiftc
);
Completed in 48 milliseconds
Indexes created Tue Mar 03 05:31:39 UTC 2026