| /openbsd/src/regress/lib/libm/msun/ |
| D | cexp_test.c | 115 testall(CMPLXL(0.0, -0.0), CMPLXL(1.0, -0.0), ALL_STD_EXCEPT, 0, 1); in ATF_TC_BODY() 116 testall(CMPLXL(-0.0, -0.0), CMPLXL(1.0, -0.0), ALL_STD_EXCEPT, 0, 1); in ATF_TC_BODY() 131 testall(CMPLXL(finites[i], NAN), CMPLXL(NAN, NAN), in ATF_TC_BODY() 137 testall(CMPLXL(NAN, finites[i]), CMPLXL(NAN, NAN), in ATF_TC_BODY() 140 testall(CMPLXL(NAN, finites[i]), CMPLXL(NAN, NAN), in ATF_TC_BODY() 146 testall(CMPLXL(NAN, 0.0), CMPLXL(NAN, 0.0), ALL_STD_EXCEPT, 0, 1); in ATF_TC_BODY() 147 testall(CMPLXL(NAN, -0.0), CMPLXL(NAN, -0.0), ALL_STD_EXCEPT, 0, 1); in ATF_TC_BODY() 150 testall(CMPLXL(INFINITY, NAN), CMPLXL(INFINITY, NAN), in ATF_TC_BODY() 153 testall(CMPLXL(-INFINITY, NAN), CMPLXL(0.0, 0.0), in ATF_TC_BODY() 156 testall(CMPLXL(NAN, NAN), CMPLXL(NAN, NAN), in ATF_TC_BODY() [all …]
|
| D | ctrig_test.c | 140 long double complex zero = CMPLXL(0.0, 0.0); in ATF_TC_BODY() 146 testall_even(ccos, zero, CMPLXL(1.0, -0.0), ALL_STD_EXCEPT, 0, CS_BOTH); in ATF_TC_BODY() 158 long double complex nan_nan = CMPLXL(NAN, NAN); in ATF_TC_BODY() 179 z = CMPLXL(42, NAN); in ATF_TC_BODY() 188 z = CMPLXL(NAN, 42); in ATF_TC_BODY() 197 z = CMPLXL(NAN, INFINITY); in ATF_TC_BODY() 201 testall_odd(csin, z, CMPLXL(NAN, INFINITY), ALL_STD_EXCEPT, 0, 0); in ATF_TC_BODY() 202 testall_even(ccos, z, CMPLXL(INFINITY, NAN), ALL_STD_EXCEPT, 0, in ATF_TC_BODY() 204 testall_odd(ctan, z, CMPLXL(0, 1), ALL_STD_EXCEPT, 0, CS_IMAG); in ATF_TC_BODY() 206 z = CMPLXL(INFINITY, NAN); in ATF_TC_BODY() [all …]
|
| D | csqrt_test.c | 126 ATF_CHECK(t_csqrt(CMPLXL(a, b)) == CMPLXL(x, y)); in test_finite() 139 assert_equal(t_csqrt(CMPLXL(0.0, 0.0)), CMPLXL(0.0, 0.0)); in test_zeros() 140 assert_equal(t_csqrt(CMPLXL(-0.0, 0.0)), CMPLXL(0.0, 0.0)); in test_zeros() 141 assert_equal(t_csqrt(CMPLXL(0.0, -0.0)), CMPLXL(0.0, -0.0)); in test_zeros() 142 assert_equal(t_csqrt(CMPLXL(-0.0, -0.0)), CMPLXL(0.0, -0.0)); in test_zeros() 164 assert_equal(t_csqrt(CMPLXL(-INFINITY, vals[i])), in test_infinities() 165 CMPLXL(0.0, copysignl(INFINITY, vals[i]))); in test_infinities() 166 assert_equal(t_csqrt(CMPLXL(INFINITY, vals[i])), in test_infinities() 167 CMPLXL(INFINITY, copysignl(0.0, vals[i]))); in test_infinities() 169 assert_equal(t_csqrt(CMPLXL(vals[i], INFINITY)), in test_infinities() [all …]
|
| D | invctrig_test.c | 129 long double complex zero = CMPLXL(0.0, 0.0); in ATF_TC_BODY() 131 testall_tol(cacosh, zero, CMPLXL(0.0, pi / 2), 1); in ATF_TC_BODY() 132 testall_tol(cacosh, -zero, CMPLXL(0.0, -pi / 2), 1); in ATF_TC_BODY() 133 testall_tol(cacos, zero, CMPLXL(pi / 2, -0.0), 1); in ATF_TC_BODY() 134 testall_tol(cacos, -zero, CMPLXL(pi / 2, 0.0), 1); in ATF_TC_BODY() 149 long double complex nan_nan = CMPLXL(NAN, NAN); in ATF_TC_BODY() 172 z = CMPLXL(0.5, NAN); in ATF_TC_BODY() 180 z = CMPLXL(NAN, 0.5); in ATF_TC_BODY() 188 z = CMPLXL(NAN, INFINITY); in ATF_TC_BODY() 189 testall(cacosh, z, CMPLXL(INFINITY, NAN), ALL_STD_EXCEPT, 0, CS_REAL); in ATF_TC_BODY() [all …]
|
| D | test-utils.h | 83 #ifndef CMPLXL 85 CMPLXL(long double x, long double y) in CMPLXL() function
|
| /openbsd/src/gnu/llvm/clang/include/clang/Tooling/Inclusions/ |
| D | CSymbolMap.inc | 31 SYMBOL(CMPLXL, None, <complex.h>)
|