summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* [{src,tests}/Makefile.am] Untabified values of variables to avoidvlefevre2021-02-011-19/+19
* added mpfr_atanu and mpfr_atanpizimmerma2021-02-012-1/+157
* [src/asinu.c] resolved FIXMEzimmerma2021-02-011-3/+9
* [src/asinu.c] return NaN for u=0 and |x| > 1zimmerma2021-02-012-23/+75
* [src/acosu.c] for u=0 and |x| > 1, return NaNzimmerma2021-02-011-10/+27
* [tests] Use RND_LOOP.vlefevre2021-01-3127-50/+50
* [tests/mpfr-test.h] Added mpfr_cmp_si0 macro (check NaN).vlefevre2021-01-312-2/+3
* [tests/tasinu.c] Replaced mpfr_cmp by !mpfr_equal_p.vlefevre2021-01-311-2/+2
* [tests/tacosu.c] Replaced mpfr_cmp by !mpfr_equal_p.vlefevre2021-01-311-4/+4
* [tests/tacosu.c] Fixed failing test with --with-mini-gmpvlefevre2021-01-311-4/+4
* [tests/tdiv.c] Use set_emax rather than mpfr_set_emax with a test.vlefevre2021-01-311-6/+1
* [tests/*.c] When not in a test, use set_emin and set_emax rather thanvlefevre2021-01-3138-185/+185
* [tests/tests.c] Improved error message in set_emin / set_emax tovlefevre2021-01-311-2/+4
* [tests/tcot.c] Use set_emin and set_emax rather than mpfr_set_emin andvlefevre2021-01-311-7/+4
* [tests/tasinu.c] Use set_emin rather than mpfr_set_emin.vlefevre2021-01-311-2/+2
* [src/acosu.c] fixed case x=-1/2 which was wrongzimmerma2021-01-311-14/+79
* [tests/tacosu.c] reduced number of generic testszimmerma2021-01-302-2/+2
* [src/asinu.c] fixed case x=-1 and underflow casezimmerma2021-01-301-0/+20
* added asinu (work in progress, not yet usable)zimmerma2021-01-292-1/+139
* [tests/tgeneric.c] Added a cast for printf.vlefevre2021-01-291-1/+1
* [tests/tgeneric.c] Corrected indentation.vlefevre2021-01-291-9/+9
* [tests/tgeneric.c] Corrected indentation.vlefevre2021-01-291-3/+3
* new function mpfr_acosu (still to be added in NEWS and mpfr.texi)zimmerma2021-01-293-6/+121
* [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