summaryrefslogtreecommitdiff
path: root/tests/tgeneric.c
Commit message (Expand)AuthorAgeFilesLines
* [tests/tgeneric.c] Improvement: When the result is exact, it can alwaysvlefevre2016-07-271-1/+1
* 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
* Copyright notice update: added 2015 withvlefevre2015-02-131-1/+1
* Code clean-up:vlefevre2014-06-251-1/+1
* Updated URL's.vlefevre2014-06-221-1/+1
* Removed MPFR_CHECK_MAX as it is now useless: all "max" tests succeed.vlefevre2014-02-051-2/+0
* [tests/tgeneric.c] Fixed bug found by PZ: code introduced in r4538 tovlefevre2014-01-171-1/+1
* Copyright notice update: added 2014 withvlefevre2014-01-031-1/+1
* Use copyright year ranges, followingvlefevre2013-05-301-1/+1
* Copyright notice update: added 2013 withvlefevre2013-01-031-1/+1
* Compatibility with GMP 5.1.0 when gmp-impl.h is included (thanks to Rob:vlefevre2012-12-201-2/+2
* Changed Arenaire to AriC with:vlefevre2012-01-101-1/+1
* Copyright notice update: added 2012 withvlefevre2012-01-101-1/+1
* Renamed "division-by-zero" to "divide-by-zero" (term used by thevlefevre2011-09-241-4/+4
* [tests/tgeneric.c] Added debug information.vlefevre2011-03-211-0/+6
* [tests/tgeneric.c] In failure messages, output the name of thevlefevre2011-03-151-6/+13
* [tests/tgeneric.c] Added feature for MPFR_SUSPICIOUS_OVERFLOW to avoidvlefevre2011-03-091-1/+8
* [tests/tgeneric.c] Added generic tests in a reduced exponent range.vlefevre2011-02-171-10/+89
* [tests/tgeneric.c] Reformat.vlefevre2011-02-171-4/+4
* Copyright notice update: added 2011 withvlefevre2011-01-171-1/+1
* [tests/tgeneric.c] Fixed code introduced in r7346, again.vlefevre2011-01-141-2/+2
* [tests/tgeneric.c] Fixed code introduced in r7346.vlefevre2011-01-141-4/+4
* [tests/tgeneric.c] Added comments.vlefevre2011-01-141-0/+2
* [tests/tgeneric.c] Check the division-by-zero flag.vlefevre2011-01-141-2/+22
* Support implementations where the floating-point division by 0 fails.vlefevre2010-08-041-0/+3
* Replacedvlefevre2010-07-301-1/+1
* New exponent type mpfr_exp_t for MPFR (replacing GMP's mp_exp_t).vlefevre2010-05-071-1/+1
* Changed mp_prec_t into mpfr_prec_t.vlefevre2010-04-301-2/+2
* Copyright notice update: added 2010 withvlefevre2010-01-201-1/+1
* [tgeneric.c] revert previous change, bug is elsewherezimmerma2009-08-261-2/+1
* [tgeneric.c] temporary fix in mpfr_can_round call (mpfr_can_round does notzimmerma2009-08-261-1/+2
* Renamed COPYING.LIB as COPYING.LESSER (GNU Coding Standards, #7.3)vlefevre2009-07-301-1/+1
* mp_rnd_t -> mpfr_rnd_tvlefevre2009-06-261-1/+1
* tests/tgeneric.c: for the second computation, increase the precisionvlefevre2009-05-201-0/+7
* GMP_RNDX -> MPFR_RNDXzimmerma2009-03-031-13/+13