HomeSort by relevance Sort by last modified time
    Searched defs:v_int64x2 (Results 1 - 2 of 2) sorted by null

  /external/opencv3/modules/hal/include/opencv2/hal/
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...]
intrin_sse.hpp 213 struct v_int64x2 struct in namespace:cv
218 v_int64x2() {} function in struct:cv::v_int64x2
219 explicit v_int64x2(__m128i v) : val(v) {} function in struct:cv::v_int64x2
220 v_int64x2(int64 v0, int64 v1) function in struct:cv::v_int64x2
267 inline v_int64x2 v_setzero_s64() { return v_int64x2(_mm_setzero_si128()); }
269 inline v_int64x2 v_setall_s64(int64 val) { return v_int64x2(val, val); }
274 v_int64x2 v_reinterpret_as_s64(const _Tpvec& a) { return v_int64x2(a.val);
    [all...]

Completed in 32 milliseconds