Searched refs:complex_conjugate_impl (Results 1 – 2 of 2) sorted by relevance
15 complex_conjugate_impl(PyComplexObject *self);20 return complex_conjugate_impl(self); in complex_conjugate()
647 complex_conjugate_impl(PyComplexObject *self) in complex_conjugate_impl() function