summaryrefslogtreecommitdiffstats
path: root/lib/msun/src/s_tanf.c
Commit message (Expand)AuthorAgeFilesLines
* Inline __ieee754__rem_pio2f(). On amd64 (A64) and i386 (A64), thisbde2008-02-251-0/+4
* Change __ieee754_rem_pio2f() to return double instead of float so thatbde2008-02-251-3/+3
* s/rcsid/__FBSDID/das2008-02-221-3/+2
* Changed spelling of the request-to-inline macro name to match the changebde2005-11-281-1/+2
* Use only double precision for "kernel" tanf (except for returning float).bde2005-11-231-8/+2
* Mess up the "kernel" float trig function .c files with ifdefs so thatbde2005-11-211-0/+2
* Restored a cleanup in rev.1.9 tthat was lost in rev.1.10.bde2005-11-201-2/+2
* Moved all the optimizations for |x| <= 9pi/2 frombde2005-11-191-6/+31
* Minor cleanups:bde2005-11-171-10/+9
* Moved the optimization for tiny x from __kernel_tan[f](x) to tan[f](x)bde2005-11-021-1/+5
* Fix formatting, this is hard to explain, so I'll show one example.alfred2002-05-281-1/+2
* Assume __STDC__, remove non-__STDC__ code.alfred2002-05-281-5/+0
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Revert $FreeBSD$ to $Id$peter1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* Remove trailing whitespace.rgrimes1995-05-301-2/+2
* J.T. Conklin's latest version of the Sun math library.jkh1994-08-191-0/+48
OpenPOWER on IntegriCloud