Home
last modified time | relevance | path

Searched refs:_Py_c_pow (Results 1 - 2 of 2) sorted by relevance

/third_party/python/Include/cpython/
H A Dcomplexobject.h17 PyAPI_FUNC(Py_complex) _Py_c_pow(Py_complex, Py_complex);
/third_party/python/Objects/
H A Dcomplexobject.c129 _Py_c_pow(Py_complex a, Py_complex b) in _Py_c_pow() function
526 p = _Py_c_pow(a, b); in complex_pow()

Completed in 2 milliseconds