Searched defs:complex (Results 1 - 4 of 4) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
H A Dcsv.py160 # Guard Sniffer's type checking against builds that exclude complex()
162 complex
164 complex = float variable in class:DictWriter
417 for thisType in [int, long, float, complex]:
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
H A Dcsv.py156 # Guard Sniffer's type checking against builds that exclude complex()
158 complex
160 complex = float variable in class:DictWriter
412 for thisType in [int, long, float, complex]:
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
H A Dast.c380 a little more complex than necessary as a result. It also means
733 /* def foo((x)): is not complex, special case. */
735 /* We have complex arguments, setup for unpacking. */
3330 Py_complex complex; local
3351 complex.real = 0.;
3352 complex.imag = PyOS_string_to_double(s, (char **)&end, NULL);
3353 if (complex.imag == -1.0 && PyErr_Occurred())
3355 return PyComplex_FromCComplex(complex);
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
H A Dast.c380 a little more complex than necessary as a result. It also means
733 /* def foo((x)): is not complex, special case. */
735 /* We have complex arguments, setup for unpacking. */
3313 Py_complex complex; local
3334 complex.real = 0.;
3335 complex.imag = PyOS_string_to_double(s, (char **)&end, NULL);
3336 if (complex.imag == -1.0 && PyErr_Occurred())
3338 return PyComplex_FromCComplex(complex);

Completed in 89 milliseconds