summaryrefslogtreecommitdiff
path: root/src/get_ld.c
Commit message (Expand)AuthorAgeFilesLines
* Punctuation (missing comma after "however").vlefevre2021-06-211-2/+2
* Code readability.vlefevre2021-02-011-2/+4
* [src/get_ld.c] forgot get_ld in previous commitzimmerma2021-02-011-0/+1
* Copyright notice update: added 2021 withvlefevre2021-01-031-1/+1
* [src/get_ld.c] Bug fix with GMP_NUMB_BITS == 8 (thus mini-gmp) andvlefevre2020-09-161-1/+1
* [src/get_ld.c] Fixed build failure with GMP_NUMB_BITS == 8 due to thevlefevre2020-06-091-1/+1
* Copyright notice update: added 2020 withvlefevre2020-01-081-1/+1
* Updated the www.gnu.org URL's (http → https) on all the files with:vlefevre2019-01-071-1/+1
* Copyright notice update: added 2019 withvlefevre2019-01-011-1/+1
* adapt to 8-bit limbs (work in progress)zimmerma2018-09-071-0/+10
* [src/get_ld.c] Removed incorrect and useless assertions (manlvlefevre2018-09-061-2/+0
* [src/get_ld.c] fixed (hopefully definitively) for 16-bit limbzimmerma2018-09-051-4/+28
* [src/get_ld.c] In the case GMP_NUMB_BITS == 16, cast to unsigned longvlefevre2018-09-051-8/+8
* [src/get_ld.c] when denorm=16, a 32-bit shift on an unsigned int is undefinedzimmerma2018-09-051-2/+3
* [src/get_ld.c] adapt to GMP_NUMB_BITS=16zimmerma2018-08-281-1/+33
* [src/get_ld.c] removed dead code (as in r12413 for mpfr_get_d)zimmerma2018-02-231-20/+15
* Copyright notice update: added 2018 withvlefevre2018-01-031-1/+1
* [src/get_ld.c] Fixed the generic code when called with a very reducedvlefevre2017-10-091-0/+4
* Copyright notice update: added 2017 withvlefevre2017-01-011-1/+1
* [src/get_ld.c] Fixed bugs for double-double (IBM long double format):vlefevre2016-11-151-37/+36
* [src/get_ld.c] For double-double (IBM long double format): test othervlefevre2016-11-151-1/+6
* [src/get_ld.c] For double-double (IBM long double format), the codevlefevre2016-11-151-10/+16
* [src/get_ld.c] Replaced FIXME by an explanation of the current behavior.vlefevre2016-09-091-5/+5
* [src/get_ld.c] Updated FIXME (mention subnormals).vlefevre2016-09-081-1/+3
* [src/get_ld.c] Updated FIXME (this is NetBSD 5.1).vlefevre2016-09-081-1/+1
* [src/get_ld.c] Added a FIXME, in particular for NetBSD.vlefevre2016-09-081-0/+5
* [src/{get_d,get_ld}.c] Use MPFR_ALIAS.vlefevre2016-09-081-2/+1
* [src/get_ld.c] Improved the fix done in r10808: The mpfr_set_emin valuevlefevre2016-09-071-1/+1
* [src/get_ld.c] fixed bug reported by Walter Mascarenhaszimmerma2016-09-071-2/+1
* [src/cmp_ld.c] include float.h so that MPFR_LDBL_MANT_DIG is correcly definedzimmerma2016-07-141-1/+1
* Replacedvlefevre2016-02-041-1/+1
* Copyright notice update: added 2016 withvlefevre2016-01-011-1/+1
* Copyright notice update: added 2015 withvlefevre2015-02-131-1/+1
* Untabified and removed trailing spaces.vlefevre2014-02-151-3/+3
* different fixes for set_ld, get_ld and cmd_ld with double-doublezimmerma2014-02-141-7/+6
* Copyright notice update: added 2014 withvlefevre2014-01-031-1/+1
* [src/get_ld.c] Oops... The non-working code was due to a missing cast.vlefevre2013-08-061-7/+2
* [acinclude.m4] Define HAVE_LDOUBLE_MAYBE_DOUBLE_DOUBLE if thevlefevre2013-08-061-23/+52
* [src/get_ld.c] GNU style.vlefevre2013-08-051-6/+8
* Use copyright year ranges, followingvlefevre2013-05-301-1/+1
* Copyright notice update: added 2013 withvlefevre2013-01-031-1/+1
* [get_ld.c] fixed typozimmerma2012-06-251-1/+1
* MPFR_ASSERTD or MPFR_ASSERTN must be used for assertions, not ASSERT.vlefevre2012-03-261-1/+1
* [get_ld.c] added comments and ASSERT()zimmerma2012-03-081-4/+6
* [get_ld.c] deal with the case "long double" == "double"zimmerma2012-03-071-71/+82
* Changed Arenaire to AriC with:vlefevre2012-01-101-1/+1
* Copyright notice update: added 2012 withvlefevre2012-01-101-1/+1
* Copyright notice update: added 2011 withvlefevre2011-01-171-1/+1
* [src/get_ld.c] Updated a comment about the last change.vlefevre2010-12-251-1/+3
* [src/get_ld.c] Minor performance improvement.vlefevre2010-12-251-1/+6