Home
last modified time | relevance | path

Searched defs:leftType (Results 1 – 25 of 63) sorted by relevance

123

/aosp_15_r20/external/pytorch/aten/src/ATen/core/op_registration/
H A Dinfer_schema.cpp63 const TypePtr& leftType = lhs.arguments()[i].type(); in findSchemaDifferences() local
78 const TypePtr& leftType = lhs.returns()[i].type(); in findSchemaDifferences() local
/aosp_15_r20/external/skia/src/sksl/
H A DSkSLConstantFolder.cpp174 const Type& leftType = left.type(); in simplify_matrix_times_matrix() local
189 const Type& leftType = left.type(); in simplify_vector_times_matrix() local
204 const Type& leftType = left.type(); in simplify_matrix_times_vector() local
676 const Type& leftType = left->type(); in fold_two_constants() local
/aosp_15_r20/external/skia/src/sksl/ir/
H A DSkSLBinaryExpression.cpp49 const Type* leftType; in Convert() local
103 const Type* leftType; in Make() local
/aosp_15_r20/external/icu/icu4j/tools/misc/src/main/java/com/ibm/icu/dev/tool/layout/
H A DArabicShaping.java69 public static void shape(char[] chars, int leftType, int rightType, ClassTable isolClassTable) { in shape()
H A DCanonGSUBBuilder.java40 int leftType = ArabicShaping.VALUE_NONE; in convertArabicString() local
/aosp_15_r20/external/angle/src/compiler/translator/tree_ops/
H A DClampIndirectIndices.cpp48 const TType &leftType = node->getLeft()->getType(); in visitBinary() local
/aosp_15_r20/external/angle/src/compiler/translator/msl/
H A DEmitMetal.cpp786 const TType &leftType = binaryNode->getLeft()->getType(); in Parenthesize() local
1773 TType leftType = leftNode.getType(); in visitBinary() local
1819 const TType &leftType = leftNode.getType(); in visitBinary() local
H A DToposortStructs.cpp276 const TType &leftType = binary->getLeft()->getType(); in visitBinary() local
H A DProgramPrelude.cpp3764 const TType &leftType = node->getLeft()->getType(); in visitBinary() local
/aosp_15_r20/external/angle/src/compiler/translator/wgsl/
H A DTranslatorWGSL.cpp945 TType leftType = leftNode.getType(); in emitArrayIndex() local
1021 const TType &leftType = leftNode.getType(); in visitBinary() local
/aosp_15_r20/external/angle/src/compiler/translator/tree_ops/hlsl/
H A DRecordUniformBlocksWithLargeArrayMember.cpp258 const TType &leftType = node->getLeft()->getType(); in visitBinary() local
/aosp_15_r20/external/angle/src/compiler/translator/tree_ops/msl/
H A DRewriteUnaddressableReferences.cpp44 const TType &leftType = binary.getLeft()->getType(); in IsVectorAccess() local
/aosp_15_r20/external/angle/src/compiler/translator/hlsl/
H A DOutputHLSL.cpp1802 const TType &leftType = node->getLeft()->getType(); in visitBinary() local
1862 const TType &leftType = node->getLeft()->getType(); in visitBinary() local
H A DShaderStorageBlockOutputHLSL.cpp561 const TType &leftType = binaryNode->getLeft()->getType(); in traverseNode() local
/aosp_15_r20/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javasymbolsolver_0_6_0/src/java-symbol-solver-core/com/github/javaparser/symbolsolver/javaparsermodel/
H A DJavaParserFacade.java374 Type leftType = getTypeConcrete(left, solveLambdas); in getBinaryTypeConcrete() local
/aosp_15_r20/external/javaparser/javaparser-symbol-solver-core/src/main/java/com/github/javaparser/symbolsolver/javaparsermodel/
H A DJavaParserFacade.java382 ResolvedType leftType = getTypeConcrete(left, solveLambdas); in getBinaryTypeConcrete() local
/aosp_15_r20/external/skia/src/sksl/codegen/
H A DSkSLMetalCodeGenerator.cpp2096 void MetalCodeGenerator::writeEqualityHelpers(const Type& leftType, const Type& rightType) { in writeEqualityHelpers()
2157 const Type& leftType = left.type(); in writeBinaryExpression() local
H A DSkSLSPIRVCodeGenerator.cpp3793 SpvId SPIRVCodeGenerator::writeDecomposedMatrixVectorMultiply(const Type& leftType, in writeDecomposedMatrixVectorMultiply()
3828 SpvId SPIRVCodeGenerator::writeBinaryExpression(const Type& leftType, SpvId lhs, Operator op, in writeBinaryExpression()
/aosp_15_r20/external/angle/third_party/glslang/src/glslang/MachineIndependent/
H A Dreflection.cpp560 const TType& leftType = topNode->getLeft()->getType(); in addDereferencedUniform() local
H A DParseHelper.cpp623 TType& leftType = binaryNode->getLeft()->getWritableType(); in handleBracketDereference() local
3358 const TType& leftType = binaryNode->getLeft()->getType(); in lValueErrorCheck() local
/aosp_15_r20/external/deqp-deps/glslang/glslang/MachineIndependent/
Dreflection.cpp560 const TType& leftType = topNode->getLeft()->getType(); in addDereferencedUniform() local
DParseHelper.cpp605 TType& leftType = binaryNode->getLeft()->getWritableType(); in handleBracketDereference() local
3119 const TType& leftType = binaryNode->getLeft()->getType(); in lValueErrorCheck() local
/aosp_15_r20/external/kotlinc/lib/
HDassignment-compiler-plugin.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/kotlin-assignment- ...
/aosp_15_r20/external/nullaway/nullaway/src/main/java/com/uber/nullaway/
H A DNullAway.java1570 Type leftType = ASTHelpers.getType(leftOperand); in matchBinary() local
/aosp_15_r20/external/angle/src/compiler/translator/
H A DIntermNode.cpp2422 const TType &leftType, in FoldBinary()

123