OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:v_check_all
(Results
1 - 3
of
3
) sorted by null
/external/opencv3/modules/hal/include/opencv2/hal/
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
...]
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_sse.hpp
[
all
...]
Completed in 36 milliseconds