Searched refs:row_type (Results 1 – 3 of 3) sorted by relevance
86 typedef TVec2<T> row_type; typedef89 static constexpr size_t ROW_SIZE = row_type::SIZE; // size of a row (i.e.: number of columns)333 CONSTEXPR typename TMat22<U>::row_type PURE operator *(const TVec2<U>& lhs, const TMat22<T>& rhs) {334 typename TMat22<U>::row_type result(TMat22<U>::row_type::NO_INIT);
93 typedef TVec3<T> row_type; typedef96 static constexpr size_t ROW_SIZE = row_type::SIZE; // size of a row (i.e.: number of columns)386 CONSTEXPR typename TMat33<U>::row_type PURE operator *(const TVec3<U>& lhs, const TMat33<T>& rhs) {387 typename TMat33<U>::row_type result(TMat33<U>::row_type::NO_INIT);
99 typedef TVec4<T> row_type; typedef102 static constexpr size_t ROW_SIZE = row_type::SIZE; // size of a row (i.e.: number of columns)542 CONSTEXPR typename TMat44<U>::row_type PURE operator *(const TVec4<U>& lhs, const TMat44<T>& rhs) {543 typename TMat44<U>::row_type result(TMat44<U>::row_type::NO_INIT);