Home
last modified time | relevance | path

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

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/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
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/numeric/ublas/include/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
/aosp_15_r20/hardware/google/gfxstream/third-party/glm/include/glm/gtx/
Dio.hpp41 enum order_type { column_major, row_major}; enumerator
/aosp_15_r20/external/oboe/samples/RhythmGame/third_party/glm/gtx/
H A Dio.hpp41 enum order_type { column_major, row_major}; enumerator
/aosp_15_r20/external/mesa3d/src/compiler/glsl/
H A Dast.h562 unsigned column_major:1; member