about summary refs log tree commit diff
path: root/math/test-misc.c
Commit message (Collapse)AuthorAgeFilesLines
* Include <float.h>.Ulrich Drepper2001-01-271-1/+2
|
* Add test for nextafter and 0.0.Ulrich Drepper2000-12-211-0/+488
|
* Update.Ulrich Drepper2000-12-211-12/+157
| | | | | | | | | | 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.
* Fix typos in strings.Ulrich Drepper2000-12-191-2/+81
|
* Update.Ulrich Drepper2000-12-191-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.
* Update.Andreas Jaeger2000-12-131-0/+2
| | | | | | 2000-12-13 Jakub Jelinek <jakub@redhat.com> * math/test-misc.c (main): Adjust m for IEEE quad long double.
* Update.Ulrich Drepper2000-12-051-0/+43
| | | | | * math/test-misc.c (main): Add a few more over and underflow tests for scalb.
* Update.Ulrich Drepper2000-12-051-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>
* Update.Ulrich Drepper2000-12-041-0/+19
| | | | * math/test-misc.c (main): Test for pseudo denormal numbers on x86.
* Update.Ulrich Drepper2000-12-031-7/+60
| | | | | * math/test-misc.c (main): More tests for frexp and some for fpclassify and isnormal.
* Update.Ulrich Drepper2000-12-031-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.
* Update.Ulrich Drepper2000-10-251-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.
* Update.Ulrich Drepper2000-01-201-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.