Searched refs:COL_SIZE (Results 1 – 6 of 6) sorted by relevance
88 static constexpr size_t COL_SIZE = col_type::SIZE; // size of a column (i.e.: number of rows) variable90 static constexpr size_t NUM_ROWS = COL_SIZE;
95 static constexpr size_t COL_SIZE = col_type::SIZE; // size of a column (i.e.: number of rows) variable97 static constexpr size_t NUM_ROWS = COL_SIZE;
345 for (size_t c = 0; c < MATRIX::COL_SIZE; c++) { in asString()443 constexpr inline size_t getColumnSize() const { return BASE<T>::COL_SIZE; } in getColumnSize()
109 static constexpr size_t COL_SIZE = col_type::SIZE; // size of a column (i.e.: number of rows) variable111 static constexpr size_t NUM_ROWS = COL_SIZE;
223 for (int j = 0; j < mat4::COL_SIZE; j++) { in writeToProto()232 for (int j = 0; j < mat4::COL_SIZE; j++) { in readFromProto()233 matrix[i][j] = colorTransformProto.val(i * mat4::COL_SIZE + j); in readFromProto()
381 for (size_t col = 0; col < MatrixType::COL_SIZE; ++col) { \