Searched refs:complex_new_impl (Results 1 – 2 of 2) sorted by relevance
14 complex_new_impl(PyTypeObject *type, PyObject *r, PyObject *i);44 return_value = complex_new_impl(type, r, i); in complex_new()
916 complex_new_impl(PyTypeObject *type, PyObject *r, PyObject *i) in complex_new_impl() function