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

  /external/opencv3/modules/hal/include/opencv2/hal/
intrin_neon.hpp 193 struct v_uint64x2 struct in namespace:cv
198 v_uint64x2() {} function in struct:cv::v_uint64x2
199 explicit v_uint64x2(uint64x2_t v) : val(v) {} function in struct:cv::v_uint64x2
200 v_uint64x2(unsigned v0, unsigned v1) function in struct:cv::v_uint64x2
241 inline v_uint64x2 v_reinterpret_as_u64(const v_##_Tpv& v) { return v_uint64x2(vreinterpretq_u64_##suffix(v.val)); } \
286 OPENCV_HAL_IMPL_NEON_PACK(v_uint32x4, unsigned, uint32x2_t, u32, v_uint64x2, u64, pack, n)
333 OPENCV_HAL_IMPL_NEON_BIN_OP(+, v_uint64x2, vaddq_u64)
334 OPENCV_HAL_IMPL_NEON_BIN_OP(-, v_uint64x2, vsubq_u64)
367 v_uint64x2& c, v_uint64x2& d
    [all...]
intrin_sse.hpp 193 struct v_uint64x2 struct in namespace:cv
198 v_uint64x2() {} function in struct:cv::v_uint64x2
199 explicit v_uint64x2(__m128i v) : val(v) {} function in struct:cv::v_uint64x2
200 v_uint64x2(uint64 v0, uint64 v1) function in struct:cv::v_uint64x2
266 inline v_uint64x2 v_setzero_u64() { return v_uint64x2(_mm_setzero_si128()); }
268 inline v_uint64x2 v_setall_u64(uint64 val) { return v_uint64x2(val, val); }
272 v_uint64x2 v_reinterpret_as_u64(const _Tpvec& a) { return v_uint64x2(a.val);
    [all...]

Completed in 34 milliseconds