OSDN Git Service

Rework the math library tests per the glibc math test code, with
authorEric Andersen <andersen@codepoet.org>
Thu, 9 May 2002 04:43:18 +0000 (04:43 -0000)
committerEric Andersen <andersen@codepoet.org>
Thu, 9 May 2002 04:43:18 +0000 (04:43 -0000)
commite4071b93db0e2fd4aa3b678a6188da2de1c8eb2f
treeb74cdef21bbdd7d4d09676befce548127217893d
parent5a25d0f3bc0c9ac81c43b05646575744e93d126c
Rework the math library tests per the glibc math test code, with
many unsupported tests disabled for the moment.
 -Erik
24 files changed:
test/math/.cvsignore [new file with mode: 0644]
test/math/Makefile
test/math/drand.c [deleted file]
test/math/econst.c [deleted file]
test/math/eexp.c [deleted file]
test/math/ehead.h [deleted file]
test/math/elog.c [deleted file]
test/math/eparanoi.c [deleted file]
test/math/epow.c [deleted file]
test/math/etanh.c [deleted file]
test/math/etodec.c [deleted file]
test/math/gen-libm-test.pl [new file with mode: 0755]
test/math/ieee.c [deleted file]
test/math/ieetst.c [deleted file]
test/math/ieetst.doc [deleted file]
test/math/libm-test.inc [new file with mode: 0644]
test/math/mconf.h [deleted file]
test/math/mtherr.c [deleted file]
test/math/test-double.c [new file with mode: 0644]
test/math/test-float.c [new file with mode: 0644]
test/math/test-idouble.c [new file with mode: 0644]
test/math/test-ifloat.c [new file with mode: 0644]
test/math/test-ildoubl.c [new file with mode: 0644]
test/math/test-ldouble.c [new file with mode: 0644]