summaryrefslogtreecommitdiff
path: root/gen-bases.c
Commit message (Collapse)AuthorAgeFilesLines
* Copyright yearsMarco Bodrato2018-05-161-1/+1
|
* Remove some unused variables.Marco Bodrato2018-02-261-1/+0
|
* (binvert): New function, computing modular inverse andlow zero count.Torbjorn Granlund2017-02-071-0/+20
| | | | (header): Print MP_BASES_BIG_BASE_CTZ_10 and MP_BASES_BIG_BASE_BINVERTED_10.
* gen-bases.c: In generate file, include just gmp-impl.h, it includes gmp.hMarco Bodrato2017-01-291-3/+2
|
* gen-bases.c: Generate power of 2 with setbitMarco Bodrato2016-12-291-4/+4
|
* gen-bases.c: Use clrbit and swapMarco Bodrato2015-12-111-10/+6
|
* 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
|
* Added mini-gmp. Use it for bootstrap. Deleted dumbmp.c.Niels Möller2012-02-261-1/+1
|
* Don't include math.h.Torbjorn Granlund2012-02-161-3/+1
|
* Remove static initialiser for removed struct field.Torbjorn Granlund2011-08-081-2/+2
|
* Use integer fields for mp_bases logarithm tables.Torbjorn Granlund2011-08-071-18/+80
|
* Clean up spacing.tege2007-09-241-1/+0
|
* Update license to version 3.tege2007-09-181-4/+2
|
* Update FSF's address.tege2006-02-151-2/+2
|
* Add a copyright year.Kevin Ryde2004-04-071-1/+2
|
* * gen-bases.c, gen-fib.c, gen-psqr.c: For mpz_out_str, use stdoutKevin Ryde2004-04-071-4/+4
| | | | instead of 0, in case a K&R treats int and FILE* params differently.
* * gen-bases.c (chars_per_limb): Get GMP_NUMB_BITS for base==2,Kevin Ryde2002-09-281-2/+2
| | | | similarly other powers of 2, which this was in the past.
* * gen-bases.c: New file, derived from mpn/mp_bases.c.Kevin Ryde2002-06-141-0/+182