Home
last modified time | relevance | path

Searched refs:map_type (Results 1 – 25 of 2315) sorted by relevance

12345678910>>...93

/dports/misc/py-palettable/palettable-3.3.0/palettable/colorbrewer/
H A Dcolorbrewer.py20 def print_maps(map_type=None, number=None): argument
33 if not map_type and not number:
36 elif map_type:
67 if map_type.lower() not in MAP_TYPES:
71 print(map_type)
74 map_type = map_type.capitalize()
155 map_type = map_type.capitalize()
167 s = s.format(name, map_type)
193 def _load_maps_by_type(map_type): argument
211 map_type = map_type.capitalize()
[all …]
/dports/databases/grass7/grass-7.8.6/raster/r.in.xyz/
H A Dsupport.c16 RASTER_MAP_TYPE map_type) in get_cell_ptr() argument
20 col) * Rast_cell_size(map_type)); in get_cell_ptr()
40 Rast_set_c_value(ptr, 0, map_type); in blank_array()
73 RASTER_MAP_TYPE map_type, double value) in update_min() argument
78 if (Rast_is_null_value(ptr, map_type)) in update_min()
81 old_val = Rast_get_d_value(ptr, map_type); in update_min()
95 if (Rast_is_null_value(ptr, map_type)) in update_max()
98 old_val = Rast_get_d_value(ptr, map_type); in update_max()
113 old_val = Rast_get_d_value(ptr, map_type); in update_sum()
121 RASTER_MAP_TYPE map_type, double value) in update_sumsq() argument
[all …]
/dports/databases/grass7/grass-7.8.6/raster/r.in.lidar/
H A Dsupport.c16 RASTER_MAP_TYPE map_type) in get_cell_ptr() argument
20 col) * Rast_cell_size(map_type)); in get_cell_ptr()
40 Rast_set_c_value(ptr, 0, map_type); in blank_array()
73 RASTER_MAP_TYPE map_type, double value) in update_min() argument
78 if (Rast_is_null_value(ptr, map_type)) in update_min()
81 old_val = Rast_get_d_value(ptr, map_type); in update_min()
95 if (Rast_is_null_value(ptr, map_type)) in update_max()
98 old_val = Rast_get_d_value(ptr, map_type); in update_max()
113 old_val = Rast_get_d_value(ptr, map_type); in update_sum()
121 RASTER_MAP_TYPE map_type, double value) in update_sumsq() argument
[all …]
/dports/comms/uhd/uhd-90ce6062b6b5df2eddeee723777be85108e4e7c7/host/lib/include/uhdlib/utils/
H A Dinterpolation.hpp27 template <typename map_type>
28 std::pair<typename map_type::const_iterator, typename map_type::const_iterator>
29 get_bounding_iterators(const map_type& data, const typename map_type::key_type& key) in get_bounding_iterators()
129 typename map_type::mapped_type at_interpolate_1d(const map_type& data, in at_interpolate_1d()
130 const typename map_type::key_type& key, in at_interpolate_1d()
168 template <typename map_type>
169 typename map_type::mapped_type at_nearest( in at_nearest()
170 const map_type& data, const typename map_type::key_type& key) in at_nearest()
196 template <typename map_type>
197 typename map_type::mapped_type at_lin_interp( in at_lin_interp()
[all …]
/dports/devel/py-ijson/ijson-3.1.4/ijson/
H A Dcommon.py114 def __init__(self, map_type=None): argument
118 self.map_type = map_type or dict
124 mappable = self.map_type()
150 builder = ObjectBuilder(map_type=map_type)
176 builder = ObjectBuilder(map_type=map_type)
399 source, prefix, map_type=map_type, buf_size=buf_size, **config
403 source, prefix, map_type=map_type, buf_size=buf_size, **config
418 source, prefix, map_type=map_type, buf_size=buf_size, **config
422 source, prefix, map_type=map_type, buf_size=buf_size, **config
446 def kvitems(events, prefix, map_type=None): argument
[all …]
/dports/science/lammps/lammps-stable_29Sep2021/lib/kokkos/containers/src/impl/
H A DKokkos_UnorderedMap_impl.hpp63 using map_type = Map; typedef
66 using size_type = typename map_type::size_type;
68 map_type m_dst;
87 using map_type = UMap; typedef
90 using key_type = typename map_type::key_type;
93 map_type m_map;
143 using map_type = UMap; typedef
150 map_type m_map;
155 UnorderedMapHistogram(map_type const& map) in UnorderedMapHistogram()
233 using map_type = UMap; typedef
[all …]
/dports/devel/kokkos/kokkos-3.4.01/containers/src/impl/
H A DKokkos_UnorderedMap_impl.hpp63 using map_type = Map; typedef
66 using size_type = typename map_type::size_type;
68 map_type m_dst;
87 using map_type = UMap; typedef
90 using key_type = typename map_type::key_type;
93 map_type m_map;
143 using map_type = UMap; typedef
150 map_type m_map;
155 UnorderedMapHistogram(map_type const& map) in UnorderedMapHistogram()
233 using map_type = UMap; typedef
[all …]
/dports/science/sparta/sparta-20Oct2021/lib/kokkos/containers/src/impl/
H A DKokkos_UnorderedMap_impl.hpp63 using map_type = Map; typedef
66 using size_type = typename map_type::size_type;
68 map_type m_dst;
87 using map_type = UMap; typedef
90 using key_type = typename map_type::key_type;
93 map_type m_map;
143 using map_type = UMap; typedef
150 map_type m_map;
155 UnorderedMapHistogram(map_type const& map) in UnorderedMapHistogram()
233 using map_type = UMap; typedef
[all …]
/dports/databases/grass7/grass-7.8.6/raster/r.param.scale/
H A Dclose_down.c18 char map_title[80], map_type[32]; in close_down() local
34 strcpy(map_type, "Generalised elevation value"); in close_down()
38 strcpy(map_type, "Magnitude of maximum gradient"); in close_down()
56 strcpy(map_type, "Profile curvature"); in close_down()
69 strcpy(map_type, "Plan curvature"); in close_down()
79 strcpy(map_type, "Longitudinal curvature"); in close_down()
89 strcpy(map_type, "Cross-sectional curvature"); in close_down()
102 strcpy(map_type, "Minimum curvature"); in close_down()
109 strcpy(map_type, "Maximum curvature"); in close_down()
116 strcpy(map_type, "Morphometric features"); in close_down()
[all …]
/dports/misc/vxl/vxl-3.3.2/contrib/prip/vmap/
H A Dvmap_kernel.h30 typedef TMap map_type ; typedef
72 vmap_sigma_permutation(map_type & arg) :map_(&arg) {} in vmap_sigma_permutation()
161 map_type *map_ ;
170 typedef TMap map_type ; typedef
301 map_type *map_ ;
324 typedef M map_type ; typedef
347 vmap_kernel (map_type & arg) in vmap_kernel()
433 map_type *map_ ;
448 typedef typename TPermutation::map_type map_type ; typedef
451 typedef vmap_kernel<map_type> Base_ ;
[all …]
/dports/math/openfst/openfst-1.8.1/src/script/
H A Dgetters.cc70 *map_type = MapType::ARC_SUM; in GetMapType()
74 *map_type = MapType::IDENTITY; in GetMapType()
78 *map_type = MapType::INVERT; in GetMapType()
82 *map_type = MapType::PLUS; in GetMapType()
84 *map_type = MapType::POWER; in GetMapType()
86 *map_type = MapType::QUANTIZE; in GetMapType()
88 *map_type = MapType::RMWEIGHT; in GetMapType()
92 *map_type = MapType::TIMES; in GetMapType()
94 *map_type = MapType::TO_LOG; in GetMapType()
96 *map_type = MapType::TO_LOG64; in GetMapType()
[all …]
/dports/math/freefem++/FreeFem-sources-4.6/src/fflib/
H A DAFunction_ext.hpp51 map_type[typeid(A).name()], in OneOperator2s_()
166 map_type[typeid(A).name()], in OneOperator4_()
167 map_type[typeid(B).name()], in OneOperator4_()
168 map_type[typeid(C).name()], in OneOperator4_()
215 map_type[typeid(A).name()], in OneOperator4s_()
216 map_type[typeid(B).name()], in OneOperator4s_()
217 map_type[typeid(C).name()], in OneOperator4s_()
276 map_type[typeid(A).name()], in OneOperator5_()
277 map_type[typeid(B).name()], in OneOperator5_()
278 map_type[typeid(C).name()], in OneOperator5_()
[all …]
/dports/science/lammps/lammps-stable_29Sep2021/lib/kokkos/containers/unit_tests/
H A DTestUnorderedMap.hpp56 using map_type = MapType; typedef
60 map_type map;
106 using map_type = MapType; typedef
109 map_type m_map;
134 using map_type = MapType; typedef
138 map_type m_map;
191 map_type map; in test_insert()
206 Kokkos::Impl::UnorderedMapPrint<map_type> f(map); in test_insert()
238 map_type map(num_nodes); in test_failed_insert()
254 map_type map; in test_deep_copy()
[all …]
/dports/devel/kokkos/kokkos-3.4.01/containers/unit_tests/
H A DTestUnorderedMap.hpp56 using map_type = MapType; typedef
60 map_type map;
106 using map_type = MapType; typedef
109 map_type m_map;
134 using map_type = MapType; typedef
138 map_type m_map;
191 map_type map; in test_insert()
206 Kokkos::Impl::UnorderedMapPrint<map_type> f(map); in test_insert()
238 map_type map(num_nodes); in test_failed_insert()
254 map_type map; in test_deep_copy()
[all …]
/dports/science/sparta/sparta-20Oct2021/lib/kokkos/containers/unit_tests/
H A DTestUnorderedMap.hpp56 using map_type = MapType; typedef
60 map_type map;
106 using map_type = MapType; typedef
109 map_type m_map;
134 using map_type = MapType; typedef
138 map_type m_map;
191 map_type map; in test_insert()
206 Kokkos::Impl::UnorderedMapPrint<map_type> f(map); in test_insert()
238 map_type map(num_nodes); in test_failed_insert()
254 map_type map; in test_deep_copy()
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/libcxx/test/std/containers/unord/unord.map/
H A Dcontains.transparent.pass.cpp30 using map_type = const unord_map_type<std::unordered_map, transparent_hash, std::equal_to<> >; in main() typedef
31 test_transparent_contains<map_type>(ilist_type{{1, 2}, {2, 3}}); in main()
36 …using map_type = const unord_map_type<std::unordered_map, transparent_hash_final, transparent_equa… in main() typedef
37 test_transparent_contains<map_type>(ilist_type{{1, 2}, {2, 3}}); in main()
42 using map_type = const unord_map_type<std::unordered_map, non_transparent_hash, in main() typedef
44 test_non_transparent_contains<map_type>(ilist_type{{1, 2}, {2, 3}}); in main()
49 using map_type = const unord_map_type<std::unordered_map, transparent_hash, in main() typedef
51 test_non_transparent_contains<map_type>(ilist_type{{1, 2}, {2, 3}}); in main()
56 using map_type = const unord_map_type<std::unordered_map, non_transparent_hash, in main() typedef
58 test_non_transparent_contains<map_type>(ilist_type{{1, 2}, {2, 3}}); in main()
H A Dcount.transparent.pass.cpp31 using map_type = const unord_map_type<std::unordered_map, transparent_hash, std::equal_to<> >; in main() typedef
32 test_transparent_count<map_type>(ilist_type{{1, 2}, {2, 3}}); in main()
37 using map_type = in main() typedef
39 test_transparent_count<map_type>(ilist_type{{1, 2}, {2, 3}}); in main()
44 … using map_type = const unord_map_type<std::unordered_map, non_transparent_hash, std::equal_to<> >; in main() typedef
45 test_non_transparent_count<map_type>(ilist_type{{1, 2}, {2, 3}}); in main()
50 using map_type = in main() typedef
52 test_non_transparent_count<map_type>(ilist_type{{1, 2}, {2, 3}}); in main()
57 using map_type = in main() typedef
59 test_non_transparent_count<map_type>(ilist_type{{1, 2}, {2, 3}}); in main()
H A Dequal_range_const.transparent.pass.cpp31 using map_type = const unord_map_type<std::unordered_map, transparent_hash, in main() typedef
33 test_transparent_equal_range<map_type>(ilist_type{{1, 2}, {2, 3}}); in main()
38 using map_type = const unord_map_type<std::unordered_map, transparent_hash_final, in main() typedef
40 test_transparent_equal_range<map_type>(ilist_type{{1, 2}, {2, 3}}); in main()
45 using map_type = const unord_map_type<std::unordered_map, non_transparent_hash, in main() typedef
47 test_non_transparent_equal_range<map_type>(ilist_type{{1, 2}, {2, 3}}); in main()
52 using map_type = const unord_map_type<std::unordered_map, transparent_hash, in main() typedef
54 test_non_transparent_equal_range<map_type>(ilist_type{{1, 2}, {2, 3}}); in main()
59 using map_type = const unord_map_type<std::unordered_map, non_transparent_hash, in main() typedef
61 test_non_transparent_equal_range<map_type>(ilist_type{{1, 2}, {2, 3}}); in main()
H A Dequal_range_non_const.transparent.pass.cpp31 using map_type = unord_map_type<std::unordered_map, transparent_hash, in main() typedef
33 test_transparent_equal_range<map_type>(ilist_type{{1, 2}, {2, 3}}); in main()
38 using map_type = unord_map_type<std::unordered_map, transparent_hash_final, in main() typedef
40 test_transparent_equal_range<map_type>(ilist_type{{1, 2}, {2, 3}}); in main()
45 using map_type = unord_map_type<std::unordered_map, non_transparent_hash, in main() typedef
47 test_non_transparent_equal_range<map_type>(ilist_type{{1, 2}, {2, 3}}); in main()
52 using map_type = unord_map_type<std::unordered_map, transparent_hash, in main() typedef
54 test_non_transparent_equal_range<map_type>(ilist_type{{1, 2}, {2, 3}}); in main()
59 using map_type = unord_map_type<std::unordered_map, non_transparent_hash, in main() typedef
61 test_non_transparent_equal_range<map_type>(ilist_type{{1, 2}, {2, 3}}); in main()
H A Dfind_const.transparent.pass.cpp31 using map_type = const unord_map_type<std::unordered_map, transparent_hash, in main() typedef
33 test_transparent_find<map_type>(ilist_type{{1, 2}, {2, 3}}); in main()
38 using map_type = const unord_map_type<std::unordered_map, transparent_hash_final, in main() typedef
40 test_transparent_find<map_type>(ilist_type{{1, 2}, {2, 3}}); in main()
45 using map_type = const unord_map_type<std::unordered_map, non_transparent_hash, in main() typedef
47 test_non_transparent_find<map_type>(ilist_type{{1, 2}, {2, 3}}); in main()
52 using map_type = const unord_map_type<std::unordered_map, transparent_hash, in main() typedef
54 test_non_transparent_find<map_type>(ilist_type{{1, 2}, {2, 3}}); in main()
59 using map_type = const unord_map_type<std::unordered_map, non_transparent_hash, in main() typedef
61 test_non_transparent_find<map_type>(ilist_type{{1, 2}, {2, 3}}); in main()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/libcxx/test/std/containers/unord/unord.multimap/
H A Dequal_range_non_const.transparent.pass.cpp31 using map_type = unord_map_type<std::unordered_multimap, transparent_hash, in main() typedef
33 test_transparent_equal_range<map_type>(ilist_type{{1, 2}, {1, 3}, {2, 3}}); in main()
38 using map_type = unord_map_type<std::unordered_multimap, transparent_hash_final, in main() typedef
40 test_transparent_equal_range<map_type>(ilist_type{{1, 2}, {1, 3}, {2, 3}}); in main()
45 using map_type = unord_map_type<std::unordered_multimap, non_transparent_hash, in main() typedef
47 test_non_transparent_equal_range<map_type>(ilist_type{{1, 2}, {1, 3}, {2, 3}}); in main()
52 using map_type = unord_map_type<std::unordered_multimap, transparent_hash, in main() typedef
54 test_non_transparent_equal_range<map_type>(ilist_type{{1, 2}, {1, 3}, {2, 3}}); in main()
59 using map_type = unord_map_type<std::unordered_multimap, non_transparent_hash, in main() typedef
61 test_non_transparent_equal_range<map_type>(ilist_type{{1, 2}, {1, 3}, {2, 3}}); in main()
H A Dfind_const.transparent.pass.cpp31 using map_type = const unord_map_type<std::unordered_multimap, transparent_hash, in main() typedef
33 test_transparent_find<map_type>(ilist_type{{1, 2}, {1, 3}, {2, 3}}); in main()
38 using map_type = const unord_map_type<std::unordered_multimap, transparent_hash_final, in main() typedef
40 test_transparent_find<map_type>(ilist_type{{1, 2}, {1, 3}, {2, 3}}); in main()
45 using map_type = const unord_map_type<std::unordered_multimap, non_transparent_hash, in main() typedef
47 test_non_transparent_find<map_type>(ilist_type{{1, 2}, {1, 3}, {2, 3}}); in main()
52 using map_type = const unord_map_type<std::unordered_multimap, transparent_hash, in main() typedef
54 test_non_transparent_find<map_type>(ilist_type{{1, 2}, {1, 3}, {2, 3}}); in main()
59 using map_type = const unord_map_type<std::unordered_multimap, non_transparent_hash, in main() typedef
61 test_non_transparent_find<map_type>(ilist_type{{1, 2}, {1, 3}, {2, 3}}); in main()
H A Dcount.transparent.pass.cpp31 …using map_type = const unord_map_type<std::unordered_multimap, transparent_hash, std::equal_to<> >; in main() typedef
32 test_transparent_count<map_type>(ilist_type{{1, 2}, {1, 3}, {2, 3}}); in main()
37 using map_type = in main() typedef
39 test_transparent_count<map_type>(ilist_type{{1, 2}, {1, 3}, {2, 3}}); in main()
44 …using map_type = const unord_map_type<std::unordered_multimap, non_transparent_hash, std::equal_to… in main() typedef
45 test_non_transparent_count<map_type>(ilist_type{{1, 2}, {1, 3}, {2, 3}}); in main()
50 using map_type = in main() typedef
52 test_non_transparent_count<map_type>(ilist_type{{1, 2}, {1, 3}, {2, 3}}); in main()
57 using map_type = in main() typedef
59 test_non_transparent_count<map_type>(ilist_type{{1, 2}, {1, 3}, {2, 3}}); in main()
H A Dequal_range_const.transparent.pass.cpp31 using map_type = const unord_map_type<std::unordered_multimap, transparent_hash, in main() typedef
33 test_transparent_equal_range<map_type>(ilist_type{{1, 2}, {1, 3}, {2, 3}}); in main()
38 using map_type = const unord_map_type<std::unordered_multimap, transparent_hash_final, in main() typedef
40 test_transparent_equal_range<map_type>(ilist_type{{1, 2}, {1, 3}, {2, 3}}); in main()
45 using map_type = const unord_map_type<std::unordered_multimap, non_transparent_hash, in main() typedef
47 test_non_transparent_equal_range<map_type>(ilist_type{{1, 2}, {1, 3}, {2, 3}}); in main()
52 using map_type = const unord_map_type<std::unordered_multimap, transparent_hash, in main() typedef
54 test_non_transparent_equal_range<map_type>(ilist_type{{1, 2}, {1, 3}, {2, 3}}); in main()
59 using map_type = const unord_map_type<std::unordered_multimap, non_transparent_hash, in main() typedef
61 test_non_transparent_equal_range<map_type>(ilist_type{{1, 2}, {1, 3}, {2, 3}}); in main()
H A Dfind_non_const.transparent.pass.cpp31 using map_type = unord_map_type<std::unordered_multimap, transparent_hash, in main() typedef
33 test_transparent_find<map_type>(ilist_type{{1, 2}, {1, 3}, {2, 3}}); in main()
38 using map_type = unord_map_type<std::unordered_multimap, transparent_hash_final, in main() typedef
40 test_transparent_find<map_type>(ilist_type{{1, 2}, {1, 3}, {2, 3}}); in main()
45 using map_type = unord_map_type<std::unordered_multimap, non_transparent_hash, in main() typedef
47 test_non_transparent_find<map_type>(ilist_type{{1, 2}, {1, 3}, {2, 3}}); in main()
52 using map_type = unord_map_type<std::unordered_multimap, transparent_hash, in main() typedef
54 test_non_transparent_find<map_type>(ilist_type{{1, 2}, {1, 3}, {2, 3}}); in main()
59 using map_type = unord_map_type<std::unordered_multimap, non_transparent_hash, in main() typedef
61 test_non_transparent_find<map_type>(ilist_type{{1, 2}, {1, 3}, {2, 3}}); in main()

12345678910>>...93