Home
last modified time | relevance | path

Searched refs:Complex (Results 1 – 14 of 14) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/classes/
DComplex.py78 return Complex(*obj)
80 return Complex(obj)
84 return Complex(math.cos(phi)*r, math.sin(phi)*r)
96 class Complex: class
137 return Complex(-self.re, -self.im)
180 return Complex(self.re + other.re, self.im + other.im)
186 return Complex(self.re - other.re, self.im - other.im)
194 return Complex(self.re*other.re - self.im*other.im,
203 return Complex((self.re*other.re + self.im*other.im) / d,
220 return Complex(math.cos(phi)*r, math.sin(phi)*r)
[all …]
DREADME3 Complex.py Complex numbers
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_abstract_numbers.py5 from numbers import Complex, Real, Rational, Integral
11 self.assertTrue(issubclass(int, Complex))
21 self.assertTrue(issubclass(long, Complex))
39 self.assertTrue(issubclass(complex, Complex))
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dnumbers.py34 class Complex(Number): class
166 Complex.register(complex)
169 class Real(Complex):
Dfractions.py378 elif isinstance(a, numbers.Complex):
532 if isinstance(b, numbers.Complex) and b.imag == 0:
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
Dnumbers.py34 class Complex(Number): class
166 Complex.register(complex)
169 class Real(Complex):
/device/linaro/bootloader/edk2/ArmPlatformPkg/ArmJunoPkg/Drivers/PciHostBridgeDxe/
DPciHostBridgeDxe.inf2 # INF file for the Xpress-RICH3 PCIe Root Complex
/device/linaro/bootloader/edk2/ArmPlatformPkg/ArmJunoPkg/AcpiTables/
DAcpiSsdtRootPci.asl46 // PCI Root Complex
56 // Root Complex 0
/device/linaro/bootloader/OpenPlatformPkg/Platforms/ARM/Juno/AcpiTables/
DAcpiSsdtRootPci.asl46 // PCI Root Complex
56 // Root Complex 0
/device/linaro/bootloader/edk2/Vlv2DeviceRefCodePkg/AcpiTablesPCAT/
Dtoken.asl32 Name(SRCB, 0xfed1c000) // RCBA (Root Complex Base Address)
/device/linaro/bootloader/edk2/ArmPlatformPkg/ArmJunoPkg/
DArmJuno.dsc134 # PLDA PCI Root Complex
/device/linaro/bootloader/OpenPlatformPkg/Platforms/ARM/Juno/
DArmJuno.dsc141 # PLDA PCI Root Complex
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellLevel1CommandsLib/
DUefiShellLevel1CommandsLib.uni298 " to right. Complex conditionals requiring precedence may\r\n"
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/
DCHANGES_FROM_133.txt182 #296. (Changed in MR27) Complex return types in rules.