summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
* Rewrote broken handling of the case asize == 1 in mpz_jacobi.Niels Möller2011-05-211-2/+15
* Remove an unneeded overload of <<Marc Glisse2011-05-151-0/+18
* Test stream input/output on mp*_class and not just mp*_t.Marc Glisse2011-05-102-3/+93
* Test the C++ operators +=, -=, etc.Marc Glisse2011-05-072-1/+136
* Minor test changes.Marc Glisse2011-05-072-3/+3
* Make some conversions between C++ types explicit.Marc Glisse2011-05-062-1/+85
* C++ random generator testsMarc Glisse2011-05-011-1/+12
* More C++ tests.Marc Glisse2011-05-011-0/+6
* Whitespace cleanup.Torbjorn Granlund2011-04-281-4/+4
* mpn_div_qr_2 and related functions: Take separate rp argument, don't clobber ...Niels Möller2011-03-291-4/+2
* Dedup the comparison code.Marc Glisse2011-03-201-4/+4
* New function mpn_div_qr_2.Niels Möller2011-03-201-0/+46
* Inline mpz_set_*i where it is safeMarc Glisse2011-03-161-0/+1
* Make __GMPZ_ULI_LIMBS more preprocessor-friendly.Marc Glisse2011-03-151-0/+1
* Increase C++ test coverage.Marc Glisse2011-03-132-2/+238
* Fix t-istream -sMarc Glisse2011-03-121-1/+2
* More _ip* declarations/tests/speed.Marco Bodrato2011-03-111-10/+74
* tests/devel/try support for some _ip1 and _ip2 functions.Marco Bodrato2011-03-113-1/+148
* Explicit conversion from int to streampos.Marc Glisse2011-03-101-3/+3
* Keep eofbit after istream read to the end.Marc Glisse2011-03-093-30/+90
* Added testcase to exercise the nl == constant 0 special case in udiv_qrnnd_pr...Niels Möller2011-02-281-0/+5
* Tests for mpn_{add,sub,rsb}lsh{,1,2}.Marco Bodrato2011-02-113-0/+167
* Correct checking range in tests/mpn/t-toom[68]h .Marco Bodrato2011-02-052-2/+2
* 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
* (refmpn_mul_5, refmpn_mul_6): New functions.Torbjorn Granlund2011-01-082-30/+27
* Misc and comment changes.Torbjorn Granlund2010-11-291-13/+14
* Rewrite amd64 calling conventions checking code to match calls and returns.Torbjorn Granlund2010-11-291-63/+64
* Rewrite x86 calling conventions checking code for code size and to support PIC.Torbjorn Granlund2010-11-292-56/+108
* More C++ edits.Torbjorn Granlund2010-11-141-1/+1