index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
msun
/
src
/
e_hypotf.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use fabs[f]() instead of bit fiddling for setting absolute values.
bde
2008-03-30
1
-2
/
+2
*
Use the expression fabs(x+0.0)-fabs(y+0.0) instead of
bde
2008-03-30
1
-1
/
+1
*
Fix a missing mask in a hi+lo decomposition. Thus bug made the extra
bde
2008-03-30
1
-1
/
+1
*
Use the expression fabs(x+0.0)+fabs(y+0.0) instad of a+b (where a is
bde
2008-02-14
1
-4
/
+4
*
Fix formatting, this is hard to explain, so I'll show one example.
alfred
2002-05-28
1
-1
/
+2
*
Assume __STDC__, remove non-__STDC__ code.
alfred
2002-05-28
1
-5
/
+0
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-1
/
+1
*
Use __ieee754_sqrt() instead of sqrt() internally. Similarly for the
bde
1997-03-09
1
-3
/
+3
*
Fixed wrong magic numbers in scaling. hypotf() was very broken for large
bde
1997-03-05
1
-8
/
+8
*
Revert $FreeBSD$ to $Id$
peter
1997-02-22
1
-1
/
+1
*
Make the long-awaited change from $Id$ to $FreeBSD$
jkh
1997-01-14
1
-1
/
+1
*
Remove trailing whitespace.
rgrimes
1995-05-30
1
-3
/
+3
*
J.T. Conklin's latest version of the Sun math library.
jkh
1994-08-19
1
-0
/
+87