Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
Dcomplexobject.h21 #define c_pow _Py_c_pow macro
29 PyAPI_FUNC(Py_complex) c_pow(Py_complex, Py_complex);
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
Dcomplexobject.h21 #define c_pow _Py_c_pow macro
29 PyAPI_FUNC(Py_complex) c_pow(Py_complex, Py_complex);
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Dcomplexobject.c124 c_pow(Py_complex a, Py_complex b) in c_pow() function
177 return c_pow(x,cn); in c_powi()
669 p = c_pow(a,exponent); in complex_pow()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/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()