summaryrefslogtreecommitdiff
path: root/mpz/cfdiv_q_2exp.c
Commit message (Collapse)AuthorAgeFilesLines
* Include just gmp-impl.h, make gmp-impl.h grab gmp.h.Torbjorn Granlund2016-08-291-1/+0
|
* mpz: Lazy allocation.Marco Bodrato2015-11-091-1/+1
|
* mpz/cfdiv_q_2exp.c: Use MPZ_REALLOC return value.Marco Bodrato2015-09-271-4/+3
|
* 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
|
* Add copyright years.Torbjorn Granlund2012-11-201-2/+2
|
* Clean out __GMP_PROTO.Torbjorn Granlund2012-03-031-1/+1
|
* Whitespace cleanup.Torbjorn Granlund2010-11-221-1/+1
|
* Change all bit counts for bignums to use mp_bitcnt_t. Update documentation.Torbjorn Granlund2009-12-201-4/+4
|
* Change _PROTO => __GMP_PROTO.Torbjorn Granlund2008-12-071-1/+1
|
* Update license to version 3.tege2007-09-181-4/+2
|
* Update FSF's address.tege2006-02-151-2/+2
|
* * mpz/aorsmul.c, mpz/aorsmul_i.c, mpz/cfdiv_q_2exp.c,Kevin Ryde2004-04-231-2/+2
| | | | | mpz/cfdiv_r_2exp.c, mpq/aors.c, mpf/ceilfloor.c: Give REGPARM_ATTR() on function definition too, as demanded by by gcc 3.4.
* * mpz/array_init.c, mpz/cfdiv_q_2exp.c, mpz/cfdiv_r_2exp.c,Kevin Ryde2002-02-081-4/+4
| | | | | | | mpz/cong_2exp.c, mpz/divis_2exp.c, mpz/hamdist.c, mpz/init2.c, mpz/mul_2exp.c, mpz/realloc2.c, mpz/scan0.c, mpz/scan1.c, mpz/setbit.c, mpz/tdiv_q_2exp.c, mpz/tdiv_r_2exp.c, mpz/tstbit.c, mpz/urandomb.c: Use GMP_NUMB_BITS.
* * mpz/cfdiv_q_2exp.c: Don't scan for non-zero limbs if they don'tKevin Ryde2001-03-091-7/+9
| | | | matter to the rounding.
* * mpz/cfdiv_q_2exp.c: New file, partial rewrite of fdiv_q_2exp.c, addKevin Ryde2001-03-031-0/+102
mpz_cdiv_q_2exp entrypoint.