OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:qn1
(Results
1 - 1
of
1
) sorted by relevancy
/src/external/lgpl3/gmp/dist/mpn/generic/
divexact.c
141
mp_size_t nn1,
qn1
;
local
200
qn1
= qn0;
204
qn1
=
qn1
+ 1;
205
if (UNLIKELY (dp[dn - 1] == 1 &&
qn1
!= dn))
213
qn1
=
qn1
+ 1;
224
xdp = TMP_ALLOC_LIMBS (
qn1
);
225
mpn_lshift (xdp, dp + dn -
qn1
,
qn1
, cnt)
[
all
...]
Completed in 22 milliseconds
Indexes created Wed Apr 29 00:23:26 UTC 2026