summaryrefslogtreecommitdiff
path: root/tests/mpz/reuse.c
Commit message (Expand)AuthorAgeFilesLines
* Avoid using non-standard function fileno().Torbjorn Granlund2020-11-191-3/+3
* Avoid dummy-reallocating to large mpz_clobber-generated sizes.Torbjorn Granlund2020-04-281-12/+18
* Use mpz_clobber. Split mpz_gcdext macros to avoid spurious res3 dependency.Torbjorn Granlund2016-12-041-35/+91
* Test additional cases of reuse for mpz_gcd and mpz_gcdext.Niels M?ller2016-12-021-66/+76
* Rewrite operand randomisation to use fixed ranges.Torbjorn Granlund2016-11-271-33/+26
* Include just gmp-impl.h, make gmp-impl.h grab gmp.h.Torbjorn Granlund2016-08-291-1/+0
* Add 'static' and 'const' for the benefit of C++.Torbjorn Granlund2014-11-151-6/+6
* Use https to link to GNU license.Torbjorn Granlund2013-12-021-1/+1
* Collapse copyright years.Torbjorn Granlund2013-11-281-2/+1
* Fix a comment typo.Torbjorn Granlund2013-10-111-1/+1
* Fix typo causing the same negation condition to be applied to all operands.Torbjorn Granlund2013-02-031-20/+40
* 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
* Put all of test suite under GPL, use consistent header.Torbjorn Granlund2012-11-211-11/+11
* Whitespace cleanup.Torbjorn Granlund2012-06-021-3/+3
* Print \r only terminally.Torbjorn Granlund2012-05-241-1/+2
* Rewrite mpz reuse.c.Torbjorn Granlund2012-05-231-147/+162
* Test mpz_mod.Torbjorn Granlund2012-04-191-3/+3
* Clean out __GMP_PROTO.Torbjorn Granlund2012-03-031-8/+8
* Add 'const' to variables pointing to character strings.Torbjorn Granlund2010-11-101-8/+8
* Add a copyright year.Torbjorn Granlund2010-01-071-1/+1
* Change some tests to try larger arguments.Torbjorn Granlund2009-12-311-5/+5
* Invoke GMP_CHECK_FORMAT for many results.Torbjorn Granlund2009-05-091-0/+83
* Increase reps for many tests.Torbjorn Granlund2009-01-181-1/+1
* Change _PROTO => __GMP_PROTO.Torbjorn Granlund2008-12-071-8/+8
* Update license to version 3.tege2007-09-181-4/+2
* Update FSF's address.tege2006-02-151-2/+2
* Increase operand size, decrease # of reps.tege2005-11-021-1/+1
* Test mpz_rootrem.tege2005-11-021-5/+20
* * configure.in, gmp-h.in, mp-h.in, macos/configure, tests/mpz/reuse.c,Kevin Ryde2002-03-211-3/+3
* (main): Undo previous change; instead use mpz_invert to detect undefined cases.tege2001-11-151-1/+1
* (main): Don't exercise negative exponents for mpz_powm.tege2001-11-151-1/+2
* * tests/mpz/reuse.c, tests/mpf/reuse.c: Disable tests when using aKevin Ryde2001-10-181-0/+19
* * tests/mpz/reuse.c (dsi_div_func_names): Add names for cdiv_[qr]_2exp.Kevin Ryde2001-04-051-0/+1
* * tests/mpz/reuse.c: Add mpz_cdiv_q_2exp and mpz_cdiv_r_2exp.Kevin Ryde2001-04-031-0/+3
* * tests/mpz/convert.c, dive.c, io.c, logic.c, reuse.c, t-2exp.c,Kevin Ryde2001-03-021-16/+2
* * mpfr/add.c,agm.c,exp2.c,exp3.c,generic.c,log2.c,pi.c,print_raw.c,Kevin Ryde2001-02-111-1/+1
* * tests/mpz/*.c, tests/mpq/*.c, tests/mpf/*.c: Uses tests_start andKevin Ryde2001-01-271-0/+17
* * tests/mpz/reuse.c: Only run mpz_divexact_gcd on positive divisors.Kevin Ryde2001-01-171-1/+1
* * tests/mpz/reuse.c: Add testing of mpz_divexact_gcd.Kevin Ryde2001-01-061-0/+17
* * mpz/tests, mpq/tests, mpf/tests, mpbsd/tests: Move directories toKevin Ryde2001-01-061-0/+551