Home
last modified time | relevance | path

Searched defs:column_major (Results 1 – 5 of 5) sorted by relevance

/third_party/boost/libs/numeric/ublas/test/
Dtest_banded_storage_layout.cpp12 int expected_index( size_t index, column_major ) { in expected_index() argument
27 int expected_index_6_by_5( size_t index, column_major ) { in expected_index_6_by_5() argument
39 int expected_index_5_by_6( size_t index, column_major ) { in expected_index_5_by_6() argument
/third_party/boost/boost/numeric/ublas/
Dfwd.hpp132 typedef basic_column_major<> column_major; typedef
Doperation.hpp275 const compressed_matrix<T2, column_major, 0, IA2, TA2> &e2, in axpy_prod() argument
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/gtx/
Dio.hpp41 enum order_type { column_major, row_major}; enumerator
/third_party/mesa3d/src/compiler/glsl/
Dast.h560 unsigned column_major:1; member