about summary refs log tree commit diff
path: root/sysdeps/ieee754/dbl-64/atnat2.h
diff options
context:
space:
mode:
authorSiddhesh Poyarekar <siddhesh@redhat.com>2013-01-16 16:06:48 +0530
committerSiddhesh Poyarekar <siddhesh@redhat.com>2013-01-16 16:06:48 +0530
commitf93a8d15699ee699282465dc1e03e033f3fabb52 (patch)
treeb6fd6eae7ef3297f94e286a6a71b52fa1cb19635 /sysdeps/ieee754/dbl-64/atnat2.h
parentdd930cc57100377d02a45b9113d6a3dc93136cbc (diff)
downloadglibc-f93a8d15699ee699282465dc1e03e033f3fabb52.tar.gz
glibc-f93a8d15699ee699282465dc1e03e033f3fabb52.tar.xz
glibc-f93a8d15699ee699282465dc1e03e033f3fabb52.zip
Consolidate constant defines into mpa.h
Diffstat (limited to 'sysdeps/ieee754/dbl-64/atnat2.h')
-rw-r--r--sysdeps/ieee754/dbl-64/atnat2.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/sysdeps/ieee754/dbl-64/atnat2.h b/sysdeps/ieee754/dbl-64/atnat2.h
index 10b32535bc..f12498bf3f 100644
--- a/sysdeps/ieee754/dbl-64/atnat2.h
+++ b/sysdeps/ieee754/dbl-64/atnat2.h
@@ -162,11 +162,4 @@
 #endif
 #endif
 
-#define  ZERO      0.0		/* 0 */
-#define  MZERO     -0.0		/* 0 with the sign bit set */
-#define  ONE       1.0		/* 1 */
-#define  TWO8      0x1.0p8	/* 2^8 */
-#define  TWO52     0x1.0p52	/* 2^52 */
-#define  TWOM1022  0x1.0p-1022	/* 2^-1022 */
-
 #endif