summaryrefslogtreecommitdiff
path: root/tests/mpn/t-bdiv.c
Commit message (Expand)AuthorAgeFilesLines
* Add 'const' to variables pointing to character strings.Torbjorn Granlund2010-11-101-1/+1
* Cast switch indices to placate HP's cc.Torbjorn Granlund2010-02-251-1/+1
* Move a random call for debugability.Torbjorn Granlund2010-01-071-2/+2
* Rewrite operand generation code.Torbjorn Granlund2010-01-031-1/+1
* Increase COUNT to 500.Torbjorn Granlund2010-01-011-1/+1
* Replace with unit testing code, based on t-div.c.Torbjorn Granlund2010-01-011-135/+269
* Trivial spelling fix to comment.Niels Möller2009-12-261-1/+1
* Call tests_end().Torbjorn Granlund2009-12-221-0/+2
* With Niels: Add redzones. Get itch function calls right.Torbjorn Granlund2009-12-221-9/+50
* Call refmpn_mul instead of refmpn_mul_basecase.Torbjorn Granlund2009-12-161-3/+3
* (COUNT): Decrease to keep run time reasonable.Torbjorn Granlund2009-12-111-1/+1
* Whitespace cleanup.Torbjorn Granlund2009-12-111-1/+1
* Added testcases for bdiv, and fixed a few bugs.Niels Möller2009-12-081-0/+167