Home
last modified time | relevance | path

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

1234

/freebsd/contrib/llvm-project/libc/src/__support/
H A Dcomplex_basic_ops.h19 Complex<make_real_t<T>> c_c = cpp::bit_cast<Complex<make_real_t<T>>>(c); in conjugate()
26 Complex<real_t> c_c = cpp::bit_cast<Complex<real_t>>(c); in project()
30 Complex<real_t>{(fputil::FPBits<real_t>::inf(Sign::POS).get_val()), in project()
H A Dcomplex_type.h17 template <typename T> struct Complex { struct
/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-j7200-evm-pcie1-ep.dtso20 * Since Root Complex and Endpoint modes are mutually exclusive
21 * disable Root Complex mode.
H A Dk3-am69-sk-pcie0-ep.dtso20 * Since Root Complex and Endpoint modes are mutually exclusive
21 * disable Root Complex mode.
H A Dk3-am68-sk-base-board-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-j721e-evm-pcie1-ep.dtso20 * Since Root Complex and Endpoint modes are mutually exclusive
21 * disable Root Complex mode.
H A Dk3-am642-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/CIR/CodeGen/
H A DCIRGenValue.h34 enum Flavor { Scalar, Complex, Aggregate }; enumerator
50 bool isComplex() const { return flavor == Complex; } in isComplex()
87 er.flavor = Complex; in getComplex()
/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/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DPrettyBuiltinDumper.cpp79 case PDB_BuiltinType::Complex: in getTypeName()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprConstShared.h45 Complex = 9, enumerator
/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/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.cpp2459 llvm::Constant *Complex[2]; in tryEmitPrivate() local
2461 Complex[0] = llvm::ConstantInt::get(CGM.getLLVMContext(), in tryEmitPrivate()
2463 Complex[1] = llvm::ConstantInt::get(CGM.getLLVMContext(), in tryEmitPrivate()
2468 llvm::StructType::get(Complex[0]->getType(), Complex[1]->getType()); in tryEmitPrivate()
2469 return llvm::ConstantStruct::get(STy, Complex); in tryEmitPrivate()
2482 llvm::Constant *Complex[2]; in tryEmitPrivate() local
2484 Complex[0] = llvm::ConstantFP::get(CGM.getLLVMContext(), in tryEmitPrivate()
2486 Complex[1] = llvm::ConstantFP::get(CGM.getLLVMContext(), in tryEmitPrivate()
2491 llvm::StructType::get(Complex[0]->getType(), Complex[1]->getType()); in tryEmitPrivate()
2492 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.dts89 * 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

1234