Home
last modified time | relevance | path

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

/llvm-project/clang/test/Analysis/
H A Dunsupported-types.c5 #define _Complex_I (__extension__ 1.0iF) macro
11 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()
/llvm-project/compiler-rt/test/builtins/Unit/
H A Ddivsc3_test.c94 + (b * c - a * d) / (c * c + d * d) * _Complex_I; in test__divsc3()
H A Dmulsc3_test.c93 float _Complex z = a * c - b * d + _Complex_I*(a * d + b * c); in test__mulsc3()
H A Ddivxc3_test.c99 + (b * c - a * d) / (c * c + d * d) * _Complex_I; in test__divxc3()
H A Ddivdc3_test.c94 + (b * c - a * d) / (c * c + d * d) * _Complex_I; in test__divdc3()
H A Dmuldc3_test.c92 if (r != a * c - b * d + _Complex_I*(a * d + b * c)) in test__muldc3()
H A Dmulxc3_test.c97 if (r != a * c - b * d + _Complex_I*(a * d + b * c)) in test__mulxc3()
H A Dmultc3_test.c94 if (r != a * c - b * d + _Complex_I*(a * d + b * c)) in test__multc3()
/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
H A DCSymbolMap.inc201 SYMBOL(_Complex_I, None, <complex.h>)