about summary refs log tree commit diff
path: root/sysdeps
diff options
context:
space:
mode:
authorThomas Schwinge <thomas@codesourcery.com>2013-04-03 22:17:47 +0200
committerThomas Schwinge <thomas@codesourcery.com>2013-04-05 21:28:03 +0200
commitbf0f50dfc6132738422c939a4d1a929ab74933c7 (patch)
tree7c28a5a1499071f35a2dc3da1dea7b2a206b04a9 /sysdeps
parent5113cea9b77bb621e5dd183adfc74f3528673a8a (diff)
downloadglibc-bf0f50dfc6132738422c939a4d1a929ab74933c7.tar.gz
glibc-bf0f50dfc6132738422c939a4d1a929ab74933c7.tar.xz
glibc-bf0f50dfc6132738422c939a4d1a929ab74933c7.zip
Remove unused hard-coded qNaN definition.
Diffstat (limited to 'sysdeps')
-rw-r--r--sysdeps/ieee754/dbl-64/usncs.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/sysdeps/ieee754/dbl-64/usncs.h b/sysdeps/ieee754/dbl-64/usncs.h
index 92a632144a..11c189ce34 100644
--- a/sysdeps/ieee754/dbl-64/usncs.h
+++ b/sysdeps/ieee754/dbl-64/usncs.h
@@ -30,7 +30,6 @@
 #ifdef BIG_ENDI
 static const mynumber
 
-/**/          NAN = {{0x7ff80000, 0x00000000 }}, /*  NaN                     */
 /**/           s1 = {{0xBFC55555, 0x55555555 }}, /* -0.16666666666666666     */
 /**/           s2 = {{0x3F811111, 0x11110ECE }}, /*  0.0083333333333323288   */
 /**/           s3 = {{0xBF2A01A0, 0x19DB08B8 }}, /* -0.00019841269834414642  */
@@ -53,7 +52,6 @@ static const mynumber
 #ifdef LITTLE_ENDI
 static const mynumber
 
-/**/          NAN = {{0x00000000, 0x7ff80000 }},/*  NaN                     */
 /**/           s1 = {{0x55555555, 0xBFC55555 }},/* -0.16666666666666666     */
 /**/           s2 = {{0x11110ECE, 0x3F811111 }},/*  0.0083333333333323288   */
 /**/           s3 = {{0x19DB08B8, 0xBF2A01A0 }},/* -0.00019841269834414642  */