Searched refs:_Py_c_pow (Results 1 – 4 of 4) sorted by relevance
22 PyAPI_FUNC(Py_complex) _Py_c_pow(Py_complex, Py_complex);
127 _Py_c_pow(Py_complex a, Py_complex b) in _Py_c_pow() function525 p = _Py_c_pow(a, b); in complex_pow()
70 .. c:function:: Py_complex _Py_c_pow(Py_complex num, Py_complex exp)
3059 _Py_c_pow:Py_complex:::3060 _Py_c_pow:Py_complex:num::3061 _Py_c_pow:Py_complex:exp::