Home
last modified time | relevance | path

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

/external/python/cpython2/Include/
Dcomplexobject.h21 #define c_pow _Py_c_pow macro
29 PyAPI_FUNC(Py_complex) c_pow(Py_complex, Py_complex);
/external/python/cpython2/Objects/
Dcomplexobject.c128 c_pow(Py_complex a, Py_complex b) in c_pow() function
181 return c_pow(x,cn); in c_powi()
673 p = c_pow(a,exponent); in complex_pow()