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