Home
last modified time | relevance | path

Searched refs:Py_complex (Results 1 – 17 of 17) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
Dcomplexobject.h12 } Py_complex; typedef
24 PyAPI_FUNC(Py_complex) c_sum(Py_complex, Py_complex);
25 PyAPI_FUNC(Py_complex) c_diff(Py_complex, Py_complex);
26 PyAPI_FUNC(Py_complex) c_neg(Py_complex);
27 PyAPI_FUNC(Py_complex) c_prod(Py_complex, Py_complex);
28 PyAPI_FUNC(Py_complex) c_quot(Py_complex, Py_complex);
29 PyAPI_FUNC(Py_complex) c_pow(Py_complex, Py_complex);
30 PyAPI_FUNC(double) c_abs(Py_complex);
42 Py_complex cval;
50 PyAPI_FUNC(PyObject *) PyComplex_FromCComplex(Py_complex);
[all …]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
Dcomplexobject.h12 } Py_complex; typedef
24 PyAPI_FUNC(Py_complex) c_sum(Py_complex, Py_complex);
25 PyAPI_FUNC(Py_complex) c_diff(Py_complex, Py_complex);
26 PyAPI_FUNC(Py_complex) c_neg(Py_complex);
27 PyAPI_FUNC(Py_complex) c_prod(Py_complex, Py_complex);
28 PyAPI_FUNC(Py_complex) c_quot(Py_complex, Py_complex);
29 PyAPI_FUNC(Py_complex) c_pow(Py_complex, Py_complex);
30 PyAPI_FUNC(double) c_abs(Py_complex);
42 Py_complex cval;
50 PyAPI_FUNC(PyObject *) PyComplex_FromCComplex(Py_complex);
[all …]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Dcomplexobject.c31 static Py_complex c_1 = {1., 0.};
33 Py_complex
34 c_sum(Py_complex a, Py_complex b) in c_sum()
36 Py_complex r; in c_sum()
42 Py_complex
43 c_diff(Py_complex a, Py_complex b) in c_diff()
45 Py_complex r; in c_diff()
51 Py_complex
52 c_neg(Py_complex a) in c_neg()
54 Py_complex r; in c_neg()
[all …]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Dcomplexobject.c31 static Py_complex c_1 = {1., 0.};
33 Py_complex
34 c_sum(Py_complex a, Py_complex b) in c_sum()
36 Py_complex r; in c_sum()
42 Py_complex
43 c_diff(Py_complex a, Py_complex b) in c_diff()
45 Py_complex r; in c_diff()
51 Py_complex
52 c_neg(Py_complex a) in c_neg()
54 Py_complex r; in c_neg()
[all …]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
Dcmathmodule.c51 static Py_complex c_asinh(Py_complex);
52 static Py_complex c_atanh(Py_complex);
53 static Py_complex c_cosh(Py_complex);
54 static Py_complex c_sinh(Py_complex);
55 static Py_complex c_sqrt(Py_complex);
56 static Py_complex c_tanh(Py_complex);
124 static Py_complex acos_special_values[7][7];
126 static Py_complex
127 c_acos(Py_complex z) in c_acos()
129 Py_complex s1, s2, r; in c_acos()
[all …]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Dcmathmodule.c51 static Py_complex c_asinh(Py_complex);
52 static Py_complex c_atanh(Py_complex);
53 static Py_complex c_cosh(Py_complex);
54 static Py_complex c_sinh(Py_complex);
55 static Py_complex c_sqrt(Py_complex);
56 static Py_complex c_tanh(Py_complex);
124 static Py_complex acos_special_values[7][7];
126 static Py_complex
127 c_acos(Py_complex z) in c_acos()
129 Py_complex s1, s2, r; in c_acos()
[all …]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
Dmodsupport.c388 *((Py_complex *)va_arg(*p_va, Py_complex *))); in do_mkvalue()
Dgetargs.c812 Py_complex *p = va_arg(*p_va, Py_complex *); in convertsimple()
813 Py_complex cval; in convertsimple()
Dast.c3330 Py_complex complex; in parsenumber()
Dcompile.c963 Py_complex z; in compiler_add_o()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Dmodsupport.c388 *((Py_complex *)va_arg(*p_va, Py_complex *))); in do_mkvalue()
Dgetargs.c812 Py_complex *p = va_arg(*p_va, Py_complex *); in convertsimple()
813 Py_complex cval; in convertsimple()
Dmarshal.c745 Py_complex c; in r_object()
779 Py_complex c; in r_object()
Dast.c3313 Py_complex complex; in parsenumber()
Dcompile.c940 Py_complex z; in compiler_add_o()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Python/
Dmarshal.c745 Py_complex c; in r_object()
779 Py_complex c; in r_object()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Python/
Dmarshal.c750 Py_complex c; in r_object()
784 Py_complex c; in r_object()