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_pio2.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add __always_inline to __ieee754_rem_pio2() and __ieee754_rem_pio2f(),
dim
2012-08-11
1
-1
/
+1
*
Change a few extern inline functions in libm to static inline, since
dim
2012-08-11
1
-3
/
+3
*
In the libm access macros for the double type, z can sometimes
kargl
2011-06-19
1
-2
/
+1
*
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
-1
/
+1
*
Use a temporary array instead of the arg array y[] for calling
bde
2008-02-25
1
-4
/
+4
*
Fix some off-by-1 errors.
bde
2008-02-25
1
-1
/
+1
*
Optimize the 9pi/2 < |x| <= 2**19pi/2 case some more by avoiding an
bde
2008-02-23
1
-5
/
+4
*
Avoid using FP-to-integer conversion for !(amd64 || i386) too. Use the
bde
2008-02-22
1
-3
/
+2
*
Remove the "quick check no cancellation" optimization for
bde
2008-02-22
1
-12
/
+1
*
Optimize the 9pi/2 < |x| <= 2**19pi/2 case on amd64 and i386 by avoiding
bde
2008-02-22
1
-0
/
+9
*
Optimize for 3pi/4 <= |x| <= 9pi/4 in much the same way as for
bde
2008-02-19
1
-18
/
+56
*
Inline __ieee754__rem_pio2(). With gcc4-2, this gives an average
bde
2008-02-18
1
-4
/
+7
*
Add more pi for long doubles. Also, avoid storing multiple copies
das
2008-02-17
1
-18
/
+1
*
Reduce diffs against vendor source (Sun fdlibm 5.3).
das
2005-02-04
1
-25
/
+27
*
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
/
+158