aboutsummaryrefslogtreecommitdiff
path: root/lib/msun/src/s_cosf.c
Commit message (Expand)AuthorAgeFilesLines
* lib/msun: Cleanup after $FreeBSD$ removalSteve Kargl2024-01-281-1/+0
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* 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-6/+6
* s/rcsid/__FBSDID/David Schultz2008-02-221-3/+2
* Fixed cosf(x) when x is a "negative" NaNs. I broke this in rev.1.10.Bruce Evans2005-11-301-11/+19
* Exploit skew-symmetry to avoid an operation: -sin(x-A) = sin(A-x). ThisBruce Evans2005-11-281-2/+2
* Try to use the "proximity" (~) operator consistently in commentsBruce Evans2005-11-281-4/+5
* Use only double precision for "kernel" cosf and sinf (except forBruce Evans2005-11-281-19/+7
* Mess up the "kernel" float trig function .c files with ifdefs so thatBruce Evans2005-11-211-0/+4
* Moved all the optimizations for |x| <= 9pi/2 fromBruce Evans2005-11-191-2/+33
* Minor cleanups:Bruce Evans2005-11-171-7/+6
* Moved the optimization for tiny x from __kernel_{cos,sin}[f](x) toBruce Evans2005-10-241-3/+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-9/+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/+59