Home
last modified time | relevance | path

Searched refs:row_type (Results 1 – 3 of 3) sorted by relevance

/frameworks/native/libs/math/include/math/
Dmat2.h86 typedef TVec2<T> row_type; typedef
89 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);
Dmat3.h93 typedef TVec3<T> row_type; typedef
96 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);
Dmat4.h99 typedef TVec4<T> row_type; typedef
102 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);