NetBSD/tests/lib/libm
martin 076f00a246 There are aarch64 Cortex cpus that do not trap on some floating point
exceptions - so apply the arm handling for aarch64 as well.
2019-01-23 17:36:01 +00:00
..
Makefile Build libm tests with -fno-builtin. 2018-11-07 03:56:18 +00:00
t_acos.c Fix up libm tests. 2018-11-07 03:59:36 +00:00
t_asin.c Fix up libm tests. 2018-11-07 03:59:36 +00:00
t_atan.c
t_cabsl.cxx Add test case for PR lib/50646. 2018-06-20 03:51:27 +00:00
t_casinh.c print what went wrong. 2016-09-20 17:19:28 +00:00
t_cbrt.c cbrtl_powl is xfail only if long double has more bits than double. 2018-11-15 05:14:20 +00:00
t_ceil.c
t_cos.c Print the input to cosf on failure too. 2018-11-10 23:04:16 +00:00
t_cosh.c Fix up libm tests. 2018-11-07 03:59:36 +00:00
t_erf.c
t_exp.c Fix up libm tests. 2018-11-07 03:59:36 +00:00
t_fe_round.c don't skip nexttoward for aarch64 and mips64 2017-08-21 17:11:18 +00:00
t_fenv.c There are aarch64 Cortex cpus that do not trap on some floating point 2019-01-23 17:36:01 +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 for consistency, print the statement that is true in the error case. 2018-06-14 21:57:25 +00:00
t_infinity.c
t_ldexp.c Fix up libm tests. 2018-11-07 03:59:36 +00:00
t_libm.h Fix up libm tests. 2018-11-07 03:59:36 +00:00
t_log.c Fix up libm tests. 2018-11-07 03:59:36 +00:00
t_modf.c
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 Fix verb form. 2017-09-03 13:41:19 +00:00
t_scalbn.c Fix up libm tests. 2018-11-07 03:59:36 +00:00
t_sin.c Disable x87 implementations of sin, cos, tan. 2018-11-07 04:00:12 +00:00
t_sinh.c Fix up libm tests. 2018-11-07 03:59:36 +00:00
t_sqrt.c Fix up libm tests. 2018-11-07 03:59:36 +00:00
t_tan.c Disable x87 implementations of sin, cos, tan. 2018-11-07 04:00:12 +00:00
t_tanh.c