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
/
s_cbrtf.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
s/rcsid/__FBSDID/
das
2008-02-22
1
-3
/
+2
*
Merge the relevant part of rev.1.14 of s_cbrt.c (a micro-optimization
bde
2007-05-29
1
-3
/
+3
*
Oops, on amd64 (and probably on all non-i386 systems), the previous
bde
2006-01-05
1
-6
/
+11
*
Use double precision internally to optimize cbrtf(), and change the
bde
2006-01-05
1
-28
/
+13
*
Use a minimax polynomial approximation instead of a Pade rational
bde
2005-12-19
1
-11
/
+9
*
Fixed code to match comments and the algorithm:
bde
2005-12-18
1
-9
/
+16
*
Optimize by not doing excessive conversions for handling the sign bit.
bde
2005-12-13
1
-8
/
+4
*
Fixed some especially horrible style bugs (indentation that is neither
bde
2005-12-13
1
-6
/
+7
*
Added comments about the magic behind
bde
2005-12-11
1
-4
/
+3
*
Fixed the unexpectedly large maximum error after the previous commit.
bde
2005-12-11
1
-2
/
+2
*
Fixed all 502518670 errors of more than 1 ulp for cbrtf() on amd64.
bde
2005-12-11
1
-1
/
+13
*
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
-13
/
+0
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-1
/
+1
*
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
-8
/
+8
*
J.T. Conklin's latest version of the Sun math library.
jkh
1994-08-19
1
-0
/
+83