Lines Matching defs:Add
668 * when it is evaluated, it can add a variable binding to the environment
679 //! Add the functions used in this statement to `dst`.
1889 class Add : public InfixOperator
1892 string getName (void) const { return "add"; }
3484 element = call<Add>(ctx, element,
3518 element = call<Add>(ctx, element, call<Mul>(ctx, left[row], right[col][row]));
3801 return app<Add>(arg0, arg1);
4029 return app<CompMatFunc<Add, Rows, Cols> >(left, right);
5217 addScalarFactory<Add>(*funcs);