diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-09-01 07:00:07 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-09-01 07:00:07 +0000 |
commit | 507cef0861e1f359655337194048fe01cf5c1ba4 (patch) | |
tree | 0e1457604e0a7378b373d19ac6bab9b712f1b353 /sysdeps/i386/fpu/bits | |
parent | 417bafec1e0be945a745cb5f1ba95ac30524af21 (diff) | |
download | glibc-507cef0861e1f359655337194048fe01cf5c1ba4.tar.gz |
Update.
* math/Makefile (tests): Add tst-defintions.
* math/tst-definitions.c: New file.
Diffstat (limited to 'sysdeps/i386/fpu/bits')
-rw-r--r-- | sysdeps/i386/fpu/bits/mathdef.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysdeps/i386/fpu/bits/mathdef.h b/sysdeps/i386/fpu/bits/mathdef.h index 70429ffa55..31ca7c74e8 100644 --- a/sysdeps/i386/fpu/bits/mathdef.h +++ b/sysdeps/i386/fpu/bits/mathdef.h @@ -38,8 +38,8 @@ typedef long double double_t; /* `double' expressions are evaluated as # define INFINITY HUGE_VALF /* The values returned by `ilogb' for 0 and NaN respectively. */ -# define FP_ILOGB0 (-2147483648) -# define FP_ILOGBNAN (-2147483648) +# define FP_ILOGB0 (-2147483647 - 1) +# define FP_ILOGBNAN (-2147483647 - 1) /* Number of decimal digits for the `long double' type. */ # define DECIMAL_DIG 18 |