Lines Matching +full:2 +full:- +full:dimensional
1 // -*- C++ -*-
2 //===----------------------------------------------------------------------===//
6 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
12 // Under the terms of Contract DE-NA0003525 with NTESS,
15 //===---------------------------------------------------------------------===//
77 // not catching this could lead to out-of-bounds access later when used inside mdspan
78 // mapping<dextents<char, 2>> map(dextents<char, 2>(40,40)); map(3, 10) == -126
89 // not catching this could lead to out-of-bounds access later when used inside mdspan
90 // mapping<dextents<char, 2>> map(mapping<dextents<int, 2>>(dextents<int, 2>(40,40))); map(3, 10) == -126
101 // not catching this could lead to out-of-bounds access later when used inside mdspan
106 // -56
152 // Thus, this is a canonical point in multi-dimensional data structures to make invalid element access checks
179 for (rank_type __i = extents_type::rank() - 1; __i > __r; __i--)