Searched refs:ROW_SIZE (Results 1 – 6 of 6) sorted by relevance
89 static constexpr size_t ROW_SIZE = row_type::SIZE; // size of a row (i.e.: number of columns) variable91 static constexpr size_t NUM_COLS = ROW_SIZE;
96 static constexpr size_t ROW_SIZE = row_type::SIZE; // size of a row (i.e.: number of columns) variable98 static constexpr size_t NUM_COLS = ROW_SIZE;
347 for (size_t r = 0; r < MATRIX::ROW_SIZE; r++) { in asString()444 constexpr inline size_t getRowSize() const { return BASE<T>::ROW_SIZE; } in getRowSize()447 constexpr inline size_t size() const { return BASE<T>::ROW_SIZE; } // for TVec*<> in size()
102 static constexpr size_t ROW_SIZE = row_type::SIZE; // size of a row (i.e.: number of columns) variable104 static constexpr size_t NUM_COLS = ROW_SIZE;
163 for (int i = 0; i < mat4::ROW_SIZE; i++) { in writeToProto()
380 for (size_t row = 0; row < MatrixType::ROW_SIZE; ++row) { \