diff options
author | Ulrich Drepper <drepper@redhat.com> | 2001-03-12 07:57:09 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2001-03-12 07:57:09 +0000 |
commit | 50944bca4bfeefc5de2ec205ad549eb669ed1008 (patch) | |
tree | 8b9a7141aef238c00893d27a39d3a34247374a82 /sysdeps/ieee754/dbl-64/upow.tbl | |
parent | 445028e348508c6bcf7cc41ffab4af1b984a11d2 (diff) | |
download | glibc-50944bca4bfeefc5de2ec205ad549eb669ed1008.tar.gz glibc-50944bca4bfeefc5de2ec205ad549eb669ed1008.tar.xz glibc-50944bca4bfeefc5de2ec205ad549eb669ed1008.zip |
Fix warnings.
Diffstat (limited to 'sysdeps/ieee754/dbl-64/upow.tbl')
-rw-r--r-- | sysdeps/ieee754/dbl-64/upow.tbl | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/sysdeps/ieee754/dbl-64/upow.tbl b/sysdeps/ieee754/dbl-64/upow.tbl index 71e9f27d98..8fac402e7e 100644 --- a/sysdeps/ieee754/dbl-64/upow.tbl +++ b/sysdeps/ieee754/dbl-64/upow.tbl @@ -5,7 +5,7 @@ #ifdef BIG_ENDI -static const union {int4 i[5800]; double x[2900];} ui = { +static const union {int4 i[5800]; double x[2900];} ui = { .i = { /**/ 0x3FF6A000, 0x00000000, /**/ 0x3F33CD15, 0x3729043E, /**/ 0xBFD63003, 0x0B3AB000, @@ -2905,9 +2905,9 @@ static const union {int4 i[5800]; double x[2900];} ui = { /**/ 0x3FE6A000, 0x00000000, /**/ 0x3F23CD15, 0x3729043E, /**/ 0x3FD62C82, 0xF2B9C000, -/**/ 0x3D3E54BD, 0xBD7C8A98 }; +/**/ 0x3D3E54BD, 0xBD7C8A98 } }; -static const union {int4 i[4350]; double x[2175]; } vj = { +static const union {int4 i[4350]; double x[2175]; } vj = { .i = { /**/ 0x3F46A400, 0x7D161C28, /**/ 0xBF46A200, 0x20600000, /**/ 0x3D27DC4E, 0xAA7623D9, @@ -5082,11 +5082,11 @@ static const union {int4 i[4350]; double x[2175]; } vj = { /**/ 0x3D350532, 0xEA560DA0, /**/ 0xBF469C00, 0xECD62326, /**/ 0x3F469E00, 0x58400000, -/**/ 0x3D341557, 0xE7B63DE2 }; +/**/ 0x3D341557, 0xE7B63DE2 } }; #else #ifdef LITTLE_ENDI -static const union {int4 i[5800]; double x[2900];} ui = { +static const union {int4 i[5800]; double x[2900];} ui = { .i = { /**/ 0x00000000, 0x3FF6A000, /**/ 0x3729043E, 0x3F33CD15, /**/ 0x0B3AB000, 0xBFD63003, @@ -7986,9 +7986,9 @@ static const union {int4 i[5800]; double x[2900];} ui = { /**/ 0x00000000, 0x3FE6A000, /**/ 0x3729043E, 0x3F23CD15, /**/ 0xF2B9C000, 0x3FD62C82, -/**/ 0xBD7C8A98, 0x3D3E54BD }; +/**/ 0xBD7C8A98, 0x3D3E54BD } }; -static const union {int4 i[4350]; double x[2175]; } vj = { +static const union {int4 i[4350]; double x[2175]; } vj = { .i = { /**/ 0x7D161C28, 0x3F46A400, /**/ 0x20600000, 0xBF46A200, /**/ 0xAA7623D9, 0x3D27DC4E, @@ -10163,7 +10163,7 @@ static const union {int4 i[4350]; double x[2175]; } vj = { /**/ 0xEA560DA0, 0x3D350532, /**/ 0xECD62326, 0xBF469C00, /**/ 0x58400000, 0x3F469E00, -/**/ 0xE7B63DE2, 0x3D341557 }; +/**/ 0xE7B63DE2, 0x3D341557 } }; #endif #endif |