| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-armhf/include/opencv2/core/hal/ |
| H A D | hal.hpp | 72 CV_EXPORTS void gemm32f(const float* src1, size_t src1_step, const float* src2, size_t src2_step, 75 CV_EXPORTS void gemm64f(const double* src1, size_t src1_step, const double* src2, size_t src2_step, 78 CV_EXPORTS void gemm32fc(const float* src1, size_t src1_step, const float* src2, size_t src2_step, 81 CV_EXPORTS void gemm64fc(const double* src1, size_t src1_step, const double* src2, size_t src2_step, 113 CV_EXPORTS void add8u( const uchar* src1, size_t step1, const uchar* src2, size_t step2, uchar* dst… 114 CV_EXPORTS void add8s( const schar* src1, size_t step1, const schar* src2, size_t step2, schar* dst… 115 CV_EXPORTS void add16u( const ushort* src1, size_t step1, const ushort* src2, size_t step2, ushort*… 116 CV_EXPORTS void add16s( const short* src1, size_t step1, const short* src2, size_t step2, short* ds… 117 CV_EXPORTS void add32s( const int* src1, size_t step1, const int* src2, size_t step2, int* dst, siz… 118 CV_EXPORTS void add32f( const float* src1, size_t step1, const float* src2, size_t step2, float* ds… [all …]
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/OpenCV-android-sdk/sdk/native/jni/include/opencv2/core/hal/ |
| H A D | hal.hpp | 72 CV_EXPORTS void gemm32f(const float* src1, size_t src1_step, const float* src2, size_t src2_step, 75 CV_EXPORTS void gemm64f(const double* src1, size_t src1_step, const double* src2, size_t src2_step, 78 CV_EXPORTS void gemm32fc(const float* src1, size_t src1_step, const float* src2, size_t src2_step, 81 CV_EXPORTS void gemm64fc(const double* src1, size_t src1_step, const double* src2, size_t src2_step, 113 CV_EXPORTS void add8u( const uchar* src1, size_t step1, const uchar* src2, size_t step2, uchar* dst… 114 CV_EXPORTS void add8s( const schar* src1, size_t step1, const schar* src2, size_t step2, schar* dst… 115 CV_EXPORTS void add16u( const ushort* src1, size_t step1, const ushort* src2, size_t step2, ushort*… 116 CV_EXPORTS void add16s( const short* src1, size_t step1, const short* src2, size_t step2, short* ds… 117 CV_EXPORTS void add32s( const int* src1, size_t step1, const int* src2, size_t step2, int* dst, siz… 118 CV_EXPORTS void add32f( const float* src1, size_t step1, const float* src2, size_t step2, float* ds… [all …]
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/core/hal/ |
| H A D | hal.hpp | 72 CV_EXPORTS void gemm32f(const float* src1, size_t src1_step, const float* src2, size_t src2_step, 75 CV_EXPORTS void gemm64f(const double* src1, size_t src1_step, const double* src2, size_t src2_step, 78 CV_EXPORTS void gemm32fc(const float* src1, size_t src1_step, const float* src2, size_t src2_step, 81 CV_EXPORTS void gemm64fc(const double* src1, size_t src1_step, const double* src2, size_t src2_step, 113 CV_EXPORTS void add8u( const uchar* src1, size_t step1, const uchar* src2, size_t step2, uchar* dst… 114 CV_EXPORTS void add8s( const schar* src1, size_t step1, const schar* src2, size_t step2, schar* dst… 115 CV_EXPORTS void add16u( const ushort* src1, size_t step1, const ushort* src2, size_t step2, ushort*… 116 CV_EXPORTS void add16s( const short* src1, size_t step1, const short* src2, size_t step2, short* ds… 117 CV_EXPORTS void add32s( const int* src1, size_t step1, const int* src2, size_t step2, int* dst, siz… 118 CV_EXPORTS void add32f( const float* src1, size_t step1, const float* src2, size_t step2, float* ds… [all …]
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | bitmap.h | 142 const unsigned long *src2, 292 const unsigned long *src2, unsigned int nbits) in bitmap_and() argument 295 return (*dst = *src1 & *src2 & BITMAP_LAST_WORD_MASK(nbits)) != 0; in bitmap_and() 296 return __bitmap_and(dst, src1, src2, nbits); in bitmap_and() 300 const unsigned long *src2, unsigned int nbits) in bitmap_or() argument 303 *dst = *src1 | *src2; in bitmap_or() 305 __bitmap_or(dst, src1, src2, nbits); in bitmap_or() 309 const unsigned long *src2, unsigned int nbits) in bitmap_xor() argument 312 *dst = *src1 ^ *src2; in bitmap_xor() 314 __bitmap_xor(dst, src1, src2, nbits); in bitmap_xor() [all …]
|
| H A D | linkmode.h | 36 const unsigned long *src2) in linkmode_andnot() argument 38 return bitmap_andnot(dst, src1, src2, __ETHTOOL_LINK_MODE_MASK_NBITS); in linkmode_andnot() 80 const unsigned long *src2) in linkmode_equal() argument 82 return bitmap_equal(src1, src2, __ETHTOOL_LINK_MODE_MASK_NBITS); in linkmode_equal() 86 const unsigned long *src2) in linkmode_intersects() argument 88 return bitmap_intersects(src1, src2, __ETHTOOL_LINK_MODE_MASK_NBITS); in linkmode_intersects() 92 const unsigned long *src2) in linkmode_subset() argument 94 return bitmap_subset(src1, src2, __ETHTOOL_LINK_MODE_MASK_NBITS); in linkmode_subset()
|
| H A D | nodemask.h | 161 #define nodes_and(dst, src1, src2) \ argument 162 __nodes_and(&(dst), &(src1), &(src2), MAX_NUMNODES) 169 #define nodes_or(dst, src1, src2) \ argument 170 __nodes_or(&(dst), &(src1), &(src2), MAX_NUMNODES) 177 #define nodes_xor(dst, src1, src2) \ argument 178 __nodes_xor(&(dst), &(src1), &(src2), MAX_NUMNODES) 185 #define nodes_andnot(dst, src1, src2) \ argument 186 __nodes_andnot(&(dst), &(src1), &(src2), MAX_NUMNODES) 201 #define nodes_equal(src1, src2) \ argument 202 __nodes_equal(&(src1), &(src2), MAX_NUMNODES) [all …]
|
| /OK3568_Linux_fs/kernel/arch/powerpc/include/asm/ |
| H A D | kvm_fpu.h | 18 extern void fps_fadds(u64 *fpscr, u32 *dst, u32 *src1, u32 *src2); 19 extern void fps_fdivs(u64 *fpscr, u32 *dst, u32 *src1, u32 *src2); 20 extern void fps_fmuls(u64 *fpscr, u32 *dst, u32 *src1, u32 *src2); 21 extern void fps_fsubs(u64 *fpscr, u32 *dst, u32 *src1, u32 *src2); 23 extern void fps_fmadds(u64 *fpscr, u32 *dst, u32 *src1, u32 *src2, 25 extern void fps_fmsubs(u64 *fpscr, u32 *dst, u32 *src1, u32 *src2, 27 extern void fps_fnmadds(u64 *fpscr, u32 *dst, u32 *src1, u32 *src2, 29 extern void fps_fnmsubs(u64 *fpscr, u32 *dst, u32 *src1, u32 *src2, 31 extern void fps_fsel(u64 *fpscr, u32 *dst, u32 *src1, u32 *src2, 37 u64 *dst, u64 *src1, u64 *src2); [all …]
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-armhf/include/opencv2/core/cuda/detail/ |
| H A D | transform_detail.hpp | 84 …static __device__ __forceinline__ void unroll(const T1& src1, const T2& src2, D& dst, const Mask& … in unroll() 87 dst.x = op(src1.x, src2.x); in unroll() 102 …static __device__ __forceinline__ void unroll(const T1& src1, const T2& src2, D& dst, const Mask& … in unroll() 105 dst.x = op(src1.x, src2.x); in unroll() 107 dst.y = op(src1.y, src2.y); in unroll() 124 …static __device__ __forceinline__ void unroll(const T1& src1, const T2& src2, D& dst, const Mask& … in unroll() 127 dst.x = op(src1.x, src2.x); in unroll() 129 dst.y = op(src1.y, src2.y); in unroll() 131 dst.z = op(src1.z, src2.z); in unroll() 150 …static __device__ __forceinline__ void unroll(const T1& src1, const T2& src2, D& dst, const Mask& … in unroll() [all …]
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/OpenCV-android-sdk/sdk/native/jni/include/opencv2/core/cuda/detail/ |
| H A D | transform_detail.hpp | 84 …static __device__ __forceinline__ void unroll(const T1& src1, const T2& src2, D& dst, const Mask& … in unroll() 87 dst.x = op(src1.x, src2.x); in unroll() 102 …static __device__ __forceinline__ void unroll(const T1& src1, const T2& src2, D& dst, const Mask& … in unroll() 105 dst.x = op(src1.x, src2.x); in unroll() 107 dst.y = op(src1.y, src2.y); in unroll() 124 …static __device__ __forceinline__ void unroll(const T1& src1, const T2& src2, D& dst, const Mask& … in unroll() 127 dst.x = op(src1.x, src2.x); in unroll() 129 dst.y = op(src1.y, src2.y); in unroll() 131 dst.z = op(src1.z, src2.z); in unroll() 150 …static __device__ __forceinline__ void unroll(const T1& src1, const T2& src2, D& dst, const Mask& … in unroll() [all …]
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/core/cuda/detail/ |
| H A D | transform_detail.hpp | 84 …static __device__ __forceinline__ void unroll(const T1& src1, const T2& src2, D& dst, const Mask& … in unroll() 87 dst.x = op(src1.x, src2.x); in unroll() 102 …static __device__ __forceinline__ void unroll(const T1& src1, const T2& src2, D& dst, const Mask& … in unroll() 105 dst.x = op(src1.x, src2.x); in unroll() 107 dst.y = op(src1.y, src2.y); in unroll() 124 …static __device__ __forceinline__ void unroll(const T1& src1, const T2& src2, D& dst, const Mask& … in unroll() 127 dst.x = op(src1.x, src2.x); in unroll() 129 dst.y = op(src1.y, src2.y); in unroll() 131 dst.z = op(src1.z, src2.z); in unroll() 150 …static __device__ __forceinline__ void unroll(const T1& src1, const T2& src2, D& dst, const Mask& … in unroll() [all …]
|
| /OK3568_Linux_fs/kernel/arch/arm64/lib/ |
| H A D | memcmp.S | 30 src2 .req x1 label 51 eor tmp1, src1, src2 64 ldr data2, [src2], #8 98 bic src2, src2, #7 100 ldr data2, [src2], #8 132 and tmp2, src2, #7 142 ldrb data2w, [src2], #1 161 add src2, src2, tmp3 167 ldr data2, [src2], #8 188 ldr data2, [src2,pos] [all …]
|
| H A D | strcmp.S | 34 src2 .req x1 label 52 eor tmp1, src1, src2 66 ldr data2, [src2], #8 83 bic src2, src2, #7 87 ldr data2, [src2], #8 106 and tmp2, src2, #7 113 ldrb data2w, [src2], #1 131 add src2, src2, tmp3 134 ldr data2, [src2], #8 157 ldr data2, [src2,pos] [all …]
|
| H A D | strncmp.S | 34 src2 .req x1 label 57 eor tmp1, src1, src2 78 ldr data2, [src2], #8 119 bic src2, src2, #7 122 ldr data2, [src2], #8 150 and tmp2, src2, #7 161 ldrb data2w, [src2], #1 181 add src2, src2, tmp3 183 ldr data2, [src2], #8 211 ldr data2, [src2,pos] [all …]
|
| /OK3568_Linux_fs/kernel/tools/include/linux/ |
| H A D | bitmap.h | 77 const unsigned long *src2, int nbits) in bitmap_or() argument 80 *dst = *src1 | *src2; in bitmap_or() 82 __bitmap_or(dst, src1, src2, nbits); in bitmap_or() 155 const unsigned long *src2, unsigned int nbits) in bitmap_and() argument 158 return (*dst = *src1 & *src2 & BITMAP_LAST_WORD_MASK(nbits)) != 0; in bitmap_and() 159 return __bitmap_and(dst, src1, src2, nbits); in bitmap_and() 171 const unsigned long *src2, unsigned int nbits) in bitmap_equal() argument 174 return !((*src1 ^ *src2) & BITMAP_LAST_WORD_MASK(nbits)); in bitmap_equal() 177 return !memcmp(src1, src2, nbits / 8); in bitmap_equal() 178 return __bitmap_equal(src1, src2, nbits); in bitmap_equal()
|
| /OK3568_Linux_fs/kernel/arch/arc/kernel/ |
| H A D | unaligned.c | 139 set_reg(state->wb_reg, state->src1 + state->src2, regs, cregs); in fixup_load() 142 state->src2 = 0; in fixup_load() 146 get32_unaligned_check(val, state->src1 + state->src2); in fixup_load() 148 get16_unaligned_check(val, state->src1 + state->src2); in fixup_load() 167 set_reg(state->wb_reg, state->src2 + state->src3, regs, cregs); in fixup_store() 173 set_reg(state->wb_reg, state->src2 + (state->src3 << 1), in fixup_store() 176 set_reg(state->wb_reg, state->src2 + (state->src3 << 2), in fixup_store() 185 put32_unaligned_check(state->src1, state->src2 + state->src3); in fixup_store() 187 put16_unaligned_check(state->src1, state->src2 + state->src3); in fixup_store()
|
| H A D | disasm.c | 117 state->src2 = FIELD_s9(state->words[0]); in disasm_instr() 140 state->src2 = state->words[1]; in disasm_instr() 142 state->src2 = get_reg(state->wb_reg, regs, cregs); in disasm_instr() 224 state->src2 = FIELD_C(state->words[0]); in disasm_instr() 225 if (state->src2 == REG_LIMM) { in disasm_instr() 227 state->src2 = state->words[1]; in disasm_instr() 229 state->src2 = get_reg(state->src2, regs, in disasm_instr() 286 state->src2 = get_reg(FIELD_S_C(state->words[0]), regs, cregs); in disasm_instr() 329 state->src2 = FIELD_S_u7(state->words[0]); in disasm_instr() 347 state->src2 = FIELD_S_u6(state->words[0]); in disasm_instr() [all …]
|
| /OK3568_Linux_fs/kernel/arch/m68k/math-emu/ |
| H A D | multi_arith.h | 115 struct fp_ext *src2) in fp_submant() argument 119 : "g,d" (src2->lowmant), "0,0" (src1->lowmant)); in fp_submant() 121 : "d" (src2->mant.m32[1]), "0" (src1->mant.m32[1])); in fp_submant() 123 : "d" (src2->mant.m32[0]), "0" (src1->mant.m32[0])); in fp_submant() 126 #define fp_mul64(desth, destl, src1, src2) ({ \ argument 128 : "dm" (src1), "0" (src2)); \ 133 #define fp_add64(dest1, dest2, src1, src2) ({ \ argument 135 : "dm,d" (src2), "0,0" (dest2)); \ 166 struct fp_ext *src2) in fp_multiplymant() argument 170 fp_mul64(dest->m32[0], dest->m32[1], src1->mant.m32[0], src2->mant.m32[0]); in fp_multiplymant() [all …]
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/OpenCV-android-sdk/sdk/native/jni/include/opencv2/ |
| H A D | core.hpp | 365 CV_EXPORTS_W void add(InputArray src1, InputArray src2, OutputArray dst, 405 CV_EXPORTS_W void subtract(InputArray src1, InputArray src2, OutputArray dst, 430 CV_EXPORTS_W void multiply(InputArray src1, InputArray src2, 453 CV_EXPORTS_W void divide(InputArray src1, InputArray src2, OutputArray dst, 457 CV_EXPORTS_W void divide(double scale, InputArray src2, 478 CV_EXPORTS_W void scaleAdd(InputArray src1, double alpha, InputArray src2, OutputArray dst); 506 CV_EXPORTS_W void addWeighted(InputArray src1, double alpha, InputArray src2, 696 CV_EXPORTS_W double norm(InputArray src1, InputArray src2, 720 CV_EXPORTS_W double PSNR(InputArray src1, InputArray src2); 727 CV_EXPORTS_W void batchDistance(InputArray src1, InputArray src2, [all …]
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-armhf/include/opencv2/ |
| H A D | core.hpp | 365 CV_EXPORTS_W void add(InputArray src1, InputArray src2, OutputArray dst, 405 CV_EXPORTS_W void subtract(InputArray src1, InputArray src2, OutputArray dst, 430 CV_EXPORTS_W void multiply(InputArray src1, InputArray src2, 453 CV_EXPORTS_W void divide(InputArray src1, InputArray src2, OutputArray dst, 457 CV_EXPORTS_W void divide(double scale, InputArray src2, 478 CV_EXPORTS_W void scaleAdd(InputArray src1, double alpha, InputArray src2, OutputArray dst); 506 CV_EXPORTS_W void addWeighted(InputArray src1, double alpha, InputArray src2, 696 CV_EXPORTS_W double norm(InputArray src1, InputArray src2, 720 CV_EXPORTS_W double PSNR(InputArray src1, InputArray src2); 727 CV_EXPORTS_W void batchDistance(InputArray src1, InputArray src2, [all …]
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/ |
| H A D | core.hpp | 365 CV_EXPORTS_W void add(InputArray src1, InputArray src2, OutputArray dst, 405 CV_EXPORTS_W void subtract(InputArray src1, InputArray src2, OutputArray dst, 430 CV_EXPORTS_W void multiply(InputArray src1, InputArray src2, 453 CV_EXPORTS_W void divide(InputArray src1, InputArray src2, OutputArray dst, 457 CV_EXPORTS_W void divide(double scale, InputArray src2, 478 CV_EXPORTS_W void scaleAdd(InputArray src1, double alpha, InputArray src2, OutputArray dst); 506 CV_EXPORTS_W void addWeighted(InputArray src1, double alpha, InputArray src2, 696 CV_EXPORTS_W double norm(InputArray src1, InputArray src2, 720 CV_EXPORTS_W double PSNR(InputArray src1, InputArray src2); 727 CV_EXPORTS_W void batchDistance(InputArray src1, InputArray src2, [all …]
|
| /OK3568_Linux_fs/kernel/arch/ia64/lib/ |
| H A D | copy_page.S | 30 #define src2 r21 macro 60 adds src2=8,in1 73 (p[0]) ld8 t2[0]=[src2],16 79 (p[0]) ld8 t4[0]=[src2],16 84 (p[0]) ld8 t6[0]=[src2],16 89 (p[0]) ld8 t8[0]=[src2],16
|
| H A D | memcpy.S | 31 # define src2 r17 macro 189 adds src2=7,src // src2 = (src + 7) 192 and src2=-8,src2 // src2 = (src + 7) & ~7 196 ld8 t1=[src2] // t1 = 1st source word if src is 8-byte aligned, 2nd otherwise 227 and src2=-8,src // align source pointer 254 (p6) ld8 val[1]=[src2],8 // prime the pump... 279 (p[0]) ld8 val[0]=[src2],8; \
|
| /OK3568_Linux_fs/kernel/arch/c6x/kernel/ |
| H A D | c6x_ksyms.c | 34 unsigned long long src2); 40 extern unsigned long long __c6xabi_llshl(unsigned long long src1, uint src2); 43 extern long long __c6xabi_llshr(long long src1, uint src2); 46 extern unsigned long long __c6xabi_llshru(unsigned long long src1, uint src2);
|
| /OK3568_Linux_fs/kernel/crypto/ |
| H A D | fips140-module.c | 566 void __crypto_xor(u8 *dst, const u8 *src1, const u8 *src2, unsigned int len) in __crypto_xor() argument 569 *(u64 *)dst = *(u64 *)src1 ^ *(u64 *)src2; in __crypto_xor() 572 src2 += 8; in __crypto_xor() 577 *(u32 *)dst = *(u32 *)src1 ^ *(u32 *)src2; in __crypto_xor() 580 src2 += 4; in __crypto_xor() 585 *(u16 *)dst = *(u16 *)src1 ^ *(u16 *)src2; in __crypto_xor() 588 src2 += 2; in __crypto_xor() 593 *dst++ = *src1++ ^ *src2++; in __crypto_xor()
|
| /OK3568_Linux_fs/kernel/arch/x86/include/asm/ |
| H A D | mpspec.h | 95 #define physids_and(dst, src1, src2) \ argument 96 bitmap_and((dst).mask, (src1).mask, (src2).mask, MAX_LOCAL_APIC) 98 #define physids_or(dst, src1, src2) \ argument 99 bitmap_or((dst).mask, (src1).mask, (src2).mask, MAX_LOCAL_APIC)
|