summaryrefslogtreecommitdiff
path: root/hypot.c
Commit message (Expand)AuthorAgeFilesLines
* 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-4/+4
* 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
* Suppressed MPFR_CLEAR_FLAGS (no longer did anything).vlefevre2009-06-261-1/+0
* GMP_RNDX -> MPFR_RNDXzimmerma2009-03-031-10/+10
* 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-0/+2
* Copyright notice update: added 2009 withvlefevre2009-01-151-1/+1
* hypot.c: updated a comment.vlefevre2008-11-181-1/+3
* hypot.c: simplified an expression; cosmetic changes.vlefevre2008-11-181-5/+6
* hypot.c: Fix underflow problem when diff_exp<=MPFR_EMAX_MAX-2 using fma (prov...thevenyp2008-11-171-5/+2
* This is now GNU MPFR!vlefevre2008-10-271-4/+4
* Further code clean-up (and consistency) based on icc warnings:vlefevre2008-08-071-3/+3
* hypot.c: Fix comment.thevenyp2008-07-311-1/+1
* algorithms.tex: Prove the correctness of the algorithm used for mpfr_hypotthevenyp2008-07-301-43/+32
* Reverted changeset r5355. Better patch to avoid the warningsvlefevre2008-05-201-1/+0
* Avoid warnings "warning: label 'addoneulp_doit' defined but not used"vlefevre2008-05-201-0/+1
* hypot.c: change shift amount for exponents so as to avoid overflow in Ziv loop.thevenyp2008-03-101-5/+5
* hypot.c: added a FIXME comment.vlefevre2008-02-221-0/+1
* hypot.c: fixed overflow flag problem in RNDD/RNDZ modes (testcase wasvlefevre2008-02-201-4/+4
* restore flag overflow dropped by MPFR_SAVE_EXPOthevenyp2008-02-191-13/+17
* hypot.c: it's better to scale by (Ex + Ey) / 2.vlefevre2008-02-181-7/+5
* fixed problem when x and y are very smallzimmerma2008-02-181-4/+10
* hypot.c: set flags when returningthevenyp2008-02-181-3/+6
* Copyright notice update: added 2008 withvlefevre2008-01-011-1/+1
* 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
* Merged the changes from branch vlefevre:vlefevre2005-11-021-5/+19
* Remove mpfr_add_one_ulp from MPFR library.pelissip2005-06-061-1/+1
* Change the address of the FSF.pelissip2005-06-021-2/+2
* hypot(±oo, NaN) now returns +oo, as in ISO C99 (wasn't documented).vlefevre2005-05-171-16/+17
* improved const_euler and eintzimmerma2005-05-041-1/+3
* Fixed the mpfr_hypot bug, and re-enabled the test_large_small test.vlefevre2005-05-031-3/+7
* Replace mpfr_can_round (..., GMP_RNDN, GMP_RNDZ, ...) to fast replacementpelissip2005-03-141-2/+1
* Clean uppelissip2005-02-141-44/+38
* Replace use of mpfr_save_emin_emax () / mpfr_restore_emin_emax()pelissip2004-11-181-7/+6
* Replace __gmpfr_ceil_log2 by MPFR_INT_CEIL_LOG2 when possible.pelissip2004-11-101-2/+2
* improved coverage testzimmerma2004-02-141-8/+12
* + Better support of non IEEE doubles.pelissip2004-02-061-3/+1
* added new tests for agm and hypot (+ fixed bugs)zimmerma2004-01-301-2/+4
* Changed some error messages into assertions.vlefevre2004-01-141-14/+12
* 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-6/+6
* Use of MPFR_UNLIKELY and MPFR_IS_SINGULAR for fast detection of special value...pelissip2003-10-281-21/+19
* replaced mpfr_can_round (approx, err, rnd1, GMP_RNDN, prec)zimmerma2003-10-141-1/+2