OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GMP_NUMB_CEIL_MAX_DIV3
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/lgpl3/gmp/dist/mpn/generic/
diveby3.c
92
c += (q >=
GMP_NUMB_CEIL_MAX_DIV3
);
163
c2 = qx >=
GMP_NUMB_CEIL_MAX_DIV3
;
/src/external/lgpl3/gmp/dist/tests/
t-constants.c
253
hi = refmpn_umul_ppmm (&lo,
GMP_NUMB_CEIL_MAX_DIV3
-1,
257
printf ("
GMP_NUMB_CEIL_MAX_DIV3
too big\n");
260
hi = refmpn_umul_ppmm (&lo,
GMP_NUMB_CEIL_MAX_DIV3
,
264
printf ("
GMP_NUMB_CEIL_MAX_DIV3
too small\n");
/src/external/lgpl3/gmp/dist/
gmp-impl.h
3343
#define
GMP_NUMB_CEIL_MAX_DIV3
(GMP_NUMB_MAX / 3 + 1)
Completed in 30 milliseconds
Indexes created Mon Aug 10 00:24:53 UTC 2026