Lines Matching refs:col
84 for (int col = 0; col < 4; ++col) {
85 placeholderMatrix->setDouble(row, col, row * col);
96 for (int col = 0; col < 4; ++col) {
97 REPORTER_ASSERT(reporter, nearly_equal_double(row * col, testMatrix->getDouble(row, col)));
429 for (int col = 0; col < 4; ++col) {
430 a.setDouble(row, col, i);
431 b.setDouble(col, row, i++);
442 for (int col = 0; col < 4; ++col) {
443 a.setDouble(row, col, 3.141592653589793);
446 a.getDouble(row, col)));
447 a.setDouble(row, col, 0);
449 nearly_equal_double(0, a.getDouble(row, col)));
459 for (int col = 0; col < 4; ++col) {
460 a.setDouble(row, col, row * 4 + col);
583 // test rol/col Major getters