Searched refs:c_pow (Results 1 – 2 of 2) sorted by relevance
21 #define c_pow _Py_c_pow macro29 PyAPI_FUNC(Py_complex) c_pow(Py_complex, Py_complex);
128 c_pow(Py_complex a, Py_complex b) in c_pow() function181 return c_pow(x,cn); in c_powi()673 p = c_pow(a,exponent); in complex_pow()