summaryrefslogtreecommitdiff
path: root/tests/devel
Commit message (Expand)AuthorAgeFilesLines
* tests/devel/primes.c: Correctly use n_cto_bit or n_fto_bitMarco Bodrato2020-11-281-8/+8
* tests/devel/gen-test-longlong_h.c: Copyright headerMarco Bodrato2020-10-261-0/+18
* tests/devel/Makefile.am: Remove redundanciesMarco Bodrato2020-10-251-10/+5
* Add test-add_ssaaaa test-sub_ddmmss to EXTRA_PROGRAMS to hopefully make autom...Torbjorn Granlund2020-06-181-1/+1
* Provide test for add_ssaaaa and sub_ddmmss.Torbjorn Granlund2020-06-182-4/+143
* tests/devel/primes.c: Update documentation (and remove a small bug).Marco Bodrato2020-03-241-3/+6
* tests/devel/primes.c: New testing strategy, nextrpime on every number in an i...Marco Bodrato2020-03-201-4/+84
* : Use one less variable to loop on primes.Marco Bodrato2020-03-151-7/+7
* 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
* Provide forgotten file.Torbjorn Granlund2018-11-081-0/+257
* (EXTRA_PROGRAMS): Add missing files.Torbjorn Granlund2018-11-081-2/+2
* (choice_array): Amend 2013-05-03 change to include more functions.Torbjorn Granlund2017-07-241-4/+4
* Whitespace cleanup.Torbjorn Granlund2017-07-191-1/+1
* (AM_LDFLAGS): Define. (Thanks to Emmanuel Thom?? and Vincent Lefevre.)Torbjorn Granlund2017-06-281-0/+1
* tests/devel/sqrtrem_1_2.c: allow some faster tests.Marco Bodrato2017-06-081-10/+39
* tests/devel/sqrtrem_1_2.c (check_some_values): Support two limb sizes.Marco Bodrato2017-06-081-11/+75
* tests/devel/sqrtrem_1_2.c: One more testing pattern.Marco Bodrato2017-04-181-20/+98
* tests/devel/sqrtrem_1_2.c (main): Interface improvement.Marco Bodrato2017-04-021-10/+17
* tests/devel/sqrtrem_1_2.c (main): Interface improvement.Marco Bodrato2017-03-081-4/+21
* tests/devel/sqrtrem_1_2.c: New file, exhaustive test for sqrtrem_[12]Marco Bodrato2017-02-232-1/+207
* Include just gmp-impl.h, make gmp-impl.h grab gmp.h.Torbjorn Granlund2016-08-2913-13/+0
* tests/devel/try.c: Support mpn_sqrlo and mpn_sqrlo_basecase.Marco Bodrato2015-08-061-4/+11
* Remove K&R stringize support.Torbjorn Granlund2015-06-231-14/+0
* tests/devel/try.c: Support mpn_sqrt (sqrtrem with remainder = NULL)Marco Bodrato2015-06-151-2/+60
* INCLUDES => AM_CPPFLAGS.Torbjorn Granlund2014-10-011-1/+1
* Get rid of BYTES_PER_MP_LIMB, most files affected.Torbjorn Granlund2014-01-193-16/+16
* Whitespace cleanup.Torbjorn Granlund2013-12-281-4/+4
* Use https to link to GNU license.Torbjorn Granlund2013-12-0215-15/+15
* Collapse copyright years.Torbjorn Granlund2013-11-2812-20/+13
* Support for div_qr_1n_pi1 testing in try.c.Niels M?ller2013-10-221-0/+60
* (choice_array): Don't try to table addlsh1_n etc if a macro.Torbjorn Granlund2013-05-031-6/+6
* Renaming of mpn_addcnd_n and mpn_subcnd_n to mpn_cnd_*.Niels M?ller2013-03-131-4/+4
* Reorder arguments for mpn_addcnd_n and mpn_subcnd_n.Niels M?ller2013-03-101-1/+4
* Put all of test suite under GPL, use consistent header.Torbjorn Granlund2012-11-2115-165/+165
* Add copyright years.Torbjorn Granlund2012-11-201-1/+1
* Clean out __GMP_PROTO.Torbjorn Granlund2012-03-031-3/+3
* Don't require addmul_N to handle overlap.Torbjorn Granlund2012-02-261-1/+1
* Spacing cleanup.Torbjorn Granlund2011-11-211-1/+1
* Add testing of mpn_addcnd_n, mpn_subcnd_n.Torbjorn Granlund2011-11-091-0/+16
* Overhaul low-level mpn test code.Torbjorn Granlund2011-10-167-46/+200
* mulmid testing.Niels Möller2011-10-031-27/+144
* More _ip* declarations/tests/speed.Marco Bodrato2011-03-111-10/+74
* tests/devel/try support for some _ip1 and _ip2 functions.Marco Bodrato2011-03-111-1/+79
* Tests for mpn_{add,sub,rsb}lsh{,1,2}.Marco Bodrato2011-02-111-0/+87
* tests/devel/try mpn_bdiv_q_1 support.Marco Bodrato2011-01-211-4/+41
* Support testing of mpn_mul_5 and mpn_mul_6.Torbjorn Granlund2011-01-081-1/+19
* Add explicit casts for type conversions.Torbjorn Granlund2010-11-131-2/+2
* Test mpn_sublsh2_n.Torbjorn Granlund2010-03-191-114/+62