summaryrefslogtreecommitdiff
path: root/gmp-impl.h
diff options
context:
space:
mode:
authorMarco Bodrato <bodrato@mail.dm.unipi.it>2018-11-10 14:13:27 +0100
committerMarco Bodrato <bodrato@mail.dm.unipi.it>2018-11-10 14:13:27 +0100
commit97dabcd884e62f455c2ada2fdd79d329f56ad389 (patch)
tree0454d4b1eb11978f64637c9af0704d8814a7aa8d /gmp-impl.h
parent03518052e5266e8df9d25c556c9c5bb8f1deec7f (diff)
downloadgmp-97dabcd884e62f455c2ada2fdd79d329f56ad389.tar.gz
tests/mpz/t-lucm.c: New test, for the internal function mpz_lucas_mod
Diffstat (limited to 'gmp-impl.h')
-rw-r--r--gmp-impl.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/gmp-impl.h b/gmp-impl.h
index 22084c664..55263ebf9 100644
--- a/gmp-impl.h
+++ b/gmp-impl.h
@@ -1704,6 +1704,9 @@ __GMP_DECLSPEC mp_size_t mpz_prodlimbs (mpz_ptr, mp_ptr, mp_size_t);
#define mpz_oddfac_1 __gmpz_oddfac_1
__GMP_DECLSPEC void mpz_oddfac_1 (mpz_ptr, mp_limb_t, unsigned);
+#define mpz_lucas_mod __gmpz_lucas_mod
+__GMP_DECLSPEC int mpz_lucas_mod (mpz_ptr, mpz_ptr, long, mp_bitcnt_t, mpz_srcptr, mpz_ptr, mpz_ptr);
+
#define mpz_inp_str_nowhite __gmpz_inp_str_nowhite
#ifdef _GMP_H_HAVE_FILE
__GMP_DECLSPEC size_t mpz_inp_str_nowhite (mpz_ptr, FILE *, int, int, size_t);