summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Whitespace cleanup.Torbjorn Granlund2013-02-081-3/+3
* jacobi testing: Rewrote check_large_quotients.Niels M?ller2013-02-061-216/+105
* Limit random dbits to avoid an infinite loop.Torbjorn Granlund2013-02-051-2/+2
* Fix typo causing the same negation condition to be applied to all operands.Torbjorn Granlund2013-02-031-20/+40
* Fix a comment typo.Torbjorn Granlund2013-02-011-1/+1
* (refmpn_mul): Use toom6h instead of toom44 for the largest operands.Torbjorn Granlund2013-02-011-8/+15
* Test also mpn_com.Torbjorn Granlund2013-01-261-9/+13
* Set things up to always test library logops, not gmp-impl.h's inlined variants.Torbjorn Granlund2013-01-261-1/+15
* Test also mpn_mod_1s_3p.Torbjorn Granlund2013-01-261-1/+12
* Fix typo in last change.Torbjorn Granlund2013-01-261-1/+2
* Delete always zero 'failures' and code depending on it. Replace rotating pro...Torbjorn Granlund2013-01-221-9/+4
* (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
* Back out last change which left `divisor_size' uninitialised; achieve change'...Torbjorn Granlund2013-01-201-12/+9
* (PTRLIMB): New macro, used for conformant casting.Torbjorn Granlund2013-01-201-9/+15
* Copyright yearMarco Bodrato2013-01-191-2/+2
* tests/mpz/t-remove.c: Test removal of 1.Marco Bodrato2013-01-191-17/+27
* tests/mpz/t-set_str.c: Check also failing conditions.Marco Bodrato2013-01-191-16/+30
* (TESTS_REPS): Fix printf argument type clashes.Torbjorn Granlund2013-01-181-2/+3
* Fix language typos.Torbjorn Granlund2013-01-081-1/+1
* Copyright year.Marco Bodrato2013-01-022-2/+3
* tests/mpz/logic.c: Check the -2^n case.Marco Bodrato2013-01-021-0/+39
* tests/mpz/bit.c: Wider testing for mpz_combit.Marco Bodrato2013-01-021-4/+14
* (check_random): Limit exponents on vax.Torbjorn Granlund2012-12-311-4/+9
* tests/mpz/bit.c (check_clr_extend): Check _set shrink.Marco Bodrato2012-12-301-2/+25
* Suppress check_random for vax.Torbjorn Granlund2012-12-271-0/+2
* (check_onebit): Decrease vax limit to avoid overflow in last, unused 'want' v...Torbjorn Granlund2012-12-231-2/+2
* Indent.Marco Bodrato2012-12-151-66/+66
* tests/mpn/toom-sqr-shared.h: skip initializations when the test is skipped.Marco Bodrato2012-12-151-1/+3
* tests/mpq/reuse.c: reset vars every now and then.Marco Bodrato2012-12-061-7/+39
* tests/mpq/reuse.c: New test (adapted from mpf/reuse.c)Marco Bodrato2012-12-062-1/+199
* Fix typo in previous change.Torbjorn Granlund2012-12-051-1/+1
* (TESTS_REPS): Handle float GMP_CHECK_REPFACTOR.Torbjorn Granlund2012-12-051-2/+2
* Refine cpp test for vax.Torbjorn Granlund2012-12-055-6/+6
* (checkz): Reduce huge numbers to avoid vax overflow.Torbjorn Granlund2012-11-261-4/+4
* (check_onebit): Get vax bounds right.Torbjorn Granlund2012-11-251-2/+4
* Put all of test suite under GPL, use consistent header.Torbjorn Granlund2012-11-21211-2314/+2328
* Add copyright years.Torbjorn Granlund2012-11-202-3/+3
* Whitespace cleanup.Torbjorn Granlund2012-11-172-6/+6
* Remove a redundant abort().Torbjorn Granlund2012-11-121-2/+1
* Fix mpq mord_2exp bug, enhance related testing.Torbjorn Granlund2012-11-121-1/+64
* mpn_brootinv: Interface change, limbs rather than bits.Niels M?ller2012-11-011-1/+1
* Test mpn_brootinv.Niels M?ller2012-10-312-1/+106
* Add a forgotten TMP_MARK.Torbjorn Granlund2012-10-281-2/+4
* Implemented mpn_broot.Niels M?ller2012-10-282-1/+101
* Run more test, but use a tad smaller operands.Torbjorn Granlund2012-10-251-2/+2
* Specialize std::common_type for expressions with builtin types.Marc Glisse2012-07-281-2/+1
* Test numeric_limits.Marc Glisse2012-06-231-0/+13