Home
last modified time | relevance | path

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

/external/clang/test/CodeGen/
Dparameter-passing.c35 static void complex_mul(ComplexTy a) { result *= __real a * __imag a; } in complex_mul() function
46 complex_mul(complex_id(11 + 13i)); in f0()