summaryrefslogtreecommitdiff
path: root/tests/mpz/t-mul.c
Commit message (Expand)AuthorAgeFilesLines
* Print GMP_CHECK_FFT.Torbjorn Granlund2020-09-221-1/+4
* Include just gmp-impl.h, make gmp-impl.h grab gmp.h.Torbjorn Granlund2016-08-291-1/+0
* Use https to link to GNU license.Torbjorn Granlund2013-12-021-1/+1
* Collapse copyright years.Torbjorn Granlund2013-11-281-2/+2
* Put all of test suite under GPL, use consistent header.Torbjorn Granlund2012-11-211-11/+11
* Clean out __GMP_PROTO.Torbjorn Granlund2012-03-031-3/+3
* More of: Add 'const' to variables pointing to character strings.Torbjorn Granlund2010-11-101-2/+2
* Move reference mpn multiply to refmpn.c.Torbjorn Granlund2009-12-161-130/+5
* (ref_mpn_mul): Use mpn_toom44_mul in FFT range for betterTorbjorn Granlund2009-05-261-10/+16
* Fix typo in last change.Torbjorn Granlund2009-04-281-1/+1
* (main): Handle bad GMP_CHECK_FFT settings more gracefully.Torbjorn Granlund2009-04-271-2/+2
* (dump_abort): Improve error message.Torbjorn Granlund2008-12-231-0/+8
* Change _PROTO => __GMP_PROTO.Torbjorn Granlund2008-12-071-4/+4
* Undo, it made testing too slow:Torbjorn Granlund2008-11-021-1/+1
* Use slower geometric progression for operand sizes.Torbjorn Granlund2008-10-171-2/+3
* Let GMP_CHECK_FFT mean largest allowed power-of-2 of test operands.tege2008-03-101-16/+25
* Update license to version 3.tege2007-09-181-4/+2
* Update FSF's address.tege2006-02-151-2/+2
* *** empty log message ***tege2004-09-201-3/+0
* (ref_mpn_mul): Fudge tmp allocation for toom3.tege2004-09-201-1/+6
* (ref_mpn_mul): Rework usage of tp temporary space.tege2004-09-181-8/+8
* (debug_mp): Print just one line of large numbers.tege2004-09-181-11/+22
* Amend last set of changes.tege2004-09-181-17/+18
* (main): Check environment for GMP_CHECK_FFT, run extra FFT tests if set.tege2004-09-181-122/+66
* Exclude special huge operands unless WANT_FFT.tege2004-02-181-0/+2
* * tests/mpz/t-mul.c (mul_kara, mul_basecase): Use __GMP_PROTO.Kevin Ryde2003-12-271-2/+2
* (ref_mpn_mul): Handle un == vn specially, to avoidtege2003-12-181-7/+14
* * tests/mpz/t-mul.c (main): Don't try FFT sizes when FFT disabled viaKevin Ryde2003-04-081-9/+12
* (main): Rewrite FFT testing code.tege2003-02-121-10/+13
* Implement reference Karatsuba multiplication.tege2002-11-271-104/+156
* Add a copyright year.tege2002-05-141-2/+2
* (main): Test squaring even for huge operands.tege2002-04-151-17/+33
* Revert this, back to rev 1.4:Kevin Ryde2001-06-201-2/+1
* * tests/mpz/t-mul.c (ref_mpz_mul): Move TMP_MARK after any returns.Kevin Ryde2001-06-201-1/+2
* * tests/mpz/convert.c, dive.c, io.c, logic.c, reuse.c, t-2exp.c,Kevin Ryde2001-03-021-17/+2
* (base_mul): Remove an unused variable.tege2001-02-031-1/+1
* * tests/mpz/*.c, tests/mpq/*.c, tests/mpf/*.c: Uses tests_start andKevin Ryde2001-01-271-0/+14
* * mpz/tests, mpq/tests, mpf/tests, mpbsd/tests: Move directories toKevin Ryde2001-01-061-0/+282