Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
Dcomplexobject.h16 #define c_sum _Py_c_sum macro
24 PyAPI_FUNC(Py_complex) c_sum(Py_complex, Py_complex);
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
Dcomplexobject.h16 #define c_sum _Py_c_sum macro
24 PyAPI_FUNC(Py_complex) c_sum(Py_complex, Py_complex);
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Dcomplexobject.c34 c_sum(Py_complex a, Py_complex b) in c_sum() function
523 result = c_sum(a, b); in complex_add()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Dcomplexobject.c34 c_sum(Py_complex a, Py_complex b) in c_sum() function
527 result = c_sum(a, b); in complex_add()