Lines Matching refs:CustomBinaryOp
112 class CustomBinaryOp: public CustomBinaryBase class
115 CustomBinaryOp ();
116 virtual ~CustomBinaryOp (void) {} in ~CustomBinaryOp()
125 CustomBinaryOp<ComputeValue>::CustomBinaryOp () in CustomBinaryOp() function in rsg::CustomBinaryOp
135 CustomBinaryOp<EvaluateSub>::CustomBinaryOp () in CustomBinaryOp() function in rsg::CustomBinaryOp
146 CustomBinaryOp<EvaluateLessThan>::CustomBinaryOp () in CustomBinaryOp() function in rsg::CustomBinaryOp
158 void CustomBinaryOp<ComputeValue>::setLeftValue(Expression* expression) in setLeftValue()
164 void CustomBinaryOp<ComputeValue>::setRightValue(Expression* expression) in setRightValue()
170 void CustomBinaryOp<ComputeValue>::evaluate(ExecValueAccess dst, ExecConstValueAccess a, ExecConstV… in evaluate()
184 void CustomBinaryOp<EvaluateLessThan>::evaluate(ExecValueAccess dst, ExecConstValueAccess a, ExecCo… in evaluate()
248 typedef CustomBinaryOp<EvaluateAdd> CustomAddOp; in createNextChild()
268 typedef CustomBinaryOp<EvaluateAdd> CustomAddOp; in createNextChild()
292 typedef CustomBinaryOp<EvaluateSub> CustomSubOp; in createNextChild()
301 typedef CustomBinaryOp<EvaluateLessThan> CustomLessThanOp; in createNextChild()