From 4c95adde8b8088d39a29394ce5df87b064d14a85 Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Mon, 7 May 2001 21:29:40 +0000 Subject: Update. * sysdeps/i386/fpu/libm-test-ulps: Add ulps for new exp tests. * math/libm-test.inc (exp_test): Add some more tests. (pow_test): Run double only test also for long double. * math/test-ldouble.c (TEST_LDOUBLE): Define. * math/test-ildoubl.c (TEST_LDOUBLE): Likewise. --- math/test-ldouble.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'math/test-ldouble.c') diff --git a/math/test-ldouble.c b/math/test-ldouble.c index 8401f2da17..47764500c1 100644 --- a/math/test-ldouble.c +++ b/math/test-ldouble.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1997, 1999 Free Software Foundation, Inc. +/* Copyright (C) 1997, 1999, 2001 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Andreas Jaeger , 1997. @@ -25,6 +25,7 @@ #define PRINTF_EXPR "Le" #define PRINTF_XEXPR "La" #define PRINTF_NEXPR "Lf" +#define TEST_LDOUBLE 1 #ifndef __NO_MATH_INLINES # define __NO_MATH_INLINES -- cgit v1.2.3