OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:v_floor
(Results
1 - 3
of
3
) sorted by null
/external/opencv3/modules/hal/include/opencv2/hal/
intrin_cpp.hpp
198
OPENCV_HAL_IMPL_MATH_FUNC(
v_floor
, cvFloor, int)
603
template<int n> inline v_reg<int, n>
v_floor
(const v_reg<float, n>& a)
638
template<int n> inline v_reg<int, n*2>
v_floor
(const v_reg<double, n>& a)
intrin_sse.hpp
1155
inline v_int32x4
v_floor
(const v_float32x4& a)
function in namespace:cv
1175
inline v_int32x4
v_floor
(const v_float64x2& a)
function in namespace:cv
[
all
...]
intrin_neon.hpp
732
inline v_int32x4
v_floor
(const v_float32x4& a)
function in namespace:cv
Completed in 41 milliseconds