summaryrefslogtreecommitdiff
path: root/tests/tadd.c
Commit message (Expand)AuthorAgeFilesLines
* Merged the latest changes from the trunk.vlefevre2017-01-011-1/+1
* Merged r10657 from the trunk, resolving the conflict (same code asvlefevre2016-07-221-42/+50
* [tests] Define the RND_RAND_NO_RNDF and RND_LOOP_NO_RNDF macros, similarvlefevre2016-07-221-12/+4
* Merged r10573 through r10597 from the trunk (no conflicts).vlefevre2016-07-221-20/+59
|\
| * [tests/tadd.c] C++ compatibility.vlefevre2016-07-061-2/+2
| * [tests/tadd.c] revert mpfr_add to test_addzimmerma2016-07-061-2/+2
| * [tests/tadd.c] last commit was wrongzimmerma2016-07-061-11/+20
| * improved check_overflow()zimmerma2016-07-061-17/+47
* | Merged r10556 through r10564 from the trunk (no conflicts).vlefevre2016-07-221-0/+2
|\ \ | |/
| * [tests/tadd.c] Added FIXME comment: there are many tests, but thevlefevre2016-07-051-0/+2
* | added more tests for RNDFzimmerma2016-06-241-0/+74
* | replaced mpfr_cmp by !mpfr_equal_pzimmerma2016-06-241-2/+2
* | added exhaustive tests for add,sub,mul,div,sqrtzimmerma2016-06-241-0/+55
* | start implementing RNDF (work in progress)zimmerma2016-05-281-6/+22
|/
* Replaced various instances of mpfr_print_binary + newline (sometimesvlefevre2016-04-071-20/+20
* changed test_generic() calls to start from MPFR_PREC_MIN instead of 2;zimmerma2016-02-051-1/+1
* prepare for MPFR_PREC_MIN=1zimmerma2016-02-041-2/+4
* Replacedvlefevre2016-02-041-1/+1
* Copyright notice update: added 2016 withvlefevre2016-01-011-1/+1
* Copyright notice update: added 2015 withvlefevre2015-02-131-1/+1
* More code clean-up (for both consistency and readability):vlefevre2014-06-251-8/+4
* [tests/tadd.c] Added check_extreme test (huge + tiny).vlefevre2014-01-231-0/+37
* Use of the numberof macro.vlefevre2014-01-231-2/+2
* more progress for the mini-gmp interfacezimmerma2014-01-171-2/+2
* 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
* [tests] Removed #include of headers already included via "mpfr-test.h"vlefevre2012-02-241-2/+0
* Changed Arenaire to AriC with:vlefevre2012-01-101-1/+1
* Copyright notice update: added 2012 withvlefevre2012-01-101-1/+1
* Copyright notice update: added 2011 withvlefevre2011-01-171-1/+1
* 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-5/+5
* Copyright notice update: added 2010 withvlefevre2010-01-201-1/+1
* Replaced GMP_LIMB_BITS by GMP_NUMB_BITS to use only one of these macros.vlefevre2010-01-081-5/+5
* BITS_PER_MP_LIMB -> GMP_LIMB_BITSzimmerma2010-01-081-5/+5
* [tadd.c, tmul.c] got rid of workaround for old gcc bug. Comment was:zimmerma2009-11-261-17/+9
* Renamed COPYING.LIB as COPYING.LESSER (GNU Coding Standards, #7.3)vlefevre2009-07-301-1/+1
* mp_rnd_t -> mpfr_rnd_tvlefevre2009-06-261-8/+8
* Suppressed MPFR_CLEAR_FLAGS (no longer did anything).vlefevre2009-06-261-1/+0
* Move mpfr_random2 to tests directory, remove it from API.thevenyp2009-03-241-1/+1
* tests/tadd.c: changed GMP_RND* (from r6071) into MPFR_RND*; this shouldvlefevre2009-03-161-5/+5
* tests/tadd.c: completed the code coverage (case bk == 0 in add1.c).vlefevre2009-03-051-0/+37
* GMP_RNDX -> MPFR_RNDXzimmerma2009-03-031-176/+176
* 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
* This is now GNU MPFR!vlefevre2008-10-271-4/+4
* Remove obsolete mpfr_random function and replace it by mpfr_urandomb in tests.thevenyp2008-09-181-2/+2