about summary refs log tree commit diff
path: root/math/test-ldouble.h
diff options
context:
space:
mode:
authorPaul E. Murphy <murphyp@linux.vnet.ibm.com>2016-05-27 12:03:33 -0500
committerPaul E. Murphy <murphyp@linux.vnet.ibm.com>2016-05-27 12:03:33 -0500
commit84ba459dcf558362ee7b81f7c752f984b1c80fc3 (patch)
tree6ed0c769632de735ab8d97d81e3726a87b8dbf34 /math/test-ldouble.h
parent135d1c7f6a6069a30be3b75461ec97285106a742 (diff)
downloadglibc-84ba459dcf558362ee7b81f7c752f984b1c80fc3.tar.gz
glibc-84ba459dcf558362ee7b81f7c752f984b1c80fc3.tar.xz
glibc-84ba459dcf558362ee7b81f7c752f984b1c80fc3.zip
Replace M_PI2l with lit_pi_2_d in libm-test.inc
This is useful in situations where the long double type is
less precise than the type under test.  This adds a new
wrapper macro LITM(x) to each type to append the proper
suffix onto macro constants found in math.h.
Diffstat (limited to 'math/test-ldouble.h')
-rw-r--r--math/test-ldouble.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/math/test-ldouble.h b/math/test-ldouble.h
index 63f5008b95..f3a8d8da9f 100644
--- a/math/test-ldouble.h
+++ b/math/test-ldouble.h
@@ -26,4 +26,5 @@
 #define PREFIX LDBL
 #define TYPE_STR "ldouble"
 #define LIT(x) (x ## L)
+#define LITM(x) x ## l
 #define FTOSTR snprintf