aboutsummaryrefslogtreecommitdiff
path: root/lib/msun/src/e_rem_pio2.c
Commit message (Expand)AuthorAgeFilesLines
* Centralize the complications for special efficient rounding to integers.Bruce Evans2018-07-201-7/+1
* Add __always_inline to __ieee754_rem_pio2() and __ieee754_rem_pio2f(),Dimitry Andric2012-08-111-1/+1
* Change a few extern inline functions in libm to static inline, sinceDimitry Andric2012-08-111-3/+3
* In the libm access macros for the double type, z can sometimesSteve Kargl2011-06-191-2/+1
* Use ISO C99 style inline semantics in msun.Ed Schouten2009-06-031-3/+3
* Use __gnu89_inline so that these files will compile with newer versionsDavid Schultz2009-01-131-1/+1
* Remove some unused variables.David Schultz2008-08-081-1/+0
* Fix and improve some magic numbers for the "medium size" case.Bruce Evans2008-02-281-1/+1
* Use a temporary array instead of the arg array y[] for callingBruce Evans2008-02-251-4/+4
* Fix some off-by-1 errors.Bruce Evans2008-02-251-1/+1
* Optimize the 9pi/2 < |x| <= 2**19pi/2 case some more by avoiding anBruce Evans2008-02-231-5/+4
* Avoid using FP-to-integer conversion for !(amd64 || i386) too. Use theBruce Evans2008-02-221-3/+2
* Remove the "quick check no cancellation" optimization forBruce Evans2008-02-221-12/+1
* Optimize the 9pi/2 < |x| <= 2**19pi/2 case on amd64 and i386 by avoidingBruce Evans2008-02-221-0/+9
* Optimize for 3pi/4 <= |x| <= 9pi/4 in much the same way as forBruce Evans2008-02-191-18/+56
* Inline __ieee754__rem_pio2(). With gcc4-2, this gives an averageBruce Evans2008-02-181-4/+7
* Add more pi for long doubles. Also, avoid storing multiple copiesDavid Schultz2008-02-171-18/+1
* Reduce diffs against vendor source (Sun fdlibm 5.3).David Schultz2005-02-041-25/+27
* Assume __STDC__, remove non-__STDC__ code.Alfred Perlstein2002-05-281-17/+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-26/+26
* Submitted by: J.T. Conklin <jtc@wimsey.com>Bruce Evans1995-04-071-1/+26
* J.T. Conklin's latest version of the Sun math library.Jordan K. Hubbard1994-08-191-0/+158