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_powf.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix the hi+lo decomposition for 2/(3ln2). The decomposition needs to
bde
2008-02-14
1
-2
/
+2
*
Use the expression (x+0.0)-(y+0.0) instead of x+y when mixing NaN arg(s).
bde
2008-02-14
1
-5
/
+4
*
Merged from double precision case (e_pow.c 1.10: sign fixes).
bde
2004-06-01
1
-13
/
+14
*
Fixed another precision bug in powf(). This one is in the computation
bde
2004-06-01
1
-1
/
+1
*
Fixed 2 bugs in the computation /* t_h=ax+bp[k] High */.
bde
2004-06-01
1
-1
/
+2
*
e_pow.c:
bde
2002-06-17
1
-1
/
+1
*
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
-9
/
+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
-2
/
+2
*
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
-13
/
+13
*
J.T. Conklin's latest version of the Sun math library.
jkh
1994-08-19
1
-0
/
+253