OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:v_reinterpret_as_u64
(Results
1 - 2
of
2
) sorted by null
/external/opencv3/modules/hal/include/opencv2/hal/
intrin_neon.hpp
241
inline v_uint64x2
v_reinterpret_as_u64
(const v_##_Tpv& v) { return v_uint64x2(vreinterpretq_u64_##suffix(v.val)); } \
intrin_sse.hpp
272
v_uint64x2
v_reinterpret_as_u64
(const _Tpvec& a) { return v_uint64x2(a.val); }
function in namespace:cv
[
all
...]
Completed in 1566 milliseconds