Searched refs:testZ (Results 1 – 1 of 1) sorted by relevance
35 double _Complex testZ[testCount]; in TestCabs() local36 testZ[0] = 1.0 + 3.0 * I; in TestCabs()37 testZ[1] = 0.0 - 3.0 * I; in TestCabs()38 testZ[2] = 6.5555555 - 5.0 * I; in TestCabs()43 double d = cabs(testZ[i]); in TestCabs()46 creal(testZ[i]), cimag(testZ[i]), expected[i], d); in TestCabs()56 float _Complex testZ[testCount]; in TestCabsf() local57 testZ[0] = 4.0 + 3.0 * I; in TestCabsf()58 testZ[1] = 0.0 - 3.0 * I; in TestCabsf()59 testZ[2] = 6.555 - 5.0 * I; in TestCabsf()[all …]