summaryrefslogtreecommitdiff
path: root/mpn/generic/fib2_ui.c
Commit message (Expand)AuthorAgeFilesLines
* Copyright yearsMarco Bodrato2019-12-201-1/+1
* mpn/generic/fib2_ui.c: Simplify the possible -2 case.Marco Bodrato2018-10-171-18/+8
* Include just gmp-impl.h, make gmp-impl.h grab gmp.h.Torbjorn Granlund2016-08-291-1/+0
* mpn/generic/fib2_ui.c: remove #if HAVE_NATIVE_mpn_rsblsh_n.Marco Bodrato2014-07-281-4/+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
* (mpn_sqr): New name for mpn_sqr_n.Torbjorn Granlund2009-12-271-2/+2
* Fix typo.Marco Bodrato2009-12-011-1/+1
* Corrected return value for rsblsh_n, added prototype and mangling.Marco Bodrato2009-12-011-2/+1
* Reduce temporary allocated memory in mpn_fib2_ui.Marco Bodrato2009-12-011-35/+43
* Use mpn_rsblsh2_n ;-)Marco Bodrato2009-11-301-4/+8
* Update license to version 3.tege2007-09-181-4/+2
* Update FSF's address.tege2006-02-151-2/+2
* Add a copyright year.tege2005-11-011-1/+1
* Remove TMP_XXXX marker arguments.tege2005-05-181-3/+3
* Add an internal-use-only comment.Kevin Ryde2002-06-251-0/+4
* * mpn/generic/fib2_ui.c: Remove __gmp_fib_table and generating code.Kevin Ryde2002-06-221-227/+0
* Fix some spacing.tege2002-03-281-83/+83
* * mpn/generic/fib2_ui.c: Use GMP_NUMB_BITS, simplify the dataKevin Ryde2002-01-301-308/+193
* Remove trailing spaces.tege2002-01-131-3/+3
* * gmp-impl.h (TMP_ALLOC_LIMBS_2): New macro.Kevin Ryde2001-06-191-2/+1
* * mpn/generic/fib2_ui.c: New file.Kevin Ryde2001-06-071-0/+508