Searched refs:gmp_lucas_mod (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/lgpl3/gmp/dist/mini-gmp/tests/ |
H A D | testutils.c | 180 return gmp_lucas_mod (V, Qk, Q, b0, n); in mpz_lucas_mod()
|
/netbsd-src/external/lgpl3/gmp/dist/mini-gmp/ |
H A D | mini-gmp.c | 3395 gmp_lucas_mod (mpz_t V, mpz_t Qk, long Q, in gmp_lucas_mod() function 3495 if (! gmp_lucas_mod (V, Qk, Q, b0, n)) /* If Ud != 0 */ in gmp_stronglucas()
|