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;
101 static constexpr size_t COL_SIZE = col_type::SIZE; // size of a column (i.e.: number of rows) variable103 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()
167 for (int j = 0; j < mat4::COL_SIZE; j++) { in writeToProto()
381 for (size_t col = 0; col < MatrixType::COL_SIZE; ++col) { \