Home
last modified time | relevance | path

Searched refs:complex_conjugate_impl (Results 1 – 2 of 2) sorted by relevance

/third_party/python/Objects/clinic/
Dcomplexobject.c.h15 complex_conjugate_impl(PyComplexObject *self);
20 return complex_conjugate_impl(self); in complex_conjugate()
/third_party/python/Objects/
Dcomplexobject.c647 complex_conjugate_impl(PyComplexObject *self) in complex_conjugate_impl() function