intrin_neon.hpp | 212 struct v_int64x2 struct in namespace:cv 217 v_int64x2() {} function in struct:cv::v_int64x2 218 explicit v_int64x2(int64x2_t v) : val(v) {} function in struct:cv::v_int64x2 219 v_int64x2(int v0, int v1) function in struct:cv::v_int64x2 242 inline v_int64x2 v_reinterpret_as_s64(const v_##_Tpv& v) { return v_int64x2(vreinterpretq_s64_##suffix(v.val)); } \ 287 OPENCV_HAL_IMPL_NEON_PACK(v_int32x4, int, int32x2_t, s32, v_int64x2, s64, pack, n) 331 OPENCV_HAL_IMPL_NEON_BIN_OP(+, v_int64x2, vaddq_s64) 332 OPENCV_HAL_IMPL_NEON_BIN_OP(-, v_int64x2, vsubq_s64) 397 OPENCV_HAL_IMPL_NEON_LOGIC_OP(v_int64x2, s64 [all...] |