all               240 modules/core/include/opencv2/core/cuda/vec_traits.hpp         static __device__ __host__ __forceinline__ schar all(schar v) {return v;}
all               248 modules/core/include/opencv2/core/cuda/vec_traits.hpp         static __device__ __host__ __forceinline__ char1 all(schar v) {return make_char1(v);}
all               256 modules/core/include/opencv2/core/cuda/vec_traits.hpp         static __device__ __host__ __forceinline__ char2 all(schar v) {return make_char2(v, v);}
all               264 modules/core/include/opencv2/core/cuda/vec_traits.hpp         static __device__ __host__ __forceinline__ char3 all(schar v) {return make_char3(v, v, v);}
all               272 modules/core/include/opencv2/core/cuda/vec_traits.hpp         static __device__ __host__ __forceinline__ char4 all(schar v) {return make_char4(v, v, v, v);}
all               280 modules/core/include/opencv2/core/cuda/vec_traits.hpp         static __device__ __host__ __forceinline__ char8 all(schar v) {return make_char8(v, v, v, v, v, v, v, v);}
all               600 modules/core/include/opencv2/core/matx.hpp Matx<_Tp, m, n> Matx<_Tp, m, n>::all(_Tp alpha)
all               945 modules/core/include/opencv2/core/matx.hpp Vec<_Tp, cn> Vec<_Tp, cn>::all(_Tp alpha)
all              1872 modules/core/include/opencv2/core/types.hpp Range Range::all()
all              1966 modules/core/include/opencv2/core/types.hpp Scalar_<_Tp> Scalar_<_Tp>::all(_Tp v0)
all                40 modules/core/misc/java/src/java/core+Range.java     public static Range all() {
all                43 modules/core/misc/java/src/java/core+Scalar.java     public static Scalar all(double v) {
all               311 modules/core/test/test_arithm.cpp     : BaseElemWiseOp(1, FIX_ALPHA+FIX_BETA+(_opcode != '~' ? SUPPORT_MASK : 0), 1, 1, Scalar::all(0)), opcode(_opcode) {}
all               154 modules/cudev/include/opencv2/cudev/util/vec_traits.hpp     __host__ __device__ __forceinline__ static char1 all(schar v) {return make_char1(v);}
all               162 modules/cudev/include/opencv2/cudev/util/vec_traits.hpp     __host__ __device__ __forceinline__ static char2 all(schar v) {return make_char2(v, v);}
all               170 modules/cudev/include/opencv2/cudev/util/vec_traits.hpp     __host__ __device__ __forceinline__ static char3 all(schar v) {return make_char3(v, v, v);}
all               178 modules/cudev/include/opencv2/cudev/util/vec_traits.hpp     __host__ __device__ __forceinline__ static char4 all(schar v) {return make_char4(v, v, v, v);}
all               107 modules/hal/include/opencv2/hal/intrin_cpp.hpp     static v_reg<_Tp, n> all(_Tp s)