summaryrefslogtreecommitdiff
path: root/tests/tgeneric.c
Commit message (Expand)AuthorAgeFilesLines
* [tests/tgeneric.c] Added debug info.vlefevre2021-02-061-0/+5
* [tests]vlefevre2021-02-021-191/+228
* [tests/*.c] When not in a test, use set_emin and set_emax rather thanvlefevre2021-01-311-10/+10
* [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-291-5/+12
* Copyright notice update: added 2021 withvlefevre2021-01-031-1/+1
* [tests/tgeneric.c] Removed the use of __func__ as it is not supportedvlefevre2020-12-171-2/+1
* For the generic tests, output the number of normal cases and the totalvlefevre2020-12-171-0/+4
* fixed a compiler warning found by Clang 10.0.1 on armv8-a (Samsung S8zimmerma2020-08-201-1/+1
* [tests/tgeneric.c] In the MPFR_SUSPICIOUS_OVERFLOW case, output yprec.vlefevre2020-06-091-4/+5
* Copyright notice update: added 2020 withvlefevre2020-01-081-1/+1
* 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
* [tests/tgeneric.c] revert 13107 (abort might lose some data in open files)zimmerma2018-09-031-3/+3
* [tests/tgeneric.c] replace exit(1) by abort() to allow debugging with gdbzimmerma2018-09-031-3/+3
* removed TEST_FLAGS stuffzimmerma2018-08-311-4/+0
* [tests/mpfr-test.h] added macro TEST_FLAGS (debug use only)zimmerma2018-08-221-0/+4
* [tests/tgeneric.c] Do several overflow/underflow tests instead of 1, andvlefevre2018-01-101-5/+10
* [tests/tgeneric.c] Added comments for tests in a reduced exponent range.vlefevre2018-01-101-5/+17
* Copyright notice update: added 2018 withvlefevre2018-01-031-1/+1
* DEBUG_TGENERIC -> MPFR_DEBUG_TGENERICzimmerma2017-12-111-7/+7
* [tests] Avoid duplicate code by defining the MAKE_STR() macro invlefevre2017-09-131-3/+0
* [tests/tgeneric.c] For MPFR_RNDF, replaced EQUAL() by SAME_VAL(),faithfulvlefevre2017-05-291-8/+1
* Merged the latest changes from the trunk.vlefevre2017-01-061-0/+10
* Merged the latest changes from the trunk.vlefevre2017-01-011-1/+1
* [src/round_prec.c] Forbid rnd2 = MPFR_RNDF as it does not make muchvlefevre2016-09-021-1/+2
* Merged the following changesets from the trunk:vlefevre2016-09-021-1/+1
* Removed trailing spaces.vlefevre2016-06-241-1/+1
* more work on branch faithfulzimmerma2016-06-221-10/+4
* RNDF: fixed texp10 and tgenericzimmerma2016-06-021-2/+3
* more work on the faithful branchzimmerma2016-05-301-11/+80
* start implementing RNDF (work in progress)zimmerma2016-05-281-2/+4
* added generic tests for mpfr_log_ui + compare with mpfr_logzimmerma2016-05-241-9/+26
* [tests/tgeneric.c] Check NaN argument, mainly in order to check the NaNvlefevre2016-05-201-10/+27
* fixed the number of special tests for 2-argument functionszimmerma2016-02-171-8/+8
* [tests/tgeneric.c] Fixed a typo in latest commit, and added min/maxvlefevre2016-02-171-4/+31
* now mpfr_gamma_inc(a,x) also works for 'a' a negative integerzimmerma2016-02-171-3/+8
* [tests/{tgeneric.c,tsi_op.c}] Added TODO.vlefevre2016-02-091-0/+3
* Replacedvlefevre2016-02-041-1/+1
* [tests/tgeneric.c] Improved the generic tests in order to trigger thevlefevre2016-01-201-1/+6
* Copyright notice update: added 2016 withvlefevre2016-01-011-1/+1
* [tests/tgeneric.c] Fixed overflow/underflow tests introduced in r9539:vlefevre2015-06-101-82/+70
* [tests/tgeneric.c] Check whether the exponent range has beenvlefevre2015-06-101-4/+13
* [tests/tgeneric.c] Added overflow/underflow tests (→ 4 failed tests).vlefevre2015-06-101-85/+201
* [tests/tgeneric.c] Removed unless parentheses.vlefevre2015-06-051-2/+1
* [tests/tgeneric.c] Special cases with unsigned long argument.vlefevre2015-06-051-9/+9
* [tests/tgeneric.c] Major clean-up, with some minor corrections.vlefevre2015-06-041-87/+120
* [tests] Added always_scale argument (boolean) to tests_default_random()vlefevre2015-05-291-2/+9