summaryrefslogtreecommitdiff
path: root/mpf/ceilfloor.c
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Add copyright years.Torbjorn Granlund2012-11-201-1/+1
|
* Clean out __GMP_PROTO.Torbjorn Granlund2012-03-031-1/+1
|
* 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.
* * mpf/ceilfloor.c, mpf/trunc.c: Set exp to 0 when setting r to 0.Kevin Ryde2001-05-111-2/+5
| | | | Believe this was a problem in 3.1.1 too.
* * mpf/trunc.c: New file, rewrite of integer.c, preserve prec+1 inKevin Ryde2001-03-291-0/+114
copy, don't copy if unnecessary. * mpf/ceilfloor.c: New file likewise, and use common subroutine for ceil and floor.