Home
last modified time | relevance | path

Searched refs:origin_type (Results 1 – 25 of 249) sorted by relevance

12345678910

/dports/net/mpich/mpich-3.4.3/test/mpi/rma/
H A Dbadrma.c15 int do_test(int origin_count, MPI_Datatype origin_type, int result_count, in do_test() argument
20 ret = MPI_Put(origin_buf, origin_count, origin_type, 1, 0, target_count, target_type, win); in do_test()
24 ret = MPI_Get(origin_buf, origin_count, origin_type, 1, 0, target_count, target_type, win); in do_test()
28 ret = MPI_Accumulate(origin_buf, origin_count, origin_type, 1, 0, target_count, in do_test()
33 ret = MPI_Get_accumulate(origin_buf, origin_count, origin_type, result_buf, result_count, in do_test()
38 MPI_Type_size(origin_type, &origin_type_size); in do_test()
42 ret = MPI_Put(NULL, origin_count, origin_type, 1, 0, target_count, target_type, win); in do_test()
46 ret = MPI_Get(NULL, origin_count, origin_type, 1, 0, target_count, target_type, win); in do_test()
50 ret = MPI_Accumulate(NULL, origin_count, origin_type, 1, 0, target_count, target_type, in do_test()
55 ret = MPI_Get_accumulate(NULL, origin_count, origin_type, result_buf, result_count, in do_test()
[all …]
/dports/math/gmm++/gmm-5.4/include/gmm/
H A Dgmm_interface.h144 typedef typename linalg_traits<V>::origin_type origin_type;
152 typedef typename select_ref<const origin_type *, origin_type *,
212 typedef this_type origin_type;
256 typedef typename linalg_traits<V>::origin_type origin_type;
258 typedef typename select_ref<const origin_type *, origin_type *,
283 typedef typename linalg_traits<V>::origin_type origin_type;
287 typedef typename select_ref<const origin_type *, origin_type *,
344 typedef typename linalg_traits<V>::origin_type origin_type;
345 typedef typename select_ref<const origin_type *, origin_type *,
406 typedef typename linalg_traits<V>::origin_type origin_type;
[all …]
H A Dgmm_interface_bgeot.h51 typedef this_type origin_type;
65 static origin_type* origin(this_type &v) { return &v; }
66 static const origin_type* origin(const this_type &v) { return &v; }
67 static void clear(origin_type* o, const iterator &it, const iterator &ite)
71 static value_type access(const origin_type *, const const_iterator &it,
74 static reference access(origin_type *, const iterator &it,
H A Dgmm_conjugated.h96 typedef typename linalg_traits<this_type>::origin_type origin_type; typedef
99 const origin_type *origin;
113 typedef typename linalg_traits<V>::origin_type origin_type;
184 typedef typename linalg_traits<this_type>::origin_type origin_type;
187 const origin_type *origin;
242 typedef typename linalg_traits<this_type>::origin_type origin_type;
245 const origin_type *origin;
328 typedef typename linalg_traits<M>::origin_type origin_type;
353 static inline const origin_type* origin(const this_type &m)
362 typedef typename linalg_traits<M>::origin_type origin_type;
[all …]
H A Dgmm_transposed.h78 typedef typename linalg_traits<M>::origin_type origin_type;
79 typedef typename select_ref<const origin_type *, origin_type *,
110 static origin_type* origin(this_type &v) { return v.origin; }
111 static const origin_type* origin(const this_type &v) { return v.origin; }
159 typedef typename linalg_traits<M>::origin_type origin_type;
160 typedef typename select_ref<const origin_type *, origin_type *,
193 static origin_type* origin(this_type &v) { return v.origin; }
194 static const origin_type* origin(const this_type &v) { return v.origin; }
H A Dgmm_scaled.h98 typedef typename linalg_traits<this_type>::origin_type origin_type; typedef
101 const origin_type *origin;
162 typedef typename linalg_traits<this_type>::origin_type origin_type; typedef
165 const origin_type *origin;
223 typedef typename linalg_traits<this_type>::origin_type origin_type; typedef
226 const origin_type *origin;
343 typedef typename linalg_traits<V>::origin_type origin_type;
355 static const origin_type* origin(const this_type &v) { return v.origin; }
356 static value_type access(const origin_type *o, const const_iterator &it,
367 typedef typename linalg_traits<M>::origin_type origin_type;
[all …]
H A Dgmm_vector_to_matrix.h120 typedef typename linalg_traits<V>::origin_type origin_type;
121 typedef typename select_ref<const origin_type *, origin_type *,
152 static origin_type* origin(this_type &m) { return m.vec.origin; }
153 static const origin_type* origin(const this_type &m)
244 typedef typename linalg_traits<V>::origin_type origin_type;
245 typedef typename select_ref<const origin_type *, origin_type *,
276 static origin_type* origin(this_type &m) { return m.vec.origin; }
277 static const origin_type* origin(const this_type &m)
H A Dgmm_real_part.h408 typedef typename linalg_traits<V>::origin_type origin_type;
409 typedef typename select_ref<const origin_type *, origin_type *,
454 static void clear(origin_type* o, const iterator &begin_,
462 static void clear(origin_type* o, const iterator &begin_,
466 static void clear(origin_type* o, const iterator &begin_,
471 static void clear(origin_type* o, const iterator &begin_,
480 static reference access(origin_type *o, const iterator &it,
489 typedef typename linalg_traits<M>::origin_type origin_type;
490 typedef typename select_ref<const origin_type *, origin_type *,
544 typedef typename linalg_traits<M>::origin_type origin_type;
[all …]
H A Dgmm_sub_vector.h182 typedef typename linalg_traits<V>::origin_type origin_type;
183 typedef typename select_ref<const origin_type *, origin_type *,
229 static origin_type* origin(this_type &v) { return v.origin; }
230 static const origin_type* origin(const this_type &v) { return v.origin; }
231 static void clear(origin_type* o, const iterator &begin_,
240 static value_type access(const origin_type *o, const const_iterator &it,
243 static reference access(origin_type *o, const iterator &it,
404 typedef typename linalg_traits<V>::origin_type origin_type;
405 typedef typename select_ref<const origin_type *, origin_type *,
451 static origin_type* origin(this_type &v) { return v.origin; }
[all …]
/dports/cad/gmsh/gmsh-4.9.2-source/contrib/gmm/
H A Dgmm_interface.h143 typedef typename linalg_traits<V>::origin_type origin_type;
151 typedef typename select_ref<const origin_type *, origin_type *,
205 typedef this_type origin_type;
253 typedef typename linalg_traits<V>::origin_type origin_type;
255 typedef typename select_ref<const origin_type *, origin_type *,
280 typedef typename linalg_traits<V>::origin_type origin_type;
284 typedef typename select_ref<const origin_type *, origin_type *,
341 typedef typename linalg_traits<V>::origin_type origin_type;
342 typedef typename select_ref<const origin_type *, origin_type *,
403 typedef typename linalg_traits<V>::origin_type origin_type;
[all …]
H A Dgmm_interface_bgeot.h50 typedef this_type origin_type;
64 static origin_type* origin(this_type &v) { return &v; }
65 static const origin_type* origin(const this_type &v) { return &v; }
66 static void clear(origin_type* o, const iterator &it, const iterator &ite)
70 static value_type access(const origin_type *, const const_iterator &it,
73 static reference access(origin_type *, const iterator &it,
H A Dgmm_conjugated.h95 typedef typename linalg_traits<this_type>::origin_type origin_type; typedef
98 const origin_type *origin;
112 typedef typename linalg_traits<V>::origin_type origin_type;
183 typedef typename linalg_traits<this_type>::origin_type origin_type;
186 const origin_type *origin;
200 typedef typename linalg_traits<M>::origin_type origin_type;
225 static inline const origin_type* origin(const this_type &m)
275 typedef typename linalg_traits<this_type>::origin_type origin_type;
278 const origin_type *origin;
292 typedef typename linalg_traits<M>::origin_type origin_type;
[all …]
H A Dgmm_transposed.h77 typedef typename linalg_traits<M>::origin_type origin_type;
78 typedef typename select_ref<const origin_type *, origin_type *,
109 static origin_type* origin(this_type &v) { return v.origin; }
110 static const origin_type* origin(const this_type &v) { return v.origin; }
158 typedef typename linalg_traits<M>::origin_type origin_type;
159 typedef typename select_ref<const origin_type *, origin_type *,
192 static origin_type* origin(this_type &v) { return v.origin; }
193 static const origin_type* origin(const this_type &v) { return v.origin; }
H A Dgmm_scaled.h97 typedef typename linalg_traits<this_type>::origin_type origin_type; typedef
100 const origin_type *origin;
117 typedef typename linalg_traits<V>::origin_type origin_type;
129 static const origin_type* origin(const this_type &v) { return v.origin; }
130 static value_type access(const origin_type *o, const const_iterator &it,
184 typedef typename linalg_traits<this_type>::origin_type origin_type;
187 const origin_type *origin;
203 typedef typename linalg_traits<M>::origin_type origin_type;
278 typedef typename linalg_traits<this_type>::origin_type origin_type;
281 const origin_type *origin;
[all …]
H A Dgmm_vector_to_matrix.h119 typedef typename linalg_traits<V>::origin_type origin_type;
120 typedef typename select_ref<const origin_type *, origin_type *,
151 static origin_type* origin(this_type &m) { return m.vec.origin; }
152 static const origin_type* origin(const this_type &m)
243 typedef typename linalg_traits<V>::origin_type origin_type;
244 typedef typename select_ref<const origin_type *, origin_type *,
275 static origin_type* origin(this_type &m) { return m.vec.origin; }
276 static const origin_type* origin(const this_type &m)
H A Dgmm_real_part.h248 typedef typename linalg_traits<V>::origin_type origin_type;
249 typedef typename select_ref<const origin_type *, origin_type *,
294 static void clear(origin_type* o, const iterator &begin_,
302 static void clear(origin_type* o, const iterator &begin_,
306 static void clear(origin_type* o, const iterator &begin_,
311 static void clear(origin_type* o, const iterator &begin_,
320 static reference access(origin_type *o, const iterator &it,
370 typedef typename linalg_traits<M>::origin_type origin_type;
371 typedef typename select_ref<const origin_type *, origin_type *,
466 typedef typename linalg_traits<M>::origin_type origin_type;
[all …]
H A Dgmm_sub_vector.h176 typedef typename linalg_traits<V>::origin_type origin_type;
177 typedef typename select_ref<const origin_type *, origin_type *,
223 static origin_type* origin(this_type &v) { return v.origin; }
224 static const origin_type* origin(const this_type &v) { return v.origin; }
225 static void clear(origin_type* o, const iterator &begin_,
234 static value_type access(const origin_type *o, const const_iterator &it,
237 static reference access(origin_type *o, const iterator &it,
398 typedef typename linalg_traits<V>::origin_type origin_type;
399 typedef typename select_ref<const origin_type *, origin_type *,
445 static origin_type* origin(this_type &v) { return v.origin; }
[all …]
/dports/net-im/py-matrix-synapse/synapse-1.50.2/contrib/prometheus/
H A Dsynapse-v2.rules63 …expr: sum without(type, origin_type, origin_entity) (synapse_storage_events_persisted_events_sep{o…
67 …pr: sum without(type, origin_type, origin_entity) (synapse_storage_events_persisted_events_sep{ori…
71 …r: sum without(type, origin_type, origin_entity) (synapse_storage_events_persisted_events_sep{orig…
75 expr: sum without(origin_entity, origin_type) (synapse_storage_events_persisted_events_sep)
/dports/devel/cpp-hocon/cpp-hocon-0.3.0/lib/inc/internal/
H A Dsimple_config_origin.hpp11 enum class origin_type { GENERIC, FILE, RESOURCE }; enum
16origin_type org_type, std::string resource_or_null, std::vector<std::string> comments_or_null);
20 origin_type org_type = origin_type::GENERIC);
62 origin_type _origin_type;
/dports/net/py-softlayer/SoftLayer-5.9.7/SoftLayer/CLI/cdn/
H A Dorigin_add.py52 def cli(env, unique_id, origin, path, origin_type, header, argument
62 if origin_type == 'storage' and not bucket_name:
65 result = manager.add_origin(unique_id, origin, path, origin_type=origin_type,
76 if origin_type == 'storage':
/dports/devel/py-oci/oci-2.53.1/src/oci/data_catalog/models/
H A Drule_summary.py536 def origin_type(self): member in RuleSummary
550 @origin_type.setter
551 def origin_type(self, origin_type): argument
561 if not value_allowed_none_or_none_sentinel(origin_type, allowed_values):
562 origin_type = 'UNKNOWN_ENUM_VALUE'
563 self._origin_type = origin_type
/dports/multimedia/libdvbpsi/libdvbpsi-1.3.3/src/descriptors/
H A Ddr_4a.c56 int handover_type = 0, origin_type = 0; in dvbpsi_DecodeLinkageDr() local
60 origin_type = p_descriptor->p_data[7] & 0x01; in dvbpsi_DecodeLinkageDr()
62 && ( origin_type == 0 ) && ( p_descriptor->i_length > 243 )) || in dvbpsi_DecodeLinkageDr()
64 && ( origin_type == 1 ) && ( p_descriptor->i_length > 245 ))) in dvbpsi_DecodeLinkageDr()
94 p_decoded->i_origin_type = origin_type; in dvbpsi_DecodeLinkageDr()
101 if (origin_type == 0) in dvbpsi_DecodeLinkageDr()
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/arrow/cpp/src/parquet/arrow/
H A Dschema.cc792 if (origin_type.id() == ::arrow::Type::STRUCT) { in GetNestedFactory()
797 if (origin_type.id() == ::arrow::Type::LIST) { in GetNestedFactory()
803 if (origin_type.id() == ::arrow::Type::LARGE_LIST) { in GetNestedFactory()
828 auto origin_type = origin_field.type(); in ApplyOriginalStorageMetadata() local
859 if (origin_type->id() == ::arrow::Type::TIMESTAMP && in ApplyOriginalStorageMetadata()
879 if (origin_type->id() == ::arrow::Type::DICTIONARY && in ApplyOriginalStorageMetadata()
891 if ((origin_type->id() == ::arrow::Type::LARGE_BINARY && in ApplyOriginalStorageMetadata()
893 (origin_type->id() == ::arrow::Type::LARGE_STRING && in ApplyOriginalStorageMetadata()
900 if (origin_type->id() == ::arrow::Type::DECIMAL256 && in ApplyOriginalStorageMetadata()
923 auto origin_type = origin_field.type(); in ApplyOriginalMetadata() local
[all …]
/dports/databases/arrow/apache-arrow-6.0.1/cpp/src/parquet/arrow/
H A Dschema.cc832 if (origin_type.id() == ::arrow::Type::STRUCT) { in GetNestedFactory()
837 if (origin_type.id() == ::arrow::Type::LIST) { in GetNestedFactory()
843 if (origin_type.id() == ::arrow::Type::LARGE_LIST) { in GetNestedFactory()
868 auto origin_type = origin_field.type(); in ApplyOriginalStorageMetadata() local
899 if (origin_type->id() == ::arrow::Type::TIMESTAMP && in ApplyOriginalStorageMetadata()
919 if (origin_type->id() == ::arrow::Type::DICTIONARY && in ApplyOriginalStorageMetadata()
931 if ((origin_type->id() == ::arrow::Type::LARGE_BINARY && in ApplyOriginalStorageMetadata()
933 (origin_type->id() == ::arrow::Type::LARGE_STRING && in ApplyOriginalStorageMetadata()
940 if (origin_type->id() == ::arrow::Type::DECIMAL256 && in ApplyOriginalStorageMetadata()
963 auto origin_type = origin_field.type(); in ApplyOriginalMetadata() local
[all …]
/dports/devel/py-pydantic/pydantic-1.8.2/pydantic/
H A Dgenerics.py161 origin_type = get_origin(type_)
163 if origin_type is Annotated:
176 origin_type is not None
178 and not isinstance(origin_type, typing_base)
184 origin_type = getattr(typing, type_._name)
185 return origin_type[resolved_type_args]
189 if not origin_type and lenient_issubclass(type_, GenericModel) and not type_.__concrete__:

12345678910