Home
last modified time | relevance | path

Searched refs:vec1 (Results 1 – 18 of 18) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/xen/
H A Dbiomerge.c8 bool xen_biovec_phys_mergeable(const struct bio_vec *vec1, in xen_biovec_phys_mergeable() argument
12 unsigned long bfn1 = pfn_to_bfn(page_to_pfn(vec1->bv_page)); in xen_biovec_phys_mergeable()
15 return bfn1 + PFN_DOWN(vec1->bv_offset + vec1->bv_len) == bfn2; in xen_biovec_phys_mergeable()
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/OpenCV-android-sdk/sdk/native/jni/include/opencv2/core/cuda/
H A Dvec_distance.hpp160 …__device__ void calcVecDiffGlobal(const T1* vec1, const T2* vec2, int len, Dist& dist, typename Di… in calcVecDiffGlobal() argument
165 ForceGlob<T1>::Load(vec1, i, val1); in calcVecDiffGlobal()
190 vec1 = vec1_; in VecDiffGlobal()
196 calcVecDiffGlobal<THREAD_DIM>(vec1, vec2, len, dist, smem, tid); in calc()
199 const T1* vec1; member
205 …template <typename T1> __device__ __forceinline__ VecDiffCachedRegister(const T1* vec1, int len, U… in VecDiffCachedRegister()
208 smem[glob_tid] = vec1[glob_tid]; in VecDiffCachedRegister()
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-armhf/include/opencv2/core/cuda/
H A Dvec_distance.hpp160 …__device__ void calcVecDiffGlobal(const T1* vec1, const T2* vec2, int len, Dist& dist, typename Di… in calcVecDiffGlobal() argument
165 ForceGlob<T1>::Load(vec1, i, val1); in calcVecDiffGlobal()
190 vec1 = vec1_; in VecDiffGlobal()
196 calcVecDiffGlobal<THREAD_DIM>(vec1, vec2, len, dist, smem, tid); in calc()
199 const T1* vec1; member
205 …template <typename T1> __device__ __forceinline__ VecDiffCachedRegister(const T1* vec1, int len, U… in VecDiffCachedRegister()
208 smem[glob_tid] = vec1[glob_tid]; in VecDiffCachedRegister()
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/core/cuda/
H A Dvec_distance.hpp160 …__device__ void calcVecDiffGlobal(const T1* vec1, const T2* vec2, int len, Dist& dist, typename Di… in calcVecDiffGlobal() argument
165 ForceGlob<T1>::Load(vec1, i, val1); in calcVecDiffGlobal()
190 vec1 = vec1_; in VecDiffGlobal()
196 calcVecDiffGlobal<THREAD_DIM>(vec1, vec2, len, dist, smem, tid); in calc()
199 const T1* vec1; member
205 …template <typename T1> __device__ __forceinline__ VecDiffCachedRegister(const T1* vec1, int len, U… in VecDiffCachedRegister()
208 smem[glob_tid] = vec1[glob_tid]; in VecDiffCachedRegister()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/
H A Dvector-builder.h296 T vec1, T vec2, in new_binary_operation() argument
300 gcc_assert (known_eq (full_nelts, Derived::nelts_of (vec1)) in new_binary_operation()
322 = least_common_multiple (Derived::npatterns_of (vec1), in new_binary_operation()
325 = MAX (Derived::nelts_per_pattern_of (vec1), in new_binary_operation()
345 vector_builder<T, Shape, Derived>::binary_encoded_nelts (T vec1, T vec2) in binary_encoded_nelts() argument
347 poly_uint64 nelts = Derived::nelts_of (vec1); in binary_encoded_nelts()
351 = least_common_multiple (Derived::npatterns_of (vec1), in binary_encoded_nelts()
354 = MAX (Derived::nelts_per_pattern_of (vec1), in binary_encoded_nelts()
H A Dtree-data-ref.h732 lambda_vector_clear (lambda_vector vec1, int size) in lambda_vector_clear() argument
734 memset (vec1, 0, size * sizeof (*vec1)); in lambda_vector_clear()
760 lambda_vector_zerop (lambda_vector vec1, int size) in lambda_vector_zerop() argument
764 if (vec1[i] != 0) in lambda_vector_zerop()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/
H A Dvector-builder.h296 T vec1, T vec2, in new_binary_operation() argument
300 gcc_assert (known_eq (full_nelts, Derived::nelts_of (vec1)) in new_binary_operation()
322 = least_common_multiple (Derived::npatterns_of (vec1), in new_binary_operation()
325 = MAX (Derived::nelts_per_pattern_of (vec1), in new_binary_operation()
345 vector_builder<T, Shape, Derived>::binary_encoded_nelts (T vec1, T vec2) in binary_encoded_nelts() argument
347 poly_uint64 nelts = Derived::nelts_of (vec1); in binary_encoded_nelts()
351 = least_common_multiple (Derived::npatterns_of (vec1), in binary_encoded_nelts()
354 = MAX (Derived::nelts_per_pattern_of (vec1), in binary_encoded_nelts()
H A Dtree-data-ref.h732 lambda_vector_clear (lambda_vector vec1, int size) in lambda_vector_clear() argument
734 memset (vec1, 0, size * sizeof (*vec1)); in lambda_vector_clear()
760 lambda_vector_zerop (lambda_vector vec1, int size) in lambda_vector_zerop() argument
764 if (vec1[i] != 0) in lambda_vector_zerop()
/OK3568_Linux_fs/kernel/block/
H A Dblk.h56 struct bio_vec *vec1, struct bio_vec *vec2) in biovec_phys_mergeable() argument
59 phys_addr_t addr1 = page_to_phys(vec1->bv_page) + vec1->bv_offset; in biovec_phys_mergeable()
62 if (addr1 + vec1->bv_len != addr2) in biovec_phys_mergeable()
64 if (xen_domain() && !xen_biovec_phys_mergeable(vec1, vec2->bv_page)) in biovec_phys_mergeable()
/OK3568_Linux_fs/kernel/include/xen/
H A Dxen.h48 bool xen_biovec_phys_mergeable(const struct bio_vec *vec1,
/OK3568_Linux_fs/kernel/arch/powerpc/kernel/
H A Dprom_init.c935 struct option_vector1 vec1; member
1016 .vec1 = {
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-armhf/include/opencv2/core/
H A Dcore_c.h1426 CVAPI(double) cvMahalanobis( const CvArr* vec1, const CvArr* vec2, const CvArr* mat );
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/core/
H A Dcore_c.h1426 CVAPI(double) cvMahalanobis( const CvArr* vec1, const CvArr* vec2, const CvArr* mat );
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/OpenCV-android-sdk/sdk/native/jni/include/opencv2/core/
H A Dcore_c.h1426 CVAPI(double) cvMahalanobis( const CvArr* vec1, const CvArr* vec2, const CvArr* mat );
/OK3568_Linux_fs/kernel/Documentation/virt/uml/
H A Duser_mode_linux_howto_v2.rst271 If X is the interface number as in vec0, vec1, vec2, etc, the general
/OK3568_Linux_fs/kernel/drivers/infiniband/hw/qib/
H A Dqib_iba7322.c3509 SYM_LSB(IntRedirect0, vec1); in qib_setup_7322_interrupt()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/info/
H A Dgcc.info41801 mask)' and '__builtin_shuffle (vec0, vec1, mask)'. Both functions
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/info/
H A Dgcc.info41801 mask)' and '__builtin_shuffle (vec0, vec1, mask)'. Both functions