summaryrefslogtreecommitdiff
path: root/fma.c
Commit message (Expand)AuthorAgeFilesLines
* Merged changeset 5290 from the trunk (except tests/tests.c):vlefevre2008-07-191-1/+1
* Copyright notice update: added 2008 withvlefevre2008-01-011-1/+1
* Added mpfrlint script from the trunk and merged the feature-block branchvlefevre2007-12-261-35/+42
* Header inclusion clean-up (merged -r4631:4633 from the trunk).vlefevre2007-07-091-1/+0
* fma.c: minor changes for consistency with the future fms.vlefevre2007-07-011-4/+2
* Completed the implementation of mpfr_fma (except in some corner casesvlefevre2007-07-011-15/+73
* fma.c: implemented the main cases where x * y underflows.vlefevre2007-07-011-2/+22
* fma.c: completed the cases where x*y/4 needs to be used, except the veryvlefevre2007-06-291-34/+38
* fma.c: added an assertion.vlefevre2007-06-291-0/+1
* fma.c: updated a comment.vlefevre2007-06-291-1/+1
* fixed typozimmerma2007-05-231-2/+3
* fma.c: improved comments and simplified the code.vlefevre2007-05-221-24/+21
* fma.c: implemented exponent range expansion and the main part when thevlefevre2007-05-221-6/+101
* Added "Contributed by the Arenaire and Cacao projects, INRIA." to thevlefevre2007-02-071-0/+1
* Copyright notice update: added 2007.vlefevre2007-01-101-1/+1
* Fixed FSF address.vlefevre2006-03-311-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
* Converted tabs to spaces with expand.vlefevre2005-08-181-50/+50
* Change the address of the FSF.pelissip2005-06-021-2/+2
* improved coverage testzimmerma2004-02-121-4/+6
* Add forgotten copyright 2004 line.pelissip2004-02-061-5/+2
* + Better support of non IEEE doubles.pelissip2004-02-061-3/+1
* Fix some bugs (Use MPFR_ASSERT(1) instead of MPFR_ASSERT(0))pelissip2003-11-051-1/+1
* + Remove MPFR_CLEAR_NAN and MPFR_CLEAR_INF. Only use MPFR_CLEAR_FLAGS.pelissip2003-11-041-13/+12
* Use of MPFR_UNLIKELY and MPFR_IS_SINGULAR for fast detection of special value...pelissip2003-10-281-65/+61
* COPYING -> COPYING.LIB and GPL re-added.vlefevre2002-04-151-1/+1
* COPYING.LIB -> COPYING.vlefevre2002-04-051-1/+1
* put back simple algorithm that computes x*y exactly and thenzimmerma2002-03-261-92/+8
* Some changes in the types.vlefevre2002-03-171-3/+3
* changed Nt variable to signedzimmerma2002-03-171-2/+2
* Copyright line changed.vlefevre2002-03-041-1/+1
* Code clean-up (goto suppressed).vlefevre2002-01-181-53/+41
* Cases 0 * 0 + 0.vlefevre2002-01-181-1/+19
* Nt: int -> mp_prec_tvlefevre2002-01-181-5/+5
* <> changed back to "".vlefevre2002-01-181-4/+4
* Change indendation + replace "" -> <> in headerdaney2002-01-181-90/+91
* Particular cases rewritten.vlefevre2002-01-171-58/+59
* Unused variables.vlefevre2001-11-301-2/+2
* fixed detection of exact cases (in particular 0)zimmerma2001-11-301-9/+6
* removed K&R function headerszimmerma2001-11-161-10/+1
* changed Library GPL to Lesser GPLzimmerma2001-11-161-4/+4
* mixed version beetwen DD and Pau => (gestion des flag inexacte dirige)daney2001-10-261-1/+92
* nouvelew version (without loop)zimmerma2001-10-251-62/+13
* new versiondaney2001-10-251-4/+11
* added some cases for Infzimmerma2001-10-161-34/+53
* ajout de fmadaney2001-10-161-0/+141