Home
last modified time | relevance | path

Searched refs:testZ (Results 1 – 1 of 1) sorted by relevance

/test/xts/acts/kernel_lite/math_posix/src/
DComplexTest.c35 double _Complex testZ[testCount]; in TestCabs() local
36 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() local
57 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 …]