Lines Matching refs:conj
195 TEST (conj (vfloat1), cfloat, conj); in test_conj()
196 TEST (conj (vdouble1), cdouble, conj); in test_conj()
197 TEST (conj (vldouble1), cldouble, 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()
202 TEST (conj (vcldouble1), cldouble, conj); in test_conj()
203 TEST (conj (Vfloat1), cfloat, conj); in test_conj()
204 TEST (conj (Vdouble1), cdouble, conj); in test_conj()
205 TEST (conj (Vldouble1), cldouble, conj); in test_conj()
206 TEST (conj (Vint1), cdouble, conj); in test_conj()
207 TEST (conj (Vllong1), cdouble, conj); in test_conj()
208 TEST (conj (Vcfloat1), cfloat, conj); in test_conj()
209 TEST (conj (Vcdouble1), cdouble, conj); in test_conj()
210 TEST (conj (Vcldouble1), cldouble, conj); in test_conj()
524 (F(conj)) (CTYPE x) in CTYPE() argument