Lines Matching refs:Evaluator
447 struct Evaluator;
450 struct Evaluator<OP_ADD, In0Type, In0DataType, In1Type, In1DataType> struct
459 struct Evaluator<OP_SUB, In0Type, In0DataType, In1Type, In1DataType> struct
468 struct Evaluator<OP_MUL, In0Type, In0DataType, In1Type, In1DataType> struct
477 struct Evaluator<OP_DIV, In0Type, In0DataType, In1Type, In1DataType> struct
486 struct Evaluator<OP_COMP_MUL, In0Type, In0DataType, In1Type, In1DataType> struct
495 struct Evaluator<OP_UNARY_PLUS, In0Type, In0DataType, In1Type, In1DataType> struct
504 struct Evaluator<OP_NEGATION, In0Type, In0DataType, In1Type, In1DataType> struct
513 struct Evaluator<OP_PRE_INCREMENT, In0Type, In0DataType, In1Type, In1DataType> struct
523 struct Evaluator<OP_PRE_DECREMENT, In0Type, In0DataType, In1Type, In1DataType> struct
533 struct Evaluator<OP_POST_INCREMENT, In0Type, In0DataType, In1Type, In1DataType> struct
543 struct Evaluator<OP_POST_DECREMENT, In0Type, In0DataType, In1Type, In1DataType> struct
553 struct Evaluator<OP_ADD_INTO, In0Type, In0DataType, In1Type, In1DataType> struct
562 struct Evaluator<OP_SUBTRACT_FROM, In0Type, In0DataType, In1Type, In1DataType> struct
571 struct Evaluator<OP_MULTIPLY_INTO, In0Type, In0DataType, In1Type, In1DataType> struct
580 struct Evaluator<OP_DIVIDE_INTO, In0Type, In0DataType, In1Type, In1DataType> struct
598 return Evaluator<OP, IN0TYPE, IN0DATATYPE, IN1TYPE, IN1DATATYPE>::evaluate in getEvalFunc()