Lines Matching refs:col
86 for (int col = 0; col < 4; ++col) {
87 placeholderMatrix->setDouble(row, col, row * col);
98 for (int col = 0; col < 4; ++col) {
99 REPORTER_ASSERT(reporter, nearly_equal_double(row * col, testMatrix->getDouble(row, col)));
328 for (int col = 0; col < 4; ++col) {
329 a.setDouble(row, col, i);
330 b.setDouble(col, row, i++);
341 for (int col = 0; col < 4; ++col) {
342 a.setDouble(row, col, 3.141592653589793);
345 a.getDouble(row, col)));
346 a.setDouble(row, col, 0);
348 nearly_equal_double(0, a.getDouble(row, col)));
356 for (int col = 0; col < 4; ++col) {
357 a.setDouble(row, col, row * 4 + col);
406 // test rol/col Major getters