summaryrefslogtreecommitdiff
path: root/mpz/kronsz.c
Commit message (Collapse)AuthorAgeFilesLines
* Use ABS_CAST to avoid undefined behaviour.Torbjorn Granlund2016-11-281-1/+1
|
* Include just gmp-impl.h, make gmp-impl.h grab gmp.h.Torbjorn Granlund2016-08-291-1/+0
|
* Update library files license to use LGPL3+ and GPL2+.Torbjorn Granlund2014-01-271-7/+18
|
* Canonicalise copyright headers.Torbjorn Granlund2014-01-191-3/+3
|
* Use https to link to GNU license.Torbjorn Granlund2013-12-021-1/+1
|
* Collapse copyright years.Torbjorn Granlund2013-11-281-1/+1
|
* Whitespace cleanup.Torbjorn Granlund2010-11-221-37/+37
|
* Fix lot of spelling errors.Torbjorn Granlund2009-11-151-1/+1
|
* Update license to version 3.tege2007-09-181-4/+2
|
* Update FSF's address.tege2006-02-151-2/+2
|
* * mpz/jacobi.c, mpz/kronsz.c, mpz/kronuz.c, mpz/kronzs.c,Kevin Ryde2002-06-221-18/+21
| | | | mpz/kronzu.c: Allow for odd GMP_NUMB_BITS, tweak a few variable setups.
* Fix type of size variables.tege2002-05-061-2/+2
|
* Nailify.tege2002-04-231-2/+2
|
* * mpz/kronzu.c, mpz/kronuz.c, mpz/kronzs.c, mpz/kronsz.c: Nailify.Kevin Ryde2002-04-231-5/+15
|
* Remove trailing spaces.tege2002-01-131-1/+1
|
* * mpz/kronsz.c: Don't depend on right shifting a negative.Kevin Ryde2001-01-121-35/+30
|
* Temporary workaround for Cray right shift oddities.tege2001-01-111-4/+11
| | | | Explicitly compare against zero in tests.
* * mpz/kronzu.c, mpz/kronzs.c, mpz/kronuz.c, mpz/kronsz.c: UseKevin Ryde2001-01-071-66/+60
| | | | | mpn_modexact_1_odd and new JACOBI macros, various rearrangements in support of this.
* Remove K&R function headers.tege2001-01-021-7/+1
|
* Copyright (C) -> Copyright.Kevin Ryde2000-10-151-1/+1
|
* *** empty log message ***tege2000-07-241-4/+4
|
* Rename kronecker functions.Kevin Ryde2000-05-271-3/+3
|
* Don't test sizeof(mp_limb_t)>=sizeof(long) since this is a universalKevin Ryde2000-05-241-4/+2
| | | | | requirement. Don't put an assignment in an "if".
* A cast isn't an lvalue.Kevin Ryde2000-05-211-1/+1
|
* * mpz/kronsz.c: New file.Kevin Ryde2000-05-211-0/+128