Searched refs:conj (Results 1 – 8 of 8) sorted by relevance
/math/ |
A D | test-tgmath2.c | 195 TEST (conj (vfloat1), cfloat, conj); in test_conj() 196 TEST (conj (vdouble1), cdouble, conj); in test_conj() 198 TEST (conj (vint1), cdouble, conj); in test_conj() 199 TEST (conj (vllong1), cdouble, conj); in test_conj() 200 TEST (conj (vcfloat1), cfloat, conj); in test_conj() 201 TEST (conj (vcdouble1), cdouble, conj); in test_conj() 203 TEST (conj (Vfloat1), cfloat, conj); in test_conj() 204 TEST (conj (Vdouble1), cdouble, conj); in test_conj() 206 TEST (conj (Vint1), cdouble, conj); in test_conj() 207 TEST (conj (Vllong1), cdouble, conj); in test_conj() [all …]
|
A D | libm-test-conj.inc | 1 /* Test conj. 23 TEST_c_c (conj, 0.0, 0.0, 0.0, minus_zero, NO_INEXACT_EXCEPTION), 24 TEST_c_c (conj, 0.0, minus_zero, 0.0, 0.0, NO_INEXACT_EXCEPTION), 25 TEST_c_c (conj, qnan_value, qnan_value, qnan_value, qnan_value, NO_INEXACT_EXCEPTION), 26 TEST_c_c (conj, qnan_value, snan_value, qnan_value, snan_value, NO_INEXACT_EXCEPTION), 27 TEST_c_c (conj, snan_value, qnan_value, snan_value, qnan_value, NO_INEXACT_EXCEPTION), 28 TEST_c_c (conj, snan_value, snan_value, snan_value, snan_value, NO_INEXACT_EXCEPTION), 29 TEST_c_c (conj, plus_infty, minus_infty, plus_infty, plus_infty, NO_INEXACT_EXCEPTION), 31 TEST_c_c (conj, 1.0, 2.0, 1.0, -2.0, NO_INEXACT_EXCEPTION), 32 TEST_c_c (conj, 3.0, -4.0, 3.0, 4.0, NO_INEXACT_EXCEPTION), [all …]
|
A D | test-tgmath.c | 331 z = conj (conj (d)); in F() 332 d = fabs (conj (a)); in F() 443 d = conj ((const complex TYPE) z); in F() 1205 (F(conj)) (complex TYPE x) in TYPE() argument
|
A D | tgmath.h | 986 #define conj(Val) __TGMATH_UNARY_IMAG (Val, conj) macro
|
A D | Makefile | 292 libm-test-funcs-noauto = canonicalize ceil cimag conj copysign cproj creal \ 382 sin tan cosh sinh tanh exp log pow sqrt fabs carg cimag conj \
|
A D | conj_template.c | 27 declare_mgen_alias (__conj, conj)
|
A D | Versions | 138 conj; conjf; conjl;
|
/math/bits/ |
A D | cmathcalls.h | 118 __MATHCALL (conj, (_Mdouble_complex_ __z));
|
Completed in 13 milliseconds