summaryrefslogtreecommitdiff
path: root/src/rndna.c
Commit message (Expand)AuthorAgeFilesLines
* Copyright notice update: added 2021 withvlefevre2021-01-031-1/+1
* [src,tests] Consistency: in prototypes, changedvlefevre2020-08-211-2/+2
* 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
* Avoid GCC's -Wcast-align warnings with 8-bit limbs (a correct alignmentvlefevre2018-11-161-2/+8
* Copyright notice update: added 2018 withvlefevre2018-01-031-1/+1
* Cleanup: In src/mpfr-gmp.h, exchangedvlefevre2017-11-101-2/+2
* [src/rndna.c] Updated comments.vlefevre2017-01-121-5/+10
* Copyright notice update: added 2017 withvlefevre2017-01-011-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
* BYTES_PER_MP_LIMB -> MPFR_BYTES_PER_MP_LIMB for GMP 6 compatibilityzimmerma2014-04-151-1/+1
* 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
* Applied patch (with minor changes) by Patrick Pélissier to improvevlefevre2012-09-201-11/+117
* [trndna.c] increase emin when smallest possiblezimmerma2012-07-031-0/+1
* [rndna.c] special treatment for the case 2^(emin-2)zimmerma2012-07-031-0/+8
* several changes suggested by Vincent Lefevrezimmerma2012-07-031-1/+1
* [rndna.c] changed the specification since on 32-bit machines we have no marginzimmerma2012-07-031-4/+3
* added new function mpfr_round_nearest_away() as discussed during the June 2012zimmerma2012-07-031-1/+14
* [src/rndna.c]vlefevre2012-07-021-14/+12
* [src/rndna.c] Added a note saying that this method doesn't workvlefevre2012-07-021-1/+5
* [rndna.c] new function that computes rounding to nearest-awayzimmerma2012-06-291-0/+59