Searched defs:unroll (Results 1 - 6 of 6) sorted by relevance

/external/eigen/Eigen/src/Core/
H A DBooleanRedux.h82 unroll = SizeAtCompileTime != Dynamic enumerator in enum:Eigen::__anon4812
87 if(unroll)
88 return internal::all_unroller<Derived, unroll ? int(SizeAtCompileTime) : Dynamic>::run(derived());
106 unroll = SizeAtCompileTime != Dynamic enumerator in enum:Eigen::__anon4813
111 if(unroll)
112 return internal::any_unroller<Derived, unroll ? int(SizeAtCompileTime) : Dynamic>::run(derived());
H A DVisitor.h79 enum { unroll = SizeAtCompileTime != Dynamic enumerator in enum:Eigen::__anon5022
85 unroll ? int(SizeAtCompileTime) : Dynamic
H A DTriangularMatrix.h622 unroll = MatrixType::SizeAtCompileTime != Dynamic enumerator in enum:Eigen::__anon5012
630 unroll ? int(MatrixType::SizeAtCompileTime) : Dynamic,
659 unroll = MatrixType::SizeAtCompileTime != Dynamic enumerator in enum:Eigen::__anon5013
668 unroll ? int(MatrixType::SizeAtCompileTime) : Dynamic,
700 unroll = DenseDerived::SizeAtCompileTime != Dynamic enumerator in enum:Eigen::__anon5014
709 unroll ? int(DenseDerived::SizeAtCompileTime) : Dynamic,
/external/opencv3/modules/core/include/opencv2/core/cuda/detail/
H A Dtransform_detail.hpp77 static __device__ __forceinline__ void unroll(const T& src, D& dst, const Mask& mask, UnOp& op, int x_shifted, int y) function in struct:cv::cuda::device::transform_detail::OpUnroller
84 static __device__ __forceinline__ void unroll(const T1& src1, const T2& src2, D& dst, const Mask& mask, BinOp& op, int x_shifted, int y) function in struct:cv::cuda::device::transform_detail::OpUnroller
93 static __device__ __forceinline__ void unroll(const T& src, D& dst, const Mask& mask, UnOp& op, int x_shifted, int y) function in struct:cv::cuda::device::transform_detail::OpUnroller
102 static __device__ __forceinline__ void unroll(const T1& src1, const T2& src2, D& dst, const Mask& mask, BinOp& op, int x_shifted, int y) function in struct:cv::cuda::device::transform_detail::OpUnroller
113 static __device__ __forceinline__ void unroll(const T& src, D& dst, const Mask& mask, const UnOp& op, int x_shifted, int y) function in struct:cv::cuda::device::transform_detail::OpUnroller
124 static __device__ __forceinline__ void unroll(const T1& src1, const T2& src2, D& dst, const Mask& mask, const BinOp& op, int x_shifted, int y) function in struct:cv::cuda::device::transform_detail::OpUnroller
137 static __device__ __forceinline__ void unroll(const T& src, D& dst, const Mask& mask, const UnOp& op, int x_shifted, int y) function in struct:cv::cuda::device::transform_detail::OpUnroller
150 static __device__ __forceinline__ void unroll(const T1& src1, const T2& src2, D& dst, const Mask& mask, const BinOp& op, int x_shifted, int y) function in struct:cv::cuda::device::transform_detail::OpUnroller
165 static __device__ __forceinline__ void unroll(const T& src, D& dst, const Mask& mask, const UnOp& op, int x_shifted, int y) function in struct:cv::cuda::device::transform_detail::OpUnroller
186 static __device__ __forceinline__ void unroll(cons function in struct:cv::cuda::device::transform_detail::OpUnroller
[all...]
/external/opencv3/modules/cudev/include/opencv2/cudev/grid/detail/
H A Dtransform.hpp67 __device__ __forceinline__ static void unroll(const T& src, D& dst, const UnOp& op, const MaskPtr& mask, int x_shifted, int y) function in struct:cv::cudev::grid_transform_detail::OpUnroller
74 __device__ __forceinline__ static void unroll(const T1& src1, const T2& src2, D& dst, const BinOp& op, const MaskPtr& mask, int x_shifted, int y) function in struct:cv::cudev::grid_transform_detail::OpUnroller
84 __device__ __forceinline__ static void unroll(const T& src, D& dst, const UnOp& op, const MaskPtr& mask, int x_shifted, int y) function in struct:cv::cudev::grid_transform_detail::OpUnroller
93 __device__ __forceinline__ static void unroll(const T1& src1, const T2& src2, D& dst, const BinOp& op, const MaskPtr& mask, int x_shifted, int y) function in struct:cv::cudev::grid_transform_detail::OpUnroller
105 __device__ __forceinline__ static void unroll(const T& src, D& dst, const UnOp& op, const MaskPtr& mask, int x_shifted, int y) function in struct:cv::cudev::grid_transform_detail::OpUnroller
116 __device__ __forceinline__ static void unroll(const T1& src1, const T2& src2, D& dst, const BinOp& op, const MaskPtr& mask, int x_shifted, int y) function in struct:cv::cudev::grid_transform_detail::OpUnroller
130 __device__ __forceinline__ static void unroll(const T& src, D& dst, const UnOp& op, const MaskPtr& mask, int x_shifted, int y) function in struct:cv::cudev::grid_transform_detail::OpUnroller
143 __device__ __forceinline__ static void unroll(const T1& src1, const T2& src2, D& dst, const BinOp& op, const MaskPtr& mask, int x_shifted, int y) function in struct:cv::cudev::grid_transform_detail::OpUnroller
204 OpUnroller<SHIFT>::unroll(src_n_el, dst_n_el, op, mask, x_shifted, y);
242 OpUnroller<SHIFT>::unroll(src1_n_e
[all...]
/external/skia/src/effects/gradients/
H A DSkLinearGradient.cpp236 int unroll = count >> 3; local
238 for (int i = 0; i < unroll; i++) {

Completed in 433 milliseconds