Home
last modified time | relevance | path

Searched defs:IsComplex (Results 1 – 16 of 16) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/types2/
Dbasic.go56 IsComplex const
/aosp_15_r20/prebuilts/go/linux-x86/src/go/types/
Dbasic.go59 IsComplex const
/aosp_15_r20/external/eigen/unsupported/test/
H A Dmatrix_power.cpp106 const int IsComplex = NumTraits<typename internal::traits<MatrixType>::Scalar>::IsComplex; in testSingular() local
/aosp_15_r20/external/eigen/blas/
H A Dcommon.h98 IsComplex = Eigen::NumTraits<SCALAR>::IsComplex, enumerator
/aosp_15_r20/external/python/cpython2/Demo/classes/
DComplex.py71 def IsComplex(obj): function
/aosp_15_r20/external/llvm/lib/Target/ARM/
H A DARMTargetTransformInfo.cpp322 int ARMTTIImpl::getAddressComputationCost(Type *Ty, bool IsComplex) { in getAddressComputationCost()
/aosp_15_r20/external/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.cpp420 int AArch64TTIImpl::getAddressComputationCost(Type *Ty, bool IsComplex) { in getAddressComputationCost()
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/types/
Dtype.go1367 func (t *Type) IsComplex() bool { func
1808 IsComplex [NTYPE]bool var
/aosp_15_r20/external/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h918 unsigned getAddressComputationCost(Type *Ty, bool IsComplex) { return 0; } in getAddressComputationCost()
/aosp_15_r20/external/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.cpp1180 int X86TTIImpl::getAddressComputationCost(Type *Ty, bool IsComplex) { in getAddressComputationCost()
/aosp_15_r20/external/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h963 int getAddressComputationCost(Type *Ty, bool IsComplex) override { in getAddressComputationCost()
/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/
H A Dop_types.cc149 bool IsComplex(const NodeDef& node) { return node.op() == "Complex"; } in IsComplex() function
/aosp_15_r20/external/swiftshader/third_party/subzero/src/
H A DIceTargetLoweringX8632.h50 bool IsComplex = false; variable
H A DIceTargetLoweringX8664.h51 bool IsComplex = false; variable
/aosp_15_r20/prebuilts/go/linux-x86/src/text/template/parse/
Dnode.go625 IsComplex bool // Number is complex. member
/aosp_15_r20/external/tensorflow/tensorflow/core/ir/
H A Dtf_op_names.cc189 bool TFGraphDialect::IsComplex(TFOp op) const { in IsComplex() function in mlir::tfg::TFGraphDialect