Searched refs:_Complex_I (Results 1 – 9 of 9) sorted by relevance
5 #define _Complex_I (__extension__ 1.0iF) macro11 if (x != 1.0 + 3.0 * _Complex_I && y != 1.0 - 4.0 * _Complex_I) in complex_float()14 clang_analyzer_eval(x + y == 2.0 - 1.0 * _Complex_I); // expected-warning{{UNKNOWN}} in complex_float()19 if (x != 1.0 + 3.0 * _Complex_I && y != 1.0 - 4.0 * _Complex_I) in complex_int()22 clang_analyzer_eval(x + y == 2.0 - 1.0 * _Complex_I); // expected-warning{{UNKNOWN}} in complex_int()
94 + (b * c - a * d) / (c * c + d * d) * _Complex_I; in test__divsc3()
93 float _Complex z = a * c - b * d + _Complex_I*(a * d + b * c); in test__mulsc3()
99 + (b * c - a * d) / (c * c + d * d) * _Complex_I; in test__divxc3()
94 + (b * c - a * d) / (c * c + d * d) * _Complex_I; in test__divdc3()
92 if (r != a * c - b * d + _Complex_I*(a * d + b * c)) in test__muldc3()
97 if (r != a * c - b * d + _Complex_I*(a * d + b * c)) in test__mulxc3()
94 if (r != a * c - b * d + _Complex_I*(a * d + b * c)) in test__multc3()
201 SYMBOL(_Complex_I, None, <complex.h>)