summaryrefslogtreecommitdiff
path: root/tests/mpz/t-jac.c
Commit message (Expand)AuthorAgeFilesLines
* Jacobi algorithm documentation, from Seth TroisiNiels M?ller2019-07-301-3/+0
* Include just gmp-impl.h, make gmp-impl.h grab gmp.h.Torbjorn Granlund2016-08-291-1/+0
* Use https to link to GNU license.Torbjorn Granlund2013-12-021-1/+1
* Collapse copyright years.Torbjorn Granlund2013-11-281-1/+1
* Fix typos.Torbjorn Granlund2013-07-221-2/+2
* Remove unused variables and functions.Torbjorn Granlund2013-02-281-2/+0
* Updated copyright year.Niels M?ller2013-02-211-1/+1
* Whitespace cleanup.Torbjorn Granlund2013-02-081-3/+3
* jacobi testing: Rewrote check_large_quotients.Niels M?ller2013-02-061-216/+105
* Put all of test suite under GPL, use consistent header.Torbjorn Granlund2012-11-211-11/+11
* tests/mpz/t-jac.c (mpn_jacobi_n): Enlarge tested sizes.Marco Bodrato2012-04-261-1/+1
* Spacing cleanup.Torbjorn Granlund2011-11-211-2/+2
* Simplified mpz_jacobi using reciprocity.Niels Möller2011-05-231-0/+4
* Jacobi bugfix and corresponding test case.Niels Möller2011-05-221-0/+1
* Rewrote broken handling of the case asize == 1 in mpz_jacobi.Niels Möller2011-05-211-2/+15
* Enabled new Jacobi code. Reorganized mpz_jacobi to handle small inputs more e...Niels Möller2010-05-111-14/+22
* Clean up some spacing.Torbjorn Granlund2010-05-071-4/+4
* Fixed bug in jacobi_2, and added some more tests.Niels Möller2010-04-281-0/+12
* Fixed spelling in comment.Niels Möller2010-04-141-2/+2
* Also generate inputs with large quotients and a large gcd.Niels Möller2010-03-091-18/+42
* New test with large quotients.Niels Möller2010-02-261-1/+221
* New jacobi reference implementation, using factorization and legendre symbols...Niels Möller2010-02-251-0/+96
* Clean up spacing.tege2007-09-241-23/+23
* Update license to version 3.tege2007-09-181-4/+2
* Update FSF's address.tege2006-02-151-2/+2
* * tests/mpz/t-jac.c (check_data): Remove unnecessary variableKevin Ryde2004-02-141-4/+2
* * tests/t-constants.c (main), tests/t-count_zeros.c (check_clz),Kevin Ryde2003-12-131-2/+2
* * tests/mpz/t-jac.c: Reduce tests.Kevin Ryde2002-12-091-36/+51
* * tests/mpz/t-jac.c (try_si_zi): Correction to "a" parameter type.Kevin Ryde2002-07-211-9/+7
* Add string.hKevin Ryde2001-04-031-0/+1
* * tests/mpz/convert.c, dive.c, io.c, logic.c, reuse.c, t-2exp.c,Kevin Ryde2001-03-021-19/+1
* * tests/mpz/t-jac.c (try_base): Use %llu for long long limb.Kevin Ryde2001-01-311-1/+9
* * tests/mpz/*.c, tests/mpq/*.c, tests/mpf/*.c: Uses tests_start andKevin Ryde2001-01-271-1/+8
* * tests/mpz/t-jac.c: Test mpz_kronecker.Kevin Ryde2001-01-181-6/+8
* * gmp-impl.h, tests/misc.c, tests/tests.h: Move MPZ_SET_STR_OR_ABORTKevin Ryde2001-01-171-2/+3
* * tests/mpz/t-jac.c (check_a_zero): New test.Kevin Ryde2001-01-081-17/+66
* * tests/mpz/t-jac.c (check_squares_zi): Ensure random a,b != 0.Kevin Ryde2001-01-071-0/+4
* * mpz/tests, mpq/tests, mpf/tests, mpbsd/tests: Move directories toKevin Ryde2001-01-061-0/+684