Home
last modified time | relevance | path

Searched refs:complex_mul (Results 1 – 3 of 3) 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()
/external/python/cpython3/Objects/
Dcomplexobject.c488 complex_mul(PyObject *v, PyObject *w) in complex_mul() function
1083 (binaryfunc)complex_mul, /* nb_multiply */
/external/python/cpython2/Objects/
Dcomplexobject.c546 complex_mul(PyObject *v, PyObject *w) in complex_mul() function
1276 (binaryfunc)complex_mul, /* nb_multiply */