Home
last modified time | relevance | path

Searched refs:getRight (Results 1 – 25 of 133) sorted by relevance

123456

/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.java1060 if(node.getRight() != null) in caseACommaExpression()
1062 node.getRight().apply(this); in caseACommaExpression()
1085 if(node.getRight() != null) in caseAEqExpression()
1087 node.getRight().apply(this); in caseAEqExpression()
1110 if(node.getRight() != null) in caseANumericEqExpression()
1112 node.getRight().apply(this); in caseANumericEqExpression()
1135 if(node.getRight() != null) in caseANeExpression()
1137 node.getRight().apply(this); in caseANeExpression()
1160 if(node.getRight() != null) in caseANumericNeExpression()
1162 node.getRight().apply(this); in caseANumericNeExpression()
[all …]
DReversedDepthFirstAdapter.java1063 if(node.getRight() != null) in caseACommaExpression()
1065 node.getRight().apply(this); in caseACommaExpression()
1088 if(node.getRight() != null) in caseAEqExpression()
1090 node.getRight().apply(this); in caseAEqExpression()
1113 if(node.getRight() != null) in caseANumericEqExpression()
1115 node.getRight().apply(this); in caseANumericEqExpression()
1138 if(node.getRight() != null) in caseANeExpression()
1140 node.getRight().apply(this); in caseANeExpression()
1163 if(node.getRight() != null) in caseANumericNeExpression()
1165 node.getRight().apply(this); in caseANumericNeExpression()
[all …]
/external/jsilver/src/com/google/clearsilver/jsilver/compiler/
DExpressionTranslator.java227 JavaExpression right = cast(Type.STRING, node.getRight()); in caseAEqExpression()
233 setResult(infix(Type.BOOLEAN, Type.INT, "==", node.getLeft(), node.getRight())); in caseANumericEqExpression()
239 JavaExpression right = cast(Type.STRING, node.getRight()); 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/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/
DImmutableSet.h64 ImutAVLTree *getRight() const { return right; } in getRight() function
84 T = T->getRight(); in find()
93 ImutAVLTree *Right = T->getRight(); in getMaxElement()
94 while (Right) { T = Right; Right = T->getRight(); } in getMaxElement()
104 if (const ImutAVLTree* R = getRight()) in size()
182 if (ImutAVLTree* R = getRight()) in foreach()
194 unsigned HR = getRight() ? getRight()->validateTree() : 0; in validateTree()
210 assert(!(getRight() || in validateTree()
212 ImutInfo::KeyOfValue(getRight()->getValue()))) && in validateTree()
321 uint32_t X = computeDigest(getLeft(), getRight(), getValue()); in computeDigest()
[all …]
/external/llvm/include/llvm/ADT/
DImmutableSet.h62 ImutAVLTree *getRight() const { return right; } in getRight() function
82 T = T->getRight(); in find()
91 ImutAVLTree *Right = T->getRight(); in getMaxElement()
92 while (Right) { T = Right; Right = T->getRight(); } in getMaxElement()
102 if (const ImutAVLTree* R = getRight()) in size()
180 if (ImutAVLTree* R = getRight()) in foreach()
192 unsigned HR = getRight() ? getRight()->validateTree() : 0; in validateTree()
208 assert(!(getRight() || in validateTree()
210 ImutInfo::KeyOfValue(getRight()->getValue()))) && in validateTree()
320 uint32_t X = computeDigest(getLeft(), getRight(), getValue()); in computeDigest()
[all …]
/external/angle/src/compiler/translator/tree_ops/
DUnfoldShortCircuitToIf.cpp65 ASSERT(node->getRight()->hasSideEffects()); in visitBinary()
85 ASSERT(node->getRight()->getType() == *boolType); in visitBinary()
87 CreateTempAssignmentNode(resultVariable, node->getRight())); in visitBinary()
112 ASSERT(node->getRight()->getType() == *boolType); in visitBinary()
114 CreateTempAssignmentNode(resultVariable, node->getRight())); in visitBinary()
DEmulatePrecision.cpp450 if (binaryParent && binaryParent->getOp() == EOpComma && (binaryParent->getRight() != node)) in ParentUsesResult()
546 node->getRight()->getType().getBuiltInTypeNameString())); in visitBinary()
548 node->getLeft(), node->getRight(), "add"); in visitBinary()
556 node->getRight()->getType().getBuiltInTypeNameString())); in visitBinary()
558 node->getLeft(), node->getRight(), "sub"); in visitBinary()
570 node->getRight()->getType().getBuiltInTypeNameString())); in visitBinary()
572 node->getLeft(), node->getRight(), "mul"); in visitBinary()
580 node->getRight()->getType().getBuiltInTypeNameString())); in visitBinary()
582 node->getLeft(), node->getRight(), "div"); in visitBinary()
DUnfoldShortCircuitAST.cpp50 replacement = UnfoldOR(node->getLeft(), node->getRight()); in visitBinary()
53 replacement = UnfoldAND(node->getLeft(), node->getRight()); in visitBinary()
DRewriteExpressionsWithShaderStorageBlock.cpp164 bool rightSSBO = IsInShaderStorageBlock(node->getRight()); in visitBinary()
190 insertInitStatementAndReturnTempSymbol(node->getRight(), &insertions); in visitBinary()
223 TIntermTyped *rightNode = node->getRight(); in visitBinary()
228 rightNode = insertInitStatementAndReturnTempSymbol(node->getRight(), &insertions); in visitBinary()
DVectorizeVectorScalarArithmetic.cpp88 TIntermTyped *right = node->getRight(); in visitBinary()
140 TIntermTyped *right = argBinary->getRight(); in replaceMathInsideConstructor()
169 TIntermTyped *right = argBinary->getRight(); in replaceAssignInsideConstructor()
DRemoveDynamicIndexing.cpp369 ASSERT(node->getRight()->hasSideEffects()); in visitBinary()
376 TVariable *indexVariable = DeclareTempVariable(mSymbolTable, node->getRight(), in visitBinary()
383 queueReplacementWithParent(node, node->getRight(), tempIndex, OriginalNode::IS_DROPPED); in visitBinary()
484 TIntermTyped *indexInitializer = EnsureSignedInt(node->getRight()); in visitBinary()
517 node, EnsureSignedInt(node->getRight()), indexingFunction); in visitBinary()
DDeferGlobalInitializers.cpp54 TIntermTyped *expression = init->getRight(); in GetDeferredInitializers()
75 new TIntermBinary(EOpAssign, symbolNode->deepCopy(), init->getRight()); in GetDeferredInitializers()
DRemoveUnreferencedVariables.cpp183 declarator->getAsBinaryNode()->getRight()->getAsAggregate()) in removeVariableDeclaration()
187 ASSERT(declarator->getAsBinaryNode()->getRight()->getType().getStruct() == in removeVariableDeclaration()
259 (*mSymbolIdRefCounts)[symbolId] == 1u && !initNode->getRight()->hasSideEffects(); in visitDeclaration()
DBreakVariableAliasingInInnerLoops.cpp54 TIntermTyped *B = binary->getRight(); in visitBinary()
/external/sl4a/ScriptingLayerForAndroid/src/org/connectbot/util/
DSelectionArea.java141 public int getRight() { in getRight() 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.java81 PExpression rhs = node.getRight(); in caseAAddExpression()
91 PExpression rhs = node.getRight(); in caseAEqExpression()
101 PExpression rhs = node.getRight(); in caseANeExpression()
/external/angle/src/compiler/translator/
DOutputHLSL.cpp141 TIntermAggregate *aggregateNode = node.getRight()->getAsAggregate(); in IsAtomicFunctionForSharedVariableDirectAssign()
215 ancestorBinary->getRight()->getAsConstantUnion(); in needStructMapping()
1393 ancestorBinary->getRight()->getAsConstantUnion(); in ancestorEvaluatesToSamplerInStruct()
1434 TIntermAggregate *rightAgg = node->getRight()->getAsAggregate(); in visitBinary()
1459 TIntermAggregate *atomicFunctionNode = node->getRight()->getAsAggregate(); in visitBinary()
1477 if (IsInShaderStorageBlock(node->getRight())) in visitBinary()
1479 mSSBOOutputHLSL->outputLoadFunctionCall(node->getRight()); in visitBinary()
1483 node->getRight()->traverse(this); in visitBinary()
1489 else if (IsInShaderStorageBlock(node->getRight())) in visitBinary()
1493 mSSBOOutputHLSL->outputLoadFunctionCall(node->getRight()); in visitBinary()
[all …]
DValidateLimitations.cpp253 if (!isConstExpr(declInit->getRight())) in validateForLoopInit()
309 if (!isConstExpr(binOp->getRight())) in validateForLoopCond()
386 if (!isConstExpr(binOp->getRight())) in validateForLoopExpr()
417 TIntermTyped *index = node->getRight(); in validateIndexing()
/external/swiftshader/src/OpenGL/compiler/
DValidateLimitations.cpp271 if (!isConstExpr(declInit->getRight())) { in validateForLoopInit()
326 if (!isConstExpr(binOp->getRight())) { in validateForLoopCond()
397 if (!isConstExpr(binOp->getRight())) { in validateForLoopExpr()
486 TIntermTyped* index = node->getRight(); in validateIndexing()
/external/angle/src/tests/compiler_tests/
DInitOutputVariables_test.cpp56 if (expectedBinary->getRight()->getAsConstantUnion()->getIConst(0) != in AreLValuesTheSame()
57 candidateBinary->getRight()->getAsConstantUnion()->getIConst(0)) in AreLValuesTheSame()
117 if (node->getOp() == EOpAssign && IsZero(node->getRight())) in visitBinary()
/external/deqp-deps/glslang/glslang/MachineIndependent/
DpropagateNoContraction.cpp390 node->getRight()->traverse(this); in visitBinary()
397 unsigned struct_dereference_index = getStructIndexFromConstantUnion(node->getRight()); in visitBinary()
409 node->getRight()->traverse(this); in visitBinary()
636 BN->getRight()->traverse(this); in propagateNoContractionInOneExpression()
/external/angle/third_party/glslang/src/glslang/MachineIndependent/
DpropagateNoContraction.cpp390 node->getRight()->traverse(this); in visitBinary()
397 unsigned struct_dereference_index = getStructIndexFromConstantUnion(node->getRight()); in visitBinary()
409 node->getRight()->traverse(this); in visitBinary()
636 BN->getRight()->traverse(this); in propagateNoContractionInOneExpression()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-diff/
DDiffLog.cpp51 Instruction *DiffLogBuilder::getRight(unsigned I) const { return Diff[I].second; } in getRight() function in DiffLogBuilder
/external/llvm/tools/llvm-diff/
DDiffLog.cpp52 Instruction *DiffLogBuilder::getRight(unsigned I) const { return Diff[I].second; } in getRight() function in DiffLogBuilder

123456