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
/
k_tanf.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Change a few extern inline functions in libm to static inline, since
dim
2012-08-11
1
-3
/
+3
*
Use ISO C99 style inline semantics in msun.
ed
2009-06-03
1
-3
/
+3
*
Use __gnu89_inline so that these files will compile with newer versions
das
2009-01-13
1
-1
/
+1
*
s/rcsid/__FBSDID/
das
2008-02-22
1
-3
/
+2
*
Rearranged the polynomial evaluation some more to reduce dependencies.
bde
2005-11-28
1
-8
/
+20
*
Changed spelling of the request-to-inline macro name to match the change
bde
2005-11-28
1
-3
/
+4
*
Minor cleanups and optimizations:
bde
2005-11-24
1
-11
/
+5
*
Optimized by eliminating the special case for 0.67434 <= |x| < pi/4.
bde
2005-11-24
1
-16
/
+7
*
Use only double precision for "kernel" tanf (except for returning float).
bde
2005-11-23
1
-20
/
+17
*
Mess up the "kernel" float trig function .c files with ifdefs so that
bde
2005-11-21
1
-0
/
+5
*
Use double precision to simplify and optimize a long division.
bde
2005-11-21
1
-15
/
+1
*
Imoproved comments for the minimax polynomial.
bde
2005-11-12
1
-10
/
+11
*
As for __kernel_cosf() and __kernel_sinf(), use a fairly optimal minimax
bde
2005-11-10
1
-17
/
+11
*
Moved the optimization for tiny x from __kernel_tan[f](x) to tan[f](x)
bde
2005-11-02
1
-21
/
+0
*
Removed dead code for handling tan[f]() on odd multiples of pi/2. This
bde
2005-11-02
1
-3
/
+1
*
Fixed some of the silliness related to rev.1.8. In 1.8, "double" in
bde
2005-11-02
1
-1
/
+1
*
Port a bugfix from FDLIBM 5.3. The bug really only applies to tan()
das
2004-06-02
1
-8
/
+24
*
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
*
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
-5
/
+5
*
J.T. Conklin's latest version of the Sun math library.
jkh
1994-08-19
1
-0
/
+101