Home
last modified time | relevance | path

Searched refs:c_neg (Results 1 – 6 of 6) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
Dcomplexobject.h18 #define c_neg _Py_c_neg macro
26 PyAPI_FUNC(Py_complex) c_neg(Py_complex);
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
Dcomplexobject.h18 #define c_neg _Py_c_neg macro
26 PyAPI_FUNC(Py_complex) c_neg(Py_complex);
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
Dcmathmodule.c316 return c_neg(c_atanh(c_neg(z))); in c_atanh()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Dcmathmodule.c316 return c_neg(c_atanh(c_neg(z))); in c_atanh()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Dcomplexobject.c52 c_neg(Py_complex a) in c_neg() function
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Dcomplexobject.c52 c_neg(Py_complex a) in c_neg() function