summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)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
* 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
* 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/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 (D...Marco Bodrato2018-11-011-0/+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
* (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
* -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 an...Marco Bodrato2018-01-151-5/+78
* (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