summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* [tests/memory.c] Call "fflush (NULL)" before abort() in order to flushvlefevre2021-01-141-0/+10
* [tests/tcosu.c] Added tests that give a reduced argument equal to 0.vlefevre2021-01-141-0/+12
* [tests/tcosu.c] increase nmax in test_generic callzimmerma2021-01-143-3/+3
* [tests/{tcosu.c,tsinu.c,ttanu.c}] For the generic tests, no needvlefevre2021-01-133-24/+0
* [tests/tsinu.c] Added tests where x/u is a "big" integer, so thatvlefevre2021-01-131-0/+12
* [tests/tsinu.c] Added a test on a large input such that x mod u may needvlefevre2021-01-131-1/+9
* [tests/{tcosu.c,tsinu.c,ttanu.c}] C90 compatibility for the tests withvlefevre2021-01-123-74/+74
* [tests/tcosu.c] added hard-coded tests with large inputszimmerma2021-01-123-0/+127
* Copyright notice update: added 2021 withvlefevre2021-01-03198-198/+198
* Optimize mpfr_abs, mpfr_copysign and mpfr_setsign in the case of reusedvlefevre2020-12-201-7/+22
* [tests/tgeneric.c] Removed the use of __func__ as it is not supportedvlefevre2020-12-171-2/+1
* [tests/tcosu.c] Increased the maximum precision for test_generic andvlefevre2020-12-171-1/+5
* For the generic tests, output the number of normal cases and the totalvlefevre2020-12-171-0/+4
* [tests/tcosu.c] Increased the number of generic tests. This should makevlefevre2020-12-171-1/+1
* [tests]vlefevre2020-12-172-0/+443
* [tests/ttanu.c] C89 compatibility.vlefevre2020-12-171-2/+2
* added new function mpfr_tanuzimmerma2020-12-162-1/+219
* [src/sinu.c] fixed compiler warningzimmerma2020-12-151-0/+20
* [tests/tsinu.c] added more testszimmerma2020-12-151-0/+15
* [src/sinu.c] fixed case where 2xpi/u is +/-pi/6 mod pizimmerma2020-12-151-0/+5
* [tests]vlefevre2020-12-154-0/+840
* [tests/tests.c] test5rm(): mention test5rm in the error message.vlefevre2020-12-151-1/+2
* added new function mpfr_cosuzimmerma2020-12-152-7/+181
* [tests/tsinu.c] fixed typos in commentszimmerma2020-12-151-8/+8
* [tests/tsinu.c] Added a FIXME concerning the size of the exponent.vlefevre2020-12-141-3/+6
* added mpfr_sinu (work in progress)zimmerma2020-12-142-1/+172
* [tests/talloc-cache.c] Check that malloc() doesn't return a null pointervlefevre2020-10-281-0/+4
* Fixed the formatted output functions (mpfr_printf, etc.) in the casevlefevre2020-10-071-5/+8
* Added tests/gen-printf-dot-prec Perl script to generate a .c filevlefevre2020-10-071-0/+103
* [tests/tset_z_2exp.c] Fixed typo detected by GCC.vlefevre2020-09-271-1/+1
* [tests/tset_z_2exp.c] Added some tests in a reduced exponent range.vlefevre2020-09-271-25/+68
* [tests/tset_z_2exp.c] Test a result.vlefevre2020-09-251-0/+8
* [tests/tset_z_2exp.c] Added another test that fails with justvlefevre2020-09-241-3/+27
* [tests/tset_z_2exp.c] Added a test that triggers an integer overflowvlefevre2020-09-241-0/+27
* For consistency, changed "C89" to "C90" in comments of *.{c,h} files.vlefevre2020-09-162-9/+9
* Renamed some .c files for consistency:vlefevre2020-09-152-1/+1
* [tests/tests.c] Added a note about tests done in "src/init2.c".vlefevre2020-09-151-0/+7
* [tests/tget_z.c] Updated comment to mention that mpfr_get_z_2exp isvlefevre2020-09-151-1/+1
* Updated URLs.vlefevre2020-09-102-4/+4
* [src,tests] Consistency: in prototypes, changedvlefevre2020-08-2114-23/+23
* [tests/tsprintf.c] Replaced another occurrence of the code triggeringvlefevre2020-08-201-1/+1
* fixed a compiler warning found by Clang 10.0.1 on armv8-a (Samsung S8zimmerma2020-08-201-1/+1
* fixed a compiler warning found by Clang 10.0.1 on armv8-a (Samsung S8zimmerma2020-08-201-1/+1
* [tests/tset_ld.c] Improved an error message.vlefevre2020-07-151-1/+1
* [tests/tests.c] Simplified the d_trace and ld_trace functions:vlefevre2020-07-131-16/+10
* [tests/tset_ld.c] Fixed mpfr_out_str usage in error messagesvlefevre2020-07-131-6/+7
* [tests/tget_ld_2exp.c] Corrected a function call in an error message.vlefevre2020-07-131-1/+1
* [tests/tversion.c] "Compiler:" line: detect TCC (__TINYC__ macro).vlefevre2020-07-131-0/+7
* [doc/README.dev] In the MPFR_CHECK_EXPENSIVE description, say thatvlefevre2020-07-101-0/+2
* [tests/tjn.c] Corrected indentation.vlefevre2020-07-101-2/+2