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