summaryrefslogtreecommitdiffstats
path: root/lib/msun/src/e_rem_pio2.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-3/+3
* In the libm access macros for the double type, z can sometimeskargl2011-06-191-2/+1
* 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-1/+1
* Use a temporary array instead of the arg array y[] for callingbde2008-02-251-4/+4
* Fix some off-by-1 errors.bde2008-02-251-1/+1
* Optimize the 9pi/2 < |x| <= 2**19pi/2 case some more by avoiding anbde2008-02-231-5/+4
* Avoid using FP-to-integer conversion for !(amd64 || i386) too. Use thebde2008-02-221-3/+2
* Remove the "quick check no cancellation" optimization forbde2008-02-221-12/+1
* Optimize the 9pi/2 < |x| <= 2**19pi/2 case on amd64 and i386 by avoidingbde2008-02-221-0/+9
* Optimize for 3pi/4 <= |x| <= 9pi/4 in much the same way as forbde2008-02-191-18/+56
* Inline __ieee754__rem_pio2(). With gcc4-2, this gives an averagebde2008-02-181-4/+7
* Add more pi for long doubles. Also, avoid storing multiple copiesdas2008-02-171-18/+1
* Reduce diffs against vendor source (Sun fdlibm 5.3).das2005-02-041-25/+27
* 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/+158
OpenPOWER on IntegriCloud