| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
|
| |
2000-12-20 Ulrich Drepper <drepper@redhat.com>
* math/test-misc.c: Add more tests for nextafter functions.
* sysdeps/i386/fpu/s_nextafterl.c: Handle change from denormal to
normal correctly. Correct test for sign.
Based on a patch by HJ Lu.
|
| |
|
|
|
|
|
|
|
| |
* math/test-misc.c: Add more tests for nextafter.
* sysdeps/i386/fpu/s_nextafterl.c: Handle decrement for x<0 correctly.
* sysdeps/ieee754/ldbl-96/math_ldbl.h
(ieee_long_double_shape_type): Make sign_exponent element signed.
|
|
|
|
|
|
| |
2000-12-13 Jakub Jelinek <jakub@redhat.com>
* math/test-misc.c (main): Adjust m for IEEE quad long double.
|
|
|
|
|
| |
* math/test-misc.c (main): Add a few more over and underflow tests
for scalb.
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* sysdeps/i386/fpu/e_scalb.S: Handle NaN as first parameter correctly.
* sysdeps/i386/fpu/e_scalbf.S: Likewise.
* sysdeps/i386/fpu/e_scalbl.S: Likewise.
* math/w_scalb.c: Don't use matherr except in SVID mode.
* math/w_scalbf.c: Likewise.
* math/w_scalbl.c: Likewise.
* math/test-misc.c: Add test for NaN and scalbl.
Reported by Fred J. Tydeman <tydeman@tybor.com>.
2000-12-04 Ulrich Drepper <drepper@redhat.com>
|
|
|
|
| |
* math/test-misc.c (main): Test for pseudo denormal numbers on x86.
|
|
|
|
|
| |
* math/test-misc.c (main): More tests for frexp and some for
fpclassify and isnormal.
|
|
|
|
|
|
|
|
| |
2000-12-03 Ulrich Drepper <drepper@redhat.com>
* math/test-misc.c (main): Add tests for frexp.
Reported by Fred J. Tydeman <tydeman@tybor.com>.
* sysdeps/i386/fpu/s_frexpl.S: Don't overflow during the computation.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2000-10-25 Jakub Jelinek <jakub@redhat.com>
* sysdeps/unix/sysv/linux/i386/fcntl.c (__libc_fcntl): When
converting struct flock64 to struct flock and back, use fcntl commands
which work on struct flock.
2000-10-25 Jakub Jelinek <jakub@redhat.com>
* math/test-misc.c (main): Only check modfl if NO_LONG_DOUBLE is not
defined.
* sysdeps/sparc/sparc32/fpu/libm-test-ulps: Update.
* sysdeps/sparc/sparc64/fpu/libm-test-ulps: Update.
|
|
2000-01-20 Ulrich Drepper <drepper@cygnus.com>
* math/Makefile (tests): Add test-misc.
* math/test-misc.c: New file.
* posix/regex.h: Update comment of RE_SYNTAX_POSIX_MINIMAL_EXTENDED.
|