reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

usr/include/python2.7/complexobject.h
   24 PyAPI_FUNC(Py_complex) c_sum(Py_complex, Py_complex);
   24 PyAPI_FUNC(Py_complex) c_sum(Py_complex, Py_complex);
   26 PyAPI_FUNC(Py_complex) c_neg(Py_complex);
   30 PyAPI_FUNC(double) c_abs(Py_complex);
   42     Py_complex cval;
   50 PyAPI_FUNC(PyObject *) PyComplex_FromCComplex(Py_complex);