NetBSD/tests/lib/libm
isaki 3e866cf1f6 Fix and revive test of atan_inf_neg, atan_inf_pos and atan_tan on i386.
PR port-i386/46108.
The machine epsilon 1.0e-40 is too severe and nonsense for double
because DBL_EPSILON is about 2.2e-16 .  I think that 1.0e-15 is
enough good, in this case.
XXX However, test of atan_tan should be replaced for other reasons.
2013-03-21 02:10:52 +00:00
..
Makefile Do not re-add -mieee option on alpha, it's already set by default. 2012-04-13 12:31:19 +00:00
t_acos.c If one of the tests with eps fails, print the failing eps. 2012-03-23 23:45:31 +00:00
t_asin.c IEEE checks for the arcus functions. 2011-09-17 18:08:35 +00:00
t_atan.c Fix and revive test of atan_inf_neg, atan_inf_pos and atan_tan on i386. 2013-03-21 02:10:52 +00:00
t_cbrt.c Basic checks for the root functions. 2011-10-16 08:25:40 +00:00
t_ceil.c Add more cases. 2011-09-17 12:12:19 +00:00
t_cos.c Additions to PR lib/45362: the float variants cosf(3), sinf(3), and tanf(3) 2011-09-14 13:29:58 +00:00
t_cosh.c Reduce tolerance even more. 2011-10-18 14:16:42 +00:00
t_erf.c Few tests for the error functions. 2011-09-17 12:00:50 +00:00
t_exp.c Add patch from Tetsuya Isaki in PR lib/46433. 2012-05-30 15:14:10 +00:00
t_infinity.c Remove expected failures that no longer fail (probably due a Qemu update). 2012-09-26 07:24:38 +00:00
t_ldexp.c Move duplicate ldexp(3) test out from the tests/libc. 2011-09-19 05:40:38 +00:00
t_log.c Remove one xfail that does not seem to fail (on alpha). 2012-04-08 09:36:04 +00:00
t_pow.c More bugs in pow(3); cases for PR port-amd64/45391. 2011-09-23 13:48:28 +00:00
t_round.c
t_scalbn.c
t_sin.c Additions to PR lib/45362: the float variants cosf(3), sinf(3), and tanf(3) 2011-09-14 13:29:58 +00:00
t_sinh.c Reduce tolerance even more. 2011-10-18 14:16:42 +00:00
t_sqrt.c Fix wrong error failure message. 2012-02-13 05:09:01 +00:00
t_tan.c #ifdef on __vax__ one more place, to avoid reference to tanf() for vax. 2011-09-15 11:05:50 +00:00
t_tanh.c