Searched refs:c_storage_order (Results 1 – 5 of 5) sorted by relevance
/third_party/boost/boost/ |
D | multi_array.hpp | 153 super_type((T*)initial_base_,c_storage_order(), in multi_array() 248 const general_storage_order<NumDims>& so = c_storage_order(), in multi_array() 261 const general_storage_order<NumDims>& so = c_storage_order(), in multi_array() 274 const general_storage_order<NumDims>& so = c_storage_order(), in multi_array() 289 : super_type(0,c_storage_order(),rhs.index_bases(),rhs.shape()), in multi_array() 311 : super_type(0,c_storage_order(),rhs.index_bases(),rhs.shape()), in multi_array() 333 : super_type(0,c_storage_order(),rhs.index_bases(),rhs.shape()), in multi_array() 356 : super_type(0,c_storage_order(),rhs.index_bases(),rhs.shape()), in multi_array() 379 : super_type(0,c_storage_order(),rhs.index_bases(),rhs.shape()), in multi_array() 401 : super_type(0,c_storage_order(),rhs.index_bases(),rhs.shape()), in multi_array()
|
/third_party/boost/boost/multi_array/ |
D | storage_order.hpp | 28 class c_storage_order; 47 general_storage_order(const c_storage_order&) { in general_storage_order() argument 79 class c_storage_order class
|
D | multi_array_ref.hpp | 91 base_(base), storage_(c_storage_order()) { in const_multi_array_ref() 113 base_(base), storage_(c_storage_order()) { in const_multi_array_ref()
|
/third_party/boost/libs/multi_array/test/ |
D | storage_order_convert.cpp | 34 BOOST_TEST(c_storage == (general_storage_order<5>) c_storage_order()); in main()
|
D | generative_tests.hpp | 220 run_configuration(boost::c_storage_order(), in run_storage_tests() 221 boost::c_storage_order(),modifier); in run_storage_tests()
|