summaryrefslogtreecommitdiff
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
...
* tests/mpn/t-mulmod_bnm1.c: Trigger special cases more often.Marco Bodrato2020-02-091-2/+3
|
* tests/mpz/t-powm.c: more tests for the base==2 case.Marco Bodrato2020-01-311-4/+55
|
* tests/mpf/t-conv.c: Test also the base=0 case.Marco Bodrato2019-12-201-2/+3
|
* tests/mpz/t-powm.c: Randomised new test.Marco Bodrato2019-12-091-25/+31
|
* tests/mpz/t-powm.c: Trigger the just removed bug.Marco Bodrato2019-12-081-0/+23
|
* Increase repeat count for recent small gcd unit tests.Niels M?ller2019-10-023-3/+3
|
* Fix gcdext_1 test for archs with mp_limb_t > unsigned long.Niels M?ller2019-10-021-2/+2
|
* Unit test for mpn_gcdext_1.Niels M?ller2019-09-302-1/+132
|
* tests/mpn/t-sqrlo.c: Initialise scratch area.Marco Bodrato2019-09-201-2/+0
|
* tests/mpq/t-get_str.c (check_one): Print the right pointer.Marco Bodrato2019-09-061-2/+2
|
* Provide refmpn_gcd_22.Torbjorn Granlund2019-08-172-0/+41
|
* Include gmp-impl.h.Torbjorn Granlund2019-08-172-2/+2
|
* Use independent input sizes for gcd_11 and gcd_22 tests.Niels M?ller2019-08-162-10/+12
|
* New function mpn_gcd_22.Niels M?ller2019-08-164-1/+131
| | | | | | | | | | | | * 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).
* ChangeLogs and copyright yearsMarco Bodrato2019-08-132-2/+2
|
* tests/mpz/t-pprime_p.c: Test one more primeMarco Bodrato2019-08-131-1/+1
|
* tests/misc.c: silence a warningMarco Bodrato2019-08-131-1/+1
|
* Unit test for mpn_gcd_11Niels M?ller2019-08-084-15/+107
|
* Add several more fixed test cases.Torbjorn Granlund2019-08-011-2/+101
|
* Jacobi algorithm documentation, from Seth TroisiNiels M?ller2019-07-301-3/+0
| | | | | * doc/gmp.texi (Jacobi Symbol): Update algorithm documentation. * tests/mpz/t-jac.c: Comment update.
* tests/devel/primes.c: Support testing composites only.Marco Bodrato2019-01-051-7/+12
|
* tests/devel/primes.c: Small corrections.Marco Bodrato2019-01-051-5/+5
|
* tests/devel/primes.c: New testing program for developers.Marco Bodrato2019-01-052-1/+337
| | | | tests/devel/Makefile.am (EXTRA_PROGRAMS): Add it.
* tests/mpz/t-nextprime.c: Use TESTS_REPSMarco Bodrato2018-12-111-2/+1
|
* tests/mpz/: Use TESTS_REPS.Marco Bodrato2018-12-0817-18/+34
|
* tests/mpz/: Use TESTS_REPS.Marco Bodrato2018-11-2817-34/+18
|
* tests/mpz/t-pprime_p.c (check_primes): Two more primes, with a large D for ↵Marco Bodrato2018-11-011-0/+1
| | | | (D/p)=-1
* Use TESTS_REPS.Marco Bodrato2018-11-0821-157/+27
|
* Improve commentsMarco Bodrato2018-11-101-1/+1
|
* tests/mpz/t-lucm.c: New test, for the internal function mpz_lucas_modMarco Bodrato2018-11-102-1/+145
|
* Provide forgotten file.Torbjorn Granlund2018-11-081-0/+257
| | | | * tests/devel/cnd_aors_n.c: New file.
* (EXTRA_PROGRAMS): Add missing files.Torbjorn Granlund2018-11-081-2/+2
|
* tests/mpn/t-fib2m.c: Avoid mis-triggering errors when the modulus is evenMarco Bodrato2018-11-011-1/+19
|
* tests/mpz/t-pprime_p.c (check_fermat_mersenne): New set of tests.Marco Bodrato2018-10-311-4/+45
|
* tests/mpn/Makefile.am (check_PROGRAMS): Add t-fib2mMarco Bodrato2018-10-311-2/+2
|
* tests/mpn/t-fib2m.c: New file, test for mpn_fib2mMarco Bodrato2018-10-311-0/+326
|
* tests/mpz/t-nextprime.c: Add one more intervalMarco Bodrato2018-10-301-3/+14
|
* tests/mpz/t-gcd_ui.c (check_ui_factors): New check triggering a possible bug.Marco Bodrato2018-05-281-0/+94
|
* Copyright yearsMarco Bodrato2018-05-161-1/+2
|
* Improve ASSERTsMarco Bodrato2018-04-281-1/+2
|
* Fill quotient area with junk before testing mpn_div_q.Niels M?ller2018-04-271-0/+1
|
* Handle lazy 0 numerator in mpq.Marc Glisse2018-04-181-1/+1
| | | | As posted on the mailing-list 2 years ago...
* -typoMarco Bodrato2018-03-181-1/+1
|
* gmpxx.h: Special handling for mpq==0Marco Bodrato2018-03-031-1/+1
|
* tests/cxx/t-ops2qf.cc (checkqf): Some check for +/- 1, +/- 0.Marco Bodrato2018-02-281-0/+4
|
* Copyright yearMarco Bodrato2018-01-161-1/+1
|
* tests/mpz/t-bin.c: Test with large ints and bin_ui with values larger than ↵Marco Bodrato2018-01-151-5/+78
| | | | an unsigned int.
* (main): Amend last change.Torbjorn Granlund2017-07-241-1/+1
|
* (choice_array): Amend 2013-05-03 change to include more functions.Torbjorn Granlund2017-07-241-4/+4
|
* (main): Test mpn_sbpi1_bdiv_r.Torbjorn Granlund2017-07-211-3/+6
|