summaryrefslogtreecommitdiff
path: root/tests/mpn/t-bdiv.c
Commit message (Expand)AuthorAgeFilesLines
* Use TESTS_REPS.Marco Bodrato2018-11-081-11/+1
* (main): Amend last change.Torbjorn Granlund2017-07-241-1/+1
* (main): Test mpn_sbpi1_bdiv_r.Torbjorn Granlund2017-07-211-3/+6
* Merge code from gmp-bdiv repo, with minor bug fixes.Niels M?ller2017-05-161-10/+4
* Include just gmp-impl.h, make gmp-impl.h grab gmp.h.Torbjorn Granlund2016-08-291-1/+0
* Simplify conditional printing of whitespace.Hans Wennborg2015-10-161-2/+2
* Use https to link to GNU license.Torbjorn Granlund2013-12-021-1/+1
* Put all of test suite under GPL, use consistent header.Torbjorn Granlund2012-11-211-8/+11
* tests/mpn/t-bdiv.c: Test also mpn_bdiv_qr.Marco Bodrato2012-06-011-0/+21
* 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