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

  /external/opencv3/modules/hal/include/opencv2/hal/
intrin_cpp.hpp 364 template<typename _Tp, int n> inline bool v_check_all(const v_reg<_Tp, n>& a) function in namespace:cv
intrin_neon.hpp 615 inline bool v_check_all(const v_##_Tpvec& a) \
632 inline bool v_check_all(const v_int8x16& a) function in namespace:cv
633 { return v_check_all(v_reinterpret_as_u8(a)); }
634 inline bool v_check_all(const v_int16x8& a) function in namespace:cv
635 { return v_check_all(v_reinterpret_as_u16(a)); }
636 inline bool v_check_all(const v_int32x4& a) function in namespace:cv
637 { return v_check_all(v_reinterpret_as_u32(a)); }
638 inline bool v_check_all(const v_float32x4& a) function in namespace:cv
639 { return v_check_all(v_reinterpret_as_u32(a)); }
642 { return v_check_all(v_reinterpret_as_u8(a));
    [all...]

Completed in 230 milliseconds