Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython3/Objects/clinic/
Dcomplexobject.c.h82 complex___complex___impl(PyComplexObject *self);
87 return complex___complex___impl(self); in complex___complex__()
/aosp_15_r20/external/python/cpython3/Objects/
Dcomplexobject.c704 complex___complex___impl(PyComplexObject *self) in complex___complex___impl() function