| 882 | } |
| 883 | |
| 884 | virtual void TraverseTree (const function<void(CoefficientFunction&)> & func) override |
| 885 | { |
| 886 | c1->TraverseTree (func); |
| 887 | func(*this); |
| 888 | } |
| 889 | |
| 890 | virtual void GenerateCode(Code &code, FlatArray<int> inputs, int index) const override { |
| 891 | CodeExpr result; |
no outgoing calls
no test coverage detected