Searched refs:resultCols (Results 1 – 2 of 2) sorted by relevance
78 unsigned int resultCols = m.columns();79 Matrix<T> result(std::vector<T>(resultRows * resultCols), resultRows, resultCols);82 for (unsigned int j = 0; j < resultCols; j++)
834 int resultCols = getType().getCols(); in getConstantValue() local836 for (int col = 0; col < resultCols; ++col) in getConstantValue()868 int resultCols = getType().getCols(); in getConstantValue() local870 for (int col = 0; col < resultCols; ++col) in getConstantValue()2219 const int resultCols = rightCols; in FoldBinary() local2222 resultArray = new TConstantUnion[resultCols * resultRows]; in FoldBinary()2225 for (int column = 0; column < resultCols; column++) in FoldBinary()