summaryrefslogtreecommitdiff
path: root/tests/mpn/t-div.c
Commit message (Expand)AuthorAgeFilesLines
* Use TESTS_REPS.Marco Bodrato2018-11-081-10/+1
* Copyright yearsMarco Bodrato2018-05-161-1/+2
* Fill quotient area with junk before testing mpn_div_q.Niels M?ller2018-04-271-0/+1
* 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
* ChangeLogMarco Bodrato2015-06-011-1/+1
* Acoid calling mpn_zero_p with zero size.Marco Bodrato2015-05-311-1/+1
* Whitespace cleanup.Torbjorn Granlund2014-03-171-1/+1
* Fix typo.Torbjorn Granlund2014-02-151-3/+3
* Test mpn_sec_div_qr and mpn_sec_div_r with normalized d.Niels M?ller2014-02-081-3/+24
* tests/mpn/t-div.c: Use mpn_sec_div_*_itch().Marco Bodrato2014-01-051-2/+2
* Make mpn_sec_div_qr return high quotient limb.Torbjorn Granlund2014-01-011-2/+2
* Rename mpn_blah_sec to mpn_sec_blah.Torbjorn Granlund2013-12-261-7/+7
* Use https to link to GNU license.Torbjorn Granlund2013-12-021-1/+1
* New function mpn_div_qr_1.Niels M?ller2013-10-201-0/+10
* (random_word): Remove. Let callers invoke urandom.Torbjorn Granlund2013-04-041-27/+12
* Limit random dbits to avoid an infinite loop.Torbjorn Granlund2013-02-051-2/+2
* (main): Put random junk at qp[] instead of zeroing.Torbjorn Granlund2013-01-201-17/+21
* (main): Make negative `test' index value mean divisor bits, for better small ...Torbjorn Granlund2013-01-201-15/+11
* (main): Separate divisor into normalised (dnp) and unnormalised (dup), pass a...Torbjorn Granlund2013-01-201-73/+42
* Test mpn_sb_div_qr_sec and mpn_sb_div_r_sec.Torbjorn Granlund2013-01-201-1/+31
* Put all of test suite under GPL, use consistent header.Torbjorn Granlund2012-11-211-8/+11
* 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
* New function mpn_div_qr_2.Niels Möller2011-03-201-0/+46
* 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
* Remove an incorrect comment about an incorrect function.Torbjorn Granlund2010-01-271-1/+1
* Move a random call for debugability.Torbjorn Granlund2010-01-071-2/+3
* Fix error message typo.Torbjorn Granlund2010-01-071-1/+1
* (check_one): Get rid of the poorly managed variable tn.Torbjorn Granlund2010-01-071-4/+2
* Whitespace cleanup.Torbjorn Granlund2010-01-061-2/+2
* Optimized the mpn/t-div test program.Niels Möller2010-01-061-62/+54
* Test mpn_div_q.Torbjorn Granlund2010-01-061-4/+41
* Rewrite operand generation code.Torbjorn Granlund2010-01-031-15/+36
* Move SB suppression limit downwards. Increase COUNT to 200.Torbjorn Granlund2010-01-011-12/+9
* Add a copyright year.Torbjorn Granlund2010-01-011-1/+1
* Avoid generating too small test operands.Torbjorn Granlund2010-01-011-2/+2
* Call mu_div functions with operands that generate a high quotient limb.Torbjorn Granlund2009-12-291-1/+1
* New test.Torbjorn Granlund2009-12-221-0/+397