[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Commits] r17659 - in /fsf/trunk/ports: ./ sysdeps/alpha/fpu/ sysdeps/m68k/m680x0/fpu/
- To: commits@xxxxxxxxxx
- Subject: [Commits] r17659 - in /fsf/trunk/ports: ./ sysdeps/alpha/fpu/ sysdeps/m68k/m680x0/fpu/
- From: eglibc@xxxxxxxxxx
- Date: Tue, 20 Mar 2012 00:02:11 -0000
Author: eglibc
Date: Tue Mar 20 00:02:11 2012
New Revision: 17659
Log:
Import glibc-ports-mainline for 2012-03-20
Added:
fsf/trunk/ports/sysdeps/alpha/fpu/math_private.h
Modified:
fsf/trunk/ports/ChangeLog.alpha
fsf/trunk/ports/ChangeLog.m68k
fsf/trunk/ports/sysdeps/m68k/m680x0/fpu/libm-test-ulps
Modified: fsf/trunk/ports/ChangeLog.alpha
==============================================================================
--- fsf/trunk/ports/ChangeLog.alpha (original)
+++ fsf/trunk/ports/ChangeLog.alpha Tue Mar 20 00:02:11 2012
@@ -1,3 +1,7 @@
+2012-03-19 Richard Henderson <rth@xxxxxxxxxxx>
+
+ * sysdeps/alpha/fpu/math_private.h: New file.
+
2012-03-11 Richard Henderson <rth@xxxxxxxxxxx>
* sysdeps/unix/sysv/linux/alpha/bits/socket.h: Remove file.
Modified: fsf/trunk/ports/ChangeLog.m68k
==============================================================================
--- fsf/trunk/ports/ChangeLog.m68k (original)
+++ fsf/trunk/ports/ChangeLog.m68k Tue Mar 20 00:02:11 2012
@@ -1,3 +1,7 @@
+2012-03-20 Andreas Schwab <schwab@xxxxxxxxxxxxxx>
+
+ * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Update.
+
2012-03-15 Andreas Schwab <schwab@xxxxxxxxxxxxxx>
* sysdeps/m68k/m680x0/fpu/libm-test-ulps: Update.
Added: fsf/trunk/ports/sysdeps/alpha/fpu/math_private.h
==============================================================================
--- fsf/trunk/ports/sysdeps/alpha/fpu/math_private.h (added)
+++ fsf/trunk/ports/sysdeps/alpha/fpu/math_private.h Tue Mar 20 00:02:11 2012
@@ -1,0 +1,21 @@
+#ifndef ALPHA_MATH_PRIVATE_H
+#define ALPHA_MATH_PRIVATE_H 1
+
+/* In bits/mathinline.h we define __isnan et al.
+ In sysdeps/alpha/fpu/s_isnan.c we move the identifier out of the way
+ via macro hackery. In both cases, tell math/math_private.h that
+ we have a local copy of the function. */
+
+#ifndef __isnan
+# define __isnan __isnan
+#endif
+#ifndef __isnanf
+# define __isnanf __isnanf
+#endif
+#ifndef __isnanl
+# define __isnanl __isnanl
+#endif
+
+#include_next <math_private.h>
+
+#endif /* ALPHA_MATH_PRIVATE_H */
Modified: fsf/trunk/ports/sysdeps/m68k/m680x0/fpu/libm-test-ulps
==============================================================================
--- fsf/trunk/ports/sysdeps/m68k/m680x0/fpu/libm-test-ulps (original)
+++ fsf/trunk/ports/sysdeps/m68k/m680x0/fpu/libm-test-ulps Tue Mar 20 00:02:11 2012
@@ -463,6 +463,12 @@
Test "Imaginary part of: clog (0.75 + 1.25 i) == 0.376885901188190075998919126749298416 + 1.03037682652431246378774332703115153 i":
ildouble: 1
ldouble: 1
+Test "Real part of: clog (0x1.fp+16383 + 0x1p+16383 i) == 11356.60974243783798653123798337822335902 + 0.4764674194737066993385333770295162295856 i":
+ildouble: 1
+ldouble: 1
+Test "Imaginary part of: clog (0x1.fp+16383 + 0x1p+16383 i) == 11356.60974243783798653123798337822335902 + 0.4764674194737066993385333770295162295856 i":
+ildouble: 1
+ldouble: 1
# clog10
Test "Imaginary part of: clog10 (-0 + inf i) == inf + pi/2*log10(e) i":
@@ -513,6 +519,9 @@
idouble: 1
ildouble: 2
ldouble: 2
+Test "Imaginary part of: clog10 (0x1p-16440 + 0x1p-16441 i) == -4948.884673709346821106688037612752099609 + 0.2013595981366865710389502301937289472543 i":
+ildouble: 1
+ldouble: 1
Test "Imaginary part of: clog10 (3 + inf i) == inf + pi/2*log10(e) i":
float: 1
ifloat: 1
@@ -988,6 +997,9 @@
ifloat: 1
# j0
+Test "j0 (-0x1.001000001p+593) == -3.927269966354206207832593635798954916263e-90":
+ildouble: 2
+ldouble: 2
Test "j0 (-4.0) == -3.9714980986384737228659076845169804197562E-1":
float: 1
ifloat: 1
@@ -996,6 +1008,9 @@
Test "j0 (0.75) == 0.864242275166648623555731103820923211":
float: 1
ifloat: 1
+Test "j0 (0x1.d7ce3ap+107) == 2.775523647291230802651040996274861694514e-17":
+float: 2
+ifloat: 2
Test "j0 (1.5) == 0.511827671735918128749051744283411720":
float: 1
ifloat: 1
@@ -1015,6 +1030,11 @@
Test "j1 (-1.0) == -0.440050585744933515959682203718914913":
float: 1
ifloat: 1
+Test "j1 (0x1.3ffp+74) == 1.818984347516051243459364437186082741567e-12":
+float: 1
+ifloat: 1
+ildouble: 1
+ldouble: 1
Test "j1 (1.0) == 0.440050585744933515959682203718914913":
float: 1
ifloat: 1
@@ -1110,6 +1130,11 @@
Test "jn (10, 2.0) == 0.251538628271673670963516093751820639e-6":
float: 2
ifloat: 2
+ildouble: 1
+ldouble: 1
+Test "jn (2, 0x1.ffff62p+99) == -4.43860668048170034334926693188979974489e-16":
+float: 1
+ifloat: 1
ildouble: 1
ldouble: 1
Test "jn (2, 2.4048255576957729) == 0.43175480701968038399746111312430703":
@@ -1643,6 +1668,11 @@
ifloat: 1
ildouble: 2
ldouble: 2
+Test "y0 (0x1.3ffp+74) == 1.818984347516051243459467456433028748678e-12":
+float: 1
+ifloat: 1
+ildouble: 1
+ldouble: 1
Test "y0 (1.0) == 0.0882569642156769579829267660235151628":
ildouble: 1
ldouble: 1
@@ -1667,6 +1697,16 @@
# y1
Test "y1 (0.125) == -5.19993611253477499595928744876579921":
+ildouble: 1
+ldouble: 1
+Test "y1 (0x1.001000001p+593) == 3.927269966354206207832593635798954916263e-90":
+ildouble: 2
+ldouble: 2
+Test "y1 (0x1.27e204p+99) == -8.881610148467797208469612080785210013461e-16":
+double: 1
+float: 2
+idouble: 1
+ifloat: 2
ildouble: 1
ldouble: 1
Test "y1 (1.0) == -0.781212821300288716547150000047964821":
@@ -2098,9 +2138,9 @@
Function: "j0":
double: 1
-float: 1
-idouble: 1
-ifloat: 1
+float: 2
+idouble: 1
+ifloat: 2
ildouble: 2
ldouble: 2
@@ -2283,8 +2323,8 @@
float: 2
idouble: 1
ifloat: 2
-ildouble: 1
-ldouble: 1
+ildouble: 2
+ldouble: 2
Function: "yn":
double: 1
_______________________________________________
Commits mailing list
Commits@xxxxxxxxxx
http://eglibc.org/cgi-bin/mailman/listinfo/commits