summaryrefslogtreecommitdiff
path: root/tests/tfma.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* tfma.c: added more overflow tests (needed to distinguish the casesvlefevre2007-06-291-1/+1
* tfma.c: added tests (-> assertion failed because mpfr_fma implementationvlefevre2007-06-291-8/+78
* tfma.c: added an overflow test (currently fails).vlefevre2007-05-211-0/+31
* tfma.c: whitespace change.vlefevre2007-05-211-1/+1
* tfma.c: added tests on special and exact values.vlefevre2007-05-211-0/+58
* Added "Contributed by the Arenaire and Cacao projects, INRIA." to thevlefevre2007-02-071-1/+1
* Copyright notice update: added 2007.vlefevre2007-01-101-1/+1
* Fixed FSF address.vlefevre2006-03-311-1/+1
* Added ', Inc.' when missing after 'Free Software Foundation'.vlefevre2006-01-051-1/+1
* Updated the copyright notices according to the new GNU rules on:vlefevre2006-01-051-1/+1
* Removed trailing spaces (better for future patches, as such spacesvlefevre2005-08-181-1/+1
* Change the address of the FSF.pelissip2005-06-021-2/+2
* Updated copyright lines.vlefevre2005-01-281-1/+1
* casts to allow compilation with g++zimmerma2005-01-271-1/+1
* improved coverage testzimmerma2004-02-121-114/+101
* + Better support of non IEEE doubles.pelissip2004-02-061-1/+1
* Continue to port tests so that they don't use double.pelissip2004-01-141-4/+6
* + Optimize a few div.cpelissip2003-12-151-8/+3
* + Add new internal function: mpfr_check.pelissip2003-11-211-3/+3
* Updated documentation. In particular, mpfr_set_str_raw renamedvlefevre2003-10-021-2/+2
* Changed the remaining stderr to stdout.vlefevre2003-09-251-51/+51
* Replaced misc random functions by GMP ones.vlefevre2003-06-121-5/+5
* Patch by Torbjorn: use puts not putchar, to avoid GNUPro compiler bug.ryde2003-06-091-3/+3
* Patch by Kevin Ryde for memory leak checking + misc declaration fixes.vlefevre2002-05-271-0/+4
* Copyright line updated.vlefevre2002-05-141-1/+1
* COPYING -> COPYING.LIB and GPL re-added.vlefevre2002-04-151-1/+1
* mpfr_get_d -> mpfr_get_d1 and mpfr_get_d2 -> mpfr_get_d.vlefevre2002-04-071-2/+2
* COPYING.LIB -> COPYING.vlefevre2002-04-051-1/+1
* - use mpfr_test_init to initialize harware floatszimmerma2002-03-261-0/+20