Home
last modified time | relevance | path

Searched refs:gmp_nextprime (Results 1 – 3 of 3) sorted by relevance

/dragonfly/contrib/gmp/
H A Dnextprime.c50 gmp_nextprime (gmp_primesieve_t *ps) in gmp_nextprime() function
146 return gmp_nextprime (ps); in gmp_nextprime()
H A Dgmp-impl.h1686 #define gmp_nextprime __gmp_nextprime macro
1687 __GMP_DECLSPEC unsigned long int gmp_nextprime (gmp_primesieve_t *);
/dragonfly/contrib/gmp/mpn/generic/
H A Dperfpow.c282 gmp_nextprime (&ps); in perfpow()
287 while ((k = gmp_nextprime (&ps)) < ub) in perfpow()
301 while ((k = gmp_nextprime (&ps)) < ub) in perfpow()