Lines Matching refs:Py_complex
13 } Py_complex; typedef
17 PyAPI_FUNC(Py_complex) _Py_c_sum(Py_complex, Py_complex);
18 PyAPI_FUNC(Py_complex) _Py_c_diff(Py_complex, Py_complex);
19 PyAPI_FUNC(Py_complex) _Py_c_neg(Py_complex);
20 PyAPI_FUNC(Py_complex) _Py_c_prod(Py_complex, Py_complex);
21 PyAPI_FUNC(Py_complex) _Py_c_quot(Py_complex, Py_complex);
22 PyAPI_FUNC(Py_complex) _Py_c_pow(Py_complex, Py_complex);
23 PyAPI_FUNC(double) _Py_c_abs(Py_complex);
35 Py_complex cval;
45 PyAPI_FUNC(PyObject *) PyComplex_FromCComplex(Py_complex);
52 PyAPI_FUNC(Py_complex) PyComplex_AsCComplex(PyObject *op);