Lines Matching refs:testZ
35 double _Complex testZ[testCount];
36 testZ[0] = 1.0 + 3.0 * I;
37 testZ[1] = 0.0 - 3.0 * I;
38 testZ[2] = 6.5555555 - 5.0 * I;
43 double d = cabs(testZ[i]);
46 creal(testZ[i]), cimag(testZ[i]), expected[i], d);
56 float _Complex testZ[testCount];
57 testZ[0] = 4.0 + 3.0 * I;
58 testZ[1] = 0.0 - 3.0 * I;
59 testZ[2] = 6.555 - 5.0 * I;
64 float d = cabsf(testZ[i]);
67 creal(testZ[i]), cimag(testZ[i]), expected[i], d);
77 long double _Complex testZ[testCount];
78 testZ[0] = 4.0 + 3.0 * I;
79 testZ[1] = 0.0 - 3.0 * I;
80 testZ[2] = 1.23456789123456789 - 2.0 * I;
85 long double d = cabsl(testZ[i]);
88 creal(testZ[i]), cimag(testZ[i]), expected[i], d);
98 double _Complex testZ[testCount];
99 testZ[0] = 3.0 + 4.0 * I;
100 testZ[1] = 0.0 - 3.0 * I;
101 testZ[2] = 1.123456 - 2.0 * I;
111 resultval[i] = cacos(testZ[i]);
114 creal(testZ[i]), cimag(testZ[i]), creal(expected[i]),
125 float _Complex testZ[testCount];
126 testZ[0] = 3.0 + 4.0 * I;
127 testZ[1] = 0.0 - 3.0 * I;
128 testZ[2] = 1.123456 - 2.0 * I;
138 resultval[i] = cacosf(testZ[i]);
141 creal(testZ[i]), cimag(testZ[i]), creal(expected[i]),
152 double _Complex testZ[testCount];
153 testZ[0] = 3.0 + 4.0 * I;
154 testZ[1] = 0.0 - 3.0 * I;
155 testZ[2] = 1.123456 - 2.0 * I;
165 resultval[i] = cacosh(testZ[i]);
168 creal(testZ[i]), cimag(testZ[i]), creal(expected[i]),
179 float _Complex testZ[testCount];
180 testZ[0] = 3.0 + 4.0 * I;
181 testZ[1] = 0.0 - 3.0 * I;
182 testZ[2] = 1.123456 - 2.0 * I;
191 resultval[i] = cacoshf(testZ[i]);
194 creal(testZ[i]), cimag(testZ[i]), creal(expected[i]),
205 long double _Complex testZ[testCount];
206 testZ[0] = 3.0 + 4.0 * I;
207 testZ[1] = 0.0 - 3.0 * I;
208 testZ[2] = 1.123456 - 2.0 * I;
217 resultval[i] = cacoshl(testZ[i]);
220 creal(testZ[i]), cimag(testZ[i]), creal(expected[i]),
231 long double _Complex testZ[testCount];
232 testZ[0] = 3.0 + 4.0 * I;
233 testZ[1] = 0.0 - 3.0 * I;
234 testZ[2] = 1.123456 - 2.0 * I;
244 resultval[i] = cacosl(testZ[i]);
247 creal(testZ[i]), cimag(testZ[i]), creal(expected[i]),
258 double _Complex testZ[testCount];
259 testZ[0] = 3.0 + 4.0 * I;
260 testZ[1] = 0.0 - 3.0 * I;
261 testZ[2] = 1.23456789 - 2.0 * I;
266 double resultval = carg(testZ[i]);
269 creal(testZ[i]), cimag(testZ[i]), expected[i], resultval);
279 float _Complex testZ[testCount];
280 testZ[0] = 3.0 + 4.0 * I;
281 testZ[1] = 0.0 - 3.0 * I;
282 testZ[2] = 1.23456 - 2.0 * I;
287 float resultval = cargf(testZ[i]);
290 creal(testZ[i]), cimag(testZ[i]), expected[i], resultval);
300 long double _Complex testZ[testCount];
301 testZ[0] = 3.0 + 4.0 * I;
302 testZ[1] = 0.0 - 3.0 * I;
303 testZ[2] = 1.23456 - 2.0 * I;
308 long double resultval = cargl(testZ[i]);
311 creal(testZ[i]), cimag(testZ[i]), expected[i], resultval);
321 double _Complex testZ[testCount];
322 testZ[0] = 3.0 + 4.0 * I;
323 testZ[1] = 0.0 - 3.0 * I;
324 testZ[2] = 1.23456789 - 2.0 * I;
334 resultval[i] = casin(testZ[i]);
337 creal(testZ[i]), cimag(testZ[i]), creal(expected[i]),
348 float _Complex testZ[testCount];
349 testZ[0] = 3.0 + 4.0 * I;
350 testZ[1] = 0.0 - 3.0 * I;
351 testZ[2] = 1.123456 - 2.0 * I;
361 resultval[i] = casinf(testZ[i]);
364 creal(testZ[i]), cimag(testZ[i]), creal(expected[i]),
375 double _Complex testZ[testCount];
376 testZ[0] = 3.0 + 4.0 * I;
377 testZ[1] = 0.0 - 3.0 * I;
378 testZ[2] = 1.23456789 - 2.0 * I;
388 resultval[i] = casinh(testZ[i]);
391 creal(testZ[i]), cimag(testZ[i]), creal(expected[i]),
402 float _Complex testZ[testCount];
403 testZ[0] = 3.0 + 4.0 * I;
404 testZ[1] = 0.0 - 3.0 * I;
405 testZ[2] = 1.23456 - 2.0 * I;
415 resultval[i] = casinhf(testZ[i]);
418 creal(testZ[i]), cimag(testZ[i]), creal(expected[i]),
429 long double _Complex testZ[testCount];
430 testZ[0] = 3.0 + 4.0 * I;
431 testZ[1] = 0.0 - 3.0 * I;
432 testZ[2] = 1.23456 - 2.0 * I;
442 resultval[i] = casinhl(testZ[i]);
445 creal(testZ[i]), cimag(testZ[i]), creal(expected[i]),
456 long double _Complex testZ[testCount];
457 testZ[0] = 3.0 + 4.0 * I;
458 testZ[1] = 0.0 - 3.0 * I;
459 testZ[2] = 1.23456 - 2.0 * I;
469 resultval[i] = casinl(testZ[i]);
472 creal(testZ[i]), cimag(testZ[i]), creal(expected[i]),
483 double _Complex testZ[testCount];
484 testZ[0] = 3.0 + 4.0 * I;
485 testZ[1] = 0.0 - 3.0 * I;
486 testZ[2] = 1.23456789 - 2.0 * I;
496 resultval[i] = catan(testZ[i]);
499 creal(testZ[i]), cimag(testZ[i]), creal(expected[i]),
510 float _Complex testZ[testCount];
511 testZ[0] = 3.0 + 4.0 * I;
512 testZ[1] = 0.0 - 3.0 * I;
513 testZ[2] = 1.23456 - 2.0 * I;
522 resultval[i] = catanf(testZ[i]);
525 creal(testZ[i]), cimag(testZ[i]), creal(expected[i]),
536 double _Complex testZ[testCount];
537 testZ[0] = 3.0 + 4.0 * I;
538 testZ[1] = 0.0 - 3.0 * I;
539 testZ[2] = 1.23456789 - 2.0 * I;
549 resultval[i] = catanh(testZ[i]);
552 creal(testZ[i]), cimag(testZ[i]), creal(expected[i]),
563 float _Complex testZ[testCount];
564 testZ[0] = 3.0 + 4.0 * I;
565 testZ[1] = 0.0 - 3.0 * I;
566 testZ[2] = 1.23456 - 2.0 * I;
576 resultval[i] = catanhf(testZ[i]);
579 creal(testZ[i]), cimag(testZ[i]), creal(expected[i]),
590 long double _Complex testZ[testCount];
591 testZ[0] = 3.0 + 4.0 * I;
592 testZ[1] = 0.0 - 3.0 * I;
593 testZ[2] = 1.23456 - 2.0 * I;
603 resultval[i] = catanhl(testZ[i]);
606 creal(testZ[i]), cimag(testZ[i]), creal(expected[i]),
617 long double _Complex testZ[testCount];
618 testZ[0] = 3.0 + 4.0 * I;
619 testZ[1] = 0.0 - 3.0 * I;
620 testZ[2] = 1.23456 - 2.0 * I;
630 resultval[i] = catanl(testZ[i]);
633 creal(testZ[i]), cimag(testZ[i]), creal(expected[i]),
644 double _Complex testZ[testCount];
645 testZ[0] = 3.0 + 4.0 * I;
646 testZ[1] = 0.0 - 3.0 * I;
647 testZ[2] = 1.23456789 - 2.0 * I;
657 resultval[i] = ccos(testZ[i]);
660 creal(testZ[i]), cimag(testZ[i]), creal(expected[i]),
671 float _Complex testZ[testCount];
672 testZ[0] = 3.0 + 4.0 * I;
673 testZ[1] = 0.0 - 3.0 * I;
674 testZ[2] = 1.23456 - 2.0 * I;
684 resultval[i] = ccosf(testZ[i]);
687 creal(testZ[i]), cimag(testZ[i]), creal(expected[i]),
698 double _Complex testZ[testCount];
699 testZ[0] = 3.0 + 4.0 * I;
700 testZ[1] = 0.0 - 3.0 * I;
701 testZ[2] = 1.23456789 - 2.0 * I;
711 resultval[i] = ccosh(testZ[i]);
714 creal(testZ[i]), cimag(testZ[i]), creal(expected[i]),
725 float _Complex testZ[testCount];
726 testZ[0] = 3.0 + 4.0 * I;
727 testZ[1] = 0.0 - 3.0 * I;
728 testZ[2] = 1.23456 - 2.0 * I;
738 resultval[i] = ccoshf(testZ[i]);
741 creal(testZ[i]), cimag(testZ[i]), creal(expected[i]),
752 long double _Complex testZ[testCount];
753 testZ[0] = 3.0 + 4.0 * I;
754 testZ[1] = 0.0 - 3.0 * I;
755 testZ[2] = 1.23456 - 2.0 * I;
765 resultval[i] = ccoshl(testZ[i]);
768 creal(testZ[i]), cimag(testZ[i]), creal(expected[i]),
779 long double _Complex testZ[testCount];
780 testZ[0] = 3.0 + 4.0 * I;
781 testZ[1] = 0.0 - 3.0 * I;
782 testZ[2] = 1.23456 - 2.0 * I;
792 resultval[i] = ccosl(testZ[i]);
795 creal(testZ[i]), cimag(testZ[i]), creal(expected[i]),
806 double _Complex testZ[testCount];
807 testZ[0] = 3.0 + 4.0 * I;
808 testZ[1] = 0.0 - 3.0 * I;
809 testZ[2] = 1.23456789 - 2.0 * I;
819 resultval[i] = cexp(testZ[i]);
822 creal(testZ[i]), cimag(testZ[i]), creal(expected[i]),
833 float _Complex testZ[testCount];
834 testZ[0] = 3.0 + 4.0 * I;
835 testZ[1] = 0.0 - 3.0 * I;
836 testZ[2] = 1.23456 - 2.0 * I;
846 resultval[i] = cexpf(testZ[i]);
849 creal(testZ[i]), cimag(testZ[i]), creal(expected[i]),
860 long double _Complex testZ[testCount];
861 testZ[0] = 3.0 + 4.0 * I;
862 testZ[1] = 0.0 - 3.0 * I;
863 testZ[2] = 1.23456 - 2.0 * I;
873 resultval[i] = cexpl(testZ[i]);
876 creal(testZ[i]), cimag(testZ[i]), creal(expected[i]),
887 double _Complex testZ[testCount];
888 testZ[0] = 3.0 + 4.0 * I;
889 testZ[1] = 0.0 - 3.0 * I;
890 testZ[2] = 1.23456789 - 2.0 * I;
895 double d = cimag(testZ[i]);
898 creal(testZ[i]), cimag(testZ[i]), expected[i], d);
908 float _Complex testZ[testCount];
909 testZ[0] = 3.0 + 4.0 * I;
910 testZ[1] = 0.0 - 3.0 * I;
911 testZ[2] = 1.23456 - 2.0 * I;
916 float d = cimagf(testZ[i]);
919 creal(testZ[i]), cimag(testZ[i]), expected[i], d);
929 long double _Complex testZ[testCount];
930 testZ[0] = 3.0 + 4.0 * I;
931 testZ[1] = 0.0 - 3.0 * I;
932 testZ[2] = 1.23456 - 2.0 * I;
941 long double d = cimagl(testZ[i]);
944 creal(testZ[i]), cimag(testZ[i]), expected[i], d);
954 double _Complex testZ[testCount];
955 testZ[0] = 3.0 + 4.0 * I;
956 testZ[1] = 0.0 - 3.0 * I;
957 testZ[2] = 1.23456789 - 2.0 * I;
967 resultval[i] = clog(testZ[i]);
970 creal(testZ[i]), cimag(testZ[i]), creal(expected[i]),
981 float _Complex testZ[testCount];
982 testZ[0] = 3.0 + 4.0 * I;
983 testZ[1] = 0.0 - 3.0 * I;
984 testZ[2] = 1.23456 - 2.0 * I;
994 resultval[i] = clogf(testZ[i]);
997 creal(testZ[i]), cimag(testZ[i]), creal(expected[i]),
1008 long double _Complex testZ[testCount];
1009 testZ[0] = 3.0 + 4.0 * I;
1010 testZ[1] = 0.0 - 3.0 * I;
1011 testZ[2] = 1.23456 - 2.0 * I;
1020 resultval[i] = clogl(testZ[i]);
1023 creal(testZ[i]), cimag(testZ[i]), creal(expected[i]),
1034 double _Complex testZ[testCount];
1035 testZ[0] = 4.0 + 3.0 * I;
1036 testZ[1] = 0.0 + 3.0 * I;
1037 testZ[2] = 2.256 + 1.03 * I;
1045 resultval[i] = conj(testZ[i]);
1048 creal(testZ[i]), cimag(testZ[i]), creal(expected[i]),
1059 float _Complex testZ[testCount];
1060 testZ[0] = 4.0 + 3.0 * I;
1061 testZ[1] = 0.0 + 3.0 * I;
1062 testZ[2] = 2.256 + 1.03 * I;
1071 resultval[i] = conjf(testZ[i]);
1074 creal(testZ[i]), cimag(testZ[i]), creal(expected[i]),
1085 long double _Complex testZ[testCount];
1086 testZ[0] = 4.0 + 3.0 * I;
1087 testZ[1] = 0.0 + 3.0 * I;
1088 testZ[2] = 2.256 + 1.03 * I;
1098 resultval[i] = conjl(testZ[i]);
1101 creal(testZ[i]), cimag(testZ[i]), creal(expected[i]),
1112 double _Complex testZ[testCount];
1117 testZ[0] = 3.0 + 4.0 * I;
1118 testZ[1] = 0.0 - 3.0 * I;
1119 testZ[2] = 1.23456789 - 2.0 * I;
1131 resultval[i] = cpow(testZ[i], power[i]);
1134 creal(testZ[i]), cimag(testZ[i]), creal(power[i]), cimag(power[i]),
1145 float _Complex testZ[testCount];
1150 testZ[0] = 3.0 + 4.0 * I;
1151 testZ[1] = 0.0 - 3.0 * I;
1152 testZ[2] = 1.23456 - 2.0 * I;
1164 resultval[i] = cpowf(testZ[i], power[i]);
1167 creal(testZ[i]), cimag(testZ[i]), creal(power[i]), cimag(power[i]),
1178 long double _Complex testZ[testCount];
1183 testZ[0] = 3.0 + 4.0 * I;
1184 testZ[1] = 0.0 - 3.0 * I;
1185 testZ[2] = 1.23456 - 2.0 * I;
1197 resultval[i] = cpowl(testZ[i], power[i]);
1200 creal(testZ[i]), cimag(testZ[i]), creal(power[i]), cimag(power[i]),
1211 double _Complex testZ[testCount];
1212 testZ[0] = 4.0 + 3.0 * I;
1213 testZ[1] = 0.0 + 3.0 * I;
1214 testZ[2] = 2.256 + 1.03 * I;
1223 resultval[i] = cproj(testZ[i]);
1226 creal(testZ[i]), cimag(testZ[i]), creal(expected[i]),
1237 float _Complex testZ[testCount];
1238 testZ[0] = 4.0 + 3.0 * I;
1239 testZ[1] = 0.0 + 3.0 * I;
1240 testZ[2] = 2.256 + 1.03 * I;
1249 resultval[i] = cprojf(testZ[i]);
1252 creal(testZ[i]), cimag(testZ[i]), creal(expected[i]),
1263 long double _Complex testZ[testCount];
1264 testZ[0] = 4.0 + 3.0 * I;
1265 testZ[1] = 0.0 + 3.0 * I;
1266 testZ[2] = 2.256 + 1.03 * I;
1275 resultval[i] = cprojl(testZ[i]);
1278 creal(testZ[i]), cimag(testZ[i]), creal(expected[i]),
1289 double _Complex testZ[testCount];
1290 testZ[0] = 3.0 + 4.0 * I;
1291 testZ[1] = 0.0 - 3.0 * I;
1292 testZ[2] = 1.23456789 - 2.0 * I;
1296 double d = creal(testZ[i]);
1299 creal(testZ[i]), cimag(testZ[i]), expected[i], d);
1309 float _Complex testZ[testCount];
1310 testZ[0] = 3.0 + 4.0 * I;
1311 testZ[1] = 0.0 - 3.0 * I;
1312 testZ[2] = 1.23456 - 2.0 * I;
1317 float d = crealf(testZ[i]);
1320 creal(testZ[i]), cimag(testZ[i]), expected[i], d);
1331 long double _Complex testZ[testCount];
1332 testZ[0] = 3.0 + 4.0 * I;
1333 testZ[1] = 0.0 - 3.0 * I;
1334 testZ[2] = 1.23456 - 2.0 * I;
1339 long double d = creall(testZ[i]);
1342 creal(testZ[i]), cimag(testZ[i]), expected[i], d);
1352 double _Complex testZ[testCount];
1353 testZ[0] = 4.12 + 3.1 * I;
1354 testZ[1] = 0.0 + 3.0 * I;
1355 testZ[2] = 2.256 + 1.03 * I;
1364 resultval[i] = csin(testZ[i]);
1367 creal(testZ[i]), cimag(testZ[i]), creal(expected[i]),
1378 float _Complex testZ[testCount];
1379 testZ[0] = 4.0 + 3.0 * I;
1380 testZ[1] = 0.0 + 3.0 * I;
1381 testZ[2] = 2.256 + 1.03 * I;
1390 resultval[i] = csinf(testZ[i]);
1393 creal(testZ[i]), cimag(testZ[i]), creal(expected[i]),
1404 double _Complex testZ[testCount];
1405 testZ[0] = 4.12 + 3.1 * I;
1406 testZ[1] = 0.0 + 3.0 * I;
1407 testZ[2] = 2.256 + 1.03 * I;
1416 resultval[i] = csinh(testZ[i]);
1419 creal(testZ[i]), cimag(testZ[i]), creal(expected[i]),
1430 float _Complex testZ[testCount];
1431 testZ[0] = 4.0 + 3.0 * I;
1432 testZ[1] = 0.0 + 3.0 * I;
1433 testZ[2] = 2.256 + 1.03 * I;
1442 resultval[i] = csinhf(testZ[i]);
1445 creal(testZ[i]), cimag(testZ[i]), creal(expected[i]),
1456 long double _Complex testZ[testCount];
1457 testZ[0] = 4.12 + 3.1 * I;
1458 testZ[1] = 0.0 + 3.0 * I;
1459 testZ[2] = 2.256 + 1.03 * I;
1468 resultval[i] = csinhl(testZ[i]);
1471 creal(testZ[i]), cimag(testZ[i]), creal(expected[i]),
1482 long double _Complex testZ[testCount];
1483 testZ[0] = 4.12 + 3.1 * I;
1484 testZ[1] = 0.0 + 3.0 * I;
1485 testZ[2] = 2.256 + 1.03 * I;
1494 resultval[i] = csinl(testZ[i]);
1497 creal(testZ[i]), cimag(testZ[i]), creal(expected[i]),
1508 double _Complex testZ[testCount];
1509 testZ[0] = 4.12 + 3.1 * I;
1510 testZ[1] = 0.0 + 3.0 * I;
1511 testZ[2] = 2.256 + 1.03 * I;
1520 resultval[i] = csqrt(testZ[i]);
1523 creal(testZ[i]), cimag(testZ[i]), creal(expected[i]),
1534 float _Complex testZ[testCount];
1535 testZ[0] = 4.0 + 3.0 * I;
1536 testZ[1] = 0.0 + 3.0 * I;
1537 testZ[2] = 2.256 + 1.03 * I;
1546 resultval[i] = csqrtf(testZ[i]);
1549 creal(testZ[i]), cimag(testZ[i]), creal(expected[i]),
1560 long double _Complex testZ[testCount];
1561 testZ[0] = 4.12 + 3.1 * I;
1562 testZ[1] = 0.0 + 3.0 * I;
1563 testZ[2] = 2.256 + 1.03 * I;
1572 resultval[i] = csqrtl(testZ[i]);
1575 creal(testZ[i]), cimag(testZ[i]), creal(expected[i]),
1586 double _Complex testZ[testCount];
1587 testZ[0] = 1.1 + 2.12 * I;
1588 testZ[1] = 1.0 + 3.12 * I;
1589 testZ[2] = 0.0 + 1.03 * I;
1598 resultval[i] = ctan(testZ[i]);
1601 creal(testZ[i]), cimag(testZ[i]), creal(expected[i]),
1612 float _Complex testZ[testCount];
1613 testZ[0] = 1.1 + 2.12 * I;
1614 testZ[1] = 1.0 + 3.12 * I;
1615 testZ[2] = 0.0 + 1.03 * I;
1624 resultval[i] = ctanf(testZ[i]);
1627 creal(testZ[i]), cimag(testZ[i]), creal(expected[i]),
1638 double _Complex testZ[testCount];
1639 testZ[0] = 4.12 + 3.1 * I;
1640 testZ[1] = 0.0 + 3.0 * I;
1641 testZ[2] = 2.256 + 1.03 * I;
1650 resultval[i] = ctanh(testZ[i]);
1653 creal(testZ[i]), cimag(testZ[i]), creal(expected[i]),
1664 float _Complex testZ[testCount];
1665 testZ[0] = 4.0 + 3.0 * I;
1666 testZ[1] = 0.0 + 3.0 * I;
1667 testZ[2] = 2.256 + 1.03 * I;
1676 resultval[i] = ctanhf(testZ[i]);
1679 creal(testZ[i]), cimag(testZ[i]), creal(expected[i]),
1690 long double _Complex testZ[testCount];
1691 testZ[0] = 4.12 + 3.1 * I;
1692 testZ[1] = 0.0 + 3.0 * I;
1693 testZ[2] = 2.256 + 1.03 * I;
1702 resultval[i] = ctanhl(testZ[i]);
1705 creal(testZ[i]), cimag(testZ[i]), creal(expected[i]),
1716 long double _Complex testZ[testCount];
1717 testZ[0] = 1.1 + 2.12 * I;
1718 testZ[1] = 1.0 + 3.12 * I;
1719 testZ[2] = 0.0 + 1.03 * I;
1728 resultval[i] = ctanl(testZ[i]);
1731 creal(testZ[i]), cimag(testZ[i]), creal(expected[i]),