Lines Matching defs:term
811 // Canonicalize the mul expression so that the constant/symbolic term is the
1047 /// in the format [dims, symbols, locals, constant term].
1072 auto term = localExprs[j - numDims - numSymbols] * flatExprs[j];
1073 expr = expr + term;
1076 // Constant term.
1087 /// the format [dims, symbols, locals, constant term]. The semi-affine
1252 auto term = localExprs[j - numDims - numSymbols] * flatExprs[j];
1253 expr = expr + term;
1256 // Constant term.
1674 // Constant term.