summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* [src/jyn_asympt.c] Partly solved the slowness of jn(733333,733333).vlefevre2020-07-101-0/+23
* [tests/mpfr-test.h] Avoid a GCC bug on Sparc, at least when using TLS.vlefevre2020-06-291-0/+46
* Merged r14021-14036 from the trunk:vlefevre2020-06-187-4/+55
* Merged the latest changes from the trunk:vlefevre2020-06-131-1/+2
* Merged the latest changes from the trunk:vlefevre2020-06-122-2/+27
* Renamed mpfr_total_order to mpfr_total_order_p for consistency with thevlefevre2020-06-111-9/+9
* Fixed 2 issues with tests/tvalist.c:vlefevre2020-06-101-20/+9
* Removed '# undef HAVE_STDARG' before '# include "config.h"' when itvlefevre2020-06-101-1/+0
* [tests/tvalist.c] Updated a comment.vlefevre2020-06-101-2/+3
* [tests/tvalist.c] Correction when config.h is used (code copied fromvlefevre2020-06-101-0/+5
* [tests/tversion.c] Code style: replaced (mp_limb_t) -1 by MPFR_LIMB_MAX.vlefevre2020-06-091-1/+1
* [tests/tmul_ui.c] Added an overflow check that fails in MPFR_RNDZ withvlefevre2020-06-091-1/+29
* [tests/tgeneric.c] In the MPFR_SUSPICIOUS_OVERFLOW case, output yprec.vlefevre2020-06-091-4/+5
* [tests/tversion.c] Also output the results of the detection ofvlefevre2020-06-081-0/+34
* [tests/memory.c] Updated a comment.vlefevre2020-06-021-1/+2
* Bug fixes and cleanup related to "src/mpfr-intmax.h" by introducingvlefevre2020-06-017-27/+7
* [tests/tgamma.c] For the non-regression test added in r13907, onevlefevre2020-06-011-1/+10
* [tests/tget_ld_2exp.c] Reverted r13914 as we still need to supportvlefevre2020-05-241-1/+1
* [tests/tget_ld_2exp.c] put expected value in hex in bug20180904()zimmerma2020-05-231-1/+1
* [tests/tgamma.c] added comment about bug fixzimmerma2020-05-191-1/+6
* [doc/README.dev] added MPFR_CHECK_EXPENSIVEzimmerma2020-05-191-1/+2
* added non-regression test for bug reported by Frithjof Blomquistzimmerma2020-05-191-0/+32
* [tests/tget_set_d64.c] Fixed missing "#if _MPFR_IEEE_FLOATS" thatvlefevre2020-04-111-2/+3
* Reworked decimal support and detection, resolving FIXMEs.vlefevre2020-04-103-18/+18
* Updated URLs of the GCC mailing-list archives.vlefevre2020-04-083-4/+5
* [tests/tsub.c] Corrected MPFR_ASSERTD to MPFR_ASSERTN.vlefevre2020-04-031-11/+11
* [tests/tsub.c] Reverted r13862 and fixed the test_ubf test: A randomvlefevre2020-04-031-13/+15
* [tests/tset_ld.c] Reverted r13858: the check_overflow test was alreadyvlefevre2020-04-021-12/+4
* [tests/tget_ld_2exp.c] Proper fix: the bug20180904 test was designedvlefevre2020-04-021-4/+3
* [tests/tsub.c] modify test_ubf() to always hit a current failing testzimmerma2020-04-021-1/+7
* [tests/tget_ld_2exp.c] fixed for case where long double = doublezimmerma2020-04-022-4/+16
* [tests/tversion.c] Output whether MPFR is built with the GMP build,vlefevre2020-04-021-0/+6
* [tests/tset_sj.c] Forgot a "#ifndef NPRINTF_J" for printf("%jd",...).vlefevre2020-03-271-0/+2
* [tests/tset_sj.c] Added tests of mpfr_set_sj_2exp and mpfr_set_uj_2expvlefevre2020-03-271-0/+147
* [tests/texpm1.c] Updated the bad_cases() parameters to increase thevlefevre2020-03-261-2/+2
* [tests/tset_si.c] Forgot a cast for MPFR_EXP_FSPEC argument.vlefevre2020-03-261-1/+2
* [tests/tsub.c] Avoid the build failure with -Werror=strict-aliasing byvlefevre2020-03-261-21/+21
* [tests/tsub.c] Fixed tests on UBF.vlefevre2020-03-251-3/+4
* [tests/tfma.c] Minor correction.vlefevre2020-03-251-1/+1
* [tests/tfma.c] Changed a RND_LOOP to RND_LOOP_NO_RNDF as the behaviorvlefevre2020-03-251-1/+1
* [tests/tsub.c] Completed tests for UBF (currently fail).vlefevre2020-03-251-3/+38
* [tests/tset_si.c] Added tests of mpfr_set_si_2exp and mpfr_set_ui_2expvlefevre2020-03-251-0/+129
* [tests/tsub.c] More tests on UBF. The results are not checked yet,vlefevre2020-03-241-11/+38
* [tests/tfmma.c] Added extreme_underflow test: before the r13798 bug fix,vlefevre2020-03-241-0/+21
* [tests/tsub.c] Corrected a function name.vlefevre2020-03-241-1/+1
* [tests/tsub.c] More tests on UBF, in particular with an exponent changevlefevre2020-03-241-20/+74
* [tests/tsub.c] Tests on UBF: underflow/overflow cases done.vlefevre2020-03-241-28/+41
* [tests/tsub.c] More tests on UBF.vlefevre2020-03-231-11/+140
* [tests/tsub.c] Added comments.vlefevre2020-03-231-0/+4
* [tests/tsub.c] First tests on UBF.vlefevre2020-03-231-0/+90