summaryrefslogtreecommitdiff
path: root/mpz/n_pow_ui.c
Commit message (Expand)AuthorAgeFilesLines
* Use MPZ_NEWALLOC and other macros resultMarco Bodrato2016-12-281-1/+1
* Include just gmp-impl.h, make gmp-impl.h grab gmp.h.Torbjorn Granlund2016-08-291-1/+0
* Copyright year.Marco Bodrato2015-11-131-1/+1
* mpz: Lazy allocation.Marco Bodrato2015-11-091-1/+1
* 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
* From Marco: Fix typos in an ASSERT.Torbjorn Granlund2012-12-171-1/+1
* Use MPZ_REALLOC return value when possible.Torbjorn Granlund2012-05-261-2/+1
* Cast non-limb count_leading_zeros argument.Torbjorn Granlund2012-05-241-2/+2
* Whitespace cleanup.Torbjorn Granlund2010-11-221-162/+162
* (mpn_sqr): New name for mpn_sqr_n.Torbjorn Granlund2009-12-271-6/+6
* Change all bit counts for bignums to use mp_bitcnt_t. Update documentation.Torbjorn Granlund2009-12-201-1/+1
* Improve code for computing sizes related to mp_bases.Torbjorn Granlund2009-07-061-1/+1
* 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 internal-use-only comment.Kevin Ryde2002-12-161-0/+4
* (GMP_NUMB_HALFMAX): Renamed from MP_LIMB_T_HALFMAX.tege2002-04-261-5/+9
* Adjust allocation for nails.tege2002-04-261-1/+1
* Nailify.tege2002-04-181-10/+10
* * mpz/n_pow_ui.c (SWAP_RP_TP): Use ASSERT_CODE on ralloc and talloc,Kevin Ryde2002-02-201-6/+10
* Remove trailing spaces.tege2002-01-131-8/+7
* * mpn/generic/mul_basecase.c, mpz/mul.c, mpz/n_pow_ui.c,Kevin Ryde2001-12-291-4/+13
* * mpz/n_pow_ui.c: Fix mpn_mul_2 calls parameter order.Kevin Ryde2001-04-021-4/+4
* * mpz/n_pow_ui.c (ULONG_PARITY): Move to gmp-impl.h.Kevin Ryde2001-03-031-50/+0
* Correction to:Kevin Ryde2001-03-021-3/+8
* Correction to:Kevin Ryde2001-03-021-1/+2
* * mpz/n_pow_ui.c: New file, rewrite of pow_ui.c and ui_pow_ui.c. UseKevin Ryde2001-02-281-0/+549