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_nextprime
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/lgpl3/gmp/dist/
nextprime.c
0
/*
gmp_nextprime
-- generate small primes reasonably efficiently for internal
60
gmp_nextprime
(gmp_primesieve_t *ps)
function
156
return
gmp_nextprime
(ps);
gmp-impl.h
2078
#define
gmp_nextprime
__gmp_nextprime
macro
2079
__GMP_DECLSPEC unsigned long int
gmp_nextprime
(gmp_primesieve_t *);
/src/external/lgpl3/gmp/dist/mpn/generic/
perfpow.c
200
gmp_nextprime
(&ps);
206
while ((k =
gmp_nextprime
(&ps)) < ub)
220
while ((k =
gmp_nextprime
(&ps)) < ub)
Completed in 19 milliseconds
Indexes created Sun Aug 09 00:24:28 UTC 2026