summaryrefslogtreecommitdiff
path: root/tests/tfma.c
Commit message (Expand)AuthorAgeFilesLines
* Replacedvlefevre2016-02-041-1/+1
* Copyright notice update: added 2016 withvlefevre2016-01-011-1/+1
* [tests/tfma.c] Improved the new underflow tests (test_underflow3) tovlefevre2015-06-121-39/+42
* [tests/tfma.c] Improved the new underflow tests (test_underflow3) tovlefevre2015-06-121-37/+41
* [tests/tfma.c] Corrected the new underflow tests to really generatevlefevre2015-06-121-8/+8
* [tests/tfma.c] The code removed in r9560 was actually necessary,vlefevre2015-06-121-0/+5
* [tests/tfma.c] Added other underflow tests.vlefevre2015-06-111-0/+64
* [tests/tfma.c] Some improvements.vlefevre2015-06-111-10/+8
* [tests/tfma.c] GNU coding style.vlefevre2015-06-111-68/+68
* [tests/tfma.c] Removed code that isn't necessary.vlefevre2015-06-111-3/+0
* Copyright notice update: added 2015 withvlefevre2015-02-131-1/+1
* Use MPFR_IS_NEG and MPFR_IS_POS instead of comparing the sign with 0.vlefevre2014-06-251-1/+1
* Use of the numberof macro.vlefevre2014-01-231-1/+1
* added more detail in case of errorzimmerma2014-01-211-3/+5
* fixed issue when x=0 and y=Inf (or converse)zimmerma2014-01-181-3/+3
* missing \n in error messageszimmerma2014-01-171-10/+10
* 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
* [src] New mpfr_flags_t type, defined as an unsigned int. For thevlefevre2012-03-261-1/+2
* [tests] Removed #include of headers already included via "mpfr-test.h"vlefevre2012-02-241-3/+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
* [sub1.c] previous fix was not incorrect (but strangely our tests cases didzimmerma2010-10-181-0/+90
* avoid several compiler warnings with g++zimmerma2010-10-101-1/+1
* Replacedvlefevre2010-07-301-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
* Renamed COPYING.LIB as COPYING.LESSER (GNU Coding Standards, #7.3)vlefevre2009-07-301-1/+1
* mp_rnd_t -> mpfr_rnd_tvlefevre2009-06-261-19/+19
* GMP_RNDX -> MPFR_RNDXzimmerma2009-03-031-64/+64
* Update to LGPL v3+, as decided by the main MPFR developers.vlefevre2009-03-031-4/+4
* added round to away (still experimental)zimmerma2009-02-261-5/+3
* 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-23/+23
* Clean-up and various changes to be able to build MPFR with g++.vlefevre2008-06-091-20/+24
* actually trigger overflow on all architecturesthevenyp2008-02-201-0/+4
* For the terminating null pointer of the functions mpfr_inits,vlefevre2008-02-151-10/+10
* Copyright notice update: added 2008 withvlefevre2008-01-011-1/+1
* tfma.c: added a space.vlefevre2007-07-011-1/+1
* tfma.c: typo.vlefevre2007-07-011-2/+2
* Reformat.vlefevre2007-07-011-10/+10
* Completed the implementation of mpfr_fma (except in some corner casesvlefevre2007-07-011-9/+67
* tfma.c: added overflow test to test_underflow.vlefevre2007-07-011-10/+13
* fma.c: implemented the main cases where x * y underflows.vlefevre2007-07-011-0/+84
* tfma.c: fixed a printf.vlefevre2007-06-291-1/+1
* tfma.c: fixed overflow tests.vlefevre2007-06-291-3/+3
* tfma.c: check NaN in test_overflow2.vlefevre2007-06-291-1/+13