index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
msun
/
src
/
e_rem_pio2f.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use ISO C99 style inline semantics in msun.
ed
2009-06-03
1
-3
/
+3
*
Use __gnu89_inline so that these files will compile with newer versions
das
2009-01-13
1
-1
/
+1
*
Remove some unused variables.
das
2008-08-08
1
-1
/
+0
*
Fix and improve some magic numbers for the "medium size" case.
bde
2008-02-28
1
-3
/
+3
*
Inline __ieee754__rem_pio2f(). On amd64 (A64) and i386 (A64), this
bde
2008-02-25
1
-0
/
+3
*
Use a temporary array instead of the arg array y[] for calling
bde
2008-02-25
1
-4
/
+4
*
Change __ieee754_rem_pio2f() to return double instead of float so that
bde
2008-02-25
1
-11
/
+8
*
Fix some off-by-1 errors.
bde
2008-02-25
1
-2
/
+2
*
Optimize the 9pi/2 < |x| <= 2**19pi/2 case some more by avoiding an
bde
2008-02-23
1
-6
/
+4
*
Avoid using FP-to-integer conversion for !(amd64 || i386) too. Use the
bde
2008-02-22
1
-3
/
+2
*
Optimize the 9pi/2 < |x| <= 2**19pi/2 case on amd64 and i386 by avoiding
bde
2008-02-22
1
-0
/
+9
*
Merge cosmetic changes from e_rem_pio2.c 1.10 (convert to __FBSDID();
bde
2008-02-19
1
-6
/
+4
*
Add more pi for long doubles. Also, avoid storing multiple copies
das
2008-02-17
1
-18
/
+1
*
Simplified setiing up args for __kernel_rem_pio2(). We already have x
bde
2005-11-23
1
-17
/
+9
*
Quick fix for stack buffer overrun in rev.1.13. Oops. The prec == 1
bde
2005-11-23
1
-4
/
+4
*
Moved all the optimizations for |x| <= 9pi/2 from
bde
2005-11-19
1
-55
/
+0
*
Rearranged the the optimizations for special cases to reduce the average
bde
2005-11-17
1
-42
/
+53
*
Use a 53-bit approximation to pi/2 instead of a 33+53 bit one for the
bde
2005-11-06
1
-9
/
+39
*
Use double precision to simplify and optimize arg reduction for small
bde
2005-10-29
1
-97
/
+22
*
Start trying to make the float precision trig functions actually worth
bde
2005-10-29
1
-30
/
+28
*
More fixes for arg reduction near pi/2 on systems with broken assignment
bde
2005-10-25
1
-5
/
+8
*
Fixed range reduction near (but not very near) medium-sized multiples
bde
2005-10-10
1
-3
/
+18
*
Oops, the last-minute optimization in rev.1.8 wasn't a good idea. The
bde
2005-10-09
1
-7
/
+18
*
Fixed syntax error (a missing brace) in previous commit.
bde
2005-10-08
1
-0
/
+1
*
Fixed range reduction near (but not very near) +-pi/2. A bug caused
bde
2005-10-08
1
-19
/
+7
*
Assume __STDC__, remove non-__STDC__ code.
alfred
2002-05-28
1
-17
/
+0
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-1
/
+1
*
Revert $FreeBSD$ to $Id$
peter
1997-02-22
1
-1
/
+1
*
Make the long-awaited change from $Id$ to $FreeBSD$
jkh
1997-01-14
1
-1
/
+1
*
Remove trailing whitespace.
rgrimes
1995-05-30
1
-26
/
+26
*
Submitted by: J.T. Conklin <jtc@wimsey.com>
bde
1995-04-07
1
-1
/
+26
*
J.T. Conklin's latest version of the Sun math library.
jkh
1994-08-19
1
-0
/
+171