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