Home
last modified time | relevance | path

Searched defs:store_vector (Results 1 – 13 of 13) 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.h109 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
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 DHDF5_IO.cpp167 void HDF5IOHelper::store_vector(const std::string & dset_name, in store_vector() function in Dakota::HDF5IOHelper
175 void HDF5IOHelper::store_vector(const std::string & dset_name, in store_vector() function in Dakota::HDF5IOHelper
184 void HDF5IOHelper::store_vector(const String &dset_name, const String *data, in store_vector() function in Dakota::HDF5IOHelper
H A DHDF5_IO.hpp521 void HDF5IOHelper::store_vector(const std::string& dset_name, in store_vector() function in Dakota::HDF5IOHelper
529 void HDF5IOHelper::store_vector( const std::string & dset_name, in store_vector() function in Dakota::HDF5IOHelper
1349 void HDF5IOHelper::store_vector(const String &dset_name, const T *data, in store_vector() function in Dakota::HDF5IOHelper
/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
/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
/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
/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
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/google/flatbuffers/rust/flexbuffers/src/builder/
H A Dmod.rs336 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.rs336 pub fn store_vector(buffer: &mut Vec<u8>, values: &[Value], opt: StoreOption) -> Value { in store_vector() function
/dports/science/pcmsolver/pcmsolver-1.3.0/tools/
H A Dgetkw.py632 def store_vector(self, s, l, t): member in GetkwParser
/dports/math/onednn/oneDNN-2.5.1/src/cpu/x64/brgemm/
H A Djit_brgemm_amx_uker.cpp718 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