]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - sysdeps/ieee754/dbl-64/mpa.h
Update copyright notices with scripts/update-copyrights
[thirdparty/glibc.git] / sysdeps / ieee754 / dbl-64 / mpa.h
index ee81f5cbefc05bc8583f7cd272611238f55f3e30..bf1ad873d19af1792787eab92bcf9094048aede0 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * IBM Accurate Mathematical Library
  * Written by International Business Machines Corp.
- * Copyright (C) 2001-2013 Free Software Foundation, Inc.
+ * Copyright (C) 2001-2014 Free Software Foundation, Inc.
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU Lesser General Public License as published by
@@ -91,8 +91,6 @@ extern const mp_no mptwo;
 # define  TWO52     0x1.0p52           /* 2^52    */
 #endif
 
-#define  TWO       2.0                 /*  2      */
-
 #define  TWO5      TWOPOW (5)          /* 2^5     */
 #define  TWO8      TWOPOW (8)          /* 2^52    */
 #define  TWO10     TWOPOW (10)         /* 2^10    */
@@ -100,6 +98,8 @@ extern const mp_no mptwo;
 #define  TWO19     TWOPOW (19)         /* 2^19    */
 #define  TWO23     TWOPOW (23)         /* 2^23    */
 
+#define  HALFRAD   TWO23
+
 #define  TWO57     0x1.0p57            /* 2^57    */
 #define  TWO71     0x1.0p71            /* 2^71    */
 #define  TWOM1032  0x1.0p-1032         /* 2^-1032 */
@@ -107,7 +107,6 @@ extern const mp_no mptwo;
 
 #define  HALF      0x1.0p-1            /* 1/2 */
 #define  MHALF     -0x1.0p-1           /* -1/2 */
-#define  HALFRAD   0x1.0p23            /* 2^23 */
 
 int __acr (const mp_no *, const mp_no *, int);
 void __cpy (const mp_no *, mp_no *, int);