summaryrefslogtreecommitdiff
path: root/lib/msun/src/e_hypotf.c
Commit message (Expand)AuthorAgeFilesLines
* The fdlibm hypot() implementations shouldn't potentially left-shiftDimitry Andric2019-11-261-1/+1
* Add a macro nan_mix() and use it to get NaN results that are (bitwise)Bruce Evans2018-07-171-1/+1
* Remove some unnecessary initializations.David Schultz2011-10-151-1/+1
* Use fabs[f]() instead of bit fiddling for setting absolute values.Bruce Evans2008-03-301-2/+2
* Use the expression fabs(x+0.0)-fabs(y+0.0) instead ofBruce Evans2008-03-301-1/+1
* Fix a missing mask in a hi+lo decomposition. Thus bug made the extraBruce Evans2008-03-301-1/+1
* Use the expression fabs(x+0.0)+fabs(y+0.0) instad of a+b (where a isBruce Evans2008-02-141-4/+4
* Fix formatting, this is hard to explain, so I'll show one example.Alfred Perlstein2002-05-281-1/+2
* Assume __STDC__, remove non-__STDC__ code.Alfred Perlstein2002-05-281-5/+0
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Use __ieee754_sqrt() instead of sqrt() internally. Similarly for theBruce Evans1997-03-091-3/+3
* Fixed wrong magic numbers in scaling. hypotf() was very broken for largeBruce Evans1997-03-051-8/+8
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-3/+3
* J.T. Conklin's latest version of the Sun math library.Jordan K. Hubbard1994-08-191-0/+87