Home
last modified time | relevance | path

Searched defs:complexType (Results 1 – 7 of 7) sorted by relevance

/external/kotlinpoet/interop/javapoet/src/test/kotlin/com/squareup/kotlinpoet/javapoet/
DPoetInteropTest.kt165 val complexType = typeNameOf<Map<String?, List<MutableMap<Int, IntArray>>>>() in complex() constant
/external/auto/value/src/test/java/com/google/auto/value/extension/serializable/processor/
DSerializableAutoValueExtensionTest.java444 public void complexType() { in complexType() method in SerializableAutoValueExtensionTest
447 ComplexType complexType = ComplexType.builder().setA(map).build(); in complexType() local
/external/deqp/modules/gles31/functional/
Des31fProgramInterfaceDefinitionUtil.cpp801 static bool containsSubType(const glu::VarType &complexType, glu::DataType basicType) in containsSubType()
863 static int accumulateComplexType(const glu::VarType &complexType, const DataTypeMap &dTypeMap) in accumulateComplexType()
972 static int getNumTypeInstances(const glu::VarType &complexType, bool (*predicate)(glu::DataType)) in getNumTypeInstances()
/external/tensorflow/tensorflow/compiler/xla/mlir_hlo/lib/Dialect/lhlo/IR/
Dlhlo_ops.cc103 if (auto complexType = operandType.dyn_cast<ComplexType>()) { in verify() local
/external/clang/lib/CodeGen/
DCGExprComplex.cpp304 QualType complexType) { in emitAddrOfRealComponent()
310 QualType complexType) { in emitAddrOfImagComponent()
DSwiftCallingConv.cpp81 } else if (auto complexType = type->getAs<ComplexType>()) { in addTypedData() local
/external/tensorflow/tensorflow/compiler/xla/mlir_hlo/lib/Dialect/mhlo/transforms/
Dlegalize_to_linalg.cc89 if (auto complexType = type.getElementType().dyn_cast<ComplexType>()) { in fillTensorWithZeros() local
1063 if (auto complexType = in matchAndRewrite() local