/third_party/boost/boost/multi_array/ |
D | index_gen.hpp | 29 struct index_gen { struct 37 typedef index_gen<Ranges,Dims> type; 43 index_gen() { } in index_gen() argument 46 explicit index_gen(const index_gen<NumRanges-1,ND>& rhs, in index_gen() argument 53 index_gen<NumRanges+1,NumDims+1> 56 index_gen<NumRanges+1,NumDims+1> tmp; in operator []() 62 index_gen<NumRanges+1,NumDims> 65 index_gen<NumRanges+1,NumDims> tmp; in operator []() 71 static index_gen<0,0> indices() { in indices() argument 72 return index_gen<0,0>(); in indices()
|
D | concept_checks.hpp | 101 typedef typename Array::index_gen index_gen; typedef 114 index_gen idgen; 189 typedef typename Array::index_gen index_gen; typedef 204 index_gen idgen;
|
D | base.hpp | 56 typedef detail::multi_array::index_gen<0,0> index_gen; typedef 70 multi_array_types::index_gen indices; 104 typedef multi_array_types::index_gen index_gen; typedef in boost::detail::multi_array::multi_array_base 410 index_gen<NumDims,NDims>& indices, in generate_array_view()
|
D | subarray.hpp | 93 index_gen<NumDims,NDims>& indices) in operator []() 269 index_gen<NumDims,NDims>& indices) { in operator []() 330 index_gen<NumDims,NDims>& indices) in operator []()
|
D | view.hpp | 141 index_gen<NumDims,NDims>& indices) in operator []() 348 index_gen<NumDims,NDims>& indices) { in operator []() 400 index_gen<NumDims,NDims>& indices) in operator []()
|
D | multi_array_ref.hpp | 231 index_gen<NumDims,NDims>& indices) in operator []() 531 index_gen<NumDims,NDims>& indices) { in operator []() 589 index_gen<NumDims,NDims>& indices) in operator []()
|
/third_party/boost/libs/multi_array/test/ |
D | dimtest.cpp | 238 struct index_gen { struct 247 index_gen() { } in index_gen() argument 250 explicit index_gen(const index_gen<NumRanges-1,ND>& rhs, in index_gen() argument 257 index_gen<NumRanges+1,NumDims+1> 260 index_gen<NumRanges+1,NumDims+1> tmp; in operator []() argument 266 index_gen<NumRanges+1,NumDims> 269 index_gen<NumRanges+1,NumDims> tmp; in operator []() argument 278 void accept_gen(index_gen<NRanges,NDims>& indices) { in accept_gen() 288 void operator[](index_gen<NRanges,NDims>& indices) { in operator []() 298 index_gen<0,0> indices; in main() [all …]
|
D | idxgen1.cpp | 30 index_gen<NumRanges,NumDims>&) { } in check() 43 boost::detail::multi_array::index_gen<0,0> indices; in main() 63 boost::detail::multi_array::index_gen<3,3> is1 = in main() 71 boost::detail::multi_array::index_gen<3,2> is2 = in main()
|
D | compare.cpp | 52 array::index_gen indices; in main() 70 array::index_gen indices; in main() 129 array::index_gen indices; in main()
|
D | vc_death.cpp | 34 array::index_gen indices; in main()
|
D | fail_cview2.cpp | 50 array::index_gen indices; in main()
|
D | fail_ref_cview.cpp | 46 array_ref::index_gen indices; in main()
|
D | fail_cview.cpp | 48 array::index_gen indices; in main()
|
D | fail_ref_cview2.cpp | 46 array_ref::index_gen indices; in main()
|
D | fail_ref_cview3.cpp | 47 array_ref::index_gen indices; in main()
|
D | fail_cview3.cpp | 48 array::index_gen indices; in main()
|
D | generative_tests.hpp | 171 typename array::index_gen indices; in run_configuration() 194 typename array::index_gen indices; in run_configuration()
|
D | slice.cpp | 57 typename Array::index_gen indices; in test_views()
|
D | index_bases.cpp | 37 array::index_gen indices; in main()
|
/third_party/boost/boost/ |
D | multi_array.hpp | 478 typedef detail::multi_array::index_gen<NumDims,NumDims> index_gen; in resize() typedef 479 index_gen old_idxes; in resize() 480 index_gen new_idxes; in resize()
|
/third_party/mesa3d/docs/relnotes/ |
D | 21.2.0.rst | 1091 - intel: Rename index_gen keyword to index_ver
|