Lines Matching refs:Py_complex
8 } Py_complex; typedef
12 PyAPI_FUNC(Py_complex) _Py_c_sum(Py_complex, Py_complex);
13 PyAPI_FUNC(Py_complex) _Py_c_diff(Py_complex, Py_complex);
14 PyAPI_FUNC(Py_complex) _Py_c_neg(Py_complex);
15 PyAPI_FUNC(Py_complex) _Py_c_prod(Py_complex, Py_complex);
16 PyAPI_FUNC(Py_complex) _Py_c_quot(Py_complex, Py_complex);
17 PyAPI_FUNC(Py_complex) _Py_c_pow(Py_complex, Py_complex);
18 PyAPI_FUNC(double) _Py_c_abs(Py_complex);
28 Py_complex cval;
31 PyAPI_FUNC(PyObject *) PyComplex_FromCComplex(Py_complex);
33 PyAPI_FUNC(Py_complex) PyComplex_AsCComplex(PyObject *op);