summaryrefslogtreecommitdiffstats
path: root/lib/msun/src/e_rem_pio2f.c
Commit message (Expand)AuthorAgeFilesLines
* Add __always_inline to __ieee754_rem_pio2() and __ieee754_rem_pio2f(),dim2012-08-111-1/+1
* Change a few extern inline functions in libm to static inline, sincedim2012-08-111-4/+4
* Use ISO C99 style inline semantics in msun.ed2009-06-031-3/+3
* Use __gnu89_inline so that these files will compile with newer versionsdas2009-01-131-1/+1
* Remove some unused variables.das2008-08-081-1/+0
* Fix and improve some magic numbers for the "medium size" case.bde2008-02-281-3/+3
* Inline __ieee754__rem_pio2f(). On amd64 (A64) and i386 (A64), thisbde2008-02-251-0/+3
* Use a temporary array instead of the arg array y[] for callingbde2008-02-251-4/+4
* Change __ieee754_rem_pio2f() to return double instead of float so thatbde2008-02-251-11/+8
* Fix some off-by-1 errors.bde2008-02-251-2/+2
* Optimize the 9pi/2 < |x| <= 2**19pi/2 case some more by avoiding anbde2008-02-231-6/+4
* Avoid using FP-to-integer conversion for !(amd64 || i386) too. Use thebde2008-02-221-3/+2
* Optimize the 9pi/2 < |x| <= 2**19pi/2 case on amd64 and i386 by avoidingbde2008-02-221-0/+9
* Merge cosmetic changes from e_rem_pio2.c 1.10 (convert to __FBSDID();bde2008-02-191-6/+4
* Add more pi for long doubles. Also, avoid storing multiple copiesdas2008-02-171-18/+1
* 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