Home
last modified time | relevance | path

Searched refs:getLeft (Results 1 – 25 of 96) sorted by relevance

1234

/external/jsilver/src/com/google/clearsilver/jsilver/interpreter/
DExpressionEvaluator.java139 executeFunction("==", node.getLeft(), node.getRight()); in caseAEqExpression()
144 executeFunction("#==", node.getLeft(), node.getRight()); in caseANumericEqExpression()
149 executeFunction("!=", node.getLeft(), node.getRight()); in caseANeExpression()
154 executeFunction("#!=", node.getLeft(), node.getRight()); in caseANumericNeExpression()
159 executeFunction("<", node.getLeft(), node.getRight()); in caseALtExpression()
164 executeFunction(">", node.getLeft(), node.getRight()); in caseAGtExpression()
169 executeFunction("<=", node.getLeft(), node.getRight()); in caseALteExpression()
174 executeFunction(">=", node.getLeft(), node.getRight()); in caseAGteExpression()
179 executeFunction("&&", node.getLeft(), node.getRight()); in caseAAndExpression()
184 executeFunction("||", node.getLeft(), node.getRight()); in caseAOrExpression()
[all …]
/external/jsilver/src/com/google/clearsilver/jsilver/syntax/analysis/
DDepthFirstAdapter.java1056 if(node.getLeft() != null) in caseACommaExpression()
1058 node.getLeft().apply(this); in caseACommaExpression()
1081 if(node.getLeft() != null) in caseAEqExpression()
1083 node.getLeft().apply(this); in caseAEqExpression()
1106 if(node.getLeft() != null) in caseANumericEqExpression()
1108 node.getLeft().apply(this); in caseANumericEqExpression()
1131 if(node.getLeft() != null) in caseANeExpression()
1133 node.getLeft().apply(this); in caseANeExpression()
1156 if(node.getLeft() != null) in caseANumericNeExpression()
1158 node.getLeft().apply(this); in caseANumericNeExpression()
[all …]
DReversedDepthFirstAdapter.java1067 if(node.getLeft() != null) in caseACommaExpression()
1069 node.getLeft().apply(this); in caseACommaExpression()
1092 if(node.getLeft() != null) in caseAEqExpression()
1094 node.getLeft().apply(this); in caseAEqExpression()
1117 if(node.getLeft() != null) in caseANumericEqExpression()
1119 node.getLeft().apply(this); in caseANumericEqExpression()
1142 if(node.getLeft() != null) in caseANeExpression()
1144 node.getLeft().apply(this); in caseANeExpression()
1167 if(node.getLeft() != null) in caseANumericNeExpression()
1169 node.getLeft().apply(this); in caseANumericNeExpression()
[all …]
/external/jsilver/src/com/google/clearsilver/jsilver/compiler/
DExpressionTranslator.java226 JavaExpression left = cast(Type.STRING, node.getLeft()); in caseAEqExpression()
233 setResult(infix(Type.BOOLEAN, Type.INT, "==", node.getLeft(), node.getRight())); in caseANumericEqExpression()
238 JavaExpression left = cast(Type.STRING, node.getLeft()); in caseANeExpression()
245 setResult(infix(Type.BOOLEAN, Type.INT, "!=", node.getLeft(), node.getRight())); in caseANumericNeExpression()
250 setResult(infix(Type.BOOLEAN, Type.INT, "<", node.getLeft(), node.getRight())); in caseALtExpression()
255 setResult(infix(Type.BOOLEAN, Type.INT, ">", node.getLeft(), node.getRight())); in caseAGtExpression()
260 setResult(infix(Type.BOOLEAN, Type.INT, "<=", node.getLeft(), node.getRight())); in caseALteExpression()
265 setResult(infix(Type.BOOLEAN, Type.INT, ">=", node.getLeft(), node.getRight())); in caseAGteExpression()
270 setResult(infix(Type.BOOLEAN, Type.BOOLEAN, "&&", node.getLeft(), node.getRight())); in caseAAndExpression()
275 setResult(infix(Type.BOOLEAN, Type.BOOLEAN, "||", node.getLeft(), node.getRight())); in caseAOrExpression()
[all …]
/external/llvm/include/llvm/ADT/
DImmutableSet.h58 ImutAVLTree *getLeft() const { return left; } in getLeft() function
80 T = T->getLeft(); in find()
100 if (const ImutAVLTree* L = getLeft()) in size()
175 if (ImutAVLTree* L = getLeft()) in foreach()
191 unsigned HL = getLeft() ? getLeft()->validateTree() : 0; in validateTree()
202 assert((!getLeft() || in validateTree()
203 ImutInfo::isLess(ImutInfo::KeyOfValue(getLeft()->getValue()), in validateTree()
320 uint32_t X = computeDigest(getLeft(), getRight(), getValue()); in computeDigest()
427 TreeTy* getLeft(TreeTy* T) const { return T->getLeft(); } in getLeft() function
499 TreeTy *LL = getLeft(L); in balanceTree()
[all …]
/external/swiftshader/third_party/LLVM/include/llvm/ADT/
DImmutableSet.h58 ImutAVLTree *getLeft() const { return left; } in getLeft() function
80 T = T->getLeft(); in find()
100 if (const ImutAVLTree* L = getLeft()) in size()
175 if (ImutAVLTree* L = getLeft()) in foreach()
191 unsigned HL = getLeft() ? getLeft()->validateTree() : 0; in validateTree()
202 assert((!getLeft() || in validateTree()
203 ImutInfo::isLess(ImutInfo::KeyOfValue(getLeft()->getValue()), in validateTree()
320 uint32_t X = computeDigest(getLeft(), getRight(), getValue()); in computeDigest()
427 TreeTy* getLeft(TreeTy* T) const { return T->getLeft(); } in getLeft() function
497 TreeTy *LL = getLeft(L); in balanceTree()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/
DImmutableSet.h60 ImutAVLTree *getLeft() const { return left; } in getLeft() function
82 T = T->getLeft(); in find()
102 if (const ImutAVLTree* L = getLeft()) in size()
177 if (ImutAVLTree* L = getLeft()) in foreach()
193 unsigned HL = getLeft() ? getLeft()->validateTree() : 0; in validateTree()
204 assert((!getLeft() || in validateTree()
205 ImutInfo::isLess(ImutInfo::KeyOfValue(getLeft()->getValue()), in validateTree()
321 uint32_t X = computeDigest(getLeft(), getRight(), getValue()); in computeDigest()
429 TreeTy* getLeft(TreeTy* T) const { return T->getLeft(); } in getLeft() function
501 TreeTy *LL = getLeft(L); in balanceTree()
[all …]
/external/deqp-deps/glslang/glslang/MachineIndependent/
Dreflection.cpp184 … for (int i = 0; i < std::max(visitNode->getLeft()->getType().getOuterArraySize(), 1); ++i) { in blowUpActiveAggregate()
204 offset += getOffset(visitNode->getLeft()->getType(), index); in blowUpActiveAggregate()
207 … name.append((*visitNode->getLeft()->getType().getStruct())[index].type->getFieldName()); in blowUpActiveAggregate()
278 const TType& leftType = topNode->getLeft()->getType(); in addDereferencedUniform()
321 …for (TIntermBinary* visitNode = topNode; visitNode; visitNode = visitNode->getLeft()->getAsBinaryN… in addDereferencedUniform()
322 if (isReflectionGranularity(visitNode->getLeft()->getType())) in addDereferencedUniform()
332 … if (isReflectionGranularity(topNode->getLeft()->getType()) && topNode->getLeft()->isArray()) { in addDereferencedUniform()
372 TIntermSymbol *base = node->getLeft()->getAsSymbolNode(); in findBase()
375 TIntermBinary* left = node->getLeft()->getAsBinaryNode(); in findBase()
DpropagateNoContraction.cpp364 node->getLeft()->traverse(this); in visitBinary()
373 if (isPreciseObjectNode(node->getLeft())) { in visitBinary()
494 assert(accesschain_mapping_.count(BN->getLeft())); in getPrecisenessAndRemainedAccessChain()
498 BN->getLeft()->traverse(this); in getPrecisenessAndRemainedAccessChain()
501 if (isPreciseObjectNode(BN->getLeft())) { in getPrecisenessAndRemainedAccessChain()
507 assignee_object = accesschain_mapping_.at(BN->getLeft()); in getPrecisenessAndRemainedAccessChain()
576 node->getLeft()->traverse(this); in visitBinary()
586 if (isPreciseObjectNode(node->getLeft())) { in visitBinary()
Dlimits.cpp86 if (node->modifiesState() && node->getLeft()->getAsSymbolNode() && in visitBinary()
87 node->getLeft()->getAsSymbolNode()->getId() == loopId) { in visitBinary()
/external/sl4a/ScriptingLayerForAndroid/src/org/connectbot/util/
DSelectionArea.java133 public int getLeft() { in getLeft() method in SelectionArea
146 int size = (getRight() - getLeft() + 1) * (getBottom() - getTop() + 1); in copyFrom()
153 for (int x = getLeft(); x <= getRight(); x++) { in copyFrom()
/external/jsilver/src/com/google/clearsilver/jsilver/syntax/
DTypeResolver.java80 PExpression lhs = node.getLeft(); in caseAAddExpression()
90 PExpression lhs = node.getLeft(); in caseAEqExpression()
100 PExpression lhs = node.getLeft(); in caseANeExpression()
/external/swiftshader/src/OpenGL/compiler/
DValidateLimitations.cpp122 validateOperation(node, node->getLeft()); in visitBinary()
258 TIntermSymbol* symbol = declInit->getLeft()->getAsSymbolNode(); in validateForLoopInit()
300 TIntermSymbol* symbol = binOp->getLeft()->getAsSymbolNode(); in validateForLoopCond()
364 symbol = binOp->getLeft()->getAsSymbolNode(); in validateForLoopExpr()
496 TIntermTyped* operand = node->getLeft(); in validateIndexing()
/external/llvm/tools/llvm-diff/
DDiffConsumer.cpp198 Log.getLeft(I)->dump(); in logd()
203 Log.getLeft(I)->dump(); in logd()
DDiffLog.cpp51 Instruction *DiffLogBuilder::getLeft(unsigned I) const { return Diff[I].first; } in getLeft() function in DiffLogBuilder
DDiffLog.h78 Instruction *getLeft(unsigned I) const;
/external/swiftshader/third_party/LLVM/tools/llvm-diff/
DDiffConsumer.cpp193 Log.getLeft(I)->dump(); in logd()
198 Log.getLeft(I)->dump(); in logd()
DDiffLog.cpp52 Instruction *DiffLogBuilder::getLeft(unsigned I) const { return Diff[I].first; } in getLeft() function in DiffLogBuilder
DDiffLog.h74 Instruction *getLeft(unsigned I) const;
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-diff/
DDiffConsumer.cpp198 Log.getLeft(I)->print(dbgs()); dbgs() << '\n'; in logd()
203 Log.getLeft(I)->print(dbgs()); dbgs() << '\n'; in logd()
DDiffLog.cpp50 Instruction *DiffLogBuilder::getLeft(unsigned I) const { return Diff[I].first; } in getLeft() function in DiffLogBuilder
DDiffLog.h78 Instruction *getLeft(unsigned I) const;
/external/deqp-deps/glslang/SPIRV/
DGlslangToSpv.cpp1655 node->getLeft()->traverse(this); in visitBinary()
1666 spv::Id leftRValue = accessChainLoad(node->getLeft()->getType()); in visitBinary()
1682 multiTypeStore(node->getLeft()->getType(), rValue); in visitBinary()
1693 node->getLeft()->traverse(this); in visitBinary()
1698 if (! node->getLeft()->getType().isArray() && in visitBinary()
1699 node->getLeft()->getType().isVector() && in visitBinary()
1706 … builder.accessChainPushSwizzle(swizzle, convertGlslangToSpvType(node->getLeft()->getType()), in visitBinary()
1707 TranslateCoherent(node->getLeft()->getType()), in visitBinary()
1708 … glslangIntermediate->getBaseAlignmentScalar(node->getLeft()->getType(), dummySize)); in visitBinary()
1714 if (node->getLeft()->getBasicType() == glslang::EbtReference && in visitBinary()
[all …]
/external/jsilver/src/com/google/clearsilver/jsilver/syntax/node/
DAAndExpression.java42 public PExpression getLeft() in getLeft() method in AAndExpression
DAMultiplyExpression.java42 public PExpression getLeft() in getLeft() method in AMultiplyExpression

1234