summaryrefslogtreecommitdiff
path: root/src/get_float128.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* changed __float128 (gcc specific) into the standard type _Float128zimmerma2018-02-221-7/+7
* Copyright notice update: added 2018 withvlefevre2018-01-031-1/+1
* [src/get_float128.c] Fixed failure in mpfr_get_float128 when called withvlefevre2017-10-111-0/+5
* [src/get_float128.c] Removed variable z (no longer useful).vlefevre2017-08-171-3/+1
* [src/get_float128.c] No longer depend on the native FP type "double"vlefevre2017-08-171-13/+11
* [src/get_float128.c] Fixed the remaining cases of mpfr_get_float128vlefevre2017-08-141-25/+35
* [src/get_float128.c] Partly fixed mpfr_get_float128 when it underflows.vlefevre2017-08-141-9/+17
* [src/get_float128.c] Reverted r11623 (a note mainly for the 3.1 branch,vlefevre2017-08-131-4/+0
* [src/get_float128.c] Updated the FIXME.vlefevre2017-08-121-0/+4
* [src/get_float128.c] Added a FIXME after a bug report by Rob:vlefevre2017-08-081-0/+6
* 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
* 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
* [get_float128.c,set_float128.c] Avoid an empty translation unitvlefevre2012-09-201-2/+2
* [src/get_float128.c] !MPFR_IS_ZERO -> MPFR_NOTZERO; GNU coding style.vlefevre2012-06-251-6/+8
* compile mpfr_set_float128 and mpfr_get_float128 only when __float128 is suppo...zimmerma2012-06-251-0/+4
* added new functions mpfr_set_float128 and mpfr_get_float128zimmerma2012-06-251-0/+98