summaryrefslogtreecommitdiff
path: root/tests/tset_float128.c
Commit message (Expand)AuthorAgeFilesLines
* [tests/*.c] When not in a test, use set_emin and set_emax rather thanvlefevre2021-01-311-2/+2
* Copyright notice update: added 2021 withvlefevre2021-01-031-1/+1
* Copyright notice update: added 2020 withvlefevre2020-01-081-1/+1
* [tests] Use MPFR_DBL_* macros when necessary.vlefevre2019-02-041-7/+8
* 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
* Replaced mpfr_mul_2exp & mpfr_div_2exp by mpfr_mul_2ui & mpfr_div_2ui,vlefevre2018-04-171-2/+2
* changed __float128 (gcc specific) into the standard type _Float128zimmerma2018-02-221-4/+4
* [tests] Added/updated comments about the config.h inclusion.vlefevre2018-02-081-0/+1
* [tests/{tset_float128.c,tset_ld.c}] Removed obsolete WITH_FPU_CONTROLvlefevre2018-02-081-4/+0
* [tests] Fixed the cases where tests_start_mpfr was called too late,vlefevre2018-02-021-14/+0
* 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-5/+27
* [src/get_float128.c] Partly fixed mpfr_get_float128 when it underflows.vlefevre2017-08-141-45/+69
* [tests] Got rid of MPFR_TESTS_EXCEPTIONS (added in r11489 and above),vlefevre2017-05-191-3/+3
* more work on MPFR_TESTS_EXCEPTIONSzimmerma2017-05-191-3/+3
* Copyright notice update: added 2017 withvlefevre2017-01-011-1/+1
* [tests/tset_float128.c] Take into account failures in division by 0vlefevre2016-06-031-7/+30
* [tests/tset_float128.c] C++ compatibility.vlefevre2016-06-031-21/+21
* [tests/tset_float128.c] Better cast.vlefevre2016-03-011-1/+1
* use DOUBLE_ISNAN() instead of f == fzimmerma2016-03-011-1/+2
* About "config.h" inclusion: code consistency; removed obsolete comment.vlefevre2016-02-251-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
* [tests] Corrections for builds with "config.h".vlefevre2014-09-091-0/+4
* 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
* [tests/tset_float128.c] Test the sign of 0. Use mpfr_equal_p instead ofvlefevre2012-06-251-6/+6
* [tests/tset_float128.c] Got rid of the remaining mpfr_printf's.vlefevre2012-06-251-3/+3
* [tset_float128.c] added missing empty main when functions are not testedzimmerma2012-06-251-0/+9
* [set_float128.c,tset_float128.c] untabified and got rid of mpfr_printfzimmerma2012-06-251-70/+74
* compile mpfr_set_float128 and mpfr_get_float128 only when __float128 is suppo...zimmerma2012-06-251-2/+0
* [tests/tset_float128.c] mp_rnd_t -> mpfr_rnd_tvlefevre2012-06-251-2/+2
* added new functions mpfr_set_float128 and mpfr_get_float128zimmerma2012-06-251-0/+281