Home
last modified time | relevance | path

Searched defs:v_store (Results 1 – 16 of 16) sorted by relevance

/dports/graphics/opencv/opencv-4.5.3/modules/dnn/src/cuda/
H A Dvector_traits.hpp101 __device__ void v_store(V* dest, const V& src) { in v_store() function
106 __device__ void v_store(V& dest, const V& src) { in v_store() function
/dports/net/samba412/samba-4.12.15/lib/dbwrap/
H A Ddbwrap_util.c83 uint8_t v_store[sizeof(int32_t)]; in dbwrap_store_int32_bystring() local
139 uint8_t v_store[sizeof(uint32_t)]; in dbwrap_store_uint32_bystring() local
169 uint32_t v_store; in dbwrap_change_uint32_atomic_action() local
261 int32_t v_store; in dbwrap_change_int32_atomic_action() local
405 int32_t v_store; in dbwrap_trans_store_int32_bystring() local
419 uint32_t v_store; in dbwrap_trans_store_uint32_bystring() local
/dports/net/samba412/samba-4.12.15/lib/util/
H A Dutil_tdb.c170 int32_t v_store; in tdb_store_int32_byblob() local
229 uint32_t v_store; in tdb_store_uint32_byblob() local
/dports/net-mgmt/wmi-client/wmi-1.3.16/Samba/source/lib/util/
H A Dutil_tdb.c128 int32_t v_store; in tdb_store_int32_byblob() local
187 uint32_t v_store; in tdb_store_uint32_byblob() local
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/mkldnn/src/cpu/x64/gemm/f32/
H A Djit_avx_gemv_t_f32_kern.cpp55 void jit_avx_gemv_t_f32_kern::v_store( in v_store() function in dnnl::impl::cpu::x64::jit_avx_gemv_t_f32_kern
H A Djit_sse41_gemv_t_f32_kern.cpp46 void jit_sse41_gemv_t_f32_kern::v_store( in v_store() function in dnnl::impl::cpu::x64::jit_sse41_gemv_t_f32_kern
H A Djit_sse41_gemv_n_f32_kern.cpp83 void jit_sse41_gemv_n_f32_kern::v_store( in v_store() function in dnnl::impl::cpu::x64::jit_sse41_gemv_n_f32_kern
/dports/math/onednn/oneDNN-2.5.1/src/cpu/x64/gemm/f32/
H A Djit_avx_gemv_t_f32_kern.cpp55 void jit_avx_gemv_t_f32_kern::v_store( in v_store() function in dnnl::impl::cpu::x64::jit_avx_gemv_t_f32_kern
H A Djit_sse41_gemv_t_f32_kern.cpp46 void jit_sse41_gemv_t_f32_kern::v_store( in v_store() function in dnnl::impl::cpu::x64::jit_sse41_gemv_t_f32_kern
H A Djit_sse41_gemv_n_f32_kern.cpp83 void jit_sse41_gemv_n_f32_kern::v_store( in v_store() function in dnnl::impl::cpu::x64::jit_sse41_gemv_n_f32_kern
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/config/rs6000/
H A Drs6000-pcrel-opt.c491 rtvec v_store = gen_rtvec (2, reg, label_num); in pcrel_opt_store() local
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/config/rs6000/
H A Drs6000-pcrel-opt.c491 rtvec v_store = gen_rtvec (2, reg, label_num); in pcrel_opt_store() local
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/config/rs6000/
H A Drs6000-pcrel-opt.c491 rtvec v_store = gen_rtvec (2, reg, label_num); in pcrel_opt_store() local
/dports/lang/gcc11/gcc-11.2.0/gcc/config/rs6000/
H A Drs6000-pcrel-opt.c491 rtvec v_store = gen_rtvec (2, reg, label_num); in pcrel_opt_store() local
/dports/biology/vsearch/vsearch-2.17.1/src/
H A Dalign_simd.cc117 #define v_store(a, b) vec_st((vector unsigned char)(b), 0, \ macro
141 #define v_store(a, b) vst1q_s16((int16_t *)(a), (b)) macro
166 #define v_store(a, b) _mm_store_si128((VECTOR_SHORT *)(a), (b)) macro
/dports/graphics/opencv/opencv-4.5.3/modules/core/include/opencv2/core/hal/
H A Dintrin_cpp.hpp2193 inline void v_store(_Tp* ptr, const v_reg<_Tp, n>& a) in v_store() function
2203 inline void v_store(_Tp* ptr, const v_reg<_Tp, n>& a, hal::StoreMode /*mode*/) in v_store() function