Home | History | Annotate | Download | only in performance

Lines Matching full:inputname

1596 			const string inputName	= "in" + de::toString(calcNdx) + (char)('a'+inputNdx);
1600 op << "\t\t\t" << inputName << " = " << sumExpr(inputName, incExpr, m_paramTypes[inputNdx]) << ";\n";