summaryrefslogtreecommitdiff
path: root/src/set_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
* Updated support for binary128:vlefevre2018-02-261-2/+9
* [src/set_float128.c] Removed a useless #include and corrected a comment.vlefevre2018-02-261-3/+1
* changed __float128 (gcc specific) into the standard type _Float128zimmerma2018-02-221-6/+6
* Copyright notice update: added 2018 withvlefevre2018-01-031-1/+1
* [src/set_float128.c] No longer depend on the native FP type "double"vlefevre2017-08-171-106/+62
* Copyright notice update: added 2017 withvlefevre2017-01-011-1/+1
* [src/set_float128.c] Fix: removed the divisions by zero, replacing themvlefevre2016-06-061-8/+9
* [src/set_float128.c] Added FIXME comment: The mpfr_set_float128 codevlefevre2016-06-031-0/+4
* [src/set_*.c] Use the DOUBLE_ISNAN macro for _Decimal64, __float128 andvlefevre2016-03-011-6/+5
* 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/set_float128.c] Avoid a goto (useless here, contrary to set_ld.c).vlefevre2012-06-251-6/+6
* [set_float128.c,tset_float128.c] untabified and got rid of mpfr_printfzimmerma2012-06-251-47/+47
* compile mpfr_set_float128 and mpfr_get_float128 only when __float128 is suppo...zimmerma2012-06-251-1/+5
* added new functions mpfr_set_float128 and mpfr_get_float128zimmerma2012-06-251-0/+175