aboutsummaryrefslogtreecommitdiff
path: root/math/test-misc.c
AgeCommit message (Collapse)AuthorFilesLines
2000-12-19Fix typos in strings.Ulrich Drepper1-2/+81
2000-12-19Update.Ulrich Drepper1-34/+131
* 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-13Update.Andreas Jaeger1-0/+2
2000-12-13 Jakub Jelinek <jakub@redhat.com> * math/test-misc.c (main): Adjust m for IEEE quad long double.
2000-12-05Update.Ulrich Drepper1-0/+43
* math/test-misc.c (main): Add a few more over and underflow tests for scalb.
2000-12-05Update.Ulrich Drepper1-2/+47
* 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>
2000-12-04Update.Ulrich Drepper1-0/+19
* math/test-misc.c (main): Test for pseudo denormal numbers on x86.
2000-12-03Update.Ulrich Drepper1-7/+60
* math/test-misc.c (main): More tests for frexp and some for fpclassify and isnormal.
2000-12-03Update.Ulrich Drepper1-0/+37
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-25Update.Ulrich Drepper1-13/+14
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-20Update.Ulrich Drepper1-0/+57
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.