NetBSD/tests/lib/libm
martin 232bde9a31 Pull up following revision(s) (requested by riastradh in ticket #1937):
tests/lib/libm/t_fenv.c: revision 1.14
	tests/lib/libm/t_fenv.c: revision 1.15
	lib/libm/arch/x86_64/fenv.c: revision 1.11

fenv(3): Add test for PR port-amd64/57949.

fenv(3): Fix fetestexcept to avoid side effects on trap state.

PR port-amd64/57949
2024-02-23 18:15:53 +00:00
..
Makefile define __TEST_FENV in the makefile for t_fe_round 2016-12-20 06:13:19 +00:00
t_acos.c Fix some typos. 2014-03-05 20:14:46 +00:00
t_asin.c Remove all cargo-cult #ifndef __vax__ from the tests, that just paper 2014-03-03 10:39:08 +00:00
t_atan.c Handle VAX 2014-03-17 11:08:11 +00:00
t_casinh.c print what went wrong. 2016-09-20 17:19:28 +00:00
t_cbrt.c Remove all cargo-cult #ifndef __vax__ from the tests, that just paper 2014-03-03 10:39:08 +00:00
t_ceil.c Remove all cargo-cult #ifndef __vax__ from the tests, that just paper 2014-03-03 10:39:08 +00:00
t_cos.c Remove all cargo-cult #ifndef __vax__ from the tests, that just paper 2014-03-03 10:39:08 +00:00
t_cosh.c Remove all cargo-cult #ifndef __vax__ from the tests, that just paper 2014-03-03 10:39:08 +00:00
t_erf.c Remove all cargo-cult #ifndef __vax__ from the tests, that just paper 2014-03-03 10:39:08 +00:00
t_exp.c In the exp2_values test case, provide separate expected return values 2014-10-07 16:53:44 +00:00
t_fe_round.c Pull up the following, requested by he in ticket #217: 2017-08-29 11:58:26 +00:00
t_fenv.c Pull up following revision(s) (requested by riastradh in ticket #1937): 2024-02-23 18:15:53 +00:00
t_fmod.c Mark the lib/libm/t_fmod test as an expected failure under QEMU, 2015-01-03 14:23:53 +00:00
t_hypot.c Add some tests of hypot() and hypotf() 2016-01-24 20:26:47 +00:00
t_ilogb.c PR/51837: Ngie Cooper: add limits.h for INT_MAX 2017-01-13 19:23:40 +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 Add a failing case for t_ldexp 2016-08-25 00:32:31 +00:00
t_libm.h Consistently use long double. 2014-03-25 17:30:14 +00:00
t_log.c Remove expected failure and references to port-alpha/46301, now that 2015-02-09 19:39:48 +00:00
t_modf.c Add modfl(3). From FreeBSD. 2014-06-16 12:54:42 +00:00
t_pow.c use isinf instead of isinff. this doesn't introduce a functional change - 2017-01-20 21:15:56 +00:00
t_precision.c do the long double tests if we have long double. 2016-08-27 10:07:05 +00:00
t_round.c Add initial version of ceill, floorl and roundl from FreeBSD. 2013-11-11 23:57:34 +00:00
t_scalbn.c also terminate 2 other statements properly 2017-01-13 21:09:12 +00:00
t_sin.c Remove all cargo-cult #ifndef __vax__ from the tests, that just paper 2014-03-03 10:39:08 +00:00
t_sinh.c Remove all cargo-cult #ifndef __vax__ from the tests, that just paper 2014-03-03 10:39:08 +00:00
t_sqrt.c Avoid double constants out of range 2014-03-12 21:40:07 +00:00
t_tan.c Remove all cargo-cult #ifndef __vax__ from the tests, that just paper 2014-03-03 10:39:08 +00:00
t_tanh.c Remove all cargo-cult #ifndef __vax__ from the tests, that just paper 2014-03-03 10:39:08 +00:00