Home
last modified time | relevance | path

Searched defs:rhsValue (Results 1 – 25 of 73) sorted by relevance

123

/dports/editors/libreoffice/libreoffice-7.2.6.2/compilerplugins/clang/
H A Dexpressionalwayszero.cxx83 auto rhsValue = getExprValue(binaryOperator->getRHS()); in VisitBinaryOperator() local
113 auto rhsValue = getExprValue(cxxOperatorCallExpr->getArg(1)); in VisitCXXOperatorCallExpr() local
/dports/editors/libreoffice6/libreoffice-6.4.7.2/compilerplugins/clang/
H A Dexpressionalwayszero.cxx80 auto rhsValue = getExprValue(binaryOperator->getRHS()); in VisitBinaryOperator() local
112 auto rhsValue = getExprValue(cxxOperatorCallExpr->getArg(1)); in VisitCXXOperatorCallExpr() local
/dports/java/jaxen/jaxen-1.0-FCS/src/java/main/org/jaxen/expr/
H A DDefaultDivExpr.java88 Number rhsValue = NumberFunction.evaluate( getRHS().evaluate( context ), in evaluate() local
H A DDefaultPlusExpr.java88 Number rhsValue = NumberFunction.evaluate( getRHS().evaluate( context ), in evaluate() local
H A DDefaultMultiplyExpr.java88 Number rhsValue = NumberFunction.evaluate( getRHS().evaluate( context ), in evaluate() local
H A DDefaultMinusExpr.java88 Number rhsValue = NumberFunction.evaluate( getRHS().evaluate( context ), in evaluate() local
H A DDefaultModExpr.java88 Number rhsValue = NumberFunction.evaluate( getRHS().evaluate( context ), in evaluate() local
H A DDefaultAndExpr.java98 Boolean rhsValue = BooleanFunction.evaluate( getRHS().evaluate( context ), nav ); in evaluate() local
H A DDefaultOrExpr.java100 Boolean rhsValue = BooleanFunction.evaluate( getRHS().evaluate( context ), nav ); in evaluate() local
H A DDefaultEqualityExpr.java90 Object rhsValue = getRHS().evaluate( context ); in evaluate() local
H A DDefaultRelationalExpr.java88 Object rhsValue = getRHS().evaluate( context ); in evaluate() local
/dports/math/dune-istl/dune-istl-fffb544a61d2c65a0d2fc7c751f36909f06be8f5/dune/istl/
H A Dilu.hh111 dblock rhsValue(d[i.index()]); in blockILUBacksolve() local
128 vblock rhsValue(v[i.index()]); in blockILUBacksolve() local
397 dblock rhsValue( d[ i ] ); in blockILUBacksolve() local
412 vblock rhsValue ( v[ lastRow - i ] ); in blockILUBacksolve() local
H A Dildl.hh177 auto rhsValue = v[ i.index() ]; in bildl_backsolve() local
198 auto rhsValue = v[ i.index() ]; in bildl_backsolve() local
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/mlir/lib/Dialect/FxpMathOps/Transforms/
H A DLowerUniformRealMath.cpp168 Value rhsValue = rewriter in tryRewriteAffineAddEwIsomorphicSigned() local
244 Value rhsValue = rewriter in tryRewriteAffineMulEwSigned() local
/dports/graphics/dcmtk/dcmtk-DCMTK-3.6.6/dcmdata/libsrc/
H A Ddcvrut.cc84 OFString thisValue, rhsValue; in compare() local
H A Ddcvrst.cc84 OFString thisValue, rhsValue; in compare() local
H A Ddcvrlt.cc95 OFString thisValue, rhsValue; in compare() local
H A Ddcvrur.cc85 OFString thisValue, rhsValue; in compare() local
H A Ddcvrpobw.cc88 void* rhsValue = myRhs->getValue(EBO_LittleEndian); in compare() local
/dports/math/jacop/jacop-4.8.0/src/main/java/org/jacop/fz/constraints/
H A DLinearConstraints.java832 int rhsValue = (int) (Math.round(Math.ceil((float) p3 / (float) p1[0]))); in int_lin_relation() local
839 int rhsValue = (int) (Math.round(Math.floor(((float) p3 / (float) p1[0])))); in int_lin_relation() local
/dports/math/cbc/Cbc-releases-2.10.5/Cbc/src/
H A DCbcBranchToFixLots.cpp189 double rhsValue = rowUpper[i]; in createCbcBranch() local
440 double rhsValue = rowUpper[i]; in shallWe() local
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/db/query/
H A Dindex_tag.cpp53 size_t rhsValue = (NULL == rhsTag) ? IndexTag::kNoIndex : rhsTag->index; in TagComparison() local
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/libs/qmljs/
H A Dqmljscheck.cpp52 const Value *rhsValue, in operator ()()
1067 const Value *rhsValue = evaluator(ast->statement); in visit() local
1301 const Value *rhsValue = eval(ast->right); in visit() local
1313 const Value *rhsValue = eval(ast->right); in visit() local
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/mlir/lib/Dialect/Arithmetic/IR/
H A DArithmeticOps.cpp309 auto rhsValue = rhs.getValue(); in fold() local
333 auto rhsValue = rhs.getValue(); in fold() local
/dports/math/cbc/Cbc-releases-2.10.5/Cbc/examples/
H A DCbcBranchFollow2.cpp143 int rhsValue = rhs_[i]; in gutsOfFollowOn2() local

123