Home | History | Annotate | Download | only in tests

Lines Matching refs:row

85     for (int row = 0; row < 4; ++row) {
87 placeholderMatrix->setDouble(row, col, row * col);
97 for (int row = 0; row < 4; ++row) {
99 REPORTER_ASSERT(reporter, nearly_equal_double(row * col, testMatrix->getDouble(row, col)));
327 for (int row = 0; row < 4; ++row) {
329 a.setDouble(row, col, i);
330 b.setDouble(col, row, i++);
340 for (int row = 0; row < 4; ++row) {
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)));
355 for (int row = 0; row < 4; ++row) {
357 a.setDouble(row, col, row * 4 + col);