Home
last modified time | relevance | path

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

/third_party/python/Objects/
Dcomplexobject.c173 c_powi(Py_complex x, long n) in c_powi() function
522 p = c_powi(a, (long)b.real); in complex_pow()