Searched refs:testall_odd_tol (Results 1 – 2 of 2) sorted by relevance
| /freebsd/lib/msun/tests/ |
| H A D | invctrig_test.c | 108 #define testall_odd_tol(func, x, result, tol) do { \ macro 208 testall_odd_tol(catan, z, CMPLXL(pi / 2, 0.0), 1); in ATF_TC_BODY() 249 testall_odd_tol(casinh, z, CMPLXL(INFINITY, pi / 4), 1); in ATF_TC_BODY() 250 testall_odd_tol(casin, z, CMPLXL(pi / 4, INFINITY), 1); in ATF_TC_BODY() 251 testall_odd_tol(catanh, z, CMPLXL(0, pi / 2), 1); in ATF_TC_BODY() 252 testall_odd_tol(catan, z, CMPLXL(pi / 2, 0), 1); in ATF_TC_BODY() 261 testall_odd_tol(casin, z, CMPLXL(pi / 2, INFINITY), 1); in ATF_TC_BODY() 262 testall_odd_tol(catanh, z, CMPLXL(0, pi / 2), 1); in ATF_TC_BODY() 263 testall_odd_tol(catan, z, CMPLXL(pi / 2, 0), 1); in ATF_TC_BODY() 270 testall_odd_tol(casinh, z, CMPLXL(INFINITY, pi / 2), 1); in ATF_TC_BODY() [all …]
|
| H A D | ctrig_test.c | 120 #define testall_odd_tol(func, x, result, tol) do { \ macro 424 testall_odd_tol(csinh, z, in ATF_TC_BODY() 428 testall_odd_tol(ctanh, z, in ATF_TC_BODY() 448 testall_odd_tol(ctanh, z, in ATF_TC_BODY() 451 testall_odd_tol(ctanh, z, in ATF_TC_BODY()
|