Searched refs:outCols (Results 1 – 2 of 2) sorted by relevance
166 final int outCols = m.getColumnDimension(); in multiply()167 final BlockRealMatrix out = new BlockRealMatrix(rows, outCols); in multiply()174 for (int j = 0; j < outCols; ++j) { in multiply()197 final int outCols = m.getColumnDimension(); in multiply() local198 OpenMapRealMatrix out = new OpenMapRealMatrix(rows, outCols); in multiply()205 for (int j = 0; j < outCols; ++j) { in multiply()
1389 const int outCols = result->getNominalSize(); in visitAggregate() local1394 for(int i = 0; i < outCols; i++) in visitAggregate()1412 for(int i = 0; i < outCols; i++) in visitAggregate()1418 emitCast(result, i + n * outCols, &col, 0); in visitAggregate()1423 Instruction *mov = emitCast(result, i + n * outCols, argi, i); in visitAggregate()