Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/
Dcomplexobject.c147 c_powu(Py_complex x, long n) in c_powu() function
173 return c_powu(x,n); in c_powi()
175 return _Py_c_quot(c_1, c_powu(x,-n)); in c_powi()
/external/python/cpython2/Objects/
Dcomplexobject.c158 c_powu(Py_complex x, long n) in c_powu() function
184 return c_powu(x,n); in c_powi()
186 return c_quot(c_1,c_powu(x,-n)); in c_powi()