summaryrefslogtreecommitdiff
path: root/src/set_d.c
Commit message (Expand)AuthorAgeFilesLines
* make it clear that we don't propagate the sign bit in mpfr_get_d and mpfr_set_dzimmerma2021-02-011-0/+1
* Copyright notice update: added 2021 withvlefevre2021-01-031-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
* [src/set_d.c] Improved comment.vlefevre2018-12-031-1/+1
* some fixes for 8-bit limb supportzimmerma2018-09-071-27/+25
* adapt to 8-bit limbs (work in progress)zimmerma2018-09-071-8/+44
* [src/set_d.c] adapt to GMP_NUMB_BITS=16 (not yet tested)zimmerma2018-08-281-8/+51
* [src/set_d.c] make it easier to extend to GMP_NUMB_BITS<32zimmerma2018-08-281-26/+27
* Copyright notice update: added 2018 withvlefevre2018-01-031-1/+1
* removed leftover debug statement in last commitzimmerma2017-05-191-1/+0
* fix for clang bug (https://bugs.llvm.org//show_bug.cgi?id=17686)zimmerma2017-05-191-0/+9
* Copyright notice update: added 2017 withvlefevre2017-01-011-1/+1
* [src/set_d.c] Added some assertions and fixed a 32-bit shift countvlefevre2016-06-031-1/+5
* get rid of dependency from GMP for _GMP_IEEE_FLOATS and ieee_double_extractzimmerma2016-02-291-8/+8
* 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
* more changes suggested by Wolf Lammen (and also test 2^(-1074))zimmerma2014-02-161-15/+2
* [src/set_d.c] Fixed type to avoid non-representable unsigned → signedvlefevre2014-02-151-1/+1
* [src/set_d.c] Correction when MPFR_WANT_ASSERT is defined.vlefevre2014-02-151-6/+8
* partial patch from Wolf Lammen:zimmerma2014-02-151-30/+23
* [src/{set_d.c,set_f.c}] Type clean-up to improve maintainability.vlefevre2014-02-111-1/+1
* Optimization: likely / unlikely, etc. (patch by Patrick Pélissier).vlefevre2014-01-241-2/+2
* [src/set_d.c] Improved a comment about signed zeros.vlefevre2014-01-181-7/+10
* [src/set_d.c] Fixes and other minor changes suggested by Wolf Lammen:vlefevre2014-01-181-18/+9
* [src/set_d.c] In extract_double, replaced long by int for exp (it may bevlefevre2014-01-181-3/+5
* [src/set_d.c] Removed obsolete comment from r245.vlefevre2014-01-181-1/+0
* [src/set_d.c] Renamed __gmpfr_extract_double to extract_doublevlefevre2014-01-181-2/+2
* [src/set_d.c] Fixed __gmpfr_extract_double precondition on d.vlefevre2014-01-181-2/+2
* Copyright notice update: added 2014 withvlefevre2014-01-031-1/+1
* Use copyright year ranges, followingvlefevre2013-05-301-1/+1
* Copyright notice update: added 2013 withvlefevre2013-01-031-1/+1
* [src/set_d.c] Updated a comment on the negative zero.vlefevre2012-09-041-4/+8
* Renamed WANT_ASSERT to MPFR_WANT_ASSERT in order to avoid a clashvlefevre2012-08-151-1/+1
* Replaced "denormalized" by the official term "subnormal".vlefevre2012-07-061-1/+1
* Changed Arenaire to AriC with:vlefevre2012-01-101-1/+1
* Copyright notice update: added 2012 withvlefevre2012-01-101-1/+1
* Added new types mpfr_limb_ptr and mpfr_limb_srcptr to src/mpfr-impl.h,vlefevre2011-02-091-1/+1
* Copyright notice update: added 2011 withvlefevre2011-01-171-1/+1
* Source reorganization. In short:vlefevre2010-08-171-0/+255