summaryrefslogtreecommitdiff
path: root/tests/mpz
Commit message (Expand)AuthorAgeFilesLines
* tests/mpz/t-aorsmul.c (check_sqr): New function to test mpz_aorsmul (w,x,x)Marco Bodrato2022-05-291-2/+45
* tests/mpz/t-pprime_p.c: Some more special cases to trigger unlikely branches ...Marco Bodrato2022-05-291-4/+9
* tests/mpz/t-pprime_p.c (acheck_composites): Check some 2spsp (tx: Jan Feitsma)Marco Bodrato2022-05-291-0/+15
* tests/mpz/t-nextprime.c (run_p): abort() on error.Marco Bodrato2022-05-291-0/+1
* tests/mpz/t-pprime_p.c (isprime): Simplify.Marco Bodrato2022-05-141-17/+8
* tests/mpz/t-gcd.c: Do not assume a limb fits for _ui functionsMarco Bodrato2022-03-171-1/+4
* tests/mpz/t-lucm.c: Remove an unused varMarco Bodrato2022-03-171-1/+1
* tests/mpz/t-pprime_p.c (check_fermat_mersenne): Changes similar to Troisi'sMarco Bodrato2020-11-281-2/+3
* tests/mpz/t-nextprime.c: Test also mpz_prevprime() (by Troisi)Marco Bodrato2020-11-231-50/+210
* tests/mpz/t-pprime_p.c (check_small): Check return value (by Troisi)Marco Bodrato2020-11-231-1/+1
* Use local str_casecmp instead of non-standard strcasecmp.Torbjorn Granlund2020-11-191-1/+18
* Avoid using non-standard function fileno().Torbjorn Granlund2020-11-191-3/+3
* tests/mpz/t-get_d.c: Test also the case zero.Marco Bodrato2020-10-291-1/+8
* Copyright yearMarco Bodrato2020-10-291-2/+2
* tests/mpz/io.c: Test out-of-range bases for mpz_out_strMarco Bodrato2020-10-251-1/+14
* Print GMP_CHECK_FFT.Torbjorn Granlund2020-09-221-1/+4
* Avoid dummy-reallocating to large mpz_clobber-generated sizes.Torbjorn Granlund2020-04-281-12/+18
* tests/mpz/t-nextprime.c: Write values when failing, by TroisiMarco Bodrato2020-03-241-1/+4
* ChangeLogMarco Bodrato2020-03-111-1/+1
* tests/mpz/t-bin.c: Use divexactMarco Bodrato2020-03-111-6/+6
* Rename tests/mpz/bit.c to avoid clash with new C++ include file.Torbjorn Granlund2020-03-052-1/+1
* Copyright yearsMarco Bodrato2020-02-091-1/+1
* tests/mpz/t-nextprime.c: Split in sub-tests, with new (disabled) ones, by Set...Marco Bodrato2020-02-091-31/+94
* tests/mpz/t-powm.c: more tests for the base==2 case.Marco Bodrato2020-01-311-4/+55
* tests/mpz/t-powm.c: Randomised new test.Marco Bodrato2019-12-091-25/+31
* tests/mpz/t-powm.c: Trigger the just removed bug.Marco Bodrato2019-12-081-0/+23
* ChangeLogs and copyright yearsMarco Bodrato2019-08-131-1/+1
* tests/mpz/t-pprime_p.c: Test one more primeMarco Bodrato2019-08-131-1/+1
* Jacobi algorithm documentation, from Seth TroisiNiels M?ller2019-07-301-3/+0
* tests/mpz/t-nextprime.c: Use TESTS_REPSMarco Bodrato2018-12-111-2/+1
* tests/mpz/: Use TESTS_REPS.Marco Bodrato2018-12-0817-18/+34
* tests/mpz/: Use TESTS_REPS.Marco Bodrato2018-11-2817-34/+18
* tests/mpz/t-pprime_p.c (check_primes): Two more primes, with a large D for (D...Marco Bodrato2018-11-011-0/+1
* Use TESTS_REPS.Marco Bodrato2018-11-087-24/+13
* tests/mpz/t-lucm.c: New test, for the internal function mpz_lucas_modMarco Bodrato2018-11-102-1/+145
* tests/mpz/t-pprime_p.c (check_fermat_mersenne): New set of tests.Marco Bodrato2018-10-311-4/+45
* tests/mpz/t-nextprime.c: Add one more intervalMarco Bodrato2018-10-301-3/+14
* tests/mpz/t-gcd_ui.c (check_ui_factors): New check triggering a possible bug.Marco Bodrato2018-05-281-0/+94
* Copyright yearMarco Bodrato2018-01-161-1/+1
* tests/mpz/t-bin.c: Test with large ints and bin_ui with values larger than an...Marco Bodrato2018-01-151-5/+78
* (AM_LDFLAGS): Define. (Thanks to Emmanuel Thom?? and Vincent Lefevre.)Torbjorn Granlund2017-06-281-0/+1
* Whitespace-cleanup.Torbjorn Granlund2017-05-091-13/+13
* tests/mpz/t-primorial_ui.c: Add randomization to the testMarco Bodrato2016-12-281-1/+32
* tests/mpz/t-invert.c: Do not accept non invertible elements in the zero ring.Marco Bodrato2016-12-181-3/+0
* 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
* Allow mpz_gcdext (NULL, ...)Marc Glisse2016-11-251-0/+11
* WHitespace cleanup.Torbjorn Granlund2016-10-141-1/+1
* Include just gmp-impl.h, make gmp-impl.h grab gmp.h.Torbjorn Granlund2016-08-2963-63/+0