summaryrefslogtreecommitdiff
path: root/tests/mpn
Commit message (Expand)AuthorAgeFilesLines
* t-mulmod_bknp1.c: Better coverageMarco Bodrato2022-02-272-4/+11
* tests/mpn/t-sqrmod_bknp1.c: Better coverageMarco Bodrato2022-02-261-7/+23
* Copyright yearsMarco Bodrato2022-02-211-1/+1
* tests/mpn/t-{mul,sqr}mod_bknp1.c: New tests for mpn_{mul,sqr}mod_bknp1Marco Bodrato2022-02-153-0/+431
* Unit test for mpn_addaddmul_1msb0.Niels Möller2021-10-082-1/+99
* tests/mpn/t-toom2-sqr.c: Define additional tests for the unlikely branch (cy<0)Marco Bodrato2021-01-031-0/+80
* tests/mpn/toom-sqr-shared.h: Run additional test, if availableMarco Bodrato2021-01-031-0/+8
* Exit main() properly.Torbjorn Granlund2020-05-123-0/+9
* Copyright yearsMarco Bodrato2020-02-091-1/+2
* tests/mpn/t-sqrmod_bnm1.c: Trigger special cases more often.Marco Bodrato2020-02-091-2/+3
* tests/mpn/t-mulmod_bnm1.c: Trigger special cases more often.Marco Bodrato2020-02-091-2/+3
* 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
* 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-162-1/+84
* Unit test for mpn_gcd_11Niels M?ller2019-08-082-1/+83
* Use TESTS_REPS.Marco Bodrato2018-11-0813-131/+13
* Improve commentsMarco Bodrato2018-11-101-1/+1
* tests/mpn/t-fib2m.c: Avoid mis-triggering errors when the modulus is evenMarco Bodrato2018-11-011-1/+19
* 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
* 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
* (main): Amend last change.Torbjorn Granlund2017-07-241-1/+1
* (main): Test mpn_sbpi1_bdiv_r.Torbjorn Granlund2017-07-211-3/+6
* Whitespace cleanup.Torbjorn Granlund2017-07-191-1/+0
* (AM_LDFLAGS): Define. (Thanks to Emmanuel Thom?? and Vincent Lefevre.)Torbjorn Granlund2017-06-281-0/+1
* Merge code from gmp-bdiv repo, with minor bug fixes.Niels M?ller2017-05-161-10/+4
* tests/mpn/t-mul.c: removed unuser rand source.Marco Bodrato2016-12-291-3/+0
* Include just gmp-impl.h, make gmp-impl.h grab gmp.h.Torbjorn Granlund2016-08-2930-30/+0
* tests/mpn/t-toom22.c: Keep on testing small sizes.Marco Bodrato2015-11-211-1/+1
* Silence some other warnings...Marco Bodrato2015-10-161-2/+0
* Simplify conditional printing of whitespace.Hans Wennborg2015-10-162-4/+4
* tests/mp?/Makefile.am (check_PROGRAMS); Reorder tests.Marco Bodrato2015-09-271-2/+2
* tests/mpn/t-toom22.c (MIN_AN): Use defined value.Marco Bodrato2015-09-011-1/+1
* Whitespace cleanup.Torbjorn Granlund2015-08-251-1/+1
* tests/mpn/t-broot.c: Test also k=1, - typo.Marco Bodrato2015-08-141-1/+14
* tests/mpn/t-sqrlo.c: New testMarco Bodrato2015-08-062-1/+142
* tests/mpn/t-toom22.c: stop testing some unsafe (unused) corner cases.Marco Bodrato2015-06-061-2/+2
* ChangeLogMarco Bodrato2015-06-013-3/+3
* Acoid calling mpn_zero_p with zero size.Marco Bodrato2015-05-313-3/+3
* Remove unused variablesMarco Bodrato2015-05-201-2/+0
* Add 'static' and 'const' for the benefit of C++.Torbjorn Granlund2014-11-151-1/+1
* INCLUDES => AM_CPPFLAGS.Torbjorn Granlund2014-10-011-1/+1
* Update TMP markup according to last change.Torbjorn Granlund2014-06-081-3/+3
* (main): Don't use TMP_SALLOC_LIMBS.Torbjorn Granlund2014-06-081-2/+2
* Whitespace cleanup.Torbjorn Granlund2014-03-171-1/+1