Searched refs:cdouble (Results 1 – 1 of 1) sorted by relevance
/glibc-2.36/math/ |
D | test-tgmath2.c | 30 typedef complex double cdouble; typedef 43 cdouble vcdouble1, vcdouble2, vcdouble3; 52 const cdouble Vcdouble1 = 1, Vcdouble2 = 2, Vcdouble3 = 3; 144 TEST (cos (vcdouble1), cdouble, cos); in test_cos() 152 TEST (cos (Vcdouble1), cdouble, cos); in test_cos() 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() 201 TEST (conj (vcdouble1), cdouble, conj); in test_conj() 204 TEST (conj (Vdouble1), cdouble, conj); in test_conj() [all …]
|