Home
last modified time | relevance | path

Searched refs:store_vector (Results 1 – 21 of 21) sorted by relevance

/dports/math/libpgmath/flang-d07daf3/runtime/flang/
H A Dquery.c204 I8(store_vector)(lb, lb_s, vector, rank); in ENTFTN() local
212 I8(store_vector)(ub, ub_s, vector, rank); in ENTFTN() local
338 I8(store_vector)(plb, plb_s, vector, rank); in ENTFTN() local
345 I8(store_vector)(pub, pub_s, vector, rank); in ENTFTN() local
433 I8(store_vector)(lb, lb_s, vector, rank); in ENTFTN() local
440 I8(store_vector)(ub, ub_s, vector, rank); in ENTFTN() local
530 I8(store_vector)(lb, lb_s, vector, rank); in ENTFTN() local
538 I8(store_vector)(ub, ub_s, vector, rank); in ENTFTN() local
663 I8(store_vector)(plb, plb_s, vector, rank); in ENTFTN() local
762 I8(store_vector)(lb, lb_s, vector, rank); in ENTFTN() local
[all …]
/dports/net-im/tdlib/td-a53cb30e99f937cfd64e0266fa558785a184a553/td/tl/
H A Dtl_jni_object.h100 jintArray store_vector(JNIEnv *env, const std::vector<std::int32_t> &v);
102 jlongArray store_vector(JNIEnv *env, const std::vector<std::int64_t> &v);
104 jdoubleArray store_vector(JNIEnv *env, const std::vector<double> &v);
106 jobjectArray store_vector(JNIEnv *env, const std::vector<std::string> &v);
109 jobjectArray store_vector(JNIEnv *env, const std::vector<T> &v) { in store_vector() function
157 jobjectArray store_vector(JNIEnv *env, const std::vector<std::vector<T>> &v) { in store_vector() function
162 auto stored_array = store_vector(env, v[i]); in store_vector()
H A Dtl_jni_object.cpp275 jintArray store_vector(JNIEnv *env, const std::vector<std::int32_t> &v) { in store_vector() function
285 jlongArray store_vector(JNIEnv *env, const std::vector<std::int64_t> &v) { in store_vector() function
295 jdoubleArray store_vector(JNIEnv *env, const std::vector<double> &v) { in store_vector() function
305 jobjectArray store_vector(JNIEnv *env, const std::vector<std::string> &v) { in store_vector() function
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/src/
H A DResultsDBHDF5.cpp154 hdf5Stream->store_vector( in insert()
158 hdf5Stream->store_vector( in insert()
162 hdf5Stream->store_vector( in insert()
166 hdf5Stream->store_vector(dset_name, boost::any_cast<StringMultiArrayConstView>(data)); in insert()
H A DResultsDBHDF5.hpp113 hdf5Stream->store_vector(name, scale.items); in operator ()()
126 hdf5Stream->store_vector(name, scale.items); in operator ()()
139 hdf5Stream->store_vector(name, scale.items); in operator ()()
H A DEvaluationStore.cpp361 hdf5Stream->store_vector(labels_name, in allocate_variables()
372 hdf5Stream->store_vector(types_name, type_labels); in allocate_variables()
384 hdf5Stream->store_vector(labels_name, in allocate_variables()
395 hdf5Stream->store_vector(types_name, type_labels); in allocate_variables()
407 hdf5Stream->store_vector(labels_name, in allocate_variables()
418 hdf5Stream->store_vector(types_name, type_labels); in allocate_variables()
430 hdf5Stream->store_vector(labels_name, in allocate_variables()
441 hdf5Stream->store_vector(types_name, type_labels); in allocate_variables()
1720 hdf5Stream->store_vector(labels_location, these_labels); in store_parameters_for_domain()
1724 hdf5Stream->store_vector(ids_location, these_ids); in store_parameters_for_domain()
[all …]
H A DHDF5_IO.cpp167 void HDF5IOHelper::store_vector(const std::string & dset_name, in store_vector() function in Dakota::HDF5IOHelper
170 store_vector(dset_name, &vec[0], vec.size()); in store_vector()
175 void HDF5IOHelper::store_vector(const std::string & dset_name, in store_vector() function in Dakota::HDF5IOHelper
178 store_vector(dset_name, &vec[0], vec.size()); in store_vector()
184 void HDF5IOHelper::store_vector(const String &dset_name, const String *data, in store_vector() function in Dakota::HDF5IOHelper
H A DHDF5_IO.hpp233 void store_vector(const std::string& dset_name,
237 void store_vector( const std::string & dset_name,
241 void store_vector(const std::string & dset_name,
245 void store_vector(const std::string & dset_name,
487 void store_vector(const String &dset_name, const T *data,
491 void store_vector(const String &dset_name, const String *data,
521 void HDF5IOHelper::store_vector(const std::string& dset_name, in store_vector() function in Dakota::HDF5IOHelper
524 store_vector(dset_name, array.data(), array.size()); in store_vector()
529 void HDF5IOHelper::store_vector( const std::string & dset_name, in store_vector() function in Dakota::HDF5IOHelper
532 store_vector(dset_name, &vec[0], vec.length()); in store_vector()
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/google/flatbuffers/rust/flexbuffers/src/builder/
H A Dmod.rs296 let key_vector = store_vector(&mut self.buffer, key_vals, StoreOption::MapKeys); in end_map_or_vector()
297 store_vector(&mut self.buffer, key_vals, StoreOption::Map(key_vector)) in end_map_or_vector()
299 store_vector(&mut self.buffer, &self.values[split..], StoreOption::Vector) in end_map_or_vector()
336 pub fn store_vector(buffer: &mut Vec<u8>, values: &[Value], opt: StoreOption) -> Value { in store_vector() function
/dports/devel/flatbuffers/flatbuffers-2.0.0/rust/flexbuffers/src/builder/
H A Dmod.rs296 let key_vector = store_vector(&mut self.buffer, key_vals, StoreOption::MapKeys); in end_map_or_vector()
297 store_vector(&mut self.buffer, key_vals, StoreOption::Map(key_vector)) in end_map_or_vector()
299 store_vector(&mut self.buffer, &self.values[split..], StoreOption::Vector) in end_map_or_vector()
336 pub fn store_vector(buffer: &mut Vec<u8>, values: &[Value], opt: StoreOption) -> Value { in store_vector() function
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/staging/media/atomisp/pci/hive_isp_css_common/host/
H A Dvmem.c160 static void store_vector( in store_vector() function
216 store_vector(ID, vp, &from[c]); in isp_vmem_store()
271 store_vector(ID, vp, &from[stride_from * h + c]); in isp_vmem_2d_store()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/staging/media/atomisp/pci/hive_isp_css_common/host/
H A Dvmem.c160 static void store_vector( in store_vector() function
216 store_vector(ID, vp, &from[c]); in isp_vmem_store()
271 store_vector(ID, vp, &from[stride_from * h + c]); in isp_vmem_2d_store()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/staging/media/atomisp/pci/hive_isp_css_common/host/
H A Dvmem.c160 static void store_vector( in store_vector() function
216 store_vector(ID, vp, &from[c]); in isp_vmem_store()
271 store_vector(ID, vp, &from[stride_from * h + c]); in isp_vmem_2d_store()
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/src/unit_test/
H A Dhdf5_utils.cpp105 h5_io.store_vector(ds_name, vec_out); in TEUCHOS_UNIT_TEST()
138 h5_io.store_vector(ds_name, vec_out); in TEUCHOS_UNIT_TEST()
166 h5_io.store_vector(ds_name, vec_out); in TEUCHOS_UNIT_TEST()
/dports/graphics/lightzone/LightZone-4.1.8-3-g36e87773/lightcrafts/jnisrc/fast_jai/
H A DhighlightRecovery.cpp95 inline void store_vector(unsigned short * const dstData, const F32vec4 v_rgb[2][3]) { in store_vector() function
234 store_vector(&dstData[dstPixOffset], v_rgb); in Java_com_lightcrafts_jai_opimage_HighlightRecoveryOpImage_floatNativeUshortLoop()
/dports/math/onednn/oneDNN-2.5.1/src/cpu/x64/brgemm/
H A Djit_brgemm_amx_uker.cpp212 void store_vector(const int idx, const int bd, const int ldb,
718 void jit_brgemm_amx_uker_base_t::store_vector(const int idx, const int bd, in store_vector() function in dnnl::impl::cpu::x64::jit_brgemm_amx_uker_base_t
780 store_vector(vreg_acc.getIdx(), adj_bd_ind_bd, in interleave_store()
857 store_vector(vreg_acc.getIdx(), adj_bd_ind_bd, in store_accumulators()
/dports/science/pcmsolver/pcmsolver-1.3.0/tools/
H A Dgetkw.py632 def store_vector(self, s, l, t): member in GetkwParser
770 vector.setParseAction(self.store_vector)
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/cpu/x86/
H A Dx86.ad3268 format %{ "store_vector $mem,$src\n\t" %}
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/cpu/x86/
H A Dx86.ad3555 format %{ "store_vector $mem,$src\n\t" %}
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/cpu/x86/
H A Dx86.ad3107 format %{ "store_vector $mem,$src\n\t" %}
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/cpu/x86/
H A Dx86.ad3591 format %{ "store_vector $mem,$src\n\t" %}