Lines Matching refs:evaluate
48 void evaluate (ExecutionContext& execCtx);
89 void CustomAbsOp::evaluate (ExecutionContext& execCtx) in evaluate() function in rsg::CustomAbsOp
91 m_child->evaluate(execCtx); in evaluate()
121 void evaluate (ExecValueAccess dst, ExecConstValueAccess a, ExecConstValueAccess b);
170 void CustomBinaryOp<ComputeValue>::evaluate(ExecValueAccess dst, ExecConstValueAccess a, ExecConstV… in evaluate() function in rsg::CustomBinaryOp
184 void CustomBinaryOp<EvaluateLessThan>::evaluate(ExecValueAccess dst, ExecConstValueAccess a, ExecCo… in evaluate() function in rsg::CustomBinaryOp
351 void BinaryOp<Precedence, Assoc>::evaluate (ExecutionContext& execCtx) in evaluate() function in rsg::BinaryOp
353 m_leftValueExpr->evaluate(execCtx); in evaluate()
354 m_rightValueExpr->evaluate(execCtx); in evaluate()
360 evaluate(dst, leftVal, rightVal); in evaluate()
436 void BinaryVecOp<Precedence, Float, Int, Bool, ComputeValueRange, EvaluateComp>::evaluate (ExecValu… in evaluate() function in rsg::BinaryVecOp
694 void RelationalOp<ComputeValueRange, EvaluateComp>::evaluate (ExecValueAccess dst, ExecConstValueAc… in evaluate() function in rsg::RelationalOp
1037 void EqualityComparisonOp<IsEqual>::evaluate (ExecValueAccess dst, ExecConstValueAccess a, ExecCons… in evaluate() function in rsg::EqualityComparisonOp