Searched refs:_Py_c_pow (Results 1 – 9 of 9) sorted by relevance
22 PyAPI_FUNC(Py_complex) _Py_c_pow(Py_complex, Py_complex);
21 #define c_pow _Py_c_pow
124 _Py_c_pow(Py_complex a, Py_complex b) in _Py_c_pow() function177 return _Py_c_pow(x,cn); in c_powi()548 p = _Py_c_pow(a, exponent); in complex_pow()
470 _Py_c_pow
70 .. c:function:: Py_complex _Py_c_pow(Py_complex num, Py_complex exp)
1847 _Py_c_pow:Py_complex:::1848 _Py_c_pow:Py_complex:num::1849 _Py_c_pow:Py_complex:exp::
242 "_Py_c_pow"
3076 _Py_c_pow:Py_complex:::3077 _Py_c_pow:Py_complex:num::3078 _Py_c_pow:Py_complex:exp::