Searched refs:v_check_all (Results 1 – 3 of 3) sorted by relevance
615 inline bool v_check_all(const v_##_Tpvec& a) \632 inline bool v_check_all(const v_int8x16& a) in v_check_all() function633 { return v_check_all(v_reinterpret_as_u8(a)); } in v_check_all()634 inline bool v_check_all(const v_int16x8& a) in v_check_all() function635 { return v_check_all(v_reinterpret_as_u16(a)); } in v_check_all()636 inline bool v_check_all(const v_int32x4& a) in v_check_all() function637 { return v_check_all(v_reinterpret_as_u32(a)); } in v_check_all()638 inline bool v_check_all(const v_float32x4& a) in v_check_all() function639 { return v_check_all(v_reinterpret_as_u32(a)); } in v_check_all()642 { return v_check_all(v_reinterpret_as_u8(a)); } in v_check_any()[all …]
364 template<typename _Tp, int n> inline bool v_check_all(const v_reg<_Tp, n>& a) in v_check_all() function
1017 inline bool v_check_all(const _Tpvec& a) \