summaryrefslogtreecommitdiffstats
path: root/winsup/mingw/mingwex/math/sinhl.c
diff options
context:
space:
mode:
Diffstat (limited to 'winsup/mingw/mingwex/math/sinhl.c')
-rw-r--r--winsup/mingw/mingwex/math/sinhl.c22
1 files changed, 11 insertions, 11 deletions
diff --git a/winsup/mingw/mingwex/math/sinhl.c b/winsup/mingw/mingwex/math/sinhl.c
index ca6a370b9..18ac5daea 100644
--- a/winsup/mingw/mingwex/math/sinhl.c
+++ b/winsup/mingw/mingwex/math/sinhl.c
@@ -69,18 +69,18 @@ static long double Q[] = {
#endif
#ifdef IBMPC
-static const unsigned short P[] = {
-0xec6a,0xd942,0xfbb3,0xeb8f,0x3feb, XPD
-0x365e,0xb30a,0xe437,0xda86,0x3ff3, XPD
-0x8890,0x01f6,0x2612,0xfde6,0x3ff9, XPD
-0x0000,0x0000,0x0000,0x8000,0x3fff, XPD
+static const uLD P[] = {
+{ { 0xec6a,0xd942,0xfbb3,0xeb8f,0x3feb, XPD } },
+{ { 0x365e,0xb30a,0xe437,0xda86,0x3ff3, XPD } },
+{ { 0x8890,0x01f6,0x2612,0xfde6,0x3ff9, XPD } },
+{ { 0x0000,0x0000,0x0000,0x8000,0x3fff, XPD } }
};
-static const unsigned short Q[] = {
-0x4edd,0x4c21,0xad09,0x95ed,0x3fe5, XPD
-0x4376,0x9b70,0xd605,0xc65c,0xbfed, XPD
-0xc8ad,0x5d21,0x3069,0x8aed,0x3ff5, XPD
-0x9c32,0x6374,0x2d4b,0xe98d,0xbffb, XPD
-0x0000,0x0000,0x0000,0xc000,0x4001, XPD
+static const uLD Q[] = {
+{ { 0x4edd,0x4c21,0xad09,0x95ed,0x3fe5, XPD } },
+{ { 0x4376,0x9b70,0xd605,0xc65c,0xbfed, XPD } },
+{ { 0xc8ad,0x5d21,0x3069,0x8aed,0x3ff5, XPD } },
+{ { 0x9c32,0x6374,0x2d4b,0xe98d,0xbffb, XPD } },
+{ { 0x0000,0x0000,0x0000,0xc000,0x4001, XPD } }
};
#endif