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