summaryrefslogtreecommitdiff
path: root/tests/mpn/toom-shared.h
Commit message (Expand)AuthorAgeFilesLines
* Change include file order.Torbjorn Granlund2010-03-191-3/+3
* Call tests_end().Torbjorn Granlund2009-12-221-0/+2
* Increase some tests/mpn iteration counts.Torbjorn Granlund2009-12-221-1/+1
* Call refmpn_mul instead of refmpn_mul_basecase.Torbjorn Granlund2009-12-161-1/+1
* Use refmpn_mul_basecase in the toom tests.Niels Möller2009-12-131-2/+2
* Reorganized toom testing. Added tests for toom33 and toom44.Niels Möller2009-10-221-45/+34
* Made toom tests check for writes outside of the product or scratch area.Niels Möller2009-10-211-9/+34
* Don't just fall out of main().Torbjorn Granlund2009-10-211-3/+4
* New tests for toom42 and toom43Niels Möller2009-10-201-2/+16
* New testcase for mpn_toom22_mul.Niels Möller2009-10-201-0/+127