Home
last modified time | relevance | path

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

1234

/freebsd-14.2/usr.bin/indent/tests/
H A Ddeclarations.018 typedef struct Complex
22 } Complex;
H A Ddeclarations.0.stdout17 typedef struct Complex {
20 } Complex;
/freebsd-14.2/sys/contrib/device-tree/Bindings/arm/
H A Dnvidia,tegra194-ccplex.yaml7 title: NVIDIA Tegra194 CPU Complex
17 Complex having all clusters.
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DExprConstShared.h37 Complex = 9, enumerator
/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DPrettyBuiltinDumper.cpp79 case PDB_BuiltinType::Complex: in getTypeName()
/freebsd-14.2/sys/contrib/device-tree/Bindings/misc/
H A Dfsl,qoriq-mc.txt1 * Freescale Management Complex
3 The Freescale Management Complex (fsl-mc) is a hardware resource
45 Definition: Must be "fsl,qoriq-mc". A Freescale Management Complex
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprConstant.cpp2101 llvm::Constant *Complex[2]; in tryEmitPrivate() local
2103 Complex[0] = llvm::ConstantInt::get(CGM.getLLVMContext(), in tryEmitPrivate()
2105 Complex[1] = llvm::ConstantInt::get(CGM.getLLVMContext(), in tryEmitPrivate()
2110 llvm::StructType::get(Complex[0]->getType(), Complex[1]->getType()); in tryEmitPrivate()
2111 return llvm::ConstantStruct::get(STy, Complex); in tryEmitPrivate()
2124 llvm::Constant *Complex[2]; in tryEmitPrivate() local
2126 Complex[0] = llvm::ConstantFP::get(CGM.getLLVMContext(), in tryEmitPrivate()
2128 Complex[1] = llvm::ConstantFP::get(CGM.getLLVMContext(), in tryEmitPrivate()
2133 llvm::StructType::get(Complex[0]->getType(), Complex[1]->getType()); in tryEmitPrivate()
2134 return llvm::ConstantStruct::get(STy, Complex); in tryEmitPrivate()
H A DCGValue.h40 enum Flavor { Scalar, Complex, Aggregate }; enumerator
55 bool isComplex() const { return V1.getInt() == Complex; } in isComplex()
100 ER.V1.setInt(Complex); in getComplex()
/freebsd-14.2/sys/contrib/device-tree/src/arm64/amlogic/
H A Dmeson-g12b-s922x-khadas-vim3.dts27 * USB3.0 from the USB Complex and enable the PCIe controller.
H A Dmeson-g12b-a311d-khadas-vim3.dts27 * USB3.0 from the USB Complex and enable the PCIe controller.
H A Dmeson-sm1-khadas-vim3l.dts95 * USB3.0 from the USB Complex and enable the PCIe controller.
/freebsd-14.2/sys/contrib/device-tree/Bindings/pci/
H A Dintel,keembay-pcie.yaml7 title: Intel Keem Bay PCIe controller Root Complex mode
H A Dmediatek,mt7621-pcie.yaml13 MediaTek MT7621 PCIe subsys supports a single Root Complex (RC)
H A Dsnps,dw-pcie-common.yaml48 Root Complex specific since it's responsible for the incoming MSI
51 Complex events like VPD IO request, general AER, PME, Hot-plug, link
H A Dbaikal,bt1-pcie.yaml13 Embedded into Baikal-T1 SoC Root Complex controller with a single port
/freebsd-14.2/sys/contrib/device-tree/Bindings/riscv/
H A Dsifive-l2-cache.txt4 of memory for masters in a Core Complex. The Level 2 Cache Controller also
H A Dsifive-l2-cache.yaml16 of memory for masters in a Core Complex. The Level 2 Cache Controller also
H A Dsifive,ccache0.yaml15 of memory for masters in a Core Complex. The Composable Cache Controller also
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Serialization/
H A DTypeBitCodes.def14 TYPE_BIT_CODE(Complex, COMPLEX, 3)
/freebsd-14.2/sys/contrib/device-tree/Bindings/media/
H A Dti,omap3isp.txt17 syscon : the phandle and register offset to the Complex I/O or CSI-PHY
/freebsd-14.2/sys/contrib/device-tree/Bindings/cache/
H A Dsifive,ccache0.yaml15 of memory for masters in a Core Complex. The Composable Cache Controller also
/freebsd-14.2/sys/contrib/device-tree/Bindings/arm/tegra/
H A Dnvidia,tegra194-cbb.yaml28 - For CCPLEX (CPU Complex) initiator, the driver sets ERD bit. So, the
/freebsd-14.2/sys/dev/dpaa2/
H A Ddpaa2_mc_if.m32 * @brief Interface of the DPAA2 Management Complex (MC) bus driver.
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonIntrinsicsV5.td128 // Complex multiply 32x16
138 // Complex add/sub halfwords/words
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64SchedFalkor.td43 def FalkorUnitX : ProcResource<1>; // Complex arithmetic

1234