Home
last modified time | relevance | path

Searched refs:char4 (Results 1 – 12 of 12) sorted by relevance

/external/opencv3/modules/cudaarithm/src/cuda/
Dmul_scalar.cu100 …l<uchar2, float, char2>, mulScalarImpl<uchar3, float, char3>, mulScalarImpl<uchar4, float, char4>}, in mulScalar()
108 …l<char2, float, uchar2>, mulScalarImpl<char3, float, uchar3>, mulScalarImpl<char4, float, uchar4>}, in mulScalar()
109 …Impl<char2, float, char2>, mulScalarImpl<char3, float, char3>, mulScalarImpl<char4, float, char4>}, in mulScalar()
110 …har2, float, ushort2>, mulScalarImpl<char3, float, ushort3>, mulScalarImpl<char4, float, ushort4>}, in mulScalar()
111 …l<char2, float, short2>, mulScalarImpl<char3, float, short3>, mulScalarImpl<char4, float, short4>}, in mulScalar()
112 …larImpl<char2, float, int2>, mulScalarImpl<char3, float, int3>, mulScalarImpl<char4, float, int4>}, in mulScalar()
113 …l<char2, float, float2>, mulScalarImpl<char3, float, float3>, mulScalarImpl<char4, float, float4>}, in mulScalar()
114 …r2, double, double2>, mulScalarImpl<char3, double, double3>, mulScalarImpl<char4, double, double4>} in mulScalar()
Dadd_scalar.cu103 …l<uchar2, float, char2>, addScalarImpl<uchar3, float, char3>, addScalarImpl<uchar4, float, char4>}, in addScalar()
111 …l<char2, float, uchar2>, addScalarImpl<char3, float, uchar3>, addScalarImpl<char4, float, uchar4>}, in addScalar()
112 …Impl<char2, float, char2>, addScalarImpl<char3, float, char3>, addScalarImpl<char4, float, char4>}, in addScalar()
113 …har2, float, ushort2>, addScalarImpl<char3, float, ushort3>, addScalarImpl<char4, float, ushort4>}, in addScalar()
114 …l<char2, float, short2>, addScalarImpl<char3, float, short3>, addScalarImpl<char4, float, short4>}, in addScalar()
115 …larImpl<char2, float, int2>, addScalarImpl<char3, float, int3>, addScalarImpl<char4, float, int4>}, in addScalar()
116 …l<char2, float, float2>, addScalarImpl<char3, float, float3>, addScalarImpl<char4, float, float4>}, in addScalar()
117 …r2, double, double2>, addScalarImpl<char3, double, double3>, addScalarImpl<char4, double, double4>} in addScalar()
Dsub_scalar.cu126 …l<uchar2, float, char2>, subScalarImpl<uchar3, float, char3>, subScalarImpl<uchar4, float, char4>}, in subScalar()
134 …l<char2, float, uchar2>, subScalarImpl<char3, float, uchar3>, subScalarImpl<char4, float, uchar4>}, in subScalar()
135 …Impl<char2, float, char2>, subScalarImpl<char3, float, char3>, subScalarImpl<char4, float, char4>}, in subScalar()
136 …har2, float, ushort2>, subScalarImpl<char3, float, ushort3>, subScalarImpl<char4, float, ushort4>}, in subScalar()
137 …l<char2, float, short2>, subScalarImpl<char3, float, short3>, subScalarImpl<char4, float, short4>}, in subScalar()
138 …larImpl<char2, float, int2>, subScalarImpl<char3, float, int3>, subScalarImpl<char4, float, int4>}, in subScalar()
139 …l<char2, float, float2>, subScalarImpl<char3, float, float3>, subScalarImpl<char4, float, float4>}, in subScalar()
140 …r2, double, double2>, subScalarImpl<char3, double, double3>, subScalarImpl<char4, double, double4>} in subScalar()
Ddiv_scalar.cu168 …l<uchar2, float, char2>, divScalarImpl<uchar3, float, char3>, divScalarImpl<uchar4, float, char4>}, in divScalar()
176 …l<char2, float, uchar2>, divScalarImpl<char3, float, uchar3>, divScalarImpl<char4, float, uchar4>}, in divScalar()
177 …Impl<char2, float, char2>, divScalarImpl<char3, float, char3>, divScalarImpl<char4, float, char4>}, in divScalar()
178 …har2, float, ushort2>, divScalarImpl<char3, float, ushort3>, divScalarImpl<char4, float, ushort4>}, in divScalar()
179 …l<char2, float, short2>, divScalarImpl<char3, float, short3>, divScalarImpl<char4, float, short4>}, in divScalar()
180 …larImpl<char2, float, int2>, divScalarImpl<char3, float, int3>, divScalarImpl<char4, float, int4>}, in divScalar()
181 …l<char2, float, float2>, divScalarImpl<char3, float, float3>, divScalarImpl<char4, float, float4>}, in divScalar()
182 …r2, double, double2>, divScalarImpl<char3, double, double3>, divScalarImpl<char4, double, double4>} in divScalar()
/external/opencv3/modules/cudev/include/opencv2/cudev/util/
Dvec_traits.hpp79 template<> struct MakeVec<schar, 4> { typedef char4 type; };
174 template<> struct VecTraits<char4>
178 __host__ __device__ __forceinline__ static char4 all(schar v) {return make_char4(v, v, v, v);} in all()
179 …__host__ __device__ __forceinline__ static char4 make(schar x, schar y, schar z, schar w) {return … in make()
180 …__host__ __device__ __forceinline__ static char4 make(const schar* v) {return make_char4(v[0], v[1… in make()
307 template<> class DataType<char4>
310 typedef char4 value_type;
Dvec_math.hpp128 template<typename T> __device__ __forceinline__ T saturate_cast(const char4& v) { return vec_math_d… in saturate_cast()
/external/clang/test/Sema/
Dext_vector_conversions.c3 typedef __attribute__((ext_vector_type(4))) char char4; typedef
8 char4 vc4; in test()
/external/opencv3/modules/core/include/opencv2/core/cuda/
Dvec_traits.hpp157 template<> struct TypeVec<schar, 4> { typedef char4 vec_type; };
268 template<> struct VecTraits<char4>
272 … static __device__ __host__ __forceinline__ char4 all(schar v) {return make_char4(v, v, v, v);} in all()
273 …static __device__ __host__ __forceinline__ char4 make(schar x, schar y, schar z, schar w) {return … in make()
274 …static __device__ __host__ __forceinline__ char4 make(const schar* v) {return make_char4(v[0], v[1… in make()
Dvec_math.hpp130 template<typename T> static __device__ __forceinline__ T saturate_cast(const char4& v) {return vec_… in saturate_cast()
/external/opencv3/modules/core/include/opencv2/core/cuda/detail/
Dtype_traits_detail.hpp91 template <> struct IsVec<char4> { enum {value = 1}; };
/external/opencv3/modules/cudev/include/opencv2/cudev/util/detail/
Dtype_traits.hpp81 template <> struct IsVec<char4> { enum {value = 1}; };
/external/opencv3/modules/core/src/cuda/
Dgpu_mat.cu373 … {setToWithOutMask<schar>,setToWithOutMask<char2>,setToWithOutMask<char3>,setToWithOutMask<char4>}, in setTo()
404 {setToWithMask<schar>,setToWithMask<char2>,setToWithMask<char3>,setToWithMask<char4>}, in setTo()