summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* [tests/tests.c] In a comment with a GMP_CHECK_RANDOMIZE value, mentionvlefevre2021-09-071-1/+2
* [tests/tests.c] Fixed bad_cases when y is ±0 (rare case).vlefevre2021-09-071-6/+27
* [tests/tget_set_d128.c] Removed a useless C99 comment, which makesvlefevre2021-08-231-1/+0
* [tests/tsprintf.c] In locale_da_DK(), also try da_DK.utf8 (preferably):vlefevre2021-08-231-4/+7
* [tests/tget_flt.c] Avoid a warning about unused function equal_fltvlefevre2021-08-031-0/+2
* [tests/tget_flt.c] Code style: replaced "… == 0" by "! …" onvlefevre2021-08-031-5/+5
* [tests/tget_flt.c] Removed bug_icx (duplicate test).vlefevre2021-08-031-22/+0
* [tests/tget_flt.c] In bug_icx: replaced mpfr_set_flt, whose floatvlefevre2021-08-031-5/+1
* [tests/tget_flt.c] Added FIXME for test added in r14552.vlefevre2021-08-031-0/+2
* [tests/tget_flt.c] Portability correction.vlefevre2021-08-031-3/+5
* need -fp-model=strict for icxzimmerma2021-08-031-0/+22
* [tests/tprintf.c] Portability correction (EOF is not necessarily -1).vlefevre2021-06-301-2/+2
* Punctuation (missing comma after "however").vlefevre2021-06-211-1/+1
* [tests/tget_d.c] Improved error messages.vlefevre2021-06-031-12/+17
* [tests/tget_d.c] Error message when check_inf_nan() fails for NaN.vlefevre2021-06-031-1/+5
* [tests/data/j1] added more testszimmerma2021-06-011-0/+54
* [tests/tests.c] fixed bug introduced in r13787, which invalidated data_checkzimmerma2021-06-011-1/+1
* [tests/tsprintf.c] Cosmetic revert of blank line removal in r14519.vlefevre2021-05-171-0/+1
* [tests/tsprintf.c] Similarly to r14514, added tests of native integer 0vlefevre2021-05-171-0/+4
* [tests/tsprintf.c] For various test functions, changed the return typevlefevre2021-05-171-14/+8
* [tests/tsprintf.c] Added tests of specifier 'P' with precision field 0.vlefevre2021-05-121-3/+10
* [tests/tstrtofr.c] Check more infinity strings.vlefevre2021-04-261-7/+52
* [tests/tpowr.c] Added generic tests.vlefevre2021-04-241-0/+7
* [tests/tsgn.c] Also test in a very reduced exponent range.vlefevre2021-04-231-15/+32
* [tests/tsgn.c] Also test the flags.vlefevre2021-04-231-25/+45
* Fixed bug in mpfr_get_str_ndigits.vlefevre2021-04-231-17/+44
* [tests/thypot.c] added one testzimmerma2021-04-021-0/+29
* Get rid of obsolescent AC_HEADER_TIME. Cleanup about sys/time.h usage.vlefevre2021-03-181-6/+3
* Replaced "intensional" by "intentional" in comments.vlefevre2021-03-163-3/+3
* Untabify and remove trailing spaces.vlefevre2021-03-164-9/+9
* [src/rec_sqrt.c] replace a call to mpn_mul_n with identical arguments byzimmerma2021-03-166-8/+16
* [tests/trec_sqrt.c] added timing testzimmerma2021-03-161-1/+55
* [tests/{tset_si.c,tset_sj.c}] Fix when -DMPFR_USE_NO_MACRO is used.vlefevre2021-03-082-12/+16
* [tests/{texceptions.c,tset_exp.c}] Forgot to protect the tests withvlefevre2021-03-082-3/+24
* [tests] Ignore GCC's -Wc++-compat in the tests that are invalid in C++vlefevre2021-03-084-0/+50
* [tests] In C++, do not cast to "void *" in the tests of macros.vlefevre2021-03-064-9/+15
* [tests/tset.c] Added tests of the mpfr_set macro.vlefevre2021-03-061-22/+32
* Added tests of mpfr_copysign, mpfr_setsign and mpfr_signbit macros.vlefevre2021-03-061-6/+23
* Added tests of mpfr_get_prec and mpfr_get_exp macros.vlefevre2021-03-062-1/+8
* [tests/tisnan.c] Added commented code for testing compilation errors.vlefevre2021-03-061-0/+10
* [tests/tisnan.c] Check that when mpfr_nan_p, mpfr_inf_p, mpfr_number_p,vlefevre2021-03-061-30/+66
* [tests/mpfr-test.h] Added mpfr_cmp_si_2exp0 macro (check NaN).vlefevre2021-02-152-3/+5
* [tests/tdigamma.c] Use mpfr_cmp_ui0 to detect NaN.vlefevre2021-02-151-1/+1
* [src/jyn_asympt.c] fixed bug when s=0 at the end of the for loopzimmerma2021-02-151-0/+22
* [src/digamma.c] fixed a bug in mpfr_digamma_reflection when the approximationszimmerma2021-02-151-0/+21
* renamed mpfr_compound to mpfr_compound_si, since in C2X, compoundn takeszimmerma2021-02-151-17/+17
* [tests/texpm1.c] Improved special tests.vlefevre2021-02-101-24/+30
* [tests/tpow.c] Replaced mpfr_cmp_ui by versions that can detect NaN.vlefevre2021-02-091-23/+23
* added mpfr_powrzimmerma2021-02-092-1/+212
* added mpfr_pow_uj and mpfr_pow_sjzimmerma2021-02-091-0/+3