summaryrefslogtreecommitdiffstats
path: root/lib/msun/src/e_rem_pio2f.c
Commit message (Expand)AuthorAgeFilesLines
* Simplified setiing up args for __kernel_rem_pio2(). We already have xbde2005-11-231-17/+9
* Quick fix for stack buffer overrun in rev.1.13. Oops. The prec == 1bde2005-11-231-4/+4
* Moved all the optimizations for |x| <= 9pi/2 frombde2005-11-191-55/+0
* Rearranged the the optimizations for special cases to reduce the averagebde2005-11-171-42/+53
* Use a 53-bit approximation to pi/2 instead of a 33+53 bit one for thebde2005-11-061-9/+39
* Use double precision to simplify and optimize arg reduction for smallbde2005-10-291-97/+22
* Start trying to make the float precision trig functions actually worthbde2005-10-291-30/+28
* More fixes for arg reduction near pi/2 on systems with broken assignmentbde2005-10-251-5/+8
* Fixed range reduction near (but not very near) medium-sized multiplesbde2005-10-101-3/+18
* Oops, the last-minute optimization in rev.1.8 wasn't a good idea. Thebde2005-10-091-7/+18
* Fixed syntax error (a missing brace) in previous commit.bde2005-10-081-0/+1
* Fixed range reduction near (but not very near) +-pi/2. A bug causedbde2005-10-081-19/+7
* Assume __STDC__, remove non-__STDC__ code.alfred2002-05-281-17/+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-26/+26
* Submitted by: J.T. Conklin <jtc@wimsey.com>bde1995-04-071-1/+26
* J.T. Conklin's latest version of the Sun math library.jkh1994-08-191-0/+171
OpenPOWER on IntegriCloud