diff options
author | Andreas Jaeger <aj@suse.de> | 2001-05-07 21:29:40 +0000 |
---|---|---|
committer | Andreas Jaeger <aj@suse.de> | 2001-05-07 21:29:40 +0000 |
commit | 4c95adde8b8088d39a29394ce5df87b064d14a85 (patch) | |
tree | 1896da24184918ad23a0f4be03b915c0a9c0693d /math/test-ildoubl.c | |
parent | 8ee20e93a00706af34c10769e1342bf5722c888c (diff) | |
download | glibc-4c95adde8b8088d39a29394ce5df87b064d14a85.tar.gz |
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.
Diffstat (limited to 'math/test-ildoubl.c')
-rw-r--r-- | math/test-ildoubl.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/math/test-ildoubl.c b/math/test-ildoubl.c index 4d0780ed6f..d89512d068 100644 --- a/math/test-ildoubl.c +++ b/math/test-ildoubl.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 <aj@suse.de>, 1997. @@ -27,6 +27,7 @@ #define PRINTF_XEXPR "La" #define PRINTF_NEXPR "Lf" #define TEST_INLINE +#define TEST_LDOUBLE 1 #ifdef __NO_MATH_INLINES # undef __NO_MATH_INLINES |