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)));
462 for (int col = 0; col < 4; ++col) {
463 a.setDouble(row, col, i);
464 b.setDouble(col, row, i++);
475 for (int col = 0; col < 4; ++col) {
476 a.setDouble(row, col, 3.141592653589793);
479 a.getDouble(row, col)));
480 a.setDouble(row, col, 0);
482 nearly_equal_double(0, a.getDouble(row, col)));
509 for (int col = 0; col < 4; ++col) {
510 a.setDouble(row, col, row * 4 + col);
894 // test rol/col Major getters