Home
last modified time | relevance | path

Searched defs:index_type (Results 1 – 25 of 2542) sorted by relevance

12345678910>>...102

/dports/math/stanmath/math-4.2.0/stan/math/prim/meta/
H A Dindex_type.hpp25 struct index_type {}; struct
33 struct index_type<T, std::enable_if_t<std::is_pointer<T>::value>> { struct
34 using type = int;
47 struct index_type<T, require_std_vector_t<T>> { struct
48 using type = typename std::decay_t<T>::size_type;
58 struct index_type<T, require_eigen_t<T>> { struct
59 using type = typename std::decay_t<T>::Index;
/dports/astro/libosmium/libosmium-2.17.2/test/t/index/
H A Dtest_id_to_location.cpp97 using index_type = osmium::index::map::Dummy<osmium::unsigned_object_id_type, osmium::Location>; typedef
111 …using index_type = osmium::index::map::DenseMemArray<osmium::unsigned_object_id_type, osmium::Loca… typedef
124 …using index_type = osmium::index::map::DenseMmapArray<osmium::unsigned_object_id_type, osmium::Loc… typedef
137 …using index_type = osmium::index::map::DenseFileArray<osmium::unsigned_object_id_type, osmium::Loc… typedef
149 …using index_type = osmium::index::map::SparseMemTable<osmium::unsigned_object_id_type, osmium::Loc… typedef
161 …using index_type = osmium::index::map::SparseMemMap<osmium::unsigned_object_id_type, osmium::Locat… typedef
171 …using index_type = osmium::index::map::SparseMemArray<osmium::unsigned_object_id_type, osmium::Loc… typedef
188 …using index_type = osmium::index::map::SparseMmapArray<osmium::unsigned_object_id_type, osmium::Lo… typedef
201 … using index_type = osmium::index::map::FlexMem<osmium::unsigned_object_id_type, osmium::Location>; typedef
211 … using index_type = osmium::index::map::FlexMem<osmium::unsigned_object_id_type, osmium::Location>; typedef
[all …]
/dports/www/osrm-backend/osrm-backend-5.26.0/third_party/libosmium/test/t/index/
H A Dtest_id_to_location.cpp97 using index_type = osmium::index::map::Dummy<osmium::unsigned_object_id_type, osmium::Location>; typedef
111 …using index_type = osmium::index::map::DenseMemArray<osmium::unsigned_object_id_type, osmium::Loca… typedef
124 …using index_type = osmium::index::map::DenseMmapArray<osmium::unsigned_object_id_type, osmium::Loc… typedef
137 …using index_type = osmium::index::map::DenseFileArray<osmium::unsigned_object_id_type, osmium::Loc… typedef
149 …using index_type = osmium::index::map::SparseMemTable<osmium::unsigned_object_id_type, osmium::Loc… typedef
161 …using index_type = osmium::index::map::SparseMemMap<osmium::unsigned_object_id_type, osmium::Locat… typedef
171 …using index_type = osmium::index::map::SparseMemArray<osmium::unsigned_object_id_type, osmium::Loc… typedef
188 …using index_type = osmium::index::map::SparseMmapArray<osmium::unsigned_object_id_type, osmium::Lo… typedef
201 … using index_type = osmium::index::map::FlexMem<osmium::unsigned_object_id_type, osmium::Location>; typedef
211 … using index_type = osmium::index::map::FlexMem<osmium::unsigned_object_id_type, osmium::Location>; typedef
[all …]
/dports/devel/boost-docs/boost_1_72_0/boost/numeric/ublas/tensor/
H A Dindex.hpp32 struct index_type struct
34 static constexpr std::size_t value = I;
36 constexpr bool operator == (std::size_t other) const { return value == other; } in operator ==()
37 constexpr bool operator != (std::size_t other) const { return value != other; } in operator !=()
40 constexpr bool operator == (index_type<K> /*other*/) const { return I==K; } in operator ==()
42 constexpr bool operator != (index_type<K> /*other*/) const { return I!=K; } in operator !=()
44 constexpr bool operator == (index_type /*other*/) const { return true; } in operator ==()
45 constexpr bool operator != (index_type /*other*/) const { return false; } in operator !=()
47 constexpr std::size_t operator()() const { return I; } in operator ()()
/dports/devel/hyperscan/boost_1_75_0/boost/numeric/ublas/tensor/
H A Dindex.hpp32 struct index_type struct
34 static constexpr std::size_t value = I;
36 constexpr bool operator == (std::size_t other) const { return value == other; } in operator ==()
37 constexpr bool operator != (std::size_t other) const { return value != other; } in operator !=()
40 constexpr bool operator == (index_type<K> /*other*/) const { return I==K; } in operator ==()
42 constexpr bool operator != (index_type<K> /*other*/) const { return I!=K; } in operator !=()
44 constexpr bool operator == (index_type /*other*/) const { return true; } in operator ==()
45 constexpr bool operator != (index_type /*other*/) const { return false; } in operator !=()
47 constexpr std::size_t operator()() const { return I; } in operator ()()
/dports/devel/R-cran-BH/BH/inst/include/boost/numeric/ublas/tensor/
H A Dindex.hpp32 struct index_type struct
34 static constexpr std::size_t value = I;
36 constexpr bool operator == (std::size_t other) const { return value == other; } in operator ==()
37 constexpr bool operator != (std::size_t other) const { return value != other; } in operator !=()
40 constexpr bool operator == (index_type<K> /*other*/) const { return I==K; } in operator ==()
42 constexpr bool operator != (index_type<K> /*other*/) const { return I!=K; } in operator !=()
44 constexpr bool operator == (index_type /*other*/) const { return true; } in operator ==()
45 constexpr bool operator != (index_type /*other*/) const { return false; } in operator !=()
47 constexpr std::size_t operator()() const { return I; } in operator ()()
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/numeric/ublas/tensor/
H A Dindex.hpp32 struct index_type struct
34 static constexpr std::size_t value = I;
36 constexpr bool operator == (std::size_t other) const { return value == other; } in operator ==()
37 constexpr bool operator != (std::size_t other) const { return value != other; } in operator !=()
40 constexpr bool operator == (index_type<K> /*other*/) const { return I==K; } in operator ==()
42 constexpr bool operator != (index_type<K> /*other*/) const { return I!=K; } in operator !=()
44 constexpr bool operator == (index_type /*other*/) const { return true; } in operator ==()
45 constexpr bool operator != (index_type /*other*/) const { return false; } in operator !=()
47 constexpr std::size_t operator()() const { return I; } in operator ()()
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/numeric/ublas/tensor/
H A Dindex.hpp32 struct index_type struct
34 static constexpr std::size_t value = I;
36 constexpr bool operator == (std::size_t other) const { return value == other; } in operator ==()
37 constexpr bool operator != (std::size_t other) const { return value != other; } in operator !=()
40 constexpr bool operator == (index_type<K> /*other*/) const { return I==K; } in operator ==()
42 constexpr bool operator != (index_type<K> /*other*/) const { return I!=K; } in operator !=()
44 constexpr bool operator == (index_type /*other*/) const { return true; } in operator ==()
45 constexpr bool operator != (index_type /*other*/) const { return false; } in operator !=()
47 constexpr std::size_t operator()() const { return I; } in operator ()()
/dports/devel/boost-libs/boost_1_72_0/boost/numeric/ublas/tensor/
H A Dindex.hpp32 struct index_type struct
34 static constexpr std::size_t value = I;
36 constexpr bool operator == (std::size_t other) const { return value == other; } in operator ==()
37 constexpr bool operator != (std::size_t other) const { return value != other; } in operator !=()
40 constexpr bool operator == (index_type<K> /*other*/) const { return I==K; } in operator ==()
42 constexpr bool operator != (index_type<K> /*other*/) const { return I!=K; } in operator !=()
44 constexpr bool operator == (index_type /*other*/) const { return true; } in operator ==()
45 constexpr bool operator != (index_type /*other*/) const { return false; } in operator !=()
47 constexpr std::size_t operator()() const { return I; } in operator ()()
/dports/devel/boost-python-libs/boost_1_72_0/boost/numeric/ublas/tensor/
H A Dindex.hpp32 struct index_type struct
34 static constexpr std::size_t value = I;
36 constexpr bool operator == (std::size_t other) const { return value == other; } in operator ==()
37 constexpr bool operator != (std::size_t other) const { return value != other; } in operator !=()
40 constexpr bool operator == (index_type<K> /*other*/) const { return I==K; } in operator ==()
42 constexpr bool operator != (index_type<K> /*other*/) const { return I!=K; } in operator !=()
44 constexpr bool operator == (index_type /*other*/) const { return true; } in operator ==()
45 constexpr bool operator != (index_type /*other*/) const { return false; } in operator !=()
47 constexpr std::size_t operator()() const { return I; } in operator ()()
/dports/science/lammps/lammps-stable_29Sep2021/lib/kokkos/core/unit_test/
H A DTestPolicyConstruction.hpp69 using index_type = typename policy_t::index_type; in test_compile_time_parameters() typedef
85 using index_type = typename policy_t::index_type; in test_compile_time_parameters() typedef
101 using index_type = typename policy_t::index_type; in test_compile_time_parameters() typedef
118 using index_type = typename policy_t::index_type; in test_compile_time_parameters() typedef
134 using index_type = typename policy_t::index_type; in test_compile_time_parameters() typedef
150 using index_type = typename policy_t::index_type; in test_compile_time_parameters() typedef
166 using index_type = typename policy_t::index_type; in test_compile_time_parameters() typedef
182 using index_type = typename policy_t::index_type; in test_compile_time_parameters() typedef
196 using index_type = typename policy_t::index_type; in test_compile_time_parameters() typedef
859 using index_type = unsigned long long; in TEST() typedef
[all …]
/dports/devel/kokkos/kokkos-3.4.01/core/unit_test/
H A DTestPolicyConstruction.hpp69 using index_type = typename policy_t::index_type; in test_compile_time_parameters() typedef
85 using index_type = typename policy_t::index_type; in test_compile_time_parameters() typedef
101 using index_type = typename policy_t::index_type; in test_compile_time_parameters() typedef
118 using index_type = typename policy_t::index_type; in test_compile_time_parameters() typedef
134 using index_type = typename policy_t::index_type; in test_compile_time_parameters() typedef
150 using index_type = typename policy_t::index_type; in test_compile_time_parameters() typedef
166 using index_type = typename policy_t::index_type; in test_compile_time_parameters() typedef
182 using index_type = typename policy_t::index_type; in test_compile_time_parameters() typedef
196 using index_type = typename policy_t::index_type; in test_compile_time_parameters() typedef
859 using index_type = unsigned long long; in TEST() typedef
[all …]
/dports/science/sparta/sparta-20Oct2021/lib/kokkos/core/unit_test/
H A DTestPolicyConstruction.hpp69 using index_type = typename policy_t::index_type; in test_compile_time_parameters() typedef
85 using index_type = typename policy_t::index_type; in test_compile_time_parameters() typedef
101 using index_type = typename policy_t::index_type; in test_compile_time_parameters() typedef
118 using index_type = typename policy_t::index_type; in test_compile_time_parameters() typedef
134 using index_type = typename policy_t::index_type; in test_compile_time_parameters() typedef
150 using index_type = typename policy_t::index_type; in test_compile_time_parameters() typedef
166 using index_type = typename policy_t::index_type; in test_compile_time_parameters() typedef
182 using index_type = typename policy_t::index_type; in test_compile_time_parameters() typedef
196 using index_type = typename policy_t::index_type; in test_compile_time_parameters() typedef
859 using index_type = unsigned long long; in TEST() typedef
[all …]
/dports/devel/trellis/prjtrellis-5eb0ad87/libtrellis/include/
H A Dset_indexing_suite.h40 typedef typename base::index_type index_type; typedef
90 get_item(T&, index_type) in get_item() argument
97 set_item(T&, index_type, data_type const&) in set_item() argument
103 set_slice(T&, index_type, index_type, data_type const&) in set_slice() argument
110 set_slice(T&, index_type, index_type, Iter, Iter) in set_slice() argument
/dports/misc/vxl/vxl-3.3.2/contrib/rpl/rgtl/
H A Drgtl_compact_tree_policy.h24 typedef std::size_t index_type; typedef
32 typedef std::size_t index_type; typedef
44 void node_data_value_destroy(index_type) {} in node_data_value_destroy() argument
53 void leaf_data_value_destroy(index_type) {} in leaf_data_value_destroy() argument
/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/lib/stan_math/stan/math/prim/scal/meta/
H A Dindex_type.hpp18 struct index_type {}; struct
27 struct index_type<const T> { struct
28 typedef typename index_type<T>::type type;
/dports/www/drupal8/drupal-8.9.20/core/tests/Drupal/Tests/Core/Database/
H A DSchemaIntrospectionTestTrait.php21 protected function assertIndexOnColumns($table_name, array $column_names, $index_type = 'index') {
42 …protected function assertNoIndexOnColumns($table_name, array $column_names, $index_type = 'index')…
63 protected function getIndexColumnNames($table_name, $index_type) {
/dports/www/drupal9/drupal-9.2.10/core/tests/Drupal/Tests/Core/Database/
H A DSchemaIntrospectionTestTrait.php21 protected function assertIndexOnColumns($table_name, array $column_names, $index_type = 'index') {
42 …protected function assertNoIndexOnColumns($table_name, array $column_names, $index_type = 'index')…
63 protected function getIndexColumnNames($table_name, $index_type) {
/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/lib/stan_math/stan/math/prim/mat/meta/
H A Dindex_type.hpp19 struct index_type<Eigen::Matrix<T, R, C> > { struct
20 typedef typename Eigen::Matrix<T, R, C>::Index type;
/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/lib/stan_math/stan/math/prim/arr/meta/
H A Dindex_type.hpp17 struct index_type<std::vector<T> > { struct
21 typedef typename std::vector<T>::size_type type;
/dports/devel/boost-docs/boost_1_72_0/boost/fusion/view/nview/detail/cpp03/
H A Dnview_impl.hpp38 > index_type; typedef
60 typedef mpl::vector_c<int, BOOST_PP_ENUM_PARAMS(N, I)> index_type; typedef
73 typedef mpl::vector_c<int, BOOST_PP_ENUM_PARAMS(N, I)> index_type; in as_nview() typedef
/dports/devel/boost-docs/boost_1_72_0/boost/spirit/home/support/detail/lexer/
H A Dchar_traits.hpp20 typedef CharT index_type; typedef
32 typedef unsigned char index_type; typedef
44 typedef wchar_t index_type; typedef
/dports/devel/boost-libs/boost_1_72_0/boost/fusion/view/nview/detail/cpp03/
H A Dnview_impl.hpp38 > index_type; typedef
60 typedef mpl::vector_c<int, BOOST_PP_ENUM_PARAMS(N, I)> index_type; typedef
73 typedef mpl::vector_c<int, BOOST_PP_ENUM_PARAMS(N, I)> index_type; in as_nview() typedef
/dports/devel/hyperscan/boost_1_75_0/boost/spirit/home/support/detail/lexer/
H A Dchar_traits.hpp20 typedef CharT index_type; typedef
32 typedef unsigned char index_type; typedef
44 typedef wchar_t index_type; typedef
/dports/devel/boost-python-libs/boost_1_72_0/boost/spirit/home/support/detail/lexer/
H A Dchar_traits.hpp20 typedef CharT index_type; typedef
32 typedef unsigned char index_type; typedef
44 typedef wchar_t index_type; typedef

12345678910>>...102