Home
last modified time | relevance | path

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

123

/freebsd/usr.bin/indent/tests/
H A Ddeclarations.018 typedef struct Complex
22 } Complex;
H A Ddeclarations.0.stdout17 typedef struct Complex {
20 } Complex;
/freebsd/sys/contrib/device-tree/src/arm64/ti/
H A Dk3-j721s2-evm-pcie1-ep.dtso20 * Since Root Complex and Endpoint modes are mutually exclusive
21 * disable Root Complex mode.
H A Dk3-j721e-evm-pcie0-ep.dtso20 * Since Root Complex and Endpoint modes are mutually exclusive
21 * disable Root Complex mode.
H A Dk3-j784s4-evm-pcie0-pcie1-ep.dtso20 * Since Root Complex and Endpoint modes are mutually exclusive
21 * disable Root Complex mode.
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprConstShared.h40 Complex = 9, enumerator
H A DType.cpp699 if (const auto *Complex = getAs<ComplexType>()) in getAsComplexIntegerType() local
700 if (Complex->getElementType()->isIntegerType()) in getAsComplexIntegerType()
701 return Complex; in getAsComplexIntegerType()
2629 case Type::Complex: in isCXX98PODType()
3092 case Complex: in isSpecifierType()
4524 case Type::Complex: in computeCachedProperties()
4612 case Type::Complex: in computeTypeLinkageInfo()
4811 case Type::Complex: in canHaveNullability()
/freebsd/sys/contrib/device-tree/src/arm64/rockchip/
H A Drk3588-rock-5b-pcie-srns.dtso3 * DT-overlay to run the PCIe3_4L Dual Mode controller in Root Complex
/freebsd/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/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DPrettyBuiltinDumper.cpp79 case PDB_BuiltinType::Complex: in getTypeName()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGValue.h45 enum FlavorEnum { Scalar, Complex, Aggregate };
65 bool isComplex() const { return Flavor == Complex; }
111 ER.Flavor = Complex;
H A DCGExprConstant.cpp2342 llvm::Constant *Complex[2]; in tryEmitPrivate() local
2344 Complex[0] = llvm::ConstantInt::get(CGM.getLLVMContext(), in tryEmitPrivate()
2346 Complex[1] = llvm::ConstantInt::get(CGM.getLLVMContext(), in tryEmitPrivate()
2351 llvm::StructType::get(Complex[0]->getType(), Complex[1]->getType()); in tryEmitPrivate()
2352 return llvm::ConstantStruct::get(STy, Complex); in tryEmitPrivate()
2365 llvm::Constant *Complex[2]; in tryEmitPrivate() local
2367 Complex[0] = llvm::ConstantFP::get(CGM.getLLVMContext(), in tryEmitPrivate()
2369 Complex[1] = llvm::ConstantFP::get(CGM.getLLVMContext(), in tryEmitPrivate()
2374 llvm::StructType::get(Complex[0]->getType(), Complex[1]->getType()); in tryEmitPrivate()
2375 return llvm::ConstantStruct::get(STy, Complex); in tryEmitPrivate()
/freebsd/sys/contrib/device-tree/src/arm64/amlogic/
H A Dmeson-g12b-a311d-khadas-vim3.dts27 * USB3.0 from the USB Complex and enable the PCIe controller.
H A Dmeson-g12b-s922x-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/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
/freebsd/contrib/llvm-project/clang/include/clang/Serialization/
H A DTypeBitCodes.def14 TYPE_BIT_CODE(Complex, COMPLEX, 3)
/freebsd/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/sys/dev/dpaa2/
H A Ddpaa2_mc_if.m32 * @brief Interface of the DPAA2 Management Complex (MC) bus driver.
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonIntrinsicsV5.td128 // Complex multiply 32x16
138 // Complex add/sub halfwords/words
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64SchedFalkor.td43 def FalkorUnitX : ProcResource<1>; // Complex arithmetic
H A DAArch64SchedA510.td752 // Complex add
757 // Complex dot product 8-bit element
760 // Complex dot product 16-bit element
763 // Complex multiply-add B, H, S element size
767 // Complex multiply-add D element size
/freebsd/sys/contrib/device-tree/Bindings/net/dsa/
H A Docelot.txt64 pcie@1f0000000 { /* Integrated Endpoint Root Complex */
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeTypeEnum.cpp240 return PDB_BuiltinType::Complex; in getBuiltinType()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/
H A DPDBTypes.h350 Complex = 28, enumerator

123