summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Clean out __GMP_PROTO.Torbjorn Granlund2012-03-0327-459/+360
* tests/mpz/t-invert.c: Small range correction.Marco Bodrato2012-03-011-1/+1
* Don't require addmul_N to handle overlap.Torbjorn Granlund2012-02-261-1/+1
* New tests for mpz_2fac_ui.Marco Bodrato2012-02-261-4/+21
* tests/mpz/t-invert.c: test format, range, and correctes of the "no-inverse" a...Marco Bodrato2012-02-241-3/+26
* Typos.Marco Bodrato2012-02-241-1/+1
* Ad unit tests for mpn logical functions.Torbjorn Granlund2012-02-242-1/+110
* Add unit test for mpz_invert.Torbjorn Granlund2012-02-242-3/+98
* Use macros like NUM, ALLOC, SIZ, etc in mpq/*.Marc Glisse2012-02-244-7/+62
* Use the macros ALLOC etc to access the fields of mpz_t in mpz/*.Marc Glisse2012-02-231-0/+2
* Update redc_1 and redc_2 to do the add_n but not the conditional sub_n.Torbjorn Granlund2012-02-191-1/+3
* Remove a temporary in expressions like q=q*q+z*z: tmp=z*z, q=q*q, q+=tmp.Marc Glisse2012-02-181-0/+4
* Specialize std::common_type in C++11.Marc Glisse2012-02-181-3/+47
* Replace e=a*b-c*d with tmp=c*d, e=a*b, e-=tmp, which uses one less temporary.Marc Glisse2012-02-161-1/+7
* Added Marco's toom54. And a new itch function and a test program.Niels Möller2012-02-142-1/+9
* Print any non-standard repetitions.Torbjorn Granlund2012-02-111-0/+5
* toom3_itch: support any recursion depth.Marco Bodrato2012-02-111-3/+3
* Enforce sligthly stricter bound for cofactors.Niels Möller2012-02-101-2/+2
* Use mpz_rrandomb for test operands, not mpz_urandomb. Change copiedNiels Möller2012-02-102-4/+4
* refmpn_mul: conservative allocations.Marco Bodrato2012-02-041-4/+4
* (MIN_BN): Make more consistent with ASSERT in tested function.Torbjorn Granlund2012-02-021-1/+1
* Add another mpn test.Torbjorn Granlund2012-02-012-6/+108
* Initial C++11 support.Marc Glisse2012-01-302-2/+143
* Ensure all sizes are seen.Torbjorn Granlund2012-01-301-3/+24
* Sanity checks for the previous commit, test variable reuse.Marc Glisse2012-01-301-0/+9
* fac_ui: test above thresholds, and remove typos.Marco Bodrato2012-01-261-2/+2
* Add forgotten copyright years.Torbjorn Granlund2012-01-171-1/+1
* Test longer bit strings.Torbjorn Granlund2012-01-121-1/+15
* Decrease default # of tests.Torbjorn Granlund2011-12-171-1/+1
* (AORS_1): Fix typo in variable type.Torbjorn Granlund2011-12-161-1/+1
* Spacing cleanup.Torbjorn Granlund2011-11-216-32/+32
* Declare just added refmpn_addcnd_n, refmpn_subcnd_n.Torbjorn Granlund2011-11-091-0/+5
* Add testing of mpn_addcnd_n, mpn_subcnd_n.Torbjorn Granlund2011-11-092-0/+39
* Change how mpn_redc_1 works, use more broadly.Torbjorn Granlund2011-11-071-5/+2
* Overhaul low-level mpn test code.Torbjorn Granlund2011-10-167-46/+200
* Implemented subquadratic mpn_hgcd_appr.Niels Möller2011-10-101-3/+23
* (check_ref): Fix loop end bound.Torbjorn Granlund2011-10-101-1/+1
* Let mpn_hgcd_appr destroy its inputs.Niels Möller2011-10-101-4/+10
* Corrected copyright year.Niels Möller2011-10-091-1/+1
* Fixed extra_bits book-keeping in hgcd_appr.Niels Möller2011-10-081-33/+9
* mpn_hgcd_appr testingNiels Möller2011-10-072-1/+579
* Fix a comment.Niels Möller2011-10-061-4/+2
* Tests for mpn_mulmid.Niels Möller2011-10-032-1/+94
* mulmid testing.Niels Möller2011-10-033-27/+397
* Add swap functions to gmpxx.Marc Glisse2011-09-211-1/+89
* __builtin_constant_p optimizations to turn x+0 into x, x*4 into x<<2, etc, al...Marc Glisse2011-08-211-0/+3
* (check_bigc): Call abort after reporting error.Torbjorn Granlund2011-08-101-0/+1
* Disable test for mingw.Torbjorn Granlund2011-07-051-1/+9
* Simplified mpz_jacobi using reciprocity.Niels Möller2011-05-231-0/+4
* Jacobi bugfix and corresponding test case.Niels Möller2011-05-221-0/+1