Searched refs:resultRows (Results 1 – 9 of 9) sorted by relevance
77 unsigned int resultRows = rows(); variable79 Matrix<T> result(std::vector<T>(resultRows * resultCols), resultRows, resultCols);80 for (unsigned int i = 0; i < resultRows; i++)
516 var resultRows = document.getElementsByTagName("div");520 while (i < resultRows.length)522 var row = resultRows.item(i);
506 var resultRows = document.getElementsByTagName("div");510 while (i < resultRows.length)512 var row = resultRows.item(i);
483 var resultRows = document.getElementsByTagName("div");487 while (i < resultRows.length)489 var row = resultRows.item(i);
752 int resultRows = getType().getRows(); in getConstantValue() local755 for (int row = 0; row < resultRows; ++row) in getConstantValue()786 int resultRows = getType().getRows(); in getConstantValue() local789 for (int row = 0; row < resultRows; ++row) in getConstantValue()2082 const int resultRows = leftRows; in FoldBinary() local2084 resultArray = new TConstantUnion[resultCols * resultRows]; in FoldBinary()2085 for (int row = 0; row < resultRows; row++) in FoldBinary()2089 resultArray[resultRows * column + row].setFConst(0.0f); in FoldBinary()2092 resultArray[resultRows * column + row].setFConst( in FoldBinary()2093 resultArray[resultRows * column + row].getFConst() + in FoldBinary()
879 int resultRows = getType().getRows(); in getConstantValue() local882 for (int row = 0; row < resultRows; ++row) in getConstantValue()913 int resultRows = getType().getRows(); in getConstantValue() local916 for (int row = 0; row < resultRows; ++row) in getConstantValue()2433 const int resultRows = leftRows; in FoldBinary() local2435 resultArray = new TConstantUnion[resultCols * resultRows]; in FoldBinary()2436 for (int row = 0; row < resultRows; row++) in FoldBinary()2440 resultArray[resultRows * column + row].setFConst(0.0f); in FoldBinary()2443 resultArray[resultRows * column + row].setFConst( in FoldBinary()2444 resultArray[resultRows * column + row].getFConst() + in FoldBinary()
157622 + if(out.opt.callback || out.opt.resultRows){157723 + - .resultRows: if this is an array, each row of the result157728 + to use both `resultRows` and `callback`, but `resultRows`157754 + if(Array.isArray(opt.resultRows)){157756 + toss("Invalid rowMode for resultRows array: must",157759 + rowTarget = opt.resultRows;158831 + options.resultRows and options.columnNames may be populated158850 + if(opt.callback || opt.resultRows instanceof Array){159205 + resultRows: list,159472 + resultRows: [], columnNames: [][all …]