summaryrefslogtreecommitdiff
path: root/tests/refmpz.c
Commit message (Collapse)AuthorAgeFilesLines
* New function mpn_gcd_22.Niels M?ller2019-08-161-0/+46
| | | | | | | | | | | | * mpn/generic/gcd.c (gcd_2): Moved to gcd_22.c below. (mpn_gcd): Adapt for calling gcd_22. * mpn/generic/gcd_22.c (mpn_gcd_22): New file and function. * gmp-impl.h (mp_double_limb_t): New (typedef) struct. * configure.ac (gmp_mpn_functions): Added gcd_22. * tests/mpn/t-gcd_22.c: New test. * tests/mpn/Makefile.am (check_PROGRAMS): Add t-gcd_22. * tests/refmpz.c (refmpz_gcd): New function (plain binary gcd).
* Include just gmp-impl.h, make gmp-impl.h grab gmp.h.Torbjorn Granlund2016-08-291-1/+0
|
* Use https to link to GNU license.Torbjorn Granlund2013-12-021-1/+1
|
* Collapse copyright years.Torbjorn Granlund2013-11-281-1/+1
|
* Put all of test suite under GPL, use consistent header.Torbjorn Granlund2012-11-211-11/+11
|
* Clean up some spacing.Torbjorn Granlund2010-05-071-1/+1
|
* Require odd and positive argument to refmpz_jacobi.Niels Möller2010-02-251-5/+4
|
* Rewrote refmpz_legendre, and support it in try.cNiels Möller2010-02-251-2/+32
|
* New public functions mpn_com and mpn_neg. (Were internal and with _n suffix.)Torbjorn Granlund2009-12-281-2/+2
|
* Clean up spacing.tege2007-09-241-12/+12
|
* Update license to version 3.tege2007-09-181-4/+2
|
* Update FSF's address.tege2006-02-151-2/+2
|
* * tests/refmpz.c (refmpz_hamdist): Ensure mp_size_t parameters areKevin Ryde2002-07-171-5/+7
| | | | that type, for the benefit of hpux ia64 bundled cc ABI=64.
* * tests/misc.c, tests/refmpz.c, tests.tests.h, tests/mpz/t-cong.c:Kevin Ryde2002-06-061-1/+12
| | | | Rename mpz_flipbit to refmpz_combit and move from misc.c to refmpz.c.
* * tests/refmpz.c: Add <stdlib.h>, for free().Kevin Ryde2001-10-011-0/+1
|
* * tests/refmpz.c, tests/tests.h (refmpz_hamdist): New function.Kevin Ryde2001-09-081-5/+37
|
* * tests/refmpz.c (refmpz_pow_ui): Copied from tests/mpz/t-pow_ui.cKevin Ryde2001-02-281-1/+27
|
* * tests/refmpz.c: New file.Kevin Ryde2001-02-021-0/+199