summaryrefslogtreecommitdiff
path: root/src/set_float128.c
Commit message (Expand)AuthorAgeFilesLines
* [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