| /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/include/ |
| H A D | arm_neon.h | 59 typedef __simd64_int32_t int32x2_t; typedef 134 int32x2_t val[2]; 273 int32x2_t val[3]; 412 int32x2_t val[4]; 543 __extension__ extern __inline int32x2_t 545 vadd_s32 (int32x2_t __a, int32x2_t __b) in vadd_s32() 679 vaddl_s32 (int32x2_t __a, int32x2_t __b) in vaddl_s32() 702 return (uint64x2_t)__builtin_neon_vaddluv2si ((int32x2_t) __a, (int32x2_t) __b); in vaddl_u32() 721 vaddw_s32 (int64x2_t __a, int32x2_t __b) in vaddw_s32() 744 return (uint64x2_t)__builtin_neon_vaddwuv2si ((int64x2_t) __a, (int32x2_t) __b); in vaddw_u32() [all …]
|
| /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/include/ |
| H A D | arm_neon.h | 40 typedef __Int32x2_t int32x2_t; typedef 131 int32x2_t val[2]; 291 int32x2_t val[3]; 421 int32x2_t val[4]; 698 __extension__ extern __inline int32x2_t 700 vadd_s32 (int32x2_t __a, int32x2_t __b) in vadd_s32() 840 vaddl_s32 (int32x2_t __a, int32x2_t __b) in vaddl_s32() 865 return (uint64x2_t) __builtin_aarch64_uaddlv2si ((int32x2_t) __a, in vaddl_u32() 866 (int32x2_t) __b); in vaddl_u32() 930 vaddw_s32 (int64x2_t __a, int32x2_t __b) in vaddw_s32() [all …]
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/core/ |
| H A D | neon_utils.hpp | 52 inline int32x2_t cv_vrnd_s32_f32(float32x2_t v) in cv_vrnd_s32_f32() 54 static int32x2_t v_sign = vdup_n_s32(1 << 31), in cv_vrnd_s32_f32() 57 int32x2_t v_addition = vorr_s32(v_05, vand_s32(v_sign, vreinterpret_s32_f32(v))); in cv_vrnd_s32_f32()
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-armhf/include/opencv2/core/ |
| H A D | neon_utils.hpp | 52 inline int32x2_t cv_vrnd_s32_f32(float32x2_t v) in cv_vrnd_s32_f32() 54 static int32x2_t v_sign = vdup_n_s32(1 << 31), in cv_vrnd_s32_f32() 57 int32x2_t v_addition = vorr_s32(v_05, vand_s32(v_sign, vreinterpret_s32_f32(v))); in cv_vrnd_s32_f32()
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/OpenCV-android-sdk/sdk/native/jni/include/opencv2/core/ |
| H A D | neon_utils.hpp | 52 inline int32x2_t cv_vrnd_s32_f32(float32x2_t v) in cv_vrnd_s32_f32() 54 static int32x2_t v_sign = vdup_n_s32(1 << 31), in cv_vrnd_s32_f32() 57 int32x2_t v_addition = vorr_s32(v_05, vand_s32(v_sign, vreinterpret_s32_f32(v))); in cv_vrnd_s32_f32()
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/core/hal/ |
| H A D | intrin_neon.hpp | 392 OPENCV_HAL_IMPL_NEON_PACK(v_int32x4, int, int32x2_t, s32, v_int64x2, pack, vmovn_s64, vrshrn_n_s64) 1090 int32x2_t m0 = vcreate_s32(CV_BIG_UINT(0x0000000100000000)); in v_signmask() 1332 static const int32x2_t zero = vdup_n_s32(0); in v_round() 1343 static const int32x2_t zero = vdup_n_s32(0); in v_floor() 1352 static const int32x2_t zero = vdup_n_s32(0); in v_ceil() 1361 static const int32x2_t zero = vdup_n_s32(0); in v_trunc()
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-armhf/include/opencv2/core/hal/ |
| H A D | intrin_neon.hpp | 392 OPENCV_HAL_IMPL_NEON_PACK(v_int32x4, int, int32x2_t, s32, v_int64x2, pack, vmovn_s64, vrshrn_n_s64) 1090 int32x2_t m0 = vcreate_s32(CV_BIG_UINT(0x0000000100000000)); in v_signmask() 1332 static const int32x2_t zero = vdup_n_s32(0); in v_round() 1343 static const int32x2_t zero = vdup_n_s32(0); in v_floor() 1352 static const int32x2_t zero = vdup_n_s32(0); in v_ceil() 1361 static const int32x2_t zero = vdup_n_s32(0); in v_trunc()
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/OpenCV-android-sdk/sdk/native/jni/include/opencv2/core/hal/ |
| H A D | intrin_neon.hpp | 392 OPENCV_HAL_IMPL_NEON_PACK(v_int32x4, int, int32x2_t, s32, v_int64x2, pack, vmovn_s64, vrshrn_n_s64) 1090 int32x2_t m0 = vcreate_s32(CV_BIG_UINT(0x0000000100000000)); in v_signmask() 1332 static const int32x2_t zero = vdup_n_s32(0); in v_round() 1343 static const int32x2_t zero = vdup_n_s32(0); in v_floor() 1352 static const int32x2_t zero = vdup_n_s32(0); in v_ceil() 1361 static const int32x2_t zero = vdup_n_s32(0); in v_trunc()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/info/ |
| H A D | gcc.info | 45170 * 'int32x2_t', a vector of two signed 32-bit integers. 45179 int16x4_t packsswh (int32x2_t s, int32x2_t t); 45185 int32x2_t paddw_s (int32x2_t s, int32x2_t t); 45199 int32x2_t pandn_sw (int32x2_t s, int32x2_t t); 45207 int32x2_t pcmpeqw_s (int32x2_t s, int32x2_t t); 45213 int32x2_t pcmpgtw_s (int32x2_t s, int32x2_t t); 45226 int32x2_t pmaddhw (int16x4_t s, int16x4_t t); 45245 int32x2_t psllw_s (int32x2_t s, uint8_t amount); 45249 int32x2_t psrlw_s (int32x2_t s, uint8_t amount); 45253 int32x2_t psraw_s (int32x2_t s, uint8_t amount); [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/info/ |
| H A D | gcc.info | 45170 * 'int32x2_t', a vector of two signed 32-bit integers. 45179 int16x4_t packsswh (int32x2_t s, int32x2_t t); 45185 int32x2_t paddw_s (int32x2_t s, int32x2_t t); 45199 int32x2_t pandn_sw (int32x2_t s, int32x2_t t); 45207 int32x2_t pcmpeqw_s (int32x2_t s, int32x2_t t); 45213 int32x2_t pcmpgtw_s (int32x2_t s, int32x2_t t); 45226 int32x2_t pmaddhw (int16x4_t s, int16x4_t t); 45245 int32x2_t psllw_s (int32x2_t s, uint8_t amount); 45249 int32x2_t psrlw_s (int32x2_t s, uint8_t amount); 45253 int32x2_t psraw_s (int32x2_t s, uint8_t amount); [all …]
|