summaryrefslogtreecommitdiff
path: root/tests/tgeneric.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Update to LGPL v3+, as decided by the main MPFR developers.vlefevre2009-03-031-4/+4
* Copyright notice update: added 2009 withvlefevre2009-01-151-1/+1
* tests.c, tset_ld.c, tgeneric.c: Code clean-up based on icc warnings (as in r5...thevenyp2008-12-121-1/+1
* This is now GNU MPFR!vlefevre2008-10-271-4/+4
* tests/tgeneric.c: changed the way a warning with gcc 4.2+ is avoidedvlefevre2008-08-241-2/+4
* tests/tgeneric.c: for the special cases tested in precision p1vlefevre2008-08-201-17/+22
* Clean-up and various changes to be able to build MPFR with g++.vlefevre2008-06-091-1/+1
* tgeneric.c: avoid a warning with gcc 4.2+ about a test that is alwaysvlefevre2008-03-071-1/+2
* tests/tgeneric.c: added a test that detects suspicious overflows andvlefevre2008-02-201-0/+20
* In tests_default_random, allow emin and emax to be outside of thevlefevre2008-02-071-2/+12
* Copyright notice update: added 2008 withvlefevre2008-01-011-1/+1
* tgeneric.c: in the bug detection with flags set before the functionvlefevre2008-01-011-2/+5
* Merged the feature-block branch to the trunk:vlefevre2007-12-181-0/+4
* GNU coding style, reformatting, exit (-1) -> exit (1).vlefevre2007-09-221-12/+12
* new arithmetic functions with a double argumentthevenyp2007-09-071-11/+32
* tgeneric.c: undefine some macros at the end.vlefevre2007-09-071-0/+4
* Improved generic tests by limiting the exponent range of the randomvlefevre2007-08-311-2/+14