Home
last modified time | relevance | path

Searched refs:mpz_nextprime (Results 1 – 25 of 47) sorted by relevance

12

/netbsd/external/lgpl3/gmp/dist/tests/devel/
H A Dprimes.c238 mpz_nextprime (g, g); in check_nprime()
247 mpz_nextprime (g, g); in check_nprime()
267 mpz_nextprime (g, g); in check_nprime()
289 mpz_nextprime (g, g); in check_nprime()
/netbsd/external/lgpl3/gmp/dist/tests/mpz/
H A Dt-nextprime.c46 mpz_nextprime (y, x); in run()
121 mpz_nextprime (nxtp, x); in main()
H A Dt-perfpow.c137 mpz_nextprime (primes[j], primes[j]); in check_random()
H A Dt-jac.c800 mpz_nextprime (prime[i], prime[i]); in check_jacobi_factored()
904 mpz_nextprime (p, p); in check_large_quotients()
/netbsd/external/lgpl3/gmp/dist/mpz/
H A Dnextprime.c49 mpz_nextprime (mpz_ptr p, mpz_srcptr n) in mpz_nextprime() function
/netbsd/crypto/external/bsd/heimdal/dist/lib/hcrypto/
H A Drsa-gmp.c475 mpz_nextprime(p, p); in gmp_rsa_generate_key()
487 mpz_nextprime(q, q); in gmp_rsa_generate_key()
/netbsd/external/lgpl3/gmp/dist/demos/expr/
H A Dexprz.c167 { "nextprime", (mpexpr_fun_t) mpz_nextprime, MPEXPR_TYPE_UNARY },
/netbsd/crypto/external/cpl/trousers/dist/src/tspi/daa/big_integer/
H A Dbi_gmp.c114 mpz_nextprime( result, result); // i := nextPrime( i) in bi_generate_prime()
/netbsd/external/lgpl3/gmp/dist/demos/calc/
H A Dcalc.y234 | NEXTPRIME '(' e ')' { mpz_nextprime (sp, sp); }
H A Dcalc.c1711 { mpz_nextprime (sp, sp); } in yyparse()
/netbsd/external/lgpl3/gmp/dist/
H A DNEWS483 * The mpz_nextprime function now runs a safer number of pseudo-random prime
702 * The mpz_nextprime function uses sieving and is much faster.
1008 mpz_nextprime, mpz_perfect_power_p, mpz_remove, mpz_root, mpz_swap,
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/coldfire/
H A Dgmp.h950 #define mpz_nextprime __gmpz_nextprime macro
951 __GMP_DECLSPEC void mpz_nextprime (mpz_ptr, mpz_srcptr);
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/or1k/
H A Dgmp.h950 #define mpz_nextprime __gmpz_nextprime macro
951 __GMP_DECLSPEC void mpz_nextprime (mpz_ptr, mpz_srcptr);
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/alpha/
H A Dgmp.h945 #define mpz_nextprime __gmpz_nextprime macro
946 __GMP_DECLSPEC void mpz_nextprime (mpz_ptr, mpz_srcptr);
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/arm/
H A Dgmp.h945 #define mpz_nextprime __gmpz_nextprime macro
946 __GMP_DECLSPEC void mpz_nextprime (mpz_ptr, mpz_srcptr);
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/armeb/
H A Dgmp.h945 #define mpz_nextprime __gmpz_nextprime macro
946 __GMP_DECLSPEC void mpz_nextprime (mpz_ptr, mpz_srcptr);
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/hppa/
H A Dgmp.h945 #define mpz_nextprime __gmpz_nextprime macro
946 __GMP_DECLSPEC void mpz_nextprime (mpz_ptr, mpz_srcptr);
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/i386/
H A Dgmp.h945 #define mpz_nextprime __gmpz_nextprime macro
946 __GMP_DECLSPEC void mpz_nextprime (mpz_ptr, mpz_srcptr);
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/ia64/
H A Dgmp.h945 #define mpz_nextprime __gmpz_nextprime macro
946 __GMP_DECLSPEC void mpz_nextprime (mpz_ptr, mpz_srcptr);
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/mips64eb/
H A Dgmp.h945 #define mpz_nextprime __gmpz_nextprime macro
946 __GMP_DECLSPEC void mpz_nextprime (mpz_ptr, mpz_srcptr);
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/mips64el/
H A Dgmp.h945 #define mpz_nextprime __gmpz_nextprime macro
946 __GMP_DECLSPEC void mpz_nextprime (mpz_ptr, mpz_srcptr);
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/mipseb/
H A Dgmp.h945 #define mpz_nextprime __gmpz_nextprime macro
946 __GMP_DECLSPEC void mpz_nextprime (mpz_ptr, mpz_srcptr);
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/mipsel/
H A Dgmp.h945 #define mpz_nextprime __gmpz_nextprime macro
946 __GMP_DECLSPEC void mpz_nextprime (mpz_ptr, mpz_srcptr);
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/mipsn64el/
H A Dgmp.h945 #define mpz_nextprime __gmpz_nextprime macro
946 __GMP_DECLSPEC void mpz_nextprime (mpz_ptr, mpz_srcptr);
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/riscv64/
H A Dgmp.h945 #define mpz_nextprime __gmpz_nextprime macro
946 __GMP_DECLSPEC void mpz_nextprime (mpz_ptr, mpz_srcptr);

12