Home
last modified time | relevance | path

Searched defs:imag (Results 1 – 8 of 8) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
Dcomplexobject.h11 double imag; member
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
Dcomplexobject.h11 double imag; member
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
Dnumbers.py65 def imag(self): member in Complex
259 def imag(self): member in Real
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dnumbers.py65 def imag(self): member in Complex
259 def imag(self): member in Real
Ddecimal.py1605 def imag(self): member in Decimal
1607 imag = property(imag) variable in Decimal
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Dcomplexobject.c248 complex_subtype_from_doubles(PyTypeObject *type, double real, double imag) in complex_subtype_from_doubles()
257 PyComplex_FromDoubles(double real, double imag) in PyComplex_FromDoubles()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Dcomplexobject.c244 complex_subtype_from_doubles(PyTypeObject *type, double real, double imag) in complex_subtype_from_doubles()
253 PyComplex_FromDoubles(double real, double imag) in PyComplex_FromDoubles()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_complex.py144 def check(n, deltas, is_equal, imag = 0.0): argument