summaryrefslogtreecommitdiff
path: root/mpq/get_d.c
Commit message (Expand)AuthorAgeFilesLines
* Copyright yearsMarco Bodrato2018-05-161-4/+1
* mpq/get_d.c: Replace tdiv_qr with div_q.Marco Bodrato2018-02-201-14/+13
* mpq/get_d.c: compare (zeros > 0) just once, not 3 times...Marco Bodrato2018-02-191-22/+14
* Include just gmp-impl.h, make gmp-impl.h grab gmp.h.Torbjorn Granlund2016-08-291-1/+0
* mpq: Silence a tcc warning using mpq_srcptr and not const mpq_tMarco Bodrato2014-11-151-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 mpq_t inn favour of MP_RAT.Torbjorn Granlund2014-01-191-1/+1
* Get rid of BYTES_PER_MP_LIMB, most files affected.Torbjorn Granlund2014-01-191-1/+1
* Use https to link to GNU license.Torbjorn Granlund2013-12-021-1/+1
* Collapse copyright years.Torbjorn Granlund2013-11-281-2/+1
* Use macros like NUM, ALLOC, SIZ, etc in mpq/*.Marc Glisse2012-02-241-4/+4
* Fix lot of spelling errors.Torbjorn Granlund2009-11-151-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/+2
* Remove TMP_XXXX marker arguments.tege2005-05-181-3/+3
* * mpq/get_d.c: Use mpn_tdiv_qr, demand den>0 per canonical form.Kevin Ryde2004-03-161-69/+103
* * mpq/get_d.c: Amend comments per mpn_get_d change.Kevin Ryde2003-12-131-39/+16
* Add a copyright year.Kevin Ryde2003-08-191-1/+1
* * mpq/get_d.c: Use mpn_get_d.Kevin Ryde2003-08-131-26/+6
* (limb2dbl): New macro for conversion to `double'.tege2002-12-111-2/+16
* Add a copyright year.tege2002-05-141-1/+1
* Fix type of size variables.tege2002-05-061-2/+2
* Nailify.tege2002-04-301-2/+3
* * mpn/generic/tdiv_qr.c, mpq/get_d.c, mpf/div.c, mpf/set_q.c,Kevin Ryde2001-05-111-4/+4
* Add a copyright year.tege2001-01-021-1/+1
* Remove K&R function headers.tege2001-01-021-5/+0
* Copyright (C) -> Copyright.Kevin Ryde2000-10-151-1/+1
* *** empty log message ***tege2000-07-241-4/+4
* For vax, if qsize > N_QLIMBS, ignore excess limbs.tege1996-07-221-2/+16
* Use __gmp_scale2 instead of ldexp.tege1996-05-261-5/+2
* Initial revisiontege1996-05-081-0/+154