summaryrefslogtreecommitdiffstats
path: root/lib/msun/src/s_sinf.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-6/+6
* s/rcsid/__FBSDID/das2008-02-221-3/+2
* Exploit skew-symmetry to avoid an operation: -sin(x-A) = sin(A-x). Thisbde2005-11-281-2/+2
* Try to use the "proximity" (~) operator consistently in commentsbde2005-11-281-4/+5
* Use only double precision for "kernel" cosf and sinf (except forbde2005-11-281-19/+7
* Mess up the "kernel" float trig function .c files with ifdefs so thatbde2005-11-211-0/+4
* Moved all the optimizations for |x| <= 9pi/2 frombde2005-11-191-4/+41
* Minor cleanups:bde2005-11-171-7/+6
* Moved the optimization for tiny x from __kernel_{cos,sin}[f](x) tobde2005-10-241-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/+53
OpenPOWER on IntegriCloud