summaryrefslogtreecommitdiff
path: root/fma.c
Commit message (Expand)AuthorAgeFilesLines
* Changed mp_prec_t into mpfr_prec_t.vlefevre2010-04-301-1/+1
* 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_exp_unsigned_t -> mpfr_uexp_t (internal type only).vlefevre2009-06-261-2/+2
* mp_rnd_t -> mpfr_rnd_tvlefevre2009-06-261-1/+1
* fma.c: patch by Patrick PĂ©lissier to improve the performance ofvlefevre2009-05-121-7/+7
* GMP_RNDX -> MPFR_RNDXzimmerma2009-03-031-14/+14
* Update to LGPL v3+, as decided by the main MPFR developers.vlefevre2009-03-031-13/+10
* Copyright notice update: added 2009 withvlefevre2009-01-151-1/+1
* r5689 undone: some casts were incorrect (mp_exp_t may be greater thanvlefevre2008-11-221-3/+2
* fixed some signed/unsigned warnings with g++ (please review)zimmerma2008-11-221-2/+3
* This is now GNU MPFR!vlefevre2008-10-271-4/+4
* fma.c, fms.c: added a comment about apparently incorrect scaling.vlefevre2008-07-311-0/+3
* For the terminating null pointer of the functions mpfr_inits,vlefevre2008-02-151-1/+1
* Copyright notice update: added 2008 withvlefevre2008-01-011-1/+1
* Merged the feature-block branch to the trunk:vlefevre2007-12-181-35/+42
* <stdio.h> and <limits.h> are now included unconditionally in mpfr-impl.hvlefevre2007-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