summaryrefslogtreecommitdiff
path: root/lib/msun/src/s_tanf.c
Commit message (Expand)AuthorAgeFilesLines
* Inline __ieee754__rem_pio2f(). On amd64 (A64) and i386 (A64), thisBruce Evans2008-02-251-0/+4
* Change __ieee754_rem_pio2f() to return double instead of float so thatBruce Evans2008-02-251-3/+3
* s/rcsid/__FBSDID/David Schultz2008-02-221-3/+2
* Changed spelling of the request-to-inline macro name to match the changeBruce Evans2005-11-281-1/+2
* Use only double precision for "kernel" tanf (except for returning float).Bruce Evans2005-11-231-8/+2
* Mess up the "kernel" float trig function .c files with ifdefs so thatBruce Evans2005-11-211-0/+2
* Restored a cleanup in rev.1.9 tthat was lost in rev.1.10.Bruce Evans2005-11-201-2/+2
* Moved all the optimizations for |x| <= 9pi/2 fromBruce Evans2005-11-191-6/+31
* Minor cleanups:Bruce Evans2005-11-171-10/+9
* Moved the optimization for tiny x from __kernel_tan[f](x) to tan[f](x)Bruce Evans2005-11-021-1/+5
* 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
* 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-2/+2
* J.T. Conklin's latest version of the Sun math library.Jordan K. Hubbard1994-08-191-0/+48