Namespaces | |
color_detail | |
functional_detail | |
reduce_detail | |
reduce_key_val_detail | |
transform_detail | |
type_traits_detail | |
vec_distance_detail | |
vec_math_detail | |
Enumerations | |
enum | ScanKind { EXCLUSIVE = 0, INCLUSIVE = 1 } |
Functions | |
template<typename T > | |
__device__ __forceinline__ T | shfl (T val, int srcLane, int width=warpSize) |
__device__ __forceinline__ unsigned int | shfl (unsigned int val, int srcLane, int width=warpSize) |
__device__ __forceinline__ double | shfl (double val, int srcLane, int width=warpSize) |
template<typename T > | |
__device__ __forceinline__ T | shfl_down (T val, unsigned int delta, int width=warpSize) |
__device__ __forceinline__ unsigned int | shfl_down (unsigned int val, unsigned int delta, int width=warpSize) |
__device__ __forceinline__ double | shfl_down (double val, unsigned int delta, int width=warpSize) |
template<typename T > | |
__device__ __forceinline__ T | shfl_up (T val, unsigned int delta, int width=warpSize) |
__device__ __forceinline__ unsigned int | shfl_up (unsigned int val, unsigned int delta, int width=warpSize) |
__device__ __forceinline__ double | shfl_up (double val, unsigned int delta, int width=warpSize) |
__device__ __forceinline__ char1 | operator- (const char1 &a) |
__device__ __forceinline__ char2 | operator- (const char2 &a) |
__device__ __forceinline__ char3 | operator- (const char3 &a) |
__device__ __forceinline__ char4 | operator- (const char4 &a) |
__device__ __forceinline__ short1 | operator- (const short1 &a) |
__device__ __forceinline__ short2 | operator- (const short2 &a) |
__device__ __forceinline__ short3 | operator- (const short3 &a) |
__device__ __forceinline__ short4 | operator- (const short4 &a) |
__device__ __forceinline__ int1 | operator- (const int1 &a) |
__device__ __forceinline__ int2 | operator- (const int2 &a) |
__device__ __forceinline__ int3 | operator- (const int3 &a) |
__device__ __forceinline__ int4 | operator- (const int4 &a) |
__device__ __forceinline__ float1 | operator- (const float1 &a) |
__device__ __forceinline__ float2 | operator- (const float2 &a) |
__device__ __forceinline__ float3 | operator- (const float3 &a) |
__device__ __forceinline__ float4 | operator- (const float4 &a) |
__device__ __forceinline__ double1 | operator- (const double1 &a) |
__device__ __forceinline__ double2 | operator- (const double2 &a) |
__device__ __forceinline__ double3 | operator- (const double3 &a) |
__device__ __forceinline__ double4 | operator- (const double4 &a) |
__device__ __forceinline__ uchar1 | operator! (const uchar1 &a) |
__device__ __forceinline__ uchar2 | operator! (const uchar2 &a) |
__device__ __forceinline__ uchar3 | operator! (const uchar3 &a) |
__device__ __forceinline__ uchar4 | operator! (const uchar4 &a) |
__device__ __forceinline__ uchar1 | operator! (const char1 &a) |
__device__ __forceinline__ uchar2 | operator! (const char2 &a) |
__device__ __forceinline__ uchar3 | operator! (const char3 &a) |
__device__ __forceinline__ uchar4 | operator! (const char4 &a) |
__device__ __forceinline__ uchar1 | operator! (const ushort1 &a) |
__device__ __forceinline__ uchar2 | operator! (const ushort2 &a) |
__device__ __forceinline__ uchar3 | operator! (const ushort3 &a) |
__device__ __forceinline__ uchar4 | operator! (const ushort4 &a) |
__device__ __forceinline__ uchar1 | operator! (const short1 &a) |
__device__ __forceinline__ uchar2 | operator! (const short2 &a) |
__device__ __forceinline__ uchar3 | operator! (const short3 &a) |
__device__ __forceinline__ uchar4 | operator! (const short4 &a) |
__device__ __forceinline__ uchar1 | operator! (const int1 &a) |
__device__ __forceinline__ uchar2 | operator! (const int2 &a) |
__device__ __forceinline__ uchar3 | operator! (const int3 &a) |
__device__ __forceinline__ uchar4 | operator! (const int4 &a) |
__device__ __forceinline__ uchar1 | operator! (const uint1 &a) |
__device__ __forceinline__ uchar2 | operator! (const uint2 &a) |
__device__ __forceinline__ uchar3 | operator! (const uint3 &a) |
__device__ __forceinline__ uchar4 | operator! (const uint4 &a) |
__device__ __forceinline__ uchar1 | operator! (const float1 &a) |
__device__ __forceinline__ uchar2 | operator! (const float2 &a) |
__device__ __forceinline__ uchar3 | operator! (const float3 &a) |
__device__ __forceinline__ uchar4 | operator! (const float4 &a) |
__device__ __forceinline__ uchar1 | operator! (const double1 &a) |
__device__ __forceinline__ uchar2 | operator! (const double2 &a) |
__device__ __forceinline__ uchar3 | operator! (const double3 &a) |
__device__ __forceinline__ uchar4 | operator! (const double4 &a) |
__device__ __forceinline__ uchar1 | operator~ (const uchar1 &a) |
__device__ __forceinline__ uchar2 | operator~ (const uchar2 &a) |
__device__ __forceinline__ uchar3 | operator~ (const uchar3 &a) |
__device__ __forceinline__ uchar4 | operator~ (const uchar4 &a) |
__device__ __forceinline__ char1 | operator~ (const char1 &a) |
__device__ __forceinline__ char2 | operator~ (const char2 &a) |
__device__ __forceinline__ char3 | operator~ (const char3 &a) |
__device__ __forceinline__ char4 | operator~ (const char4 &a) |
__device__ __forceinline__ ushort1 | operator~ (const ushort1 &a) |
__device__ __forceinline__ ushort2 | operator~ (const ushort2 &a) |
__device__ __forceinline__ ushort3 | operator~ (const ushort3 &a) |
__device__ __forceinline__ ushort4 | operator~ (const ushort4 &a) |
__device__ __forceinline__ short1 | operator~ (const short1 &a) |
__device__ __forceinline__ short2 | operator~ (const short2 &a) |
__device__ __forceinline__ short3 | operator~ (const short3 &a) |
__device__ __forceinline__ short4 | operator~ (const short4 &a) |
__device__ __forceinline__ int1 | operator~ (const int1 &a) |
__device__ __forceinline__ int2 | operator~ (const int2 &a) |
__device__ __forceinline__ int3 | operator~ (const int3 &a) |
__device__ __forceinline__ int4 | operator~ (const int4 &a) |
__device__ __forceinline__ uint1 | operator~ (const uint1 &a) |
__device__ __forceinline__ uint2 | operator~ (const uint2 &a) |
__device__ __forceinline__ uint3 | operator~ (const uint3 &a) |
__device__ __forceinline__ uint4 | operator~ (const uint4 &a) |
__device__ __forceinline__ uchar1 | abs (const uchar1 &a) |
__device__ __forceinline__ uchar2 | abs (const uchar2 &a) |
__device__ __forceinline__ uchar3 | abs (const uchar3 &a) |
__device__ __forceinline__ uchar4 | abs (const uchar4 &a) |
__device__ __forceinline__ char1 | abs (const char1 &a) |
__device__ __forceinline__ char2 | abs (const char2 &a) |
__device__ __forceinline__ char3 | abs (const char3 &a) |
__device__ __forceinline__ char4 | abs (const char4 &a) |
__device__ __forceinline__ ushort1 | abs (const ushort1 &a) |
__device__ __forceinline__ ushort2 | abs (const ushort2 &a) |
__device__ __forceinline__ ushort3 | abs (const ushort3 &a) |
__device__ __forceinline__ ushort4 | abs (const ushort4 &a) |
__device__ __forceinline__ short1 | abs (const short1 &a) |
__device__ __forceinline__ short2 | abs (const short2 &a) |
__device__ __forceinline__ short3 | abs (const short3 &a) |
__device__ __forceinline__ short4 | abs (const short4 &a) |
__device__ __forceinline__ int1 | abs (const int1 &a) |
__device__ __forceinline__ int2 | abs (const int2 &a) |
__device__ __forceinline__ int3 | abs (const int3 &a) |
__device__ __forceinline__ int4 | abs (const int4 &a) |
__device__ __forceinline__ uint1 | abs (const uint1 &a) |
__device__ __forceinline__ uint2 | abs (const uint2 &a) |
__device__ __forceinline__ uint3 | abs (const uint3 &a) |
__device__ __forceinline__ uint4 | abs (const uint4 &a) |
__device__ __forceinline__ float1 | abs (const float1 &a) |
__device__ __forceinline__ float2 | abs (const float2 &a) |
__device__ __forceinline__ float3 | abs (const float3 &a) |
__device__ __forceinline__ float4 | abs (const float4 &a) |
__device__ __forceinline__ double1 | abs (const double1 &a) |
__device__ __forceinline__ double2 | abs (const double2 &a) |
__device__ __forceinline__ double3 | abs (const double3 &a) |
__device__ __forceinline__ double4 | abs (const double4 &a) |
__device__ __forceinline__ float1 | sqrt (const uchar1 &a) |
__device__ __forceinline__ float2 | sqrt (const uchar2 &a) |
__device__ __forceinline__ float3 | sqrt (const uchar3 &a) |
__device__ __forceinline__ float4 | sqrt (const uchar4 &a) |
__device__ __forceinline__ float1 | sqrt (const char1 &a) |
__device__ __forceinline__ float2 | sqrt (const char2 &a) |
__device__ __forceinline__ float3 | sqrt (const char3 &a) |
__device__ __forceinline__ float4 | sqrt (const char4 &a) |
__device__ __forceinline__ float1 | sqrt (const ushort1 &a) |
__device__ __forceinline__ float2 | sqrt (const ushort2 &a) |
__device__ __forceinline__ float3 | sqrt (const ushort3 &a) |
__device__ __forceinline__ float4 | sqrt (const ushort4 &a) |
__device__ __forceinline__ float1 | sqrt (const short1 &a) |
__device__ __forceinline__ float2 | sqrt (const short2 &a) |
__device__ __forceinline__ float3 | sqrt (const short3 &a) |
__device__ __forceinline__ float4 | sqrt (const short4 &a) |
__device__ __forceinline__ float1 | sqrt (const int1 &a) |
__device__ __forceinline__ float2 | sqrt (const int2 &a) |
__device__ __forceinline__ float3 | sqrt (const int3 &a) |
__device__ __forceinline__ float4 | sqrt (const int4 &a) |
__device__ __forceinline__ float1 | sqrt (const uint1 &a) |
__device__ __forceinline__ float2 | sqrt (const uint2 &a) |
__device__ __forceinline__ float3 | sqrt (const uint3 &a) |
__device__ __forceinline__ float4 | sqrt (const uint4 &a) |
__device__ __forceinline__ float1 | sqrt (const float1 &a) |
__device__ __forceinline__ float2 | sqrt (const float2 &a) |
__device__ __forceinline__ float3 | sqrt (const float3 &a) |
__device__ __forceinline__ float4 | sqrt (const float4 &a) |
__device__ __forceinline__ double1 | sqrt (const double1 &a) |
__device__ __forceinline__ double2 | sqrt (const double2 &a) |
__device__ __forceinline__ double3 | sqrt (const double3 &a) |
__device__ __forceinline__ double4 | sqrt (const double4 &a) |
__device__ __forceinline__ float1 | exp (const uchar1 &a) |
__device__ __forceinline__ float2 | exp (const uchar2 &a) |
__device__ __forceinline__ float3 | exp (const uchar3 &a) |
__device__ __forceinline__ float4 | exp (const uchar4 &a) |
__device__ __forceinline__ float1 | exp (const char1 &a) |
__device__ __forceinline__ float2 | exp (const char2 &a) |
__device__ __forceinline__ float3 | exp (const char3 &a) |
__device__ __forceinline__ float4 | exp (const char4 &a) |
__device__ __forceinline__ float1 | exp (const ushort1 &a) |
__device__ __forceinline__ float2 | exp (const ushort2 &a) |
__device__ __forceinline__ float3 | exp (const ushort3 &a) |
__device__ __forceinline__ float4 | exp (const ushort4 &a) |
__device__ __forceinline__ float1 | exp (const short1 &a) |
__device__ __forceinline__ float2 | exp (const short2 &a) |
__device__ __forceinline__ float3 | exp (const short3 &a) |
__device__ __forceinline__ float4 | exp (const short4 &a) |
__device__ __forceinline__ float1 | exp (const int1 &a) |
__device__ __forceinline__ float2 | exp (const int2 &a) |
__device__ __forceinline__ float3 | exp (const int3 &a) |
__device__ __forceinline__ float4 | exp (const int4 &a) |
__device__ __forceinline__ float1 | exp (const uint1 &a) |
__device__ __forceinline__ float2 | exp (const uint2 &a) |
__device__ __forceinline__ float3 | exp (const uint3 &a) |
__device__ __forceinline__ float4 | exp (const uint4 &a) |
__device__ __forceinline__ float1 | exp (const float1 &a) |
__device__ __forceinline__ float2 | exp (const float2 &a) |
__device__ __forceinline__ float3 | exp (const float3 &a) |
__device__ __forceinline__ float4 | exp (const float4 &a) |
__device__ __forceinline__ double1 | exp (const double1 &a) |
__device__ __forceinline__ double2 | exp (const double2 &a) |
__device__ __forceinline__ double3 | exp (const double3 &a) |
__device__ __forceinline__ double4 | exp (const double4 &a) |
__device__ __forceinline__ float1 | exp2 (const uchar1 &a) |
__device__ __forceinline__ float2 | exp2 (const uchar2 &a) |
__device__ __forceinline__ float3 | exp2 (const uchar3 &a) |
__device__ __forceinline__ float4 | exp2 (const uchar4 &a) |
__device__ __forceinline__ float1 | exp2 (const char1 &a) |
__device__ __forceinline__ float2 | exp2 (const char2 &a) |
__device__ __forceinline__ float3 | exp2 (const char3 &a) |
__device__ __forceinline__ float4 | exp2 (const char4 &a) |
__device__ __forceinline__ float1 | exp2 (const ushort1 &a) |
__device__ __forceinline__ float2 | exp2 (const ushort2 &a) |
__device__ __forceinline__ float3 | exp2 (const ushort3 &a) |
__device__ __forceinline__ float4 | exp2 (const ushort4 &a) |
__device__ __forceinline__ float1 | exp2 (const short1 &a) |
__device__ __forceinline__ float2 | exp2 (const short2 &a) |
__device__ __forceinline__ float3 | exp2 (const short3 &a) |
__device__ __forceinline__ float4 | exp2 (const short4 &a) |
__device__ __forceinline__ float1 | exp2 (const int1 &a) |
__device__ __forceinline__ float2 | exp2 (const int2 &a) |
__device__ __forceinline__ float3 | exp2 (const int3 &a) |
__device__ __forceinline__ float4 | exp2 (const int4 &a) |
__device__ __forceinline__ float1 | exp2 (const uint1 &a) |
__device__ __forceinline__ float2 | exp2 (const uint2 &a) |
__device__ __forceinline__ float3 | exp2 (const uint3 &a) |
__device__ __forceinline__ float4 | exp2 (const uint4 &a) |
__device__ __forceinline__ float1 | exp2 (const float1 &a) |
__device__ __forceinline__ float2 | exp2 (const float2 &a) |
__device__ __forceinline__ float3 | exp2 (const float3 &a) |
__device__ __forceinline__ float4 | exp2 (const float4 &a) |
__device__ __forceinline__ double1 | exp2 (const double1 &a) |
__device__ __forceinline__ double2 | exp2 (const double2 &a) |
__device__ __forceinline__ double3 | exp2 (const double3 &a) |
__device__ __forceinline__ double4 | exp2 (const double4 &a) |
__device__ __forceinline__ float1 | exp10 (const uchar1 &a) |
__device__ __forceinline__ float2 | exp10 (const uchar2 &a) |
__device__ __forceinline__ float3 | exp10 (const uchar3 &a) |
__device__ __forceinline__ float4 | exp10 (const uchar4 &a) |
__device__ __forceinline__ float1 | exp10 (const char1 &a) |
__device__ __forceinline__ float2 | exp10 (const char2 &a) |
__device__ __forceinline__ float3 | exp10 (const char3 &a) |
__device__ __forceinline__ float4 | exp10 (const char4 &a) |
__device__ __forceinline__ float1 | exp10 (const ushort1 &a) |
__device__ __forceinline__ float2 | exp10 (const ushort2 &a) |
__device__ __forceinline__ float3 | exp10 (const ushort3 &a) |
__device__ __forceinline__ float4 | exp10 (const ushort4 &a) |
__device__ __forceinline__ float1 | exp10 (const short1 &a) |
__device__ __forceinline__ float2 | exp10 (const short2 &a) |
__device__ __forceinline__ float3 | exp10 (const short3 &a) |
__device__ __forceinline__ float4 | exp10 (const short4 &a) |
__device__ __forceinline__ float1 | exp10 (const int1 &a) |
__device__ __forceinline__ float2 | exp10 (const int2 &a) |
__device__ __forceinline__ float3 | exp10 (const int3 &a) |
__device__ __forceinline__ float4 | exp10 (const int4 &a) |
__device__ __forceinline__ float1 | exp10 (const uint1 &a) |
__device__ __forceinline__ float2 | exp10 (const uint2 &a) |
__device__ __forceinline__ float3 | exp10 (const uint3 &a) |
__device__ __forceinline__ float4 | exp10 (const uint4 &a) |
__device__ __forceinline__ float1 | exp10 (const float1 &a) |
__device__ __forceinline__ float2 | exp10 (const float2 &a) |
__device__ __forceinline__ float3 | exp10 (const float3 &a) |
__device__ __forceinline__ float4 | exp10 (const float4 &a) |
__device__ __forceinline__ double1 | exp10 (const double1 &a) |
__device__ __forceinline__ double2 | exp10 (const double2 &a) |
__device__ __forceinline__ double3 | exp10 (const double3 &a) |
__device__ __forceinline__ double4 | exp10 (const double4 &a) |
__device__ __forceinline__ float1 | log (const uchar1 &a) |
__device__ __forceinline__ float2 | log (const uchar2 &a) |
__device__ __forceinline__ float3 | log (const uchar3 &a) |
__device__ __forceinline__ float4 | log (const uchar4 &a) |
__device__ __forceinline__ float1 | log (const char1 &a) |
__device__ __forceinline__ float2 | log (const char2 &a) |
__device__ __forceinline__ float3 | log (const char3 &a) |
__device__ __forceinline__ float4 | log (const char4 &a) |
__device__ __forceinline__ float1 | log (const ushort1 &a) |
__device__ __forceinline__ float2 | log (const ushort2 &a) |
__device__ __forceinline__ float3 | log (const ushort3 &a) |
__device__ __forceinline__ float4 | log (const ushort4 &a) |
__device__ __forceinline__ float1 | log (const short1 &a) |
__device__ __forceinline__ float2 | log (const short2 &a) |
__device__ __forceinline__ float3 | log (const short3 &a) |
__device__ __forceinline__ float4 | log (const short4 &a) |
__device__ __forceinline__ float1 | log (const int1 &a) |
__device__ __forceinline__ float2 | log (const int2 &a) |
__device__ __forceinline__ float3 | log (const int3 &a) |
__device__ __forceinline__ float4 | log (const int4 &a) |
__device__ __forceinline__ float1 | log (const uint1 &a) |
__device__ __forceinline__ float2 | log (const uint2 &a) |
__device__ __forceinline__ float3 | log (const uint3 &a) |
__device__ __forceinline__ float4 | log (const uint4 &a) |
__device__ __forceinline__ float1 | log (const float1 &a) |
__device__ __forceinline__ float2 | log (const float2 &a) |
__device__ __forceinline__ float3 | log (const float3 &a) |
__device__ __forceinline__ float4 | log (const float4 &a) |
__device__ __forceinline__ double1 | log (const double1 &a) |
__device__ __forceinline__ double2 | log (const double2 &a) |
__device__ __forceinline__ double3 | log (const double3 &a) |
__device__ __forceinline__ double4 | log (const double4 &a) |
__device__ __forceinline__ float1 | log2 (const uchar1 &a) |
__device__ __forceinline__ float2 | log2 (const uchar2 &a) |
__device__ __forceinline__ float3 | log2 (const uchar3 &a) |
__device__ __forceinline__ float4 | log2 (const uchar4 &a) |
__device__ __forceinline__ float1 | log2 (const char1 &a) |
__device__ __forceinline__ float2 | log2 (const char2 &a) |
__device__ __forceinline__ float3 | log2 (const char3 &a) |
__device__ __forceinline__ float4 | log2 (const char4 &a) |
__device__ __forceinline__ float1 | log2 (const ushort1 &a) |
__device__ __forceinline__ float2 | log2 (const ushort2 &a) |
__device__ __forceinline__ float3 | log2 (const ushort3 &a) |
__device__ __forceinline__ float4 | log2 (const ushort4 &a) |
__device__ __forceinline__ float1 | log2 (const short1 &a) |
__device__ __forceinline__ float2 | log2 (const short2 &a) |
__device__ __forceinline__ float3 | log2 (const short3 &a) |
__device__ __forceinline__ float4 | log2 (const short4 &a) |
__device__ __forceinline__ float1 | log2 (const int1 &a) |
__device__ __forceinline__ float2 | log2 (const int2 &a) |
__device__ __forceinline__ float3 | log2 (const int3 &a) |
__device__ __forceinline__ float4 | log2 (const int4 &a) |
__device__ __forceinline__ float1 | log2 (const uint1 &a) |
__device__ __forceinline__ float2 | log2 (const uint2 &a) |
__device__ __forceinline__ float3 | log2 (const uint3 &a) |
__device__ __forceinline__ float4 | log2 (const uint4 &a) |
__device__ __forceinline__ float1 | log2 (const float1 &a) |
__device__ __forceinline__ float2 | log2 (const float2 &a) |
__device__ __forceinline__ float3 | log2 (const float3 &a) |
__device__ __forceinline__ float4 | log2 (const float4 &a) |
__device__ __forceinline__ double1 | log2 (const double1 &a) |
__device__ __forceinline__ double2 | log2 (const double2 &a) |
__device__ __forceinline__ double3 | log2 (const double3 &a) |
__device__ __forceinline__ double4 | log2 (const double4 &a) |
__device__ __forceinline__ float1 | log10 (const uchar1 &a) |
__device__ __forceinline__ float2 | log10 (const uchar2 &a) |
__device__ __forceinline__ float3 | log10 (const uchar3 &a) |
__device__ __forceinline__ float4 | log10 (const uchar4 &a) |
__device__ __forceinline__ float1 | log10 (const char1 &a) |
__device__ __forceinline__ float2 | log10 (const char2 &a) |
__device__ __forceinline__ float3 | log10 (const char3 &a) |
__device__ __forceinline__ float4 | log10 (const char4 &a) |
__device__ __forceinline__ float1 | log10 (const ushort1 &a) |
__device__ __forceinline__ float2 | log10 (const ushort2 &a) |
__device__ __forceinline__ float3 | log10 (const ushort3 &a) |
__device__ __forceinline__ float4 | log10 (const ushort4 &a) |
__device__ __forceinline__ float1 | log10 (const short1 &a) |
__device__ __forceinline__ float2 | log10 (const short2 &a) |
__device__ __forceinline__ float3 | log10 (const short3 &a) |
__device__ __forceinline__ float4 | log10 (const short4 &a) |
__device__ __forceinline__ float1 | log10 (const int1 &a) |
__device__ __forceinline__ float2 | log10 (const int2 &a) |
__device__ __forceinline__ float3 | log10 (const int3 &a) |
__device__ __forceinline__ float4 | log10 (const int4 &a) |
__device__ __forceinline__ float1 | log10 (const uint1 &a) |
__device__ __forceinline__ float2 | log10 (const uint2 &a) |
__device__ __forceinline__ float3 | log10 (const uint3 &a) |
__device__ __forceinline__ float4 | log10 (const uint4 &a) |
__device__ __forceinline__ float1 | log10 (const float1 &a) |
__device__ __forceinline__ float2 | log10 (const float2 &a) |
__device__ __forceinline__ float3 | log10 (const float3 &a) |
__device__ __forceinline__ float4 | log10 (const float4 &a) |
__device__ __forceinline__ double1 | log10 (const double1 &a) |
__device__ __forceinline__ double2 | log10 (const double2 &a) |
__device__ __forceinline__ double3 | log10 (const double3 &a) |
__device__ __forceinline__ double4 | log10 (const double4 &a) |
__device__ __forceinline__ float1 | sin (const uchar1 &a) |
__device__ __forceinline__ float2 | sin (const uchar2 &a) |
__device__ __forceinline__ float3 | sin (const uchar3 &a) |
__device__ __forceinline__ float4 | sin (const uchar4 &a) |
__device__ __forceinline__ float1 | sin (const char1 &a) |
__device__ __forceinline__ float2 | sin (const char2 &a) |
__device__ __forceinline__ float3 | sin (const char3 &a) |
__device__ __forceinline__ float4 | sin (const char4 &a) |
__device__ __forceinline__ float1 | sin (const ushort1 &a) |
__device__ __forceinline__ float2 | sin (const ushort2 &a) |
__device__ __forceinline__ float3 | sin (const ushort3 &a) |
__device__ __forceinline__ float4 | sin (const ushort4 &a) |
__device__ __forceinline__ float1 | sin (const short1 &a) |
__device__ __forceinline__ float2 | sin (const short2 &a) |
__device__ __forceinline__ float3 | sin (const short3 &a) |
__device__ __forceinline__ float4 | sin (const short4 &a) |
__device__ __forceinline__ float1 | sin (const int1 &a) |
__device__ __forceinline__ float2 | sin (const int2 &a) |
__device__ __forceinline__ float3 | sin (const int3 &a) |
__device__ __forceinline__ float4 | sin (const int4 &a) |
__device__ __forceinline__ float1 | sin (const uint1 &a) |
__device__ __forceinline__ float2 | sin (const uint2 &a) |
__device__ __forceinline__ float3 | sin (const uint3 &a) |
__device__ __forceinline__ float4 | sin (const uint4 &a) |
__device__ __forceinline__ float1 | sin (const float1 &a) |
__device__ __forceinline__ float2 | sin (const float2 &a) |
__device__ __forceinline__ float3 | sin (const float3 &a) |
__device__ __forceinline__ float4 | sin (const float4 &a) |
__device__ __forceinline__ double1 | sin (const double1 &a) |
__device__ __forceinline__ double2 | sin (const double2 &a) |
__device__ __forceinline__ double3 | sin (const double3 &a) |
__device__ __forceinline__ double4 | sin (const double4 &a) |
__device__ __forceinline__ float1 | cos (const uchar1 &a) |
__device__ __forceinline__ float2 | cos (const uchar2 &a) |
__device__ __forceinline__ float3 | cos (const uchar3 &a) |
__device__ __forceinline__ float4 | cos (const uchar4 &a) |
__device__ __forceinline__ float1 | cos (const char1 &a) |
__device__ __forceinline__ float2 | cos (const char2 &a) |
__device__ __forceinline__ float3 | cos (const char3 &a) |
__device__ __forceinline__ float4 | cos (const char4 &a) |
__device__ __forceinline__ float1 | cos (const ushort1 &a) |
__device__ __forceinline__ float2 | cos (const ushort2 &a) |
__device__ __forceinline__ float3 | cos (const ushort3 &a) |
__device__ __forceinline__ float4 | cos (const ushort4 &a) |
__device__ __forceinline__ float1 | cos (const short1 &a) |
__device__ __forceinline__ float2 | cos (const short2 &a) |
__device__ __forceinline__ float3 | cos (const short3 &a) |
__device__ __forceinline__ float4 | cos (const short4 &a) |
__device__ __forceinline__ float1 | cos (const int1 &a) |
__device__ __forceinline__ float2 | cos (const int2 &a) |
__device__ __forceinline__ float3 | cos (const int3 &a) |
__device__ __forceinline__ float4 | cos (const int4 &a) |
__device__ __forceinline__ float1 | cos (const uint1 &a) |
__device__ __forceinline__ float2 | cos (const uint2 &a) |
__device__ __forceinline__ float3 | cos (const uint3 &a) |
__device__ __forceinline__ float4 | cos (const uint4 &a) |
__device__ __forceinline__ float1 | cos (const float1 &a) |
__device__ __forceinline__ float2 | cos (const float2 &a) |
__device__ __forceinline__ float3 | cos (const float3 &a) |
__device__ __forceinline__ float4 | cos (const float4 &a) |
__device__ __forceinline__ double1 | cos (const double1 &a) |
__device__ __forceinline__ double2 | cos (const double2 &a) |
__device__ __forceinline__ double3 | cos (const double3 &a) |
__device__ __forceinline__ double4 | cos (const double4 &a) |
__device__ __forceinline__ float1 | tan (const uchar1 &a) |
__device__ __forceinline__ float2 | tan (const uchar2 &a) |
__device__ __forceinline__ float3 | tan (const uchar3 &a) |
__device__ __forceinline__ float4 | tan (const uchar4 &a) |
__device__ __forceinline__ float1 | tan (const char1 &a) |
__device__ __forceinline__ float2 | tan (const char2 &a) |
__device__ __forceinline__ float3 | tan (const char3 &a) |
__device__ __forceinline__ float4 | tan (const char4 &a) |
__device__ __forceinline__ float1 | tan (const ushort1 &a) |
__device__ __forceinline__ float2 | tan (const ushort2 &a) |
__device__ __forceinline__ float3 | tan (const ushort3 &a) |
__device__ __forceinline__ float4 | tan (const ushort4 &a) |
__device__ __forceinline__ float1 | tan (const short1 &a) |
__device__ __forceinline__ float2 | tan (const short2 &a) |
__device__ __forceinline__ float3 | tan (const short3 &a) |
__device__ __forceinline__ float4 | tan (const short4 &a) |
__device__ __forceinline__ float1 | tan (const int1 &a) |
__device__ __forceinline__ float2 | tan (const int2 &a) |
__device__ __forceinline__ float3 | tan (const int3 &a) |
__device__ __forceinline__ float4 | tan (const int4 &a) |
__device__ __forceinline__ float1 | tan (const uint1 &a) |
__device__ __forceinline__ float2 | tan (const uint2 &a) |
__device__ __forceinline__ float3 | tan (const uint3 &a) |
__device__ __forceinline__ float4 | tan (const uint4 &a) |
__device__ __forceinline__ float1 | tan (const float1 &a) |
__device__ __forceinline__ float2 | tan (const float2 &a) |
__device__ __forceinline__ float3 | tan (const float3 &a) |
__device__ __forceinline__ float4 | tan (const float4 &a) |
__device__ __forceinline__ double1 | tan (const double1 &a) |
__device__ __forceinline__ double2 | tan (const double2 &a) |
__device__ __forceinline__ double3 | tan (const double3 &a) |
__device__ __forceinline__ double4 | tan (const double4 &a) |
__device__ __forceinline__ float1 | asin (const uchar1 &a) |
__device__ __forceinline__ float2 | asin (const uchar2 &a) |
__device__ __forceinline__ float3 | asin (const uchar3 &a) |
__device__ __forceinline__ float4 | asin (const uchar4 &a) |
__device__ __forceinline__ float1 | asin (const char1 &a) |
__device__ __forceinline__ float2 | asin (const char2 &a) |
__device__ __forceinline__ float3 | asin (const char3 &a) |
__device__ __forceinline__ float4 | asin (const char4 &a) |
__device__ __forceinline__ float1 | asin (const ushort1 &a) |
__device__ __forceinline__ float2 | asin (const ushort2 &a) |
__device__ __forceinline__ float3 | asin (const ushort3 &a) |
__device__ __forceinline__ float4 | asin (const ushort4 &a) |
__device__ __forceinline__ float1 | asin (const short1 &a) |
__device__ __forceinline__ float2 | asin (const short2 &a) |
__device__ __forceinline__ float3 | asin (const short3 &a) |
__device__ __forceinline__ float4 | asin (const short4 &a) |
__device__ __forceinline__ float1 | asin (const int1 &a) |
__device__ __forceinline__ float2 | asin (const int2 &a) |
__device__ __forceinline__ float3 | asin (const int3 &a) |
__device__ __forceinline__ float4 | asin (const int4 &a) |
__device__ __forceinline__ float1 | asin (const uint1 &a) |
__device__ __forceinline__ float2 | asin (const uint2 &a) |
__device__ __forceinline__ float3 | asin (const uint3 &a) |
__device__ __forceinline__ float4 | asin (const uint4 &a) |
__device__ __forceinline__ float1 | asin (const float1 &a) |
__device__ __forceinline__ float2 | asin (const float2 &a) |
__device__ __forceinline__ float3 | asin (const float3 &a) |
__device__ __forceinline__ float4 | asin (const float4 &a) |
__device__ __forceinline__ double1 | asin (const double1 &a) |
__device__ __forceinline__ double2 | asin (const double2 &a) |
__device__ __forceinline__ double3 | asin (const double3 &a) |
__device__ __forceinline__ double4 | asin (const double4 &a) |
__device__ __forceinline__ float1 | acos (const uchar1 &a) |
__device__ __forceinline__ float2 | acos (const uchar2 &a) |
__device__ __forceinline__ float3 | acos (const uchar3 &a) |
__device__ __forceinline__ float4 | acos (const uchar4 &a) |
__device__ __forceinline__ float1 | acos (const char1 &a) |
__device__ __forceinline__ float2 | acos (const char2 &a) |
__device__ __forceinline__ float3 | acos (const char3 &a) |
__device__ __forceinline__ float4 | acos (const char4 &a) |
__device__ __forceinline__ float1 | acos (const ushort1 &a) |
__device__ __forceinline__ float2 | acos (const ushort2 &a) |
__device__ __forceinline__ float3 | acos (const ushort3 &a) |
__device__ __forceinline__ float4 | acos (const ushort4 &a) |
__device__ __forceinline__ float1 | acos (const short1 &a) |
__device__ __forceinline__ float2 | acos (const short2 &a) |
__device__ __forceinline__ float3 | acos (const short3 &a) |
__device__ __forceinline__ float4 | acos (const short4 &a) |
__device__ __forceinline__ float1 | acos (const int1 &a) |
__device__ __forceinline__ float2 | acos (const int2 &a) |
__device__ __forceinline__ float3 | acos (const int3 &a) |
__device__ __forceinline__ float4 | acos (const int4 &a) |
__device__ __forceinline__ float1 | acos (const uint1 &a) |
__device__ __forceinline__ float2 | acos (const uint2 &a) |
__device__ __forceinline__ float3 | acos (const uint3 &a) |
__device__ __forceinline__ float4 | acos (const uint4 &a) |
__device__ __forceinline__ float1 | acos (const float1 &a) |
__device__ __forceinline__ float2 | acos (const float2 &a) |
__device__ __forceinline__ float3 | acos (const float3 &a) |
__device__ __forceinline__ float4 | acos (const float4 &a) |
__device__ __forceinline__ double1 | acos (const double1 &a) |
__device__ __forceinline__ double2 | acos (const double2 &a) |
__device__ __forceinline__ double3 | acos (const double3 &a) |
__device__ __forceinline__ double4 | acos (const double4 &a) |
__device__ __forceinline__ float1 | atan (const uchar1 &a) |
__device__ __forceinline__ float2 | atan (const uchar2 &a) |
__device__ __forceinline__ float3 | atan (const uchar3 &a) |
__device__ __forceinline__ float4 | atan (const uchar4 &a) |
__device__ __forceinline__ float1 | atan (const char1 &a) |
__device__ __forceinline__ float2 | atan (const char2 &a) |
__device__ __forceinline__ float3 | atan (const char3 &a) |
__device__ __forceinline__ float4 | atan (const char4 &a) |
__device__ __forceinline__ float1 | atan (const ushort1 &a) |
__device__ __forceinline__ float2 | atan (const ushort2 &a) |
__device__ __forceinline__ float3 | atan (const ushort3 &a) |
__device__ __forceinline__ float4 | atan (const ushort4 &a) |
__device__ __forceinline__ float1 | atan (const short1 &a) |
__device__ __forceinline__ float2 | atan (const short2 &a) |
__device__ __forceinline__ float3 | atan (const short3 &a) |
__device__ __forceinline__ float4 | atan (const short4 &a) |
__device__ __forceinline__ float1 | atan (const int1 &a) |
__device__ __forceinline__ float2 | atan (const int2 &a) |
__device__ __forceinline__ float3 | atan (const int3 &a) |
__device__ __forceinline__ float4 | atan (const int4 &a) |
__device__ __forceinline__ float1 | atan (const uint1 &a) |
__device__ __forceinline__ float2 | atan (const uint2 &a) |
__device__ __forceinline__ float3 | atan (const uint3 &a) |
__device__ __forceinline__ float4 | atan (const uint4 &a) |
__device__ __forceinline__ float1 | atan (const float1 &a) |
__device__ __forceinline__ float2 | atan (const float2 &a) |
__device__ __forceinline__ float3 | atan (const float3 &a) |
__device__ __forceinline__ float4 | atan (const float4 &a) |
__device__ __forceinline__ double1 | atan (const double1 &a) |
__device__ __forceinline__ double2 | atan (const double2 &a) |
__device__ __forceinline__ double3 | atan (const double3 &a) |
__device__ __forceinline__ double4 | atan (const double4 &a) |
__device__ __forceinline__ float1 | sinh (const uchar1 &a) |
__device__ __forceinline__ float2 | sinh (const uchar2 &a) |
__device__ __forceinline__ float3 | sinh (const uchar3 &a) |
__device__ __forceinline__ float4 | sinh (const uchar4 &a) |
__device__ __forceinline__ float1 | sinh (const char1 &a) |
__device__ __forceinline__ float2 | sinh (const char2 &a) |
__device__ __forceinline__ float3 | sinh (const char3 &a) |
__device__ __forceinline__ float4 | sinh (const char4 &a) |
__device__ __forceinline__ float1 | sinh (const ushort1 &a) |
__device__ __forceinline__ float2 | sinh (const ushort2 &a) |
__device__ __forceinline__ float3 | sinh (const ushort3 &a) |
__device__ __forceinline__ float4 | sinh (const ushort4 &a) |
__device__ __forceinline__ float1 | sinh (const short1 &a) |
__device__ __forceinline__ float2 | sinh (const short2 &a) |
__device__ __forceinline__ float3 | sinh (const short3 &a) |
__device__ __forceinline__ float4 | sinh (const short4 &a) |
__device__ __forceinline__ float1 | sinh (const int1 &a) |
__device__ __forceinline__ float2 | sinh (const int2 &a) |
__device__ __forceinline__ float3 | sinh (const int3 &a) |
__device__ __forceinline__ float4 | sinh (const int4 &a) |
__device__ __forceinline__ float1 | sinh (const uint1 &a) |
__device__ __forceinline__ float2 | sinh (const uint2 &a) |
__device__ __forceinline__ float3 | sinh (const uint3 &a) |
__device__ __forceinline__ float4 | sinh (const uint4 &a) |
__device__ __forceinline__ float1 | sinh (const float1 &a) |
__device__ __forceinline__ float2 | sinh (const float2 &a) |
__device__ __forceinline__ float3 | sinh (const float3 &a) |
__device__ __forceinline__ float4 | sinh (const float4 &a) |
__device__ __forceinline__ double1 | sinh (const double1 &a) |
__device__ __forceinline__ double2 | sinh (const double2 &a) |
__device__ __forceinline__ double3 | sinh (const double3 &a) |
__device__ __forceinline__ double4 | sinh (const double4 &a) |
__device__ __forceinline__ float1 | cosh (const uchar1 &a) |
__device__ __forceinline__ float2 | cosh (const uchar2 &a) |
__device__ __forceinline__ float3 | cosh (const uchar3 &a) |
__device__ __forceinline__ float4 | cosh (const uchar4 &a) |
__device__ __forceinline__ float1 | cosh (const char1 &a) |
__device__ __forceinline__ float2 | cosh (const char2 &a) |
__device__ __forceinline__ float3 | cosh (const char3 &a) |
__device__ __forceinline__ float4 | cosh (const char4 &a) |
__device__ __forceinline__ float1 | cosh (const ushort1 &a) |
__device__ __forceinline__ float2 | cosh (const ushort2 &a) |
__device__ __forceinline__ float3 | cosh (const ushort3 &a) |
__device__ __forceinline__ float4 | cosh (const ushort4 &a) |
__device__ __forceinline__ float1 | cosh (const short1 &a) |
__device__ __forceinline__ float2 | cosh (const short2 &a) |
__device__ __forceinline__ float3 | cosh (const short3 &a) |
__device__ __forceinline__ float4 | cosh (const short4 &a) |
__device__ __forceinline__ float1 | cosh (const int1 &a) |
__device__ __forceinline__ float2 | cosh (const int2 &a) |
__device__ __forceinline__ float3 | cosh (const int3 &a) |
__device__ __forceinline__ float4 | cosh (const int4 &a) |
__device__ __forceinline__ float1 | cosh (const uint1 &a) |
__device__ __forceinline__ float2 | cosh (const uint2 &a) |
__device__ __forceinline__ float3 | cosh (const uint3 &a) |
__device__ __forceinline__ float4 | cosh (const uint4 &a) |
__device__ __forceinline__ float1 | cosh (const float1 &a) |
__device__ __forceinline__ float2 | cosh (const float2 &a) |
__device__ __forceinline__ float3 | cosh (const float3 &a) |
__device__ __forceinline__ float4 | cosh (const float4 &a) |
__device__ __forceinline__ double1 | cosh (const double1 &a) |
__device__ __forceinline__ double2 | cosh (const double2 &a) |
__device__ __forceinline__ double3 | cosh (const double3 &a) |
__device__ __forceinline__ double4 | cosh (const double4 &a) |
__device__ __forceinline__ float1 | tanh (const uchar1 &a) |
__device__ __forceinline__ float2 | tanh (const uchar2 &a) |
__device__ __forceinline__ float3 | tanh (const uchar3 &a) |
__device__ __forceinline__ float4 | tanh (const uchar4 &a) |
__device__ __forceinline__ float1 | tanh (const char1 &a) |
__device__ __forceinline__ float2 | tanh (const char2 &a) |
__device__ __forceinline__ float3 | tanh (const char3 &a) |
__device__ __forceinline__ float4 | tanh (const char4 &a) |
__device__ __forceinline__ float1 | tanh (const ushort1 &a) |
__device__ __forceinline__ float2 | tanh (const ushort2 &a) |
__device__ __forceinline__ float3 | tanh (const ushort3 &a) |
__device__ __forceinline__ float4 | tanh (const ushort4 &a) |
__device__ __forceinline__ float1 | tanh (const short1 &a) |
__device__ __forceinline__ float2 | tanh (const short2 &a) |
__device__ __forceinline__ float3 | tanh (const short3 &a) |
__device__ __forceinline__ float4 | tanh (const short4 &a) |
__device__ __forceinline__ float1 | tanh (const int1 &a) |
__device__ __forceinline__ float2 | tanh (const int2 &a) |
__device__ __forceinline__ float3 | tanh (const int3 &a) |
__device__ __forceinline__ float4 | tanh (const int4 &a) |
__device__ __forceinline__ float1 | tanh (const uint1 &a) |
__device__ __forceinline__ float2 | tanh (const uint2 &a) |
__device__ __forceinline__ float3 | tanh (const uint3 &a) |
__device__ __forceinline__ float4 | tanh (const uint4 &a) |
__device__ __forceinline__ float1 | tanh (const float1 &a) |
__device__ __forceinline__ float2 | tanh (const float2 &a) |
__device__ __forceinline__ float3 | tanh (const float3 &a) |
__device__ __forceinline__ float4 | tanh (const float4 &a) |
__device__ __forceinline__ double1 | tanh (const double1 &a) |
__device__ __forceinline__ double2 | tanh (const double2 &a) |
__device__ __forceinline__ double3 | tanh (const double3 &a) |
__device__ __forceinline__ double4 | tanh (const double4 &a) |
__device__ __forceinline__ float1 | asinh (const uchar1 &a) |
__device__ __forceinline__ float2 | asinh (const uchar2 &a) |
__device__ __forceinline__ float3 | asinh (const uchar3 &a) |
__device__ __forceinline__ float4 | asinh (const uchar4 &a) |
__device__ __forceinline__ float1 | asinh (const char1 &a) |
__device__ __forceinline__ float2 | asinh (const char2 &a) |
__device__ __forceinline__ float3 | asinh (const char3 &a) |
__device__ __forceinline__ float4 | asinh (const char4 &a) |
__device__ __forceinline__ float1 | asinh (const ushort1 &a) |
__device__ __forceinline__ float2 | asinh (const ushort2 &a) |
__device__ __forceinline__ float3 | asinh (const ushort3 &a) |
__device__ __forceinline__ float4 | asinh (const ushort4 &a) |
__device__ __forceinline__ float1 | asinh (const short1 &a) |
__device__ __forceinline__ float2 | asinh (const short2 &a) |
__device__ __forceinline__ float3 | asinh (const short3 &a) |
__device__ __forceinline__ float4 | asinh (const short4 &a) |
__device__ __forceinline__ float1 | asinh (const int1 &a) |
__device__ __forceinline__ float2 | asinh (const int2 &a) |
__device__ __forceinline__ float3 | asinh (const int3 &a) |
__device__ __forceinline__ float4 | asinh (const int4 &a) |
__device__ __forceinline__ float1 | asinh (const uint1 &a) |
__device__ __forceinline__ float2 | asinh (const uint2 &a) |
__device__ __forceinline__ float3 | asinh (const uint3 &a) |
__device__ __forceinline__ float4 | asinh (const uint4 &a) |
__device__ __forceinline__ float1 | asinh (const float1 &a) |
__device__ __forceinline__ float2 | asinh (const float2 &a) |
__device__ __forceinline__ float3 | asinh (const float3 &a) |
__device__ __forceinline__ float4 | asinh (const float4 &a) |
__device__ __forceinline__ double1 | asinh (const double1 &a) |
__device__ __forceinline__ double2 | asinh (const double2 &a) |
__device__ __forceinline__ double3 | asinh (const double3 &a) |
__device__ __forceinline__ double4 | asinh (const double4 &a) |
__device__ __forceinline__ float1 | acosh (const uchar1 &a) |
__device__ __forceinline__ float2 | acosh (const uchar2 &a) |
__device__ __forceinline__ float3 | acosh (const uchar3 &a) |
__device__ __forceinline__ float4 | acosh (const uchar4 &a) |
__device__ __forceinline__ float1 | acosh (const char1 &a) |
__device__ __forceinline__ float2 | acosh (const char2 &a) |
__device__ __forceinline__ float3 | acosh (const char3 &a) |
__device__ __forceinline__ float4 | acosh (const char4 &a) |
__device__ __forceinline__ float1 | acosh (const ushort1 &a) |
__device__ __forceinline__ float2 | acosh (const ushort2 &a) |
__device__ __forceinline__ float3 | acosh (const ushort3 &a) |
__device__ __forceinline__ float4 | acosh (const ushort4 &a) |
__device__ __forceinline__ float1 | acosh (const short1 &a) |
__device__ __forceinline__ float2 | acosh (const short2 &a) |
__device__ __forceinline__ float3 | acosh (const short3 &a) |
__device__ __forceinline__ float4 | acosh (const short4 &a) |
__device__ __forceinline__ float1 | acosh (const int1 &a) |
__device__ __forceinline__ float2 | acosh (const int2 &a) |
__device__ __forceinline__ float3 | acosh (const int3 &a) |
__device__ __forceinline__ float4 | acosh (const int4 &a) |
__device__ __forceinline__ float1 | acosh (const uint1 &a) |
__device__ __forceinline__ float2 | acosh (const uint2 &a) |
__device__ __forceinline__ float3 | acosh (const uint3 &a) |
__device__ __forceinline__ float4 | acosh (const uint4 &a) |
__device__ __forceinline__ float1 | acosh (const float1 &a) |
__device__ __forceinline__ float2 | acosh (const float2 &a) |
__device__ __forceinline__ float3 | acosh (const float3 &a) |
__device__ __forceinline__ float4 | acosh (const float4 &a) |
__device__ __forceinline__ double1 | acosh (const double1 &a) |
__device__ __forceinline__ double2 | acosh (const double2 &a) |
__device__ __forceinline__ double3 | acosh (const double3 &a) |
__device__ __forceinline__ double4 | acosh (const double4 &a) |
__device__ __forceinline__ float1 | atanh (const uchar1 &a) |
__device__ __forceinline__ float2 | atanh (const uchar2 &a) |
__device__ __forceinline__ float3 | atanh (const uchar3 &a) |
__device__ __forceinline__ float4 | atanh (const uchar4 &a) |
__device__ __forceinline__ float1 | atanh (const char1 &a) |
__device__ __forceinline__ float2 | atanh (const char2 &a) |
__device__ __forceinline__ float3 | atanh (const char3 &a) |
__device__ __forceinline__ float4 | atanh (const char4 &a) |
__device__ __forceinline__ float1 | atanh (const ushort1 &a) |
__device__ __forceinline__ float2 | atanh (const ushort2 &a) |
__device__ __forceinline__ float3 | atanh (const ushort3 &a) |
__device__ __forceinline__ float4 | atanh (const ushort4 &a) |
__device__ __forceinline__ float1 | atanh (const short1 &a) |
__device__ __forceinline__ float2 | atanh (const short2 &a) |
__device__ __forceinline__ float3 | atanh (const short3 &a) |
__device__ __forceinline__ float4 | atanh (const short4 &a) |
__device__ __forceinline__ float1 | atanh (const int1 &a) |
__device__ __forceinline__ float2 | atanh (const int2 &a) |
__device__ __forceinline__ float3 | atanh (const int3 &a) |
__device__ __forceinline__ float4 | atanh (const int4 &a) |
__device__ __forceinline__ float1 | atanh (const uint1 &a) |
__device__ __forceinline__ float2 | atanh (const uint2 &a) |
__device__ __forceinline__ float3 | atanh (const uint3 &a) |
__device__ __forceinline__ float4 | atanh (const uint4 &a) |
__device__ __forceinline__ float1 | atanh (const float1 &a) |
__device__ __forceinline__ float2 | atanh (const float2 &a) |
__device__ __forceinline__ float3 | atanh (const float3 &a) |
__device__ __forceinline__ float4 | atanh (const float4 &a) |
__device__ __forceinline__ double1 | atanh (const double1 &a) |
__device__ __forceinline__ double2 | atanh (const double2 &a) |
__device__ __forceinline__ double3 | atanh (const double3 &a) |
__device__ __forceinline__ double4 | atanh (const double4 &a) |
__device__ __forceinline__ int1 | operator+ (const uchar1 &a, const uchar1 &b) |
__device__ __forceinline__ int2 | operator+ (const uchar2 &a, const uchar2 &b) |
__device__ __forceinline__ int3 | operator+ (const uchar3 &a, const uchar3 &b) |
__device__ __forceinline__ int4 | operator+ (const uchar4 &a, const uchar4 &b) |
__device__ __forceinline__ int1 | operator+ (const char1 &a, const char1 &b) |
__device__ __forceinline__ int2 | operator+ (const char2 &a, const char2 &b) |
__device__ __forceinline__ int3 | operator+ (const char3 &a, const char3 &b) |
__device__ __forceinline__ int4 | operator+ (const char4 &a, const char4 &b) |
__device__ __forceinline__ int1 | operator+ (const ushort1 &a, const ushort1 &b) |
__device__ __forceinline__ int2 | operator+ (const ushort2 &a, const ushort2 &b) |
__device__ __forceinline__ int3 | operator+ (const ushort3 &a, const ushort3 &b) |
__device__ __forceinline__ int4 | operator+ (const ushort4 &a, const ushort4 &b) |
__device__ __forceinline__ int1 | operator+ (const short1 &a, const short1 &b) |
__device__ __forceinline__ int2 | operator+ (const short2 &a, const short2 &b) |
__device__ __forceinline__ int3 | operator+ (const short3 &a, const short3 &b) |
__device__ __forceinline__ int4 | operator+ (const short4 &a, const short4 &b) |
__device__ __forceinline__ int1 | operator+ (const int1 &a, const int1 &b) |
__device__ __forceinline__ int2 | operator+ (const int2 &a, const int2 &b) |
__device__ __forceinline__ int3 | operator+ (const int3 &a, const int3 &b) |
__device__ __forceinline__ int4 | operator+ (const int4 &a, const int4 &b) |
__device__ __forceinline__ uint1 | operator+ (const uint1 &a, const uint1 &b) |
__device__ __forceinline__ uint2 | operator+ (const uint2 &a, const uint2 &b) |
__device__ __forceinline__ uint3 | operator+ (const uint3 &a, const uint3 &b) |
__device__ __forceinline__ uint4 | operator+ (const uint4 &a, const uint4 &b) |
__device__ __forceinline__ float1 | operator+ (const float1 &a, const float1 &b) |
__device__ __forceinline__ float2 | operator+ (const float2 &a, const float2 &b) |
__device__ __forceinline__ float3 | operator+ (const float3 &a, const float3 &b) |
__device__ __forceinline__ float4 | operator+ (const float4 &a, const float4 &b) |
__device__ __forceinline__ double1 | operator+ (const double1 &a, const double1 &b) |
__device__ __forceinline__ double2 | operator+ (const double2 &a, const double2 &b) |
__device__ __forceinline__ double3 | operator+ (const double3 &a, const double3 &b) |
__device__ __forceinline__ double4 | operator+ (const double4 &a, const double4 &b) |
__device__ __forceinline__ int1 | operator- (const uchar1 &a, const uchar1 &b) |
__device__ __forceinline__ int2 | operator- (const uchar2 &a, const uchar2 &b) |
__device__ __forceinline__ int3 | operator- (const uchar3 &a, const uchar3 &b) |
__device__ __forceinline__ int4 | operator- (const uchar4 &a, const uchar4 &b) |
__device__ __forceinline__ int1 | operator- (const char1 &a, const char1 &b) |
__device__ __forceinline__ int2 | operator- (const char2 &a, const char2 &b) |
__device__ __forceinline__ int3 | operator- (const char3 &a, const char3 &b) |
__device__ __forceinline__ int4 | operator- (const char4 &a, const char4 &b) |
__device__ __forceinline__ int1 | operator- (const ushort1 &a, const ushort1 &b) |
__device__ __forceinline__ int2 | operator- (const ushort2 &a, const ushort2 &b) |
__device__ __forceinline__ int3 | operator- (const ushort3 &a, const ushort3 &b) |
__device__ __forceinline__ int4 | operator- (const ushort4 &a, const ushort4 &b) |
__device__ __forceinline__ int1 | operator- (const short1 &a, const short1 &b) |
__device__ __forceinline__ int2 | operator- (const short2 &a, const short2 &b) |
__device__ __forceinline__ int3 | operator- (const short3 &a, const short3 &b) |
__device__ __forceinline__ int4 | operator- (const short4 &a, const short4 &b) |
__device__ __forceinline__ int1 | operator- (const int1 &a, const int1 &b) |
__device__ __forceinline__ int2 | operator- (const int2 &a, const int2 &b) |
__device__ __forceinline__ int3 | operator- (const int3 &a, const int3 &b) |
__device__ __forceinline__ int4 | operator- (const int4 &a, const int4 &b) |
__device__ __forceinline__ uint1 | operator- (const uint1 &a, const uint1 &b) |
__device__ __forceinline__ uint2 | operator- (const uint2 &a, const uint2 &b) |
__device__ __forceinline__ uint3 | operator- (const uint3 &a, const uint3 &b) |
__device__ __forceinline__ uint4 | operator- (const uint4 &a, const uint4 &b) |
__device__ __forceinline__ float1 | operator- (const float1 &a, const float1 &b) |
__device__ __forceinline__ float2 | operator- (const float2 &a, const float2 &b) |
__device__ __forceinline__ float3 | operator- (const float3 &a, const float3 &b) |
__device__ __forceinline__ float4 | operator- (const float4 &a, const float4 &b) |
__device__ __forceinline__ double1 | operator- (const double1 &a, const double1 &b) |
__device__ __forceinline__ double2 | operator- (const double2 &a, const double2 &b) |
__device__ __forceinline__ double3 | operator- (const double3 &a, const double3 &b) |
__device__ __forceinline__ double4 | operator- (const double4 &a, const double4 &b) |
__device__ __forceinline__ int1 | operator* (const uchar1 &a, const uchar1 &b) |
__device__ __forceinline__ int2 | operator* (const uchar2 &a, const uchar2 &b) |
__device__ __forceinline__ int3 | operator* (const uchar3 &a, const uchar3 &b) |
__device__ __forceinline__ int4 | operator* (const uchar4 &a, const uchar4 &b) |
__device__ __forceinline__ int1 | operator* (const char1 &a, const char1 &b) |
__device__ __forceinline__ int2 | operator* (const char2 &a, const char2 &b) |
__device__ __forceinline__ int3 | operator* (const char3 &a, const char3 &b) |
__device__ __forceinline__ int4 | operator* (const char4 &a, const char4 &b) |
__device__ __forceinline__ int1 | operator* (const ushort1 &a, const ushort1 &b) |
__device__ __forceinline__ int2 | operator* (const ushort2 &a, const ushort2 &b) |
__device__ __forceinline__ int3 | operator* (const ushort3 &a, const ushort3 &b) |
__device__ __forceinline__ int4 | operator* (const ushort4 &a, const ushort4 &b) |
__device__ __forceinline__ int1 | operator* (const short1 &a, const short1 &b) |
__device__ __forceinline__ int2 | operator* (const short2 &a, const short2 &b) |
__device__ __forceinline__ int3 | operator* (const short3 &a, const short3 &b) |
__device__ __forceinline__ int4 | operator* (const short4 &a, const short4 &b) |
__device__ __forceinline__ int1 | operator* (const int1 &a, const int1 &b) |
__device__ __forceinline__ int2 | operator* (const int2 &a, const int2 &b) |
__device__ __forceinline__ int3 | operator* (const int3 &a, const int3 &b) |
__device__ __forceinline__ int4 | operator* (const int4 &a, const int4 &b) |
__device__ __forceinline__ uint1 | operator* (const uint1 &a, const uint1 &b) |
__device__ __forceinline__ uint2 | operator* (const uint2 &a, const uint2 &b) |
__device__ __forceinline__ uint3 | operator* (const uint3 &a, const uint3 &b) |
__device__ __forceinline__ uint4 | operator* (const uint4 &a, const uint4 &b) |
__device__ __forceinline__ float1 | operator* (const float1 &a, const float1 &b) |
__device__ __forceinline__ float2 | operator* (const float2 &a, const float2 &b) |
__device__ __forceinline__ float3 | operator* (const float3 &a, const float3 &b) |
__device__ __forceinline__ float4 | operator* (const float4 &a, const float4 &b) |
__device__ __forceinline__ double1 | operator* (const double1 &a, const double1 &b) |
__device__ __forceinline__ double2 | operator* (const double2 &a, const double2 &b) |
__device__ __forceinline__ double3 | operator* (const double3 &a, const double3 &b) |
__device__ __forceinline__ double4 | operator* (const double4 &a, const double4 &b) |
__device__ __forceinline__ int1 | operator/ (const uchar1 &a, const uchar1 &b) |
__device__ __forceinline__ int2 | operator/ (const uchar2 &a, const uchar2 &b) |
__device__ __forceinline__ int3 | operator/ (const uchar3 &a, const uchar3 &b) |
__device__ __forceinline__ int4 | operator/ (const uchar4 &a, const uchar4 &b) |
__device__ __forceinline__ int1 | operator/ (const char1 &a, const char1 &b) |
__device__ __forceinline__ int2 | operator/ (const char2 &a, const char2 &b) |
__device__ __forceinline__ int3 | operator/ (const char3 &a, const char3 &b) |
__device__ __forceinline__ int4 | operator/ (const char4 &a, const char4 &b) |
__device__ __forceinline__ int1 | operator/ (const ushort1 &a, const ushort1 &b) |
__device__ __forceinline__ int2 | operator/ (const ushort2 &a, const ushort2 &b) |
__device__ __forceinline__ int3 | operator/ (const ushort3 &a, const ushort3 &b) |
__device__ __forceinline__ int4 | operator/ (const ushort4 &a, const ushort4 &b) |
__device__ __forceinline__ int1 | operator/ (const short1 &a, const short1 &b) |
__device__ __forceinline__ int2 | operator/ (const short2 &a, const short2 &b) |
__device__ __forceinline__ int3 | operator/ (const short3 &a, const short3 &b) |
__device__ __forceinline__ int4 | operator/ (const short4 &a, const short4 &b) |
__device__ __forceinline__ int1 | operator/ (const int1 &a, const int1 &b) |
__device__ __forceinline__ int2 | operator/ (const int2 &a, const int2 &b) |
__device__ __forceinline__ int3 | operator/ (const int3 &a, const int3 &b) |
__device__ __forceinline__ int4 | operator/ (const int4 &a, const int4 &b) |
__device__ __forceinline__ uint1 | operator/ (const uint1 &a, const uint1 &b) |
__device__ __forceinline__ uint2 | operator/ (const uint2 &a, const uint2 &b) |
__device__ __forceinline__ uint3 | operator/ (const uint3 &a, const uint3 &b) |
__device__ __forceinline__ uint4 | operator/ (const uint4 &a, const uint4 &b) |
__device__ __forceinline__ float1 | operator/ (const float1 &a, const float1 &b) |
__device__ __forceinline__ float2 | operator/ (const float2 &a, const float2 &b) |
__device__ __forceinline__ float3 | operator/ (const float3 &a, const float3 &b) |
__device__ __forceinline__ float4 | operator/ (const float4 &a, const float4 &b) |
__device__ __forceinline__ double1 | operator/ (const double1 &a, const double1 &b) |
__device__ __forceinline__ double2 | operator/ (const double2 &a, const double2 &b) |
__device__ __forceinline__ double3 | operator/ (const double3 &a, const double3 &b) |
__device__ __forceinline__ double4 | operator/ (const double4 &a, const double4 &b) |
__device__ __forceinline__ uchar1 | operator== (const uchar1 &a, const uchar1 &b) |
__device__ __forceinline__ uchar2 | operator== (const uchar2 &a, const uchar2 &b) |
__device__ __forceinline__ uchar3 | operator== (const uchar3 &a, const uchar3 &b) |
__device__ __forceinline__ uchar4 | operator== (const uchar4 &a, const uchar4 &b) |
__device__ __forceinline__ uchar1 | operator== (const char1 &a, const char1 &b) |
__device__ __forceinline__ uchar2 | operator== (const char2 &a, const char2 &b) |
__device__ __forceinline__ uchar3 | operator== (const char3 &a, const char3 &b) |
__device__ __forceinline__ uchar4 | operator== (const char4 &a, const char4 &b) |
__device__ __forceinline__ uchar1 | operator== (const ushort1 &a, const ushort1 &b) |
__device__ __forceinline__ uchar2 | operator== (const ushort2 &a, const ushort2 &b) |
__device__ __forceinline__ uchar3 | operator== (const ushort3 &a, const ushort3 &b) |
__device__ __forceinline__ uchar4 | operator== (const ushort4 &a, const ushort4 &b) |
__device__ __forceinline__ uchar1 | operator== (const short1 &a, const short1 &b) |
__device__ __forceinline__ uchar2 | operator== (const short2 &a, const short2 &b) |
__device__ __forceinline__ uchar3 | operator== (const short3 &a, const short3 &b) |
__device__ __forceinline__ uchar4 | operator== (const short4 &a, const short4 &b) |
__device__ __forceinline__ uchar1 | operator== (const int1 &a, const int1 &b) |
__device__ __forceinline__ uchar2 | operator== (const int2 &a, const int2 &b) |
__device__ __forceinline__ uchar3 | operator== (const int3 &a, const int3 &b) |
__device__ __forceinline__ uchar4 | operator== (const int4 &a, const int4 &b) |
__device__ __forceinline__ uchar1 | operator== (const uint1 &a, const uint1 &b) |
__device__ __forceinline__ uchar2 | operator== (const uint2 &a, const uint2 &b) |
__device__ __forceinline__ uchar3 | operator== (const uint3 &a, const uint3 &b) |
__device__ __forceinline__ uchar4 | operator== (const uint4 &a, const uint4 &b) |
__device__ __forceinline__ uchar1 | operator== (const float1 &a, const float1 &b) |
__device__ __forceinline__ uchar2 | operator== (const float2 &a, const float2 &b) |
__device__ __forceinline__ uchar3 | operator== (const float3 &a, const float3 &b) |
__device__ __forceinline__ uchar4 | operator== (const float4 &a, const float4 &b) |
__device__ __forceinline__ uchar1 | operator== (const double1 &a, const double1 &b) |
__device__ __forceinline__ uchar2 | operator== (const double2 &a, const double2 &b) |
__device__ __forceinline__ uchar3 | operator== (const double3 &a, const double3 &b) |
__device__ __forceinline__ uchar4 | operator== (const double4 &a, const double4 &b) |
__device__ __forceinline__ uchar1 | operator!= (const uchar1 &a, const uchar1 &b) |
__device__ __forceinline__ uchar2 | operator!= (const uchar2 &a, const uchar2 &b) |
__device__ __forceinline__ uchar3 | operator!= (const uchar3 &a, const uchar3 &b) |
__device__ __forceinline__ uchar4 | operator!= (const uchar4 &a, const uchar4 &b) |
__device__ __forceinline__ uchar1 | operator!= (const char1 &a, const char1 &b) |
__device__ __forceinline__ uchar2 | operator!= (const char2 &a, const char2 &b) |
__device__ __forceinline__ uchar3 | operator!= (const char3 &a, const char3 &b) |
__device__ __forceinline__ uchar4 | operator!= (const char4 &a, const char4 &b) |
__device__ __forceinline__ uchar1 | operator!= (const ushort1 &a, const ushort1 &b) |
__device__ __forceinline__ uchar2 | operator!= (const ushort2 &a, const ushort2 &b) |
__device__ __forceinline__ uchar3 | operator!= (const ushort3 &a, const ushort3 &b) |
__device__ __forceinline__ uchar4 | operator!= (const ushort4 &a, const ushort4 &b) |
__device__ __forceinline__ uchar1 | operator!= (const short1 &a, const short1 &b) |
__device__ __forceinline__ uchar2 | operator!= (const short2 &a, const short2 &b) |
__device__ __forceinline__ uchar3 | operator!= (const short3 &a, const short3 &b) |
__device__ __forceinline__ uchar4 | operator!= (const short4 &a, const short4 &b) |
__device__ __forceinline__ uchar1 | operator!= (const int1 &a, const int1 &b) |
__device__ __forceinline__ uchar2 | operator!= (const int2 &a, const int2 &b) |
__device__ __forceinline__ uchar3 | operator!= (const int3 &a, const int3 &b) |
__device__ __forceinline__ uchar4 | operator!= (const int4 &a, const int4 &b) |
__device__ __forceinline__ uchar1 | operator!= (const uint1 &a, const uint1 &b) |
__device__ __forceinline__ uchar2 | operator!= (const uint2 &a, const uint2 &b) |
__device__ __forceinline__ uchar3 | operator!= (const uint3 &a, const uint3 &b) |
__device__ __forceinline__ uchar4 | operator!= (const uint4 &a, const uint4 &b) |
__device__ __forceinline__ uchar1 | operator!= (const float1 &a, const float1 &b) |
__device__ __forceinline__ uchar2 | operator!= (const float2 &a, const float2 &b) |
__device__ __forceinline__ uchar3 | operator!= (const float3 &a, const float3 &b) |
__device__ __forceinline__ uchar4 | operator!= (const float4 &a, const float4 &b) |
__device__ __forceinline__ uchar1 | operator!= (const double1 &a, const double1 &b) |
__device__ __forceinline__ uchar2 | operator!= (const double2 &a, const double2 &b) |
__device__ __forceinline__ uchar3 | operator!= (const double3 &a, const double3 &b) |
__device__ __forceinline__ uchar4 | operator!= (const double4 &a, const double4 &b) |
__device__ __forceinline__ uchar1 | operator> (const uchar1 &a, const uchar1 &b) |
__device__ __forceinline__ uchar2 | operator> (const uchar2 &a, const uchar2 &b) |
__device__ __forceinline__ uchar3 | operator> (const uchar3 &a, const uchar3 &b) |
__device__ __forceinline__ uchar4 | operator> (const uchar4 &a, const uchar4 &b) |
__device__ __forceinline__ uchar1 | operator> (const char1 &a, const char1 &b) |
__device__ __forceinline__ uchar2 | operator> (const char2 &a, const char2 &b) |
__device__ __forceinline__ uchar3 | operator> (const char3 &a, const char3 &b) |
__device__ __forceinline__ uchar4 | operator> (const char4 &a, const char4 &b) |
__device__ __forceinline__ uchar1 | operator> (const ushort1 &a, const ushort1 &b) |
__device__ __forceinline__ uchar2 | operator> (const ushort2 &a, const ushort2 &b) |
__device__ __forceinline__ uchar3 | operator> (const ushort3 &a, const ushort3 &b) |
__device__ __forceinline__ uchar4 | operator> (const ushort4 &a, const ushort4 &b) |
__device__ __forceinline__ uchar1 | operator> (const short1 &a, const short1 &b) |
__device__ __forceinline__ uchar2 | operator> (const short2 &a, const short2 &b) |
__device__ __forceinline__ uchar3 | operator> (const short3 &a, const short3 &b) |
__device__ __forceinline__ uchar4 | operator> (const short4 &a, const short4 &b) |
__device__ __forceinline__ uchar1 | operator> (const int1 &a, const int1 &b) |
__device__ __forceinline__ uchar2 | operator> (const int2 &a, const int2 &b) |
__device__ __forceinline__ uchar3 | operator> (const int3 &a, const int3 &b) |
__device__ __forceinline__ uchar4 | operator> (const int4 &a, const int4 &b) |
__device__ __forceinline__ uchar1 | operator> (const uint1 &a, const uint1 &b) |
__device__ __forceinline__ uchar2 | operator> (const uint2 &a, const uint2 &b) |
__device__ __forceinline__ uchar3 | operator> (const uint3 &a, const uint3 &b) |
__device__ __forceinline__ uchar4 | operator> (const uint4 &a, const uint4 &b) |
__device__ __forceinline__ uchar1 | operator> (const float1 &a, const float1 &b) |
__device__ __forceinline__ uchar2 | operator> (const float2 &a, const float2 &b) |
__device__ __forceinline__ uchar3 | operator> (const float3 &a, const float3 &b) |
__device__ __forceinline__ uchar4 | operator> (const float4 &a, const float4 &b) |
__device__ __forceinline__ uchar1 | operator> (const double1 &a, const double1 &b) |
__device__ __forceinline__ uchar2 | operator> (const double2 &a, const double2 &b) |
__device__ __forceinline__ uchar3 | operator> (const double3 &a, const double3 &b) |
__device__ __forceinline__ uchar4 | operator> (const double4 &a, const double4 &b) |
__device__ __forceinline__ uchar1 | operator< (const uchar1 &a, const uchar1 &b) |
__device__ __forceinline__ uchar2 | operator< (const uchar2 &a, const uchar2 &b) |
__device__ __forceinline__ uchar3 | operator< (const uchar3 &a, const uchar3 &b) |
__device__ __forceinline__ uchar4 | operator< (const uchar4 &a, const uchar4 &b) |
__device__ __forceinline__ uchar1 | operator< (const char1 &a, const char1 &b) |
__device__ __forceinline__ uchar2 | operator< (const char2 &a, const char2 &b) |
__device__ __forceinline__ uchar3 | operator< (const char3 &a, const char3 &b) |
__device__ __forceinline__ uchar4 | operator< (const char4 &a, const char4 &b) |
__device__ __forceinline__ uchar1 | operator< (const ushort1 &a, const ushort1 &b) |
__device__ __forceinline__ uchar2 | operator< (const ushort2 &a, const ushort2 &b) |
__device__ __forceinline__ uchar3 | operator< (const ushort3 &a, const ushort3 &b) |
__device__ __forceinline__ uchar4 | operator< (const ushort4 &a, const ushort4 &b) |
__device__ __forceinline__ uchar1 | operator< (const short1 &a, const short1 &b) |
__device__ __forceinline__ uchar2 | operator< (const short2 &a, const short2 &b) |
__device__ __forceinline__ uchar3 | operator< (const short3 &a, const short3 &b) |
__device__ __forceinline__ uchar4 | operator< (const short4 &a, const short4 &b) |
__device__ __forceinline__ uchar1 | operator< (const int1 &a, const int1 &b) |
__device__ __forceinline__ uchar2 | operator< (const int2 &a, const int2 &b) |
__device__ __forceinline__ uchar3 | operator< (const int3 &a, const int3 &b) |
__device__ __forceinline__ uchar4 | operator< (const int4 &a, const int4 &b) |
__device__ __forceinline__ uchar1 | operator< (const uint1 &a, const uint1 &b) |
__device__ __forceinline__ uchar2 | operator< (const uint2 &a, const uint2 &b) |
__device__ __forceinline__ uchar3 | operator< (const uint3 &a, const uint3 &b) |
__device__ __forceinline__ uchar4 | operator< (const uint4 &a, const uint4 &b) |
__device__ __forceinline__ uchar1 | operator< (const float1 &a, const float1 &b) |
__device__ __forceinline__ uchar2 | operator< (const float2 &a, const float2 &b) |
__device__ __forceinline__ uchar3 | operator< (const float3 &a, const float3 &b) |
__device__ __forceinline__ uchar4 | operator< (const float4 &a, const float4 &b) |
__device__ __forceinline__ uchar1 | operator< (const double1 &a, const double1 &b) |
__device__ __forceinline__ uchar2 | operator< (const double2 &a, const double2 &b) |
__device__ __forceinline__ uchar3 | operator< (const double3 &a, const double3 &b) |
__device__ __forceinline__ uchar4 | operator< (const double4 &a, const double4 &b) |
__device__ __forceinline__ uchar1 | operator>= (const uchar1 &a, const uchar1 &b) |
__device__ __forceinline__ uchar2 | operator>= (const uchar2 &a, const uchar2 &b) |
__device__ __forceinline__ uchar3 | operator>= (const uchar3 &a, const uchar3 &b) |
__device__ __forceinline__ uchar4 | operator>= (const uchar4 &a, const uchar4 &b) |
__device__ __forceinline__ uchar1 | operator>= (const char1 &a, const char1 &b) |
__device__ __forceinline__ uchar2 | operator>= (const char2 &a, const char2 &b) |
__device__ __forceinline__ uchar3 | operator>= (const char3 &a, const char3 &b) |
__device__ __forceinline__ uchar4 | operator>= (const char4 &a, const char4 &b) |
__device__ __forceinline__ uchar1 | operator>= (const ushort1 &a, const ushort1 &b) |
__device__ __forceinline__ uchar2 | operator>= (const ushort2 &a, const ushort2 &b) |
__device__ __forceinline__ uchar3 | operator>= (const ushort3 &a, const ushort3 &b) |
__device__ __forceinline__ uchar4 | operator>= (const ushort4 &a, const ushort4 &b) |
__device__ __forceinline__ uchar1 | operator>= (const short1 &a, const short1 &b) |
__device__ __forceinline__ uchar2 | operator>= (const short2 &a, const short2 &b) |
__device__ __forceinline__ uchar3 | operator>= (const short3 &a, const short3 &b) |
__device__ __forceinline__ uchar4 | operator>= (const short4 &a, const short4 &b) |
__device__ __forceinline__ uchar1 | operator>= (const int1 &a, const int1 &b) |
__device__ __forceinline__ uchar2 | operator>= (const int2 &a, const int2 &b) |
__device__ __forceinline__ uchar3 | operator>= (const int3 &a, const int3 &b) |
__device__ __forceinline__ uchar4 | operator>= (const int4 &a, const int4 &b) |
__device__ __forceinline__ uchar1 | operator>= (const uint1 &a, const uint1 &b) |
__device__ __forceinline__ uchar2 | operator>= (const uint2 &a, const uint2 &b) |
__device__ __forceinline__ uchar3 | operator>= (const uint3 &a, const uint3 &b) |
__device__ __forceinline__ uchar4 | operator>= (const uint4 &a, const uint4 &b) |
__device__ __forceinline__ uchar1 | operator>= (const float1 &a, const float1 &b) |
__device__ __forceinline__ uchar2 | operator>= (const float2 &a, const float2 &b) |
__device__ __forceinline__ uchar3 | operator>= (const float3 &a, const float3 &b) |
__device__ __forceinline__ uchar4 | operator>= (const float4 &a, const float4 &b) |
__device__ __forceinline__ uchar1 | operator>= (const double1 &a, const double1 &b) |
__device__ __forceinline__ uchar2 | operator>= (const double2 &a, const double2 &b) |
__device__ __forceinline__ uchar3 | operator>= (const double3 &a, const double3 &b) |
__device__ __forceinline__ uchar4 | operator>= (const double4 &a, const double4 &b) |
__device__ __forceinline__ uchar1 | operator<= (const uchar1 &a, const uchar1 &b) |
__device__ __forceinline__ uchar2 | operator<= (const uchar2 &a, const uchar2 &b) |
__device__ __forceinline__ uchar3 | operator<= (const uchar3 &a, const uchar3 &b) |
__device__ __forceinline__ uchar4 | operator<= (const uchar4 &a, const uchar4 &b) |
__device__ __forceinline__ uchar1 | operator<= (const char1 &a, const char1 &b) |
__device__ __forceinline__ uchar2 | operator<= (const char2 &a, const char2 &b) |
__device__ __forceinline__ uchar3 | operator<= (const char3 &a, const char3 &b) |
__device__ __forceinline__ uchar4 | operator<= (const char4 &a, const char4 &b) |
__device__ __forceinline__ uchar1 | operator<= (const ushort1 &a, const ushort1 &b) |
__device__ __forceinline__ uchar2 | operator<= (const ushort2 &a, const ushort2 &b) |
__device__ __forceinline__ uchar3 | operator<= (const ushort3 &a, const ushort3 &b) |
__device__ __forceinline__ uchar4 | operator<= (const ushort4 &a, const ushort4 &b) |
__device__ __forceinline__ uchar1 | operator<= (const short1 &a, const short1 &b) |
__device__ __forceinline__ uchar2 | operator<= (const short2 &a, const short2 &b) |
__device__ __forceinline__ uchar3 | operator<= (const short3 &a, const short3 &b) |
__device__ __forceinline__ uchar4 | operator<= (const short4 &a, const short4 &b) |
__device__ __forceinline__ uchar1 | operator<= (const int1 &a, const int1 &b) |
__device__ __forceinline__ uchar2 | operator<= (const int2 &a, const int2 &b) |
__device__ __forceinline__ uchar3 | operator<= (const int3 &a, const int3 &b) |
__device__ __forceinline__ uchar4 | operator<= (const int4 &a, const int4 &b) |
__device__ __forceinline__ uchar1 | operator<= (const uint1 &a, const uint1 &b) |
__device__ __forceinline__ uchar2 | operator<= (const uint2 &a, const uint2 &b) |
__device__ __forceinline__ uchar3 | operator<= (const uint3 &a, const uint3 &b) |
__device__ __forceinline__ uchar4 | operator<= (const uint4 &a, const uint4 &b) |
__device__ __forceinline__ uchar1 | operator<= (const float1 &a, const float1 &b) |
__device__ __forceinline__ uchar2 | operator<= (const float2 &a, const float2 &b) |
__device__ __forceinline__ uchar3 | operator<= (const float3 &a, const float3 &b) |
__device__ __forceinline__ uchar4 | operator<= (const float4 &a, const float4 &b) |
__device__ __forceinline__ uchar1 | operator<= (const double1 &a, const double1 &b) |
__device__ __forceinline__ uchar2 | operator<= (const double2 &a, const double2 &b) |
__device__ __forceinline__ uchar3 | operator<= (const double3 &a, const double3 &b) |
__device__ __forceinline__ uchar4 | operator<= (const double4 &a, const double4 &b) |
__device__ __forceinline__ uchar1 | operator&& (const uchar1 &a, const uchar1 &b) |
__device__ __forceinline__ uchar2 | operator&& (const uchar2 &a, const uchar2 &b) |
__device__ __forceinline__ uchar3 | operator&& (const uchar3 &a, const uchar3 &b) |
__device__ __forceinline__ uchar4 | operator&& (const uchar4 &a, const uchar4 &b) |
__device__ __forceinline__ uchar1 | operator&& (const char1 &a, const char1 &b) |
__device__ __forceinline__ uchar2 | operator&& (const char2 &a, const char2 &b) |
__device__ __forceinline__ uchar3 | operator&& (const char3 &a, const char3 &b) |
__device__ __forceinline__ uchar4 | operator&& (const char4 &a, const char4 &b) |
__device__ __forceinline__ uchar1 | operator&& (const ushort1 &a, const ushort1 &b) |
__device__ __forceinline__ uchar2 | operator&& (const ushort2 &a, const ushort2 &b) |
__device__ __forceinline__ uchar3 | operator&& (const ushort3 &a, const ushort3 &b) |
__device__ __forceinline__ uchar4 | operator&& (const ushort4 &a, const ushort4 &b) |
__device__ __forceinline__ uchar1 | operator&& (const short1 &a, const short1 &b) |
__device__ __forceinline__ uchar2 | operator&& (const short2 &a, const short2 &b) |
__device__ __forceinline__ uchar3 | operator&& (const short3 &a, const short3 &b) |
__device__ __forceinline__ uchar4 | operator&& (const short4 &a, const short4 &b) |
__device__ __forceinline__ uchar1 | operator&& (const int1 &a, const int1 &b) |
__device__ __forceinline__ uchar2 | operator&& (const int2 &a, const int2 &b) |
__device__ __forceinline__ uchar3 | operator&& (const int3 &a, const int3 &b) |
__device__ __forceinline__ uchar4 | operator&& (const int4 &a, const int4 &b) |
__device__ __forceinline__ uchar1 | operator&& (const uint1 &a, const uint1 &b) |
__device__ __forceinline__ uchar2 | operator&& (const uint2 &a, const uint2 &b) |
__device__ __forceinline__ uchar3 | operator&& (const uint3 &a, const uint3 &b) |
__device__ __forceinline__ uchar4 | operator&& (const uint4 &a, const uint4 &b) |
__device__ __forceinline__ uchar1 | operator&& (const float1 &a, const float1 &b) |
__device__ __forceinline__ uchar2 | operator&& (const float2 &a, const float2 &b) |
__device__ __forceinline__ uchar3 | operator&& (const float3 &a, const float3 &b) |
__device__ __forceinline__ uchar4 | operator&& (const float4 &a, const float4 &b) |
__device__ __forceinline__ uchar1 | operator&& (const double1 &a, const double1 &b) |
__device__ __forceinline__ uchar2 | operator&& (const double2 &a, const double2 &b) |
__device__ __forceinline__ uchar3 | operator&& (const double3 &a, const double3 &b) |
__device__ __forceinline__ uchar4 | operator&& (const double4 &a, const double4 &b) |
__device__ __forceinline__ uchar1 | operator|| (const uchar1 &a, const uchar1 &b) |
__device__ __forceinline__ uchar2 | operator|| (const uchar2 &a, const uchar2 &b) |
__device__ __forceinline__ uchar3 | operator|| (const uchar3 &a, const uchar3 &b) |
__device__ __forceinline__ uchar4 | operator|| (const uchar4 &a, const uchar4 &b) |
__device__ __forceinline__ uchar1 | operator|| (const char1 &a, const char1 &b) |
__device__ __forceinline__ uchar2 | operator|| (const char2 &a, const char2 &b) |
__device__ __forceinline__ uchar3 | operator|| (const char3 &a, const char3 &b) |
__device__ __forceinline__ uchar4 | operator|| (const char4 &a, const char4 &b) |
__device__ __forceinline__ uchar1 | operator|| (const ushort1 &a, const ushort1 &b) |
__device__ __forceinline__ uchar2 | operator|| (const ushort2 &a, const ushort2 &b) |
__device__ __forceinline__ uchar3 | operator|| (const ushort3 &a, const ushort3 &b) |
__device__ __forceinline__ uchar4 | operator|| (const ushort4 &a, const ushort4 &b) |
__device__ __forceinline__ uchar1 | operator|| (const short1 &a, const short1 &b) |
__device__ __forceinline__ uchar2 | operator|| (const short2 &a, const short2 &b) |
__device__ __forceinline__ uchar3 | operator|| (const short3 &a, const short3 &b) |
__device__ __forceinline__ uchar4 | operator|| (const short4 &a, const short4 &b) |
__device__ __forceinline__ uchar1 | operator|| (const int1 &a, const int1 &b) |
__device__ __forceinline__ uchar2 | operator|| (const int2 &a, const int2 &b) |
__device__ __forceinline__ uchar3 | operator|| (const int3 &a, const int3 &b) |
__device__ __forceinline__ uchar4 | operator|| (const int4 &a, const int4 &b) |
__device__ __forceinline__ uchar1 | operator|| (const uint1 &a, const uint1 &b) |
__device__ __forceinline__ uchar2 | operator|| (const uint2 &a, const uint2 &b) |
__device__ __forceinline__ uchar3 | operator|| (const uint3 &a, const uint3 &b) |
__device__ __forceinline__ uchar4 | operator|| (const uint4 &a, const uint4 &b) |
__device__ __forceinline__ uchar1 | operator|| (const float1 &a, const float1 &b) |
__device__ __forceinline__ uchar2 | operator|| (const float2 &a, const float2 &b) |
__device__ __forceinline__ uchar3 | operator|| (const float3 &a, const float3 &b) |
__device__ __forceinline__ uchar4 | operator|| (const float4 &a, const float4 &b) |
__device__ __forceinline__ uchar1 | operator|| (const double1 &a, const double1 &b) |
__device__ __forceinline__ uchar2 | operator|| (const double2 &a, const double2 &b) |
__device__ __forceinline__ uchar3 | operator|| (const double3 &a, const double3 &b) |
__device__ __forceinline__ uchar4 | operator|| (const double4 &a, const double4 &b) |
__device__ __forceinline__ uchar1 | operator& (const uchar1 &a, const uchar1 &b) |
__device__ __forceinline__ uchar2 | operator& (const uchar2 &a, const uchar2 &b) |
__device__ __forceinline__ uchar3 | operator& (const uchar3 &a, const uchar3 &b) |
__device__ __forceinline__ uchar4 | operator& (const uchar4 &a, const uchar4 &b) |
__device__ __forceinline__ char1 | operator& (const char1 &a, const char1 &b) |
__device__ __forceinline__ char2 | operator& (const char2 &a, const char2 &b) |
__device__ __forceinline__ char3 | operator& (const char3 &a, const char3 &b) |
__device__ __forceinline__ char4 | operator& (const char4 &a, const char4 &b) |
__device__ __forceinline__ ushort1 | operator& (const ushort1 &a, const ushort1 &b) |
__device__ __forceinline__ ushort2 | operator& (const ushort2 &a, const ushort2 &b) |
__device__ __forceinline__ ushort3 | operator& (const ushort3 &a, const ushort3 &b) |
__device__ __forceinline__ ushort4 | operator& (const ushort4 &a, const ushort4 &b) |
__device__ __forceinline__ short1 | operator& (const short1 &a, const short1 &b) |
__device__ __forceinline__ short2 | operator& (const short2 &a, const short2 &b) |
__device__ __forceinline__ short3 | operator& (const short3 &a, const short3 &b) |
__device__ __forceinline__ short4 | operator& (const short4 &a, const short4 &b) |
__device__ __forceinline__ int1 | operator& (const int1 &a, const int1 &b) |
__device__ __forceinline__ int2 | operator& (const int2 &a, const int2 &b) |
__device__ __forceinline__ int3 | operator& (const int3 &a, const int3 &b) |
__device__ __forceinline__ int4 | operator& (const int4 &a, const int4 &b) |
__device__ __forceinline__ uint1 | operator& (const uint1 &a, const uint1 &b) |
__device__ __forceinline__ uint2 | operator& (const uint2 &a, const uint2 &b) |
__device__ __forceinline__ uint3 | operator& (const uint3 &a, const uint3 &b) |
__device__ __forceinline__ uint4 | operator& (const uint4 &a, const uint4 &b) |
__device__ __forceinline__ uchar1 | operator| (const uchar1 &a, const uchar1 &b) |
__device__ __forceinline__ uchar2 | operator| (const uchar2 &a, const uchar2 &b) |
__device__ __forceinline__ uchar3 | operator| (const uchar3 &a, const uchar3 &b) |
__device__ __forceinline__ uchar4 | operator| (const uchar4 &a, const uchar4 &b) |
__device__ __forceinline__ char1 | operator| (const char1 &a, const char1 &b) |
__device__ __forceinline__ char2 | operator| (const char2 &a, const char2 &b) |
__device__ __forceinline__ char3 | operator| (const char3 &a, const char3 &b) |
__device__ __forceinline__ char4 | operator| (const char4 &a, const char4 &b) |
__device__ __forceinline__ ushort1 | operator| (const ushort1 &a, const ushort1 &b) |
__device__ __forceinline__ ushort2 | operator| (const ushort2 &a, const ushort2 &b) |
__device__ __forceinline__ ushort3 | operator| (const ushort3 &a, const ushort3 &b) |
__device__ __forceinline__ ushort4 | operator| (const ushort4 &a, const ushort4 &b) |
__device__ __forceinline__ short1 | operator| (const short1 &a, const short1 &b) |
__device__ __forceinline__ short2 | operator| (const short2 &a, const short2 &b) |
__device__ __forceinline__ short3 | operator| (const short3 &a, const short3 &b) |
__device__ __forceinline__ short4 | operator| (const short4 &a, const short4 &b) |
__device__ __forceinline__ int1 | operator| (const int1 &a, const int1 &b) |
__device__ __forceinline__ int2 | operator| (const int2 &a, const int2 &b) |
__device__ __forceinline__ int3 | operator| (const int3 &a, const int3 &b) |
__device__ __forceinline__ int4 | operator| (const int4 &a, const int4 &b) |
__device__ __forceinline__ uint1 | operator| (const uint1 &a, const uint1 &b) |
__device__ __forceinline__ uint2 | operator| (const uint2 &a, const uint2 &b) |
__device__ __forceinline__ uint3 | operator| (const uint3 &a, const uint3 &b) |
__device__ __forceinline__ uint4 | operator| (const uint4 &a, const uint4 &b) |
__device__ __forceinline__ uchar1 | operator^ (const uchar1 &a, const uchar1 &b) |
__device__ __forceinline__ uchar2 | operator^ (const uchar2 &a, const uchar2 &b) |
__device__ __forceinline__ uchar3 | operator^ (const uchar3 &a, const uchar3 &b) |
__device__ __forceinline__ uchar4 | operator^ (const uchar4 &a, const uchar4 &b) |
__device__ __forceinline__ char1 | operator^ (const char1 &a, const char1 &b) |
__device__ __forceinline__ char2 | operator^ (const char2 &a, const char2 &b) |
__device__ __forceinline__ char3 | operator^ (const char3 &a, const char3 &b) |
__device__ __forceinline__ char4 | operator^ (const char4 &a, const char4 &b) |
__device__ __forceinline__ ushort1 | operator^ (const ushort1 &a, const ushort1 &b) |
__device__ __forceinline__ ushort2 | operator^ (const ushort2 &a, const ushort2 &b) |
__device__ __forceinline__ ushort3 | operator^ (const ushort3 &a, const ushort3 &b) |
__device__ __forceinline__ ushort4 | operator^ (const ushort4 &a, const ushort4 &b) |
__device__ __forceinline__ short1 | operator^ (const short1 &a, const short1 &b) |
__device__ __forceinline__ short2 | operator^ (const short2 &a, const short2 &b) |
__device__ __forceinline__ short3 | operator^ (const short3 &a, const short3 &b) |
__device__ __forceinline__ short4 | operator^ (const short4 &a, const short4 &b) |
__device__ __forceinline__ int1 | operator^ (const int1 &a, const int1 &b) |
__device__ __forceinline__ int2 | operator^ (const int2 &a, const int2 &b) |
__device__ __forceinline__ int3 | operator^ (const int3 &a, const int3 &b) |
__device__ __forceinline__ int4 | operator^ (const int4 &a, const int4 &b) |
__device__ __forceinline__ uint1 | operator^ (const uint1 &a, const uint1 &b) |
__device__ __forceinline__ uint2 | operator^ (const uint2 &a, const uint2 &b) |
__device__ __forceinline__ uint3 | operator^ (const uint3 &a, const uint3 &b) |
__device__ __forceinline__ uint4 | operator^ (const uint4 &a, const uint4 &b) |
__device__ __forceinline__ int1 | operator+ (const uchar1 &a, int s) |
__device__ __forceinline__ int1 | operator+ (int s, const uchar1 &b) |
__device__ __forceinline__ int2 | operator+ (const uchar2 &a, int s) |
__device__ __forceinline__ int2 | operator+ (int s, const uchar2 &b) |
__device__ __forceinline__ int3 | operator+ (const uchar3 &a, int s) |
__device__ __forceinline__ int3 | operator+ (int s, const uchar3 &b) |
__device__ __forceinline__ int4 | operator+ (const uchar4 &a, int s) |
__device__ __forceinline__ int4 | operator+ (int s, const uchar4 &b) |
__device__ __forceinline__ float1 | operator+ (const uchar1 &a, float s) |
__device__ __forceinline__ float1 | operator+ (float s, const uchar1 &b) |
__device__ __forceinline__ float2 | operator+ (const uchar2 &a, float s) |
__device__ __forceinline__ float2 | operator+ (float s, const uchar2 &b) |
__device__ __forceinline__ float3 | operator+ (const uchar3 &a, float s) |
__device__ __forceinline__ float3 | operator+ (float s, const uchar3 &b) |
__device__ __forceinline__ float4 | operator+ (const uchar4 &a, float s) |
__device__ __forceinline__ float4 | operator+ (float s, const uchar4 &b) |
__device__ __forceinline__ double1 | operator+ (const uchar1 &a, double s) |
__device__ __forceinline__ double1 | operator+ (double s, const uchar1 &b) |
__device__ __forceinline__ double2 | operator+ (const uchar2 &a, double s) |
__device__ __forceinline__ double2 | operator+ (double s, const uchar2 &b) |
__device__ __forceinline__ double3 | operator+ (const uchar3 &a, double s) |
__device__ __forceinline__ double3 | operator+ (double s, const uchar3 &b) |
__device__ __forceinline__ double4 | operator+ (const uchar4 &a, double s) |
__device__ __forceinline__ double4 | operator+ (double s, const uchar4 &b) |
__device__ __forceinline__ int1 | operator+ (const char1 &a, int s) |
__device__ __forceinline__ int1 | operator+ (int s, const char1 &b) |
__device__ __forceinline__ int2 | operator+ (const char2 &a, int s) |
__device__ __forceinline__ int2 | operator+ (int s, const char2 &b) |
__device__ __forceinline__ int3 | operator+ (const char3 &a, int s) |
__device__ __forceinline__ int3 | operator+ (int s, const char3 &b) |
__device__ __forceinline__ int4 | operator+ (const char4 &a, int s) |
__device__ __forceinline__ int4 | operator+ (int s, const char4 &b) |
__device__ __forceinline__ float1 | operator+ (const char1 &a, float s) |
__device__ __forceinline__ float1 | operator+ (float s, const char1 &b) |
__device__ __forceinline__ float2 | operator+ (const char2 &a, float s) |
__device__ __forceinline__ float2 | operator+ (float s, const char2 &b) |
__device__ __forceinline__ float3 | operator+ (const char3 &a, float s) |
__device__ __forceinline__ float3 | operator+ (float s, const char3 &b) |
__device__ __forceinline__ float4 | operator+ (const char4 &a, float s) |
__device__ __forceinline__ float4 | operator+ (float s, const char4 &b) |
__device__ __forceinline__ double1 | operator+ (const char1 &a, double s) |
__device__ __forceinline__ double1 | operator+ (double s, const char1 &b) |
__device__ __forceinline__ double2 | operator+ (const char2 &a, double s) |
__device__ __forceinline__ double2 | operator+ (double s, const char2 &b) |
__device__ __forceinline__ double3 | operator+ (const char3 &a, double s) |
__device__ __forceinline__ double3 | operator+ (double s, const char3 &b) |
__device__ __forceinline__ double4 | operator+ (const char4 &a, double s) |
__device__ __forceinline__ double4 | operator+ (double s, const char4 &b) |
__device__ __forceinline__ int1 | operator+ (const ushort1 &a, int s) |
__device__ __forceinline__ int1 | operator+ (int s, const ushort1 &b) |
__device__ __forceinline__ int2 | operator+ (const ushort2 &a, int s) |
__device__ __forceinline__ int2 | operator+ (int s, const ushort2 &b) |
__device__ __forceinline__ int3 | operator+ (const ushort3 &a, int s) |
__device__ __forceinline__ int3 | operator+ (int s, const ushort3 &b) |
__device__ __forceinline__ int4 | operator+ (const ushort4 &a, int s) |
__device__ __forceinline__ int4 | operator+ (int s, const ushort4 &b) |
__device__ __forceinline__ float1 | operator+ (const ushort1 &a, float s) |
__device__ __forceinline__ float1 | operator+ (float s, const ushort1 &b) |
__device__ __forceinline__ float2 | operator+ (const ushort2 &a, float s) |
__device__ __forceinline__ float2 | operator+ (float s, const ushort2 &b) |
__device__ __forceinline__ float3 | operator+ (const ushort3 &a, float s) |
__device__ __forceinline__ float3 | operator+ (float s, const ushort3 &b) |
__device__ __forceinline__ float4 | operator+ (const ushort4 &a, float s) |
__device__ __forceinline__ float4 | operator+ (float s, const ushort4 &b) |
__device__ __forceinline__ double1 | operator+ (const ushort1 &a, double s) |
__device__ __forceinline__ double1 | operator+ (double s, const ushort1 &b) |
__device__ __forceinline__ double2 | operator+ (const ushort2 &a, double s) |
__device__ __forceinline__ double2 | operator+ (double s, const ushort2 &b) |
__device__ __forceinline__ double3 | operator+ (const ushort3 &a, double s) |
__device__ __forceinline__ double3 | operator+ (double s, const ushort3 &b) |
__device__ __forceinline__ double4 | operator+ (const ushort4 &a, double s) |
__device__ __forceinline__ double4 | operator+ (double s, const ushort4 &b) |
__device__ __forceinline__ int1 | operator+ (const short1 &a, int s) |
__device__ __forceinline__ int1 | operator+ (int s, const short1 &b) |
__device__ __forceinline__ int2 | operator+ (const short2 &a, int s) |
__device__ __forceinline__ int2 | operator+ (int s, const short2 &b) |
__device__ __forceinline__ int3 | operator+ (const short3 &a, int s) |
__device__ __forceinline__ int3 | operator+ (int s, const short3 &b) |
__device__ __forceinline__ int4 | operator+ (const short4 &a, int s) |
__device__ __forceinline__ int4 | operator+ (int s, const short4 &b) |
__device__ __forceinline__ float1 | operator+ (const short1 &a, float s) |
__device__ __forceinline__ float1 | operator+ (float s, const short1 &b) |
__device__ __forceinline__ float2 | operator+ (const short2 &a, float s) |
__device__ __forceinline__ float2 | operator+ (float s, const short2 &b) |
__device__ __forceinline__ float3 | operator+ (const short3 &a, float s) |
__device__ __forceinline__ float3 | operator+ (float s, const short3 &b) |
__device__ __forceinline__ float4 | operator+ (const short4 &a, float s) |
__device__ __forceinline__ float4 | operator+ (float s, const short4 &b) |
__device__ __forceinline__ double1 | operator+ (const short1 &a, double s) |
__device__ __forceinline__ double1 | operator+ (double s, const short1 &b) |
__device__ __forceinline__ double2 | operator+ (const short2 &a, double s) |
__device__ __forceinline__ double2 | operator+ (double s, const short2 &b) |
__device__ __forceinline__ double3 | operator+ (const short3 &a, double s) |
__device__ __forceinline__ double3 | operator+ (double s, const short3 &b) |
__device__ __forceinline__ double4 | operator+ (const short4 &a, double s) |
__device__ __forceinline__ double4 | operator+ (double s, const short4 &b) |
__device__ __forceinline__ int1 | operator+ (const int1 &a, int s) |
__device__ __forceinline__ int1 | operator+ (int s, const int1 &b) |
__device__ __forceinline__ int2 | operator+ (const int2 &a, int s) |
__device__ __forceinline__ int2 | operator+ (int s, const int2 &b) |
__device__ __forceinline__ int3 | operator+ (const int3 &a, int s) |
__device__ __forceinline__ int3 | operator+ (int s, const int3 &b) |
__device__ __forceinline__ int4 | operator+ (const int4 &a, int s) |
__device__ __forceinline__ int4 | operator+ (int s, const int4 &b) |
__device__ __forceinline__ float1 | operator+ (const int1 &a, float s) |
__device__ __forceinline__ float1 | operator+ (float s, const int1 &b) |
__device__ __forceinline__ float2 | operator+ (const int2 &a, float s) |
__device__ __forceinline__ float2 | operator+ (float s, const int2 &b) |
__device__ __forceinline__ float3 | operator+ (const int3 &a, float s) |
__device__ __forceinline__ float3 | operator+ (float s, const int3 &b) |
__device__ __forceinline__ float4 | operator+ (const int4 &a, float s) |
__device__ __forceinline__ float4 | operator+ (float s, const int4 &b) |
__device__ __forceinline__ double1 | operator+ (const int1 &a, double s) |
__device__ __forceinline__ double1 | operator+ (double s, const int1 &b) |
__device__ __forceinline__ double2 | operator+ (const int2 &a, double s) |
__device__ __forceinline__ double2 | operator+ (double s, const int2 &b) |
__device__ __forceinline__ double3 | operator+ (const int3 &a, double s) |
__device__ __forceinline__ double3 | operator+ (double s, const int3 &b) |
__device__ __forceinline__ double4 | operator+ (const int4 &a, double s) |
__device__ __forceinline__ double4 | operator+ (double s, const int4 &b) |
__device__ __forceinline__ uint1 | operator+ (const uint1 &a, uint s) |
__device__ __forceinline__ uint1 | operator+ (uint s, const uint1 &b) |
__device__ __forceinline__ uint2 | operator+ (const uint2 &a, uint s) |
__device__ __forceinline__ uint2 | operator+ (uint s, const uint2 &b) |
__device__ __forceinline__ uint3 | operator+ (const uint3 &a, uint s) |
__device__ __forceinline__ uint3 | operator+ (uint s, const uint3 &b) |
__device__ __forceinline__ uint4 | operator+ (const uint4 &a, uint s) |
__device__ __forceinline__ uint4 | operator+ (uint s, const uint4 &b) |
__device__ __forceinline__ float1 | operator+ (const uint1 &a, float s) |
__device__ __forceinline__ float1 | operator+ (float s, const uint1 &b) |
__device__ __forceinline__ float2 | operator+ (const uint2 &a, float s) |
__device__ __forceinline__ float2 | operator+ (float s, const uint2 &b) |
__device__ __forceinline__ float3 | operator+ (const uint3 &a, float s) |
__device__ __forceinline__ float3 | operator+ (float s, const uint3 &b) |
__device__ __forceinline__ float4 | operator+ (const uint4 &a, float s) |
__device__ __forceinline__ float4 | operator+ (float s, const uint4 &b) |
__device__ __forceinline__ double1 | operator+ (const uint1 &a, double s) |
__device__ __forceinline__ double1 | operator+ (double s, const uint1 &b) |
__device__ __forceinline__ double2 | operator+ (const uint2 &a, double s) |
__device__ __forceinline__ double2 | operator+ (double s, const uint2 &b) |
__device__ __forceinline__ double3 | operator+ (const uint3 &a, double s) |
__device__ __forceinline__ double3 | operator+ (double s, const uint3 &b) |
__device__ __forceinline__ double4 | operator+ (const uint4 &a, double s) |
__device__ __forceinline__ double4 | operator+ (double s, const uint4 &b) |
__device__ __forceinline__ float1 | operator+ (const float1 &a, float s) |
__device__ __forceinline__ float1 | operator+ (float s, const float1 &b) |
__device__ __forceinline__ float2 | operator+ (const float2 &a, float s) |
__device__ __forceinline__ float2 | operator+ (float s, const float2 &b) |
__device__ __forceinline__ float3 | operator+ (const float3 &a, float s) |
__device__ __forceinline__ float3 | operator+ (float s, const float3 &b) |
__device__ __forceinline__ float4 | operator+ (const float4 &a, float s) |
__device__ __forceinline__ float4 | operator+ (float s, const float4 &b) |
__device__ __forceinline__ double1 | operator+ (const float1 &a, double s) |
__device__ __forceinline__ double1 | operator+ (double s, const float1 &b) |
__device__ __forceinline__ double2 | operator+ (const float2 &a, double s) |
__device__ __forceinline__ double2 | operator+ (double s, const float2 &b) |
__device__ __forceinline__ double3 | operator+ (const float3 &a, double s) |
__device__ __forceinline__ double3 | operator+ (double s, const float3 &b) |
__device__ __forceinline__ double4 | operator+ (const float4 &a, double s) |
__device__ __forceinline__ double4 | operator+ (double s, const float4 &b) |
__device__ __forceinline__ double1 | operator+ (const double1 &a, double s) |
__device__ __forceinline__ double1 | operator+ (double s, const double1 &b) |
__device__ __forceinline__ double2 | operator+ (const double2 &a, double s) |
__device__ __forceinline__ double2 | operator+ (double s, const double2 &b) |
__device__ __forceinline__ double3 | operator+ (const double3 &a, double s) |
__device__ __forceinline__ double3 | operator+ (double s, const double3 &b) |
__device__ __forceinline__ double4 | operator+ (const double4 &a, double s) |
__device__ __forceinline__ double4 | operator+ (double s, const double4 &b) |
__device__ __forceinline__ int1 | operator- (const uchar1 &a, int s) |
__device__ __forceinline__ int1 | operator- (int s, const uchar1 &b) |
__device__ __forceinline__ int2 | operator- (const uchar2 &a, int s) |
__device__ __forceinline__ int2 | operator- (int s, const uchar2 &b) |
__device__ __forceinline__ int3 | operator- (const uchar3 &a, int s) |
__device__ __forceinline__ int3 | operator- (int s, const uchar3 &b) |
__device__ __forceinline__ int4 | operator- (const uchar4 &a, int s) |
__device__ __forceinline__ int4 | operator- (int s, const uchar4 &b) |
__device__ __forceinline__ float1 | operator- (const uchar1 &a, float s) |
__device__ __forceinline__ float1 | operator- (float s, const uchar1 &b) |
__device__ __forceinline__ float2 | operator- (const uchar2 &a, float s) |
__device__ __forceinline__ float2 | operator- (float s, const uchar2 &b) |
__device__ __forceinline__ float3 | operator- (const uchar3 &a, float s) |
__device__ __forceinline__ float3 | operator- (float s, const uchar3 &b) |
__device__ __forceinline__ float4 | operator- (const uchar4 &a, float s) |
__device__ __forceinline__ float4 | operator- (float s, const uchar4 &b) |
__device__ __forceinline__ double1 | operator- (const uchar1 &a, double s) |
__device__ __forceinline__ double1 | operator- (double s, const uchar1 &b) |
__device__ __forceinline__ double2 | operator- (const uchar2 &a, double s) |
__device__ __forceinline__ double2 | operator- (double s, const uchar2 &b) |
__device__ __forceinline__ double3 | operator- (const uchar3 &a, double s) |
__device__ __forceinline__ double3 | operator- (double s, const uchar3 &b) |
__device__ __forceinline__ double4 | operator- (const uchar4 &a, double s) |
__device__ __forceinline__ double4 | operator- (double s, const uchar4 &b) |
__device__ __forceinline__ int1 | operator- (const char1 &a, int s) |
__device__ __forceinline__ int1 | operator- (int s, const char1 &b) |
__device__ __forceinline__ int2 | operator- (const char2 &a, int s) |
__device__ __forceinline__ int2 | operator- (int s, const char2 &b) |
__device__ __forceinline__ int3 | operator- (const char3 &a, int s) |
__device__ __forceinline__ int3 | operator- (int s, const char3 &b) |
__device__ __forceinline__ int4 | operator- (const char4 &a, int s) |
__device__ __forceinline__ int4 | operator- (int s, const char4 &b) |
__device__ __forceinline__ float1 | operator- (const char1 &a, float s) |
__device__ __forceinline__ float1 | operator- (float s, const char1 &b) |
__device__ __forceinline__ float2 | operator- (const char2 &a, float s) |
__device__ __forceinline__ float2 | operator- (float s, const char2 &b) |
__device__ __forceinline__ float3 | operator- (const char3 &a, float s) |
__device__ __forceinline__ float3 | operator- (float s, const char3 &b) |
__device__ __forceinline__ float4 | operator- (const char4 &a, float s) |
__device__ __forceinline__ float4 | operator- (float s, const char4 &b) |
__device__ __forceinline__ double1 | operator- (const char1 &a, double s) |
__device__ __forceinline__ double1 | operator- (double s, const char1 &b) |
__device__ __forceinline__ double2 | operator- (const char2 &a, double s) |
__device__ __forceinline__ double2 | operator- (double s, const char2 &b) |
__device__ __forceinline__ double3 | operator- (const char3 &a, double s) |
__device__ __forceinline__ double3 | operator- (double s, const char3 &b) |
__device__ __forceinline__ double4 | operator- (const char4 &a, double s) |
__device__ __forceinline__ double4 | operator- (double s, const char4 &b) |
__device__ __forceinline__ int1 | operator- (const ushort1 &a, int s) |
__device__ __forceinline__ int1 | operator- (int s, const ushort1 &b) |
__device__ __forceinline__ int2 | operator- (const ushort2 &a, int s) |
__device__ __forceinline__ int2 | operator- (int s, const ushort2 &b) |
__device__ __forceinline__ int3 | operator- (const ushort3 &a, int s) |
__device__ __forceinline__ int3 | operator- (int s, const ushort3 &b) |
__device__ __forceinline__ int4 | operator- (const ushort4 &a, int s) |
__device__ __forceinline__ int4 | operator- (int s, const ushort4 &b) |
__device__ __forceinline__ float1 | operator- (const ushort1 &a, float s) |
__device__ __forceinline__ float1 | operator- (float s, const ushort1 &b) |
__device__ __forceinline__ float2 | operator- (const ushort2 &a, float s) |
__device__ __forceinline__ float2 | operator- (float s, const ushort2 &b) |
__device__ __forceinline__ float3 | operator- (const ushort3 &a, float s) |
__device__ __forceinline__ float3 | operator- (float s, const ushort3 &b) |
__device__ __forceinline__ float4 | operator- (const ushort4 &a, float s) |
__device__ __forceinline__ float4 | operator- (float s, const ushort4 &b) |
__device__ __forceinline__ double1 | operator- (const ushort1 &a, double s) |
__device__ __forceinline__ double1 | operator- (double s, const ushort1 &b) |
__device__ __forceinline__ double2 | operator- (const ushort2 &a, double s) |
__device__ __forceinline__ double2 | operator- (double s, const ushort2 &b) |
__device__ __forceinline__ double3 | operator- (const ushort3 &a, double s) |
__device__ __forceinline__ double3 | operator- (double s, const ushort3 &b) |
__device__ __forceinline__ double4 | operator- (const ushort4 &a, double s) |
__device__ __forceinline__ double4 | operator- (double s, const ushort4 &b) |
__device__ __forceinline__ int1 | operator- (const short1 &a, int s) |
__device__ __forceinline__ int1 | operator- (int s, const short1 &b) |
__device__ __forceinline__ int2 | operator- (const short2 &a, int s) |
__device__ __forceinline__ int2 | operator- (int s, const short2 &b) |
__device__ __forceinline__ int3 | operator- (const short3 &a, int s) |
__device__ __forceinline__ int3 | operator- (int s, const short3 &b) |
__device__ __forceinline__ int4 | operator- (const short4 &a, int s) |
__device__ __forceinline__ int4 | operator- (int s, const short4 &b) |
__device__ __forceinline__ float1 | operator- (const short1 &a, float s) |
__device__ __forceinline__ float1 | operator- (float s, const short1 &b) |
__device__ __forceinline__ float2 | operator- (const short2 &a, float s) |
__device__ __forceinline__ float2 | operator- (float s, const short2 &b) |
__device__ __forceinline__ float3 | operator- (const short3 &a, float s) |
__device__ __forceinline__ float3 | operator- (float s, const short3 &b) |
__device__ __forceinline__ float4 | operator- (const short4 &a, float s) |
__device__ __forceinline__ float4 | operator- (float s, const short4 &b) |
__device__ __forceinline__ double1 | operator- (const short1 &a, double s) |
__device__ __forceinline__ double1 | operator- (double s, const short1 &b) |
__device__ __forceinline__ double2 | operator- (const short2 &a, double s) |
__device__ __forceinline__ double2 | operator- (double s, const short2 &b) |
__device__ __forceinline__ double3 | operator- (const short3 &a, double s) |
__device__ __forceinline__ double3 | operator- (double s, const short3 &b) |
__device__ __forceinline__ double4 | operator- (const short4 &a, double s) |
__device__ __forceinline__ double4 | operator- (double s, const short4 &b) |
__device__ __forceinline__ int1 | operator- (const int1 &a, int s) |
__device__ __forceinline__ int1 | operator- (int s, const int1 &b) |
__device__ __forceinline__ int2 | operator- (const int2 &a, int s) |
__device__ __forceinline__ int2 | operator- (int s, const int2 &b) |
__device__ __forceinline__ int3 | operator- (const int3 &a, int s) |
__device__ __forceinline__ int3 | operator- (int s, const int3 &b) |
__device__ __forceinline__ int4 | operator- (const int4 &a, int s) |
__device__ __forceinline__ int4 | operator- (int s, const int4 &b) |
__device__ __forceinline__ float1 | operator- (const int1 &a, float s) |
__device__ __forceinline__ float1 | operator- (float s, const int1 &b) |
__device__ __forceinline__ float2 | operator- (const int2 &a, float s) |
__device__ __forceinline__ float2 | operator- (float s, const int2 &b) |
__device__ __forceinline__ float3 | operator- (const int3 &a, float s) |
__device__ __forceinline__ float3 | operator- (float s, const int3 &b) |
__device__ __forceinline__ float4 | operator- (const int4 &a, float s) |
__device__ __forceinline__ float4 | operator- (float s, const int4 &b) |
__device__ __forceinline__ double1 | operator- (const int1 &a, double s) |
__device__ __forceinline__ double1 | operator- (double s, const int1 &b) |
__device__ __forceinline__ double2 | operator- (const int2 &a, double s) |
__device__ __forceinline__ double2 | operator- (double s, const int2 &b) |
__device__ __forceinline__ double3 | operator- (const int3 &a, double s) |
__device__ __forceinline__ double3 | operator- (double s, const int3 &b) |
__device__ __forceinline__ double4 | operator- (const int4 &a, double s) |
__device__ __forceinline__ double4 | operator- (double s, const int4 &b) |
__device__ __forceinline__ uint1 | operator- (const uint1 &a, uint s) |
__device__ __forceinline__ uint1 | operator- (uint s, const uint1 &b) |
__device__ __forceinline__ uint2 | operator- (const uint2 &a, uint s) |
__device__ __forceinline__ uint2 | operator- (uint s, const uint2 &b) |
__device__ __forceinline__ uint3 | operator- (const uint3 &a, uint s) |
__device__ __forceinline__ uint3 | operator- (uint s, const uint3 &b) |
__device__ __forceinline__ uint4 | operator- (const uint4 &a, uint s) |
__device__ __forceinline__ uint4 | operator- (uint s, const uint4 &b) |
__device__ __forceinline__ float1 | operator- (const uint1 &a, float s) |
__device__ __forceinline__ float1 | operator- (float s, const uint1 &b) |
__device__ __forceinline__ float2 | operator- (const uint2 &a, float s) |
__device__ __forceinline__ float2 | operator- (float s, const uint2 &b) |
__device__ __forceinline__ float3 | operator- (const uint3 &a, float s) |
__device__ __forceinline__ float3 | operator- (float s, const uint3 &b) |
__device__ __forceinline__ float4 | operator- (const uint4 &a, float s) |
__device__ __forceinline__ float4 | operator- (float s, const uint4 &b) |
__device__ __forceinline__ double1 | operator- (const uint1 &a, double s) |
__device__ __forceinline__ double1 | operator- (double s, const uint1 &b) |
__device__ __forceinline__ double2 | operator- (const uint2 &a, double s) |
__device__ __forceinline__ double2 | operator- (double s, const uint2 &b) |
__device__ __forceinline__ double3 | operator- (const uint3 &a, double s) |
__device__ __forceinline__ double3 | operator- (double s, const uint3 &b) |
__device__ __forceinline__ double4 | operator- (const uint4 &a, double s) |
__device__ __forceinline__ double4 | operator- (double s, const uint4 &b) |
__device__ __forceinline__ float1 | operator- (const float1 &a, float s) |
__device__ __forceinline__ float1 | operator- (float s, const float1 &b) |
__device__ __forceinline__ float2 | operator- (const float2 &a, float s) |
__device__ __forceinline__ float2 | operator- (float s, const float2 &b) |
__device__ __forceinline__ float3 | operator- (const float3 &a, float s) |
__device__ __forceinline__ float3 | operator- (float s, const float3 &b) |
__device__ __forceinline__ float4 | operator- (const float4 &a, float s) |
__device__ __forceinline__ float4 | operator- (float s, const float4 &b) |
__device__ __forceinline__ double1 | operator- (const float1 &a, double s) |
__device__ __forceinline__ double1 | operator- (double s, const float1 &b) |
__device__ __forceinline__ double2 | operator- (const float2 &a, double s) |
__device__ __forceinline__ double2 | operator- (double s, const float2 &b) |
__device__ __forceinline__ double3 | operator- (const float3 &a, double s) |
__device__ __forceinline__ double3 | operator- (double s, const float3 &b) |
__device__ __forceinline__ double4 | operator- (const float4 &a, double s) |
__device__ __forceinline__ double4 | operator- (double s, const float4 &b) |
__device__ __forceinline__ double1 | operator- (const double1 &a, double s) |
__device__ __forceinline__ double1 | operator- (double s, const double1 &b) |
__device__ __forceinline__ double2 | operator- (const double2 &a, double s) |
__device__ __forceinline__ double2 | operator- (double s, const double2 &b) |
__device__ __forceinline__ double3 | operator- (const double3 &a, double s) |
__device__ __forceinline__ double3 | operator- (double s, const double3 &b) |
__device__ __forceinline__ double4 | operator- (const double4 &a, double s) |
__device__ __forceinline__ double4 | operator- (double s, const double4 &b) |
__device__ __forceinline__ int1 | operator* (const uchar1 &a, int s) |
__device__ __forceinline__ int1 | operator* (int s, const uchar1 &b) |
__device__ __forceinline__ int2 | operator* (const uchar2 &a, int s) |
__device__ __forceinline__ int2 | operator* (int s, const uchar2 &b) |
__device__ __forceinline__ int3 | operator* (const uchar3 &a, int s) |
__device__ __forceinline__ int3 | operator* (int s, const uchar3 &b) |
__device__ __forceinline__ int4 | operator* (const uchar4 &a, int s) |
__device__ __forceinline__ int4 | operator* (int s, const uchar4 &b) |
__device__ __forceinline__ float1 | operator* (const uchar1 &a, float s) |
__device__ __forceinline__ float1 | operator* (float s, const uchar1 &b) |
__device__ __forceinline__ float2 | operator* (const uchar2 &a, float s) |
__device__ __forceinline__ float2 | operator* (float s, const uchar2 &b) |
__device__ __forceinline__ float3 | operator* (const uchar3 &a, float s) |
__device__ __forceinline__ float3 | operator* (float s, const uchar3 &b) |
__device__ __forceinline__ float4 | operator* (const uchar4 &a, float s) |
__device__ __forceinline__ float4 | operator* (float s, const uchar4 &b) |
__device__ __forceinline__ double1 | operator* (const uchar1 &a, double s) |
__device__ __forceinline__ double1 | operator* (double s, const uchar1 &b) |
__device__ __forceinline__ double2 | operator* (const uchar2 &a, double s) |
__device__ __forceinline__ double2 | operator* (double s, const uchar2 &b) |
__device__ __forceinline__ double3 | operator* (const uchar3 &a, double s) |
__device__ __forceinline__ double3 | operator* (double s, const uchar3 &b) |
__device__ __forceinline__ double4 | operator* (const uchar4 &a, double s) |
__device__ __forceinline__ double4 | operator* (double s, const uchar4 &b) |
__device__ __forceinline__ int1 | operator* (const char1 &a, int s) |
__device__ __forceinline__ int1 | operator* (int s, const char1 &b) |
__device__ __forceinline__ int2 | operator* (const char2 &a, int s) |
__device__ __forceinline__ int2 | operator* (int s, const char2 &b) |
__device__ __forceinline__ int3 | operator* (const char3 &a, int s) |
__device__ __forceinline__ int3 | operator* (int s, const char3 &b) |
__device__ __forceinline__ int4 | operator* (const char4 &a, int s) |
__device__ __forceinline__ int4 | operator* (int s, const char4 &b) |
__device__ __forceinline__ float1 | operator* (const char1 &a, float s) |
__device__ __forceinline__ float1 | operator* (float s, const char1 &b) |
__device__ __forceinline__ float2 | operator* (const char2 &a, float s) |
__device__ __forceinline__ float2 | operator* (float s, const char2 &b) |
__device__ __forceinline__ float3 | operator* (const char3 &a, float s) |
__device__ __forceinline__ float3 | operator* (float s, const char3 &b) |
__device__ __forceinline__ float4 | operator* (const char4 &a, float s) |
__device__ __forceinline__ float4 | operator* (float s, const char4 &b) |
__device__ __forceinline__ double1 | operator* (const char1 &a, double s) |
__device__ __forceinline__ double1 | operator* (double s, const char1 &b) |
__device__ __forceinline__ double2 | operator* (const char2 &a, double s) |
__device__ __forceinline__ double2 | operator* (double s, const char2 &b) |
__device__ __forceinline__ double3 | operator* (const char3 &a, double s) |
__device__ __forceinline__ double3 | operator* (double s, const char3 &b) |
__device__ __forceinline__ double4 | operator* (const char4 &a, double s) |
__device__ __forceinline__ double4 | operator* (double s, const char4 &b) |
__device__ __forceinline__ int1 | operator* (const ushort1 &a, int s) |
__device__ __forceinline__ int1 | operator* (int s, const ushort1 &b) |
__device__ __forceinline__ int2 | operator* (const ushort2 &a, int s) |
__device__ __forceinline__ int2 | operator* (int s, const ushort2 &b) |
__device__ __forceinline__ int3 | operator* (const ushort3 &a, int s) |
__device__ __forceinline__ int3 | operator* (int s, const ushort3 &b) |
__device__ __forceinline__ int4 | operator* (const ushort4 &a, int s) |
__device__ __forceinline__ int4 | operator* (int s, const ushort4 &b) |
__device__ __forceinline__ float1 | operator* (const ushort1 &a, float s) |
__device__ __forceinline__ float1 | operator* (float s, const ushort1 &b) |
__device__ __forceinline__ float2 | operator* (const ushort2 &a, float s) |
__device__ __forceinline__ float2 | operator* (float s, const ushort2 &b) |
__device__ __forceinline__ float3 | operator* (const ushort3 &a, float s) |
__device__ __forceinline__ float3 | operator* (float s, const ushort3 &b) |
__device__ __forceinline__ float4 | operator* (const ushort4 &a, float s) |
__device__ __forceinline__ float4 | operator* (float s, const ushort4 &b) |
__device__ __forceinline__ double1 | operator* (const ushort1 &a, double s) |
__device__ __forceinline__ double1 | operator* (double s, const ushort1 &b) |
__device__ __forceinline__ double2 | operator* (const ushort2 &a, double s) |
__device__ __forceinline__ double2 | operator* (double s, const ushort2 &b) |
__device__ __forceinline__ double3 | operator* (const ushort3 &a, double s) |
__device__ __forceinline__ double3 | operator* (double s, const ushort3 &b) |
__device__ __forceinline__ double4 | operator* (const ushort4 &a, double s) |
__device__ __forceinline__ double4 | operator* (double s, const ushort4 &b) |
__device__ __forceinline__ int1 | operator* (const short1 &a, int s) |
__device__ __forceinline__ int1 | operator* (int s, const short1 &b) |
__device__ __forceinline__ int2 | operator* (const short2 &a, int s) |
__device__ __forceinline__ int2 | operator* (int s, const short2 &b) |
__device__ __forceinline__ int3 | operator* (const short3 &a, int s) |
__device__ __forceinline__ int3 | operator* (int s, const short3 &b) |
__device__ __forceinline__ int4 | operator* (const short4 &a, int s) |
__device__ __forceinline__ int4 | operator* (int s, const short4 &b) |
__device__ __forceinline__ float1 | operator* (const short1 &a, float s) |
__device__ __forceinline__ float1 | operator* (float s, const short1 &b) |
__device__ __forceinline__ float2 | operator* (const short2 &a, float s) |
__device__ __forceinline__ float2 | operator* (float s, const short2 &b) |
__device__ __forceinline__ float3 | operator* (const short3 &a, float s) |
__device__ __forceinline__ float3 | operator* (float s, const short3 &b) |
__device__ __forceinline__ float4 | operator* (const short4 &a, float s) |
__device__ __forceinline__ float4 | operator* (float s, const short4 &b) |
__device__ __forceinline__ double1 | operator* (const short1 &a, double s) |
__device__ __forceinline__ double1 | operator* (double s, const short1 &b) |
__device__ __forceinline__ double2 | operator* (const short2 &a, double s) |
__device__ __forceinline__ double2 | operator* (double s, const short2 &b) |
__device__ __forceinline__ double3 | operator* (const short3 &a, double s) |
__device__ __forceinline__ double3 | operator* (double s, const short3 &b) |
__device__ __forceinline__ double4 | operator* (const short4 &a, double s) |
__device__ __forceinline__ double4 | operator* (double s, const short4 &b) |
__device__ __forceinline__ int1 | operator* (const int1 &a, int s) |
__device__ __forceinline__ int1 | operator* (int s, const int1 &b) |
__device__ __forceinline__ int2 | operator* (const int2 &a, int s) |
__device__ __forceinline__ int2 | operator* (int s, const int2 &b) |
__device__ __forceinline__ int3 | operator* (const int3 &a, int s) |
__device__ __forceinline__ int3 | operator* (int s, const int3 &b) |
__device__ __forceinline__ int4 | operator* (const int4 &a, int s) |
__device__ __forceinline__ int4 | operator* (int s, const int4 &b) |
__device__ __forceinline__ float1 | operator* (const int1 &a, float s) |
__device__ __forceinline__ float1 | operator* (float s, const int1 &b) |
__device__ __forceinline__ float2 | operator* (const int2 &a, float s) |
__device__ __forceinline__ float2 | operator* (float s, const int2 &b) |
__device__ __forceinline__ float3 | operator* (const int3 &a, float s) |
__device__ __forceinline__ float3 | operator* (float s, const int3 &b) |
__device__ __forceinline__ float4 | operator* (const int4 &a, float s) |
__device__ __forceinline__ float4 | operator* (float s, const int4 &b) |
__device__ __forceinline__ double1 | operator* (const int1 &a, double s) |
__device__ __forceinline__ double1 | operator* (double s, const int1 &b) |
__device__ __forceinline__ double2 | operator* (const int2 &a, double s) |
__device__ __forceinline__ double2 | operator* (double s, const int2 &b) |
__device__ __forceinline__ double3 | operator* (const int3 &a, double s) |
__device__ __forceinline__ double3 | operator* (double s, const int3 &b) |
__device__ __forceinline__ double4 | operator* (const int4 &a, double s) |
__device__ __forceinline__ double4 | operator* (double s, const int4 &b) |
__device__ __forceinline__ uint1 | operator* (const uint1 &a, uint s) |
__device__ __forceinline__ uint1 | operator* (uint s, const uint1 &b) |
__device__ __forceinline__ uint2 | operator* (const uint2 &a, uint s) |
__device__ __forceinline__ uint2 | operator* (uint s, const uint2 &b) |
__device__ __forceinline__ uint3 | operator* (const uint3 &a, uint s) |
__device__ __forceinline__ uint3 | operator* (uint s, const uint3 &b) |
__device__ __forceinline__ uint4 | operator* (const uint4 &a, uint s) |
__device__ __forceinline__ uint4 | operator* (uint s, const uint4 &b) |
__device__ __forceinline__ float1 | operator* (const uint1 &a, float s) |
__device__ __forceinline__ float1 | operator* (float s, const uint1 &b) |
__device__ __forceinline__ float2 | operator* (const uint2 &a, float s) |
__device__ __forceinline__ float2 | operator* (float s, const uint2 &b) |
__device__ __forceinline__ float3 | operator* (const uint3 &a, float s) |
__device__ __forceinline__ float3 | operator* (float s, const uint3 &b) |
__device__ __forceinline__ float4 | operator* (const uint4 &a, float s) |
__device__ __forceinline__ float4 | operator* (float s, const uint4 &b) |
__device__ __forceinline__ double1 | operator* (const uint1 &a, double s) |
__device__ __forceinline__ double1 | operator* (double s, const uint1 &b) |
__device__ __forceinline__ double2 | operator* (const uint2 &a, double s) |
__device__ __forceinline__ double2 | operator* (double s, const uint2 &b) |
__device__ __forceinline__ double3 | operator* (const uint3 &a, double s) |
__device__ __forceinline__ double3 | operator* (double s, const uint3 &b) |
__device__ __forceinline__ double4 | operator* (const uint4 &a, double s) |
__device__ __forceinline__ double4 | operator* (double s, const uint4 &b) |
__device__ __forceinline__ float1 | operator* (const float1 &a, float s) |
__device__ __forceinline__ float1 | operator* (float s, const float1 &b) |
__device__ __forceinline__ float2 | operator* (const float2 &a, float s) |
__device__ __forceinline__ float2 | operator* (float s, const float2 &b) |
__device__ __forceinline__ float3 | operator* (const float3 &a, float s) |
__device__ __forceinline__ float3 | operator* (float s, const float3 &b) |
__device__ __forceinline__ float4 | operator* (const float4 &a, float s) |
__device__ __forceinline__ float4 | operator* (float s, const float4 &b) |
__device__ __forceinline__ double1 | operator* (const float1 &a, double s) |
__device__ __forceinline__ double1 | operator* (double s, const float1 &b) |
__device__ __forceinline__ double2 | operator* (const float2 &a, double s) |
__device__ __forceinline__ double2 | operator* (double s, const float2 &b) |
__device__ __forceinline__ double3 | operator* (const float3 &a, double s) |
__device__ __forceinline__ double3 | operator* (double s, const float3 &b) |
__device__ __forceinline__ double4 | operator* (const float4 &a, double s) |
__device__ __forceinline__ double4 | operator* (double s, const float4 &b) |
__device__ __forceinline__ double1 | operator* (const double1 &a, double s) |
__device__ __forceinline__ double1 | operator* (double s, const double1 &b) |
__device__ __forceinline__ double2 | operator* (const double2 &a, double s) |
__device__ __forceinline__ double2 | operator* (double s, const double2 &b) |
__device__ __forceinline__ double3 | operator* (const double3 &a, double s) |
__device__ __forceinline__ double3 | operator* (double s, const double3 &b) |
__device__ __forceinline__ double4 | operator* (const double4 &a, double s) |
__device__ __forceinline__ double4 | operator* (double s, const double4 &b) |
__device__ __forceinline__ int1 | operator/ (const uchar1 &a, int s) |
__device__ __forceinline__ int1 | operator/ (int s, const uchar1 &b) |
__device__ __forceinline__ int2 | operator/ (const uchar2 &a, int s) |
__device__ __forceinline__ int2 | operator/ (int s, const uchar2 &b) |
__device__ __forceinline__ int3 | operator/ (const uchar3 &a, int s) |
__device__ __forceinline__ int3 | operator/ (int s, const uchar3 &b) |
__device__ __forceinline__ int4 | operator/ (const uchar4 &a, int s) |
__device__ __forceinline__ int4 | operator/ (int s, const uchar4 &b) |
__device__ __forceinline__ float1 | operator/ (const uchar1 &a, float s) |
__device__ __forceinline__ float1 | operator/ (float s, const uchar1 &b) |
__device__ __forceinline__ float2 | operator/ (const uchar2 &a, float s) |
__device__ __forceinline__ float2 | operator/ (float s, const uchar2 &b) |
__device__ __forceinline__ float3 | operator/ (const uchar3 &a, float s) |
__device__ __forceinline__ float3 | operator/ (float s, const uchar3 &b) |
__device__ __forceinline__ float4 | operator/ (const uchar4 &a, float s) |
__device__ __forceinline__ float4 | operator/ (float s, const uchar4 &b) |
__device__ __forceinline__ double1 | operator/ (const uchar1 &a, double s) |
__device__ __forceinline__ double1 | operator/ (double s, const uchar1 &b) |
__device__ __forceinline__ double2 | operator/ (const uchar2 &a, double s) |
__device__ __forceinline__ double2 | operator/ (double s, const uchar2 &b) |
__device__ __forceinline__ double3 | operator/ (const uchar3 &a, double s) |
__device__ __forceinline__ double3 | operator/ (double s, const uchar3 &b) |
__device__ __forceinline__ double4 | operator/ (const uchar4 &a, double s) |
__device__ __forceinline__ double4 | operator/ (double s, const uchar4 &b) |
__device__ __forceinline__ int1 | operator/ (const char1 &a, int s) |
__device__ __forceinline__ int1 | operator/ (int s, const char1 &b) |
__device__ __forceinline__ int2 | operator/ (const char2 &a, int s) |
__device__ __forceinline__ int2 | operator/ (int s, const char2 &b) |
__device__ __forceinline__ int3 | operator/ (const char3 &a, int s) |
__device__ __forceinline__ int3 | operator/ (int s, const char3 &b) |
__device__ __forceinline__ int4 | operator/ (const char4 &a, int s) |
__device__ __forceinline__ int4 | operator/ (int s, const char4 &b) |
__device__ __forceinline__ float1 | operator/ (const char1 &a, float s) |
__device__ __forceinline__ float1 | operator/ (float s, const char1 &b) |
__device__ __forceinline__ float2 | operator/ (const char2 &a, float s) |
__device__ __forceinline__ float2 | operator/ (float s, const char2 &b) |
__device__ __forceinline__ float3 | operator/ (const char3 &a, float s) |
__device__ __forceinline__ float3 | operator/ (float s, const char3 &b) |
__device__ __forceinline__ float4 | operator/ (const char4 &a, float s) |
__device__ __forceinline__ float4 | operator/ (float s, const char4 &b) |
__device__ __forceinline__ double1 | operator/ (const char1 &a, double s) |
__device__ __forceinline__ double1 | operator/ (double s, const char1 &b) |
__device__ __forceinline__ double2 | operator/ (const char2 &a, double s) |
__device__ __forceinline__ double2 | operator/ (double s, const char2 &b) |
__device__ __forceinline__ double3 | operator/ (const char3 &a, double s) |
__device__ __forceinline__ double3 | operator/ (double s, const char3 &b) |
__device__ __forceinline__ double4 | operator/ (const char4 &a, double s) |
__device__ __forceinline__ double4 | operator/ (double s, const char4 &b) |
__device__ __forceinline__ int1 | operator/ (const ushort1 &a, int s) |
__device__ __forceinline__ int1 | operator/ (int s, const ushort1 &b) |
__device__ __forceinline__ int2 | operator/ (const ushort2 &a, int s) |
__device__ __forceinline__ int2 | operator/ (int s, const ushort2 &b) |
__device__ __forceinline__ int3 | operator/ (const ushort3 &a, int s) |
__device__ __forceinline__ int3 | operator/ (int s, const ushort3 &b) |
__device__ __forceinline__ int4 | operator/ (const ushort4 &a, int s) |
__device__ __forceinline__ int4 | operator/ (int s, const ushort4 &b) |
__device__ __forceinline__ float1 | operator/ (const ushort1 &a, float s) |
__device__ __forceinline__ float1 | operator/ (float s, const ushort1 &b) |
__device__ __forceinline__ float2 | operator/ (const ushort2 &a, float s) |
__device__ __forceinline__ float2 | operator/ (float s, const ushort2 &b) |
__device__ __forceinline__ float3 | operator/ (const ushort3 &a, float s) |
__device__ __forceinline__ float3 | operator/ (float s, const ushort3 &b) |
__device__ __forceinline__ float4 | operator/ (const ushort4 &a, float s) |
__device__ __forceinline__ float4 | operator/ (float s, const ushort4 &b) |
__device__ __forceinline__ double1 | operator/ (const ushort1 &a, double s) |
__device__ __forceinline__ double1 | operator/ (double s, const ushort1 &b) |
__device__ __forceinline__ double2 | operator/ (const ushort2 &a, double s) |
__device__ __forceinline__ double2 | operator/ (double s, const ushort2 &b) |
__device__ __forceinline__ double3 | operator/ (const ushort3 &a, double s) |
__device__ __forceinline__ double3 | operator/ (double s, const ushort3 &b) |
__device__ __forceinline__ double4 | operator/ (const ushort4 &a, double s) |
__device__ __forceinline__ double4 | operator/ (double s, const ushort4 &b) |
__device__ __forceinline__ int1 | operator/ (const short1 &a, int s) |
__device__ __forceinline__ int1 | operator/ (int s, const short1 &b) |
__device__ __forceinline__ int2 | operator/ (const short2 &a, int s) |
__device__ __forceinline__ int2 | operator/ (int s, const short2 &b) |
__device__ __forceinline__ int3 | operator/ (const short3 &a, int s) |
__device__ __forceinline__ int3 | operator/ (int s, const short3 &b) |
__device__ __forceinline__ int4 | operator/ (const short4 &a, int s) |
__device__ __forceinline__ int4 | operator/ (int s, const short4 &b) |
__device__ __forceinline__ float1 | operator/ (const short1 &a, float s) |
__device__ __forceinline__ float1 | operator/ (float s, const short1 &b) |
__device__ __forceinline__ float2 | operator/ (const short2 &a, float s) |
__device__ __forceinline__ float2 | operator/ (float s, const short2 &b) |
__device__ __forceinline__ float3 | operator/ (const short3 &a, float s) |
__device__ __forceinline__ float3 | operator/ (float s, const short3 &b) |
__device__ __forceinline__ float4 | operator/ (const short4 &a, float s) |
__device__ __forceinline__ float4 | operator/ (float s, const short4 &b) |
__device__ __forceinline__ double1 | operator/ (const short1 &a, double s) |
__device__ __forceinline__ double1 | operator/ (double s, const short1 &b) |
__device__ __forceinline__ double2 | operator/ (const short2 &a, double s) |
__device__ __forceinline__ double2 | operator/ (double s, const short2 &b) |
__device__ __forceinline__ double3 | operator/ (const short3 &a, double s) |
__device__ __forceinline__ double3 | operator/ (double s, const short3 &b) |
__device__ __forceinline__ double4 | operator/ (const short4 &a, double s) |
__device__ __forceinline__ double4 | operator/ (double s, const short4 &b) |
__device__ __forceinline__ int1 | operator/ (const int1 &a, int s) |
__device__ __forceinline__ int1 | operator/ (int s, const int1 &b) |
__device__ __forceinline__ int2 | operator/ (const int2 &a, int s) |
__device__ __forceinline__ int2 | operator/ (int s, const int2 &b) |
__device__ __forceinline__ int3 | operator/ (const int3 &a, int s) |
__device__ __forceinline__ int3 | operator/ (int s, const int3 &b) |
__device__ __forceinline__ int4 | operator/ (const int4 &a, int s) |
__device__ __forceinline__ int4 | operator/ (int s, const int4 &b) |
__device__ __forceinline__ float1 | operator/ (const int1 &a, float s) |
__device__ __forceinline__ float1 | operator/ (float s, const int1 &b) |
__device__ __forceinline__ float2 | operator/ (const int2 &a, float s) |
__device__ __forceinline__ float2 | operator/ (float s, const int2 &b) |
__device__ __forceinline__ float3 | operator/ (const int3 &a, float s) |
__device__ __forceinline__ float3 | operator/ (float s, const int3 &b) |
__device__ __forceinline__ float4 | operator/ (const int4 &a, float s) |
__device__ __forceinline__ float4 | operator/ (float s, const int4 &b) |
__device__ __forceinline__ double1 | operator/ (const int1 &a, double s) |
__device__ __forceinline__ double1 | operator/ (double s, const int1 &b) |
__device__ __forceinline__ double2 | operator/ (const int2 &a, double s) |
__device__ __forceinline__ double2 | operator/ (double s, const int2 &b) |
__device__ __forceinline__ double3 | operator/ (const int3 &a, double s) |
__device__ __forceinline__ double3 | operator/ (double s, const int3 &b) |
__device__ __forceinline__ double4 | operator/ (const int4 &a, double s) |
__device__ __forceinline__ double4 | operator/ (double s, const int4 &b) |
__device__ __forceinline__ uint1 | operator/ (const uint1 &a, uint s) |
__device__ __forceinline__ uint1 | operator/ (uint s, const uint1 &b) |
__device__ __forceinline__ uint2 | operator/ (const uint2 &a, uint s) |
__device__ __forceinline__ uint2 | operator/ (uint s, const uint2 &b) |
__device__ __forceinline__ uint3 | operator/ (const uint3 &a, uint s) |
__device__ __forceinline__ uint3 | operator/ (uint s, const uint3 &b) |
__device__ __forceinline__ uint4 | operator/ (const uint4 &a, uint s) |
__device__ __forceinline__ uint4 | operator/ (uint s, const uint4 &b) |
__device__ __forceinline__ float1 | operator/ (const uint1 &a, float s) |
__device__ __forceinline__ float1 | operator/ (float s, const uint1 &b) |
__device__ __forceinline__ float2 | operator/ (const uint2 &a, float s) |
__device__ __forceinline__ float2 | operator/ (float s, const uint2 &b) |
__device__ __forceinline__ float3 | operator/ (const uint3 &a, float s) |
__device__ __forceinline__ float3 | operator/ (float s, const uint3 &b) |
__device__ __forceinline__ float4 | operator/ (const uint4 &a, float s) |
__device__ __forceinline__ float4 | operator/ (float s, const uint4 &b) |
__device__ __forceinline__ double1 | operator/ (const uint1 &a, double s) |
__device__ __forceinline__ double1 | operator/ (double s, const uint1 &b) |
__device__ __forceinline__ double2 | operator/ (const uint2 &a, double s) |
__device__ __forceinline__ double2 | operator/ (double s, const uint2 &b) |
__device__ __forceinline__ double3 | operator/ (const uint3 &a, double s) |
__device__ __forceinline__ double3 | operator/ (double s, const uint3 &b) |
__device__ __forceinline__ double4 | operator/ (const uint4 &a, double s) |
__device__ __forceinline__ double4 | operator/ (double s, const uint4 &b) |
__device__ __forceinline__ float1 | operator/ (const float1 &a, float s) |
__device__ __forceinline__ float1 | operator/ (float s, const float1 &b) |
__device__ __forceinline__ float2 | operator/ (const float2 &a, float s) |
__device__ __forceinline__ float2 | operator/ (float s, const float2 &b) |
__device__ __forceinline__ float3 | operator/ (const float3 &a, float s) |
__device__ __forceinline__ float3 | operator/ (float s, const float3 &b) |
__device__ __forceinline__ float4 | operator/ (const float4 &a, float s) |
__device__ __forceinline__ float4 | operator/ (float s, const float4 &b) |
__device__ __forceinline__ double1 | operator/ (const float1 &a, double s) |
__device__ __forceinline__ double1 | operator/ (double s, const float1 &b) |
__device__ __forceinline__ double2 | operator/ (const float2 &a, double s) |
__device__ __forceinline__ double2 | operator/ (double s, const float2 &b) |
__device__ __forceinline__ double3 | operator/ (const float3 &a, double s) |
__device__ __forceinline__ double3 | operator/ (double s, const float3 &b) |
__device__ __forceinline__ double4 | operator/ (const float4 &a, double s) |
__device__ __forceinline__ double4 | operator/ (double s, const float4 &b) |
__device__ __forceinline__ double1 | operator/ (const double1 &a, double s) |
__device__ __forceinline__ double1 | operator/ (double s, const double1 &b) |
__device__ __forceinline__ double2 | operator/ (const double2 &a, double s) |
__device__ __forceinline__ double2 | operator/ (double s, const double2 &b) |
__device__ __forceinline__ double3 | operator/ (const double3 &a, double s) |
__device__ __forceinline__ double3 | operator/ (double s, const double3 &b) |
__device__ __forceinline__ double4 | operator/ (const double4 &a, double s) |
__device__ __forceinline__ double4 | operator/ (double s, const double4 &b) |
__device__ __forceinline__ uchar1 | operator== (const uchar1 &a, uchar s) |
__device__ __forceinline__ uchar1 | operator== (uchar s, const uchar1 &b) |
__device__ __forceinline__ uchar2 | operator== (const uchar2 &a, uchar s) |
__device__ __forceinline__ uchar2 | operator== (uchar s, const uchar2 &b) |
__device__ __forceinline__ uchar3 | operator== (const uchar3 &a, uchar s) |
__device__ __forceinline__ uchar3 | operator== (uchar s, const uchar3 &b) |
__device__ __forceinline__ uchar4 | operator== (const uchar4 &a, uchar s) |
__device__ __forceinline__ uchar4 | operator== (uchar s, const uchar4 &b) |
__device__ __forceinline__ uchar1 | operator== (const char1 &a, char s) |
__device__ __forceinline__ uchar1 | operator== (char s, const char1 &b) |
__device__ __forceinline__ uchar2 | operator== (const char2 &a, char s) |
__device__ __forceinline__ uchar2 | operator== (char s, const char2 &b) |
__device__ __forceinline__ uchar3 | operator== (const char3 &a, char s) |
__device__ __forceinline__ uchar3 | operator== (char s, const char3 &b) |
__device__ __forceinline__ uchar4 | operator== (const char4 &a, char s) |
__device__ __forceinline__ uchar4 | operator== (char s, const char4 &b) |
__device__ __forceinline__ uchar1 | operator== (const ushort1 &a, ushort s) |
__device__ __forceinline__ uchar1 | operator== (ushort s, const ushort1 &b) |
__device__ __forceinline__ uchar2 | operator== (const ushort2 &a, ushort s) |
__device__ __forceinline__ uchar2 | operator== (ushort s, const ushort2 &b) |
__device__ __forceinline__ uchar3 | operator== (const ushort3 &a, ushort s) |
__device__ __forceinline__ uchar3 | operator== (ushort s, const ushort3 &b) |
__device__ __forceinline__ uchar4 | operator== (const ushort4 &a, ushort s) |
__device__ __forceinline__ uchar4 | operator== (ushort s, const ushort4 &b) |
__device__ __forceinline__ uchar1 | operator== (const short1 &a, short s) |
__device__ __forceinline__ uchar1 | operator== (short s, const short1 &b) |
__device__ __forceinline__ uchar2 | operator== (const short2 &a, short s) |
__device__ __forceinline__ uchar2 | operator== (short s, const short2 &b) |
__device__ __forceinline__ uchar3 | operator== (const short3 &a, short s) |
__device__ __forceinline__ uchar3 | operator== (short s, const short3 &b) |
__device__ __forceinline__ uchar4 | operator== (const short4 &a, short s) |
__device__ __forceinline__ uchar4 | operator== (short s, const short4 &b) |
__device__ __forceinline__ uchar1 | operator== (const int1 &a, int s) |
__device__ __forceinline__ uchar1 | operator== (int s, const int1 &b) |
__device__ __forceinline__ uchar2 | operator== (const int2 &a, int s) |
__device__ __forceinline__ uchar2 | operator== (int s, const int2 &b) |
__device__ __forceinline__ uchar3 | operator== (const int3 &a, int s) |
__device__ __forceinline__ uchar3 | operator== (int s, const int3 &b) |
__device__ __forceinline__ uchar4 | operator== (const int4 &a, int s) |
__device__ __forceinline__ uchar4 | operator== (int s, const int4 &b) |
__device__ __forceinline__ uchar1 | operator== (const uint1 &a, uint s) |
__device__ __forceinline__ uchar1 | operator== (uint s, const uint1 &b) |
__device__ __forceinline__ uchar2 | operator== (const uint2 &a, uint s) |
__device__ __forceinline__ uchar2 | operator== (uint s, const uint2 &b) |
__device__ __forceinline__ uchar3 | operator== (const uint3 &a, uint s) |
__device__ __forceinline__ uchar3 | operator== (uint s, const uint3 &b) |
__device__ __forceinline__ uchar4 | operator== (const uint4 &a, uint s) |
__device__ __forceinline__ uchar4 | operator== (uint s, const uint4 &b) |
__device__ __forceinline__ uchar1 | operator== (const float1 &a, float s) |
__device__ __forceinline__ uchar1 | operator== (float s, const float1 &b) |
__device__ __forceinline__ uchar2 | operator== (const float2 &a, float s) |
__device__ __forceinline__ uchar2 | operator== (float s, const float2 &b) |
__device__ __forceinline__ uchar3 | operator== (const float3 &a, float s) |
__device__ __forceinline__ uchar3 | operator== (float s, const float3 &b) |
__device__ __forceinline__ uchar4 | operator== (const float4 &a, float s) |
__device__ __forceinline__ uchar4 | operator== (float s, const float4 &b) |
__device__ __forceinline__ uchar1 | operator== (const double1 &a, double s) |
__device__ __forceinline__ uchar1 | operator== (double s, const double1 &b) |
__device__ __forceinline__ uchar2 | operator== (const double2 &a, double s) |
__device__ __forceinline__ uchar2 | operator== (double s, const double2 &b) |
__device__ __forceinline__ uchar3 | operator== (const double3 &a, double s) |
__device__ __forceinline__ uchar3 | operator== (double s, const double3 &b) |
__device__ __forceinline__ uchar4 | operator== (const double4 &a, double s) |
__device__ __forceinline__ uchar4 | operator== (double s, const double4 &b) |
__device__ __forceinline__ uchar1 | operator!= (const uchar1 &a, uchar s) |
__device__ __forceinline__ uchar1 | operator!= (uchar s, const uchar1 &b) |
__device__ __forceinline__ uchar2 | operator!= (const uchar2 &a, uchar s) |
__device__ __forceinline__ uchar2 | operator!= (uchar s, const uchar2 &b) |
__device__ __forceinline__ uchar3 | operator!= (const uchar3 &a, uchar s) |
__device__ __forceinline__ uchar3 | operator!= (uchar s, const uchar3 &b) |
__device__ __forceinline__ uchar4 | operator!= (const uchar4 &a, uchar s) |
__device__ __forceinline__ uchar4 | operator!= (uchar s, const uchar4 &b) |
__device__ __forceinline__ uchar1 | operator!= (const char1 &a, char s) |
__device__ __forceinline__ uchar1 | operator!= (char s, const char1 &b) |
__device__ __forceinline__ uchar2 | operator!= (const char2 &a, char s) |
__device__ __forceinline__ uchar2 | operator!= (char s, const char2 &b) |
__device__ __forceinline__ uchar3 | operator!= (const char3 &a, char s) |
__device__ __forceinline__ uchar3 | operator!= (char s, const char3 &b) |
__device__ __forceinline__ uchar4 | operator!= (const char4 &a, char s) |
__device__ __forceinline__ uchar4 | operator!= (char s, const char4 &b) |
__device__ __forceinline__ uchar1 | operator!= (const ushort1 &a, ushort s) |
__device__ __forceinline__ uchar1 | operator!= (ushort s, const ushort1 &b) |
__device__ __forceinline__ uchar2 | operator!= (const ushort2 &a, ushort s) |
__device__ __forceinline__ uchar2 | operator!= (ushort s, const ushort2 &b) |
__device__ __forceinline__ uchar3 | operator!= (const ushort3 &a, ushort s) |
__device__ __forceinline__ uchar3 | operator!= (ushort s, const ushort3 &b) |
__device__ __forceinline__ uchar4 | operator!= (const ushort4 &a, ushort s) |
__device__ __forceinline__ uchar4 | operator!= (ushort s, const ushort4 &b) |
__device__ __forceinline__ uchar1 | operator!= (const short1 &a, short s) |
__device__ __forceinline__ uchar1 | operator!= (short s, const short1 &b) |
__device__ __forceinline__ uchar2 | operator!= (const short2 &a, short s) |
__device__ __forceinline__ uchar2 | operator!= (short s, const short2 &b) |
__device__ __forceinline__ uchar3 | operator!= (const short3 &a, short s) |
__device__ __forceinline__ uchar3 | operator!= (short s, const short3 &b) |
__device__ __forceinline__ uchar4 | operator!= (const short4 &a, short s) |
__device__ __forceinline__ uchar4 | operator!= (short s, const short4 &b) |
__device__ __forceinline__ uchar1 | operator!= (const int1 &a, int s) |
__device__ __forceinline__ uchar1 | operator!= (int s, const int1 &b) |
__device__ __forceinline__ uchar2 | operator!= (const int2 &a, int s) |
__device__ __forceinline__ uchar2 | operator!= (int s, const int2 &b) |
__device__ __forceinline__ uchar3 | operator!= (const int3 &a, int s) |
__device__ __forceinline__ uchar3 | operator!= (int s, const int3 &b) |
__device__ __forceinline__ uchar4 | operator!= (const int4 &a, int s) |
__device__ __forceinline__ uchar4 | operator!= (int s, const int4 &b) |
__device__ __forceinline__ uchar1 | operator!= (const uint1 &a, uint s) |
__device__ __forceinline__ uchar1 | operator!= (uint s, const uint1 &b) |
__device__ __forceinline__ uchar2 | operator!= (const uint2 &a, uint s) |
__device__ __forceinline__ uchar2 | operator!= (uint s, const uint2 &b) |
__device__ __forceinline__ uchar3 | operator!= (const uint3 &a, uint s) |
__device__ __forceinline__ uchar3 | operator!= (uint s, const uint3 &b) |
__device__ __forceinline__ uchar4 | operator!= (const uint4 &a, uint s) |
__device__ __forceinline__ uchar4 | operator!= (uint s, const uint4 &b) |
__device__ __forceinline__ uchar1 | operator!= (const float1 &a, float s) |
__device__ __forceinline__ uchar1 | operator!= (float s, const float1 &b) |
__device__ __forceinline__ uchar2 | operator!= (const float2 &a, float s) |
__device__ __forceinline__ uchar2 | operator!= (float s, const float2 &b) |
__device__ __forceinline__ uchar3 | operator!= (const float3 &a, float s) |
__device__ __forceinline__ uchar3 | operator!= (float s, const float3 &b) |
__device__ __forceinline__ uchar4 | operator!= (const float4 &a, float s) |
__device__ __forceinline__ uchar4 | operator!= (float s, const float4 &b) |
__device__ __forceinline__ uchar1 | operator!= (const double1 &a, double s) |
__device__ __forceinline__ uchar1 | operator!= (double s, const double1 &b) |
__device__ __forceinline__ uchar2 | operator!= (const double2 &a, double s) |
__device__ __forceinline__ uchar2 | operator!= (double s, const double2 &b) |
__device__ __forceinline__ uchar3 | operator!= (const double3 &a, double s) |
__device__ __forceinline__ uchar3 | operator!= (double s, const double3 &b) |
__device__ __forceinline__ uchar4 | operator!= (const double4 &a, double s) |
__device__ __forceinline__ uchar4 | operator!= (double s, const double4 &b) |
__device__ __forceinline__ uchar1 | operator> (const uchar1 &a, uchar s) |
__device__ __forceinline__ uchar1 | operator> (uchar s, const uchar1 &b) |
__device__ __forceinline__ uchar2 | operator> (const uchar2 &a, uchar s) |
__device__ __forceinline__ uchar2 | operator> (uchar s, const uchar2 &b) |
__device__ __forceinline__ uchar3 | operator> (const uchar3 &a, uchar s) |
__device__ __forceinline__ uchar3 | operator> (uchar s, const uchar3 &b) |
__device__ __forceinline__ uchar4 | operator> (const uchar4 &a, uchar s) |
__device__ __forceinline__ uchar4 | operator> (uchar s, const uchar4 &b) |
__device__ __forceinline__ uchar1 | operator> (const char1 &a, char s) |
__device__ __forceinline__ uchar1 | operator> (char s, const char1 &b) |
__device__ __forceinline__ uchar2 | operator> (const char2 &a, char s) |
__device__ __forceinline__ uchar2 | operator> (char s, const char2 &b) |
__device__ __forceinline__ uchar3 | operator> (const char3 &a, char s) |
__device__ __forceinline__ uchar3 | operator> (char s, const char3 &b) |
__device__ __forceinline__ uchar4 | operator> (const char4 &a, char s) |
__device__ __forceinline__ uchar4 | operator> (char s, const char4 &b) |
__device__ __forceinline__ uchar1 | operator> (const ushort1 &a, ushort s) |
__device__ __forceinline__ uchar1 | operator> (ushort s, const ushort1 &b) |
__device__ __forceinline__ uchar2 | operator> (const ushort2 &a, ushort s) |
__device__ __forceinline__ uchar2 | operator> (ushort s, const ushort2 &b) |
__device__ __forceinline__ uchar3 | operator> (const ushort3 &a, ushort s) |
__device__ __forceinline__ uchar3 | operator> (ushort s, const ushort3 &b) |
__device__ __forceinline__ uchar4 | operator> (const ushort4 &a, ushort s) |
__device__ __forceinline__ uchar4 | operator> (ushort s, const ushort4 &b) |
__device__ __forceinline__ uchar1 | operator> (const short1 &a, short s) |
__device__ __forceinline__ uchar1 | operator> (short s, const short1 &b) |
__device__ __forceinline__ uchar2 | operator> (const short2 &a, short s) |
__device__ __forceinline__ uchar2 | operator> (short s, const short2 &b) |
__device__ __forceinline__ uchar3 | operator> (const short3 &a, short s) |
__device__ __forceinline__ uchar3 | operator> (short s, const short3 &b) |
__device__ __forceinline__ uchar4 | operator> (const short4 &a, short s) |
__device__ __forceinline__ uchar4 | operator> (short s, const short4 &b) |
__device__ __forceinline__ uchar1 | operator> (const int1 &a, int s) |
__device__ __forceinline__ uchar1 | operator> (int s, const int1 &b) |
__device__ __forceinline__ uchar2 | operator> (const int2 &a, int s) |
__device__ __forceinline__ uchar2 | operator> (int s, const int2 &b) |
__device__ __forceinline__ uchar3 | operator> (const int3 &a, int s) |
__device__ __forceinline__ uchar3 | operator> (int s, const int3 &b) |
__device__ __forceinline__ uchar4 | operator> (const int4 &a, int s) |
__device__ __forceinline__ uchar4 | operator> (int s, const int4 &b) |
__device__ __forceinline__ uchar1 | operator> (const uint1 &a, uint s) |
__device__ __forceinline__ uchar1 | operator> (uint s, const uint1 &b) |
__device__ __forceinline__ uchar2 | operator> (const uint2 &a, uint s) |
__device__ __forceinline__ uchar2 | operator> (uint s, const uint2 &b) |
__device__ __forceinline__ uchar3 | operator> (const uint3 &a, uint s) |
__device__ __forceinline__ uchar3 | operator> (uint s, const uint3 &b) |
__device__ __forceinline__ uchar4 | operator> (const uint4 &a, uint s) |
__device__ __forceinline__ uchar4 | operator> (uint s, const uint4 &b) |
__device__ __forceinline__ uchar1 | operator> (const float1 &a, float s) |
__device__ __forceinline__ uchar1 | operator> (float s, const float1 &b) |
__device__ __forceinline__ uchar2 | operator> (const float2 &a, float s) |
__device__ __forceinline__ uchar2 | operator> (float s, const float2 &b) |
__device__ __forceinline__ uchar3 | operator> (const float3 &a, float s) |
__device__ __forceinline__ uchar3 | operator> (float s, const float3 &b) |
__device__ __forceinline__ uchar4 | operator> (const float4 &a, float s) |
__device__ __forceinline__ uchar4 | operator> (float s, const float4 &b) |
__device__ __forceinline__ uchar1 | operator> (const double1 &a, double s) |
__device__ __forceinline__ uchar1 | operator> (double s, const double1 &b) |
__device__ __forceinline__ uchar2 | operator> (const double2 &a, double s) |
__device__ __forceinline__ uchar2 | operator> (double s, const double2 &b) |
__device__ __forceinline__ uchar3 | operator> (const double3 &a, double s) |
__device__ __forceinline__ uchar3 | operator> (double s, const double3 &b) |
__device__ __forceinline__ uchar4 | operator> (const double4 &a, double s) |
__device__ __forceinline__ uchar4 | operator> (double s, const double4 &b) |
__device__ __forceinline__ uchar1 | operator< (const uchar1 &a, uchar s) |
__device__ __forceinline__ uchar1 | operator< (uchar s, const uchar1 &b) |
__device__ __forceinline__ uchar2 | operator< (const uchar2 &a, uchar s) |
__device__ __forceinline__ uchar2 | operator< (uchar s, const uchar2 &b) |
__device__ __forceinline__ uchar3 | operator< (const uchar3 &a, uchar s) |
__device__ __forceinline__ uchar3 | operator< (uchar s, const uchar3 &b) |
__device__ __forceinline__ uchar4 | operator< (const uchar4 &a, uchar s) |
__device__ __forceinline__ uchar4 | operator< (uchar s, const uchar4 &b) |
__device__ __forceinline__ uchar1 | operator< (const char1 &a, char s) |
__device__ __forceinline__ uchar1 | operator< (char s, const char1 &b) |
__device__ __forceinline__ uchar2 | operator< (const char2 &a, char s) |
__device__ __forceinline__ uchar2 | operator< (char s, const char2 &b) |
__device__ __forceinline__ uchar3 | operator< (const char3 &a, char s) |
__device__ __forceinline__ uchar3 | operator< (char s, const char3 &b) |
__device__ __forceinline__ uchar4 | operator< (const char4 &a, char s) |
__device__ __forceinline__ uchar4 | operator< (char s, const char4 &b) |
__device__ __forceinline__ uchar1 | operator< (const ushort1 &a, ushort s) |
__device__ __forceinline__ uchar1 | operator< (ushort s, const ushort1 &b) |
__device__ __forceinline__ uchar2 | operator< (const ushort2 &a, ushort s) |
__device__ __forceinline__ uchar2 | operator< (ushort s, const ushort2 &b) |
__device__ __forceinline__ uchar3 | operator< (const ushort3 &a, ushort s) |
__device__ __forceinline__ uchar3 | operator< (ushort s, const ushort3 &b) |
__device__ __forceinline__ uchar4 | operator< (const ushort4 &a, ushort s) |
__device__ __forceinline__ uchar4 | operator< (ushort s, const ushort4 &b) |
__device__ __forceinline__ uchar1 | operator< (const short1 &a, short s) |
__device__ __forceinline__ uchar1 | operator< (short s, const short1 &b) |
__device__ __forceinline__ uchar2 | operator< (const short2 &a, short s) |
__device__ __forceinline__ uchar2 | operator< (short s, const short2 &b) |
__device__ __forceinline__ uchar3 | operator< (const short3 &a, short s) |
__device__ __forceinline__ uchar3 | operator< (short s, const short3 &b) |
__device__ __forceinline__ uchar4 | operator< (const short4 &a, short s) |
__device__ __forceinline__ uchar4 | operator< (short s, const short4 &b) |
__device__ __forceinline__ uchar1 | operator< (const int1 &a, int s) |
__device__ __forceinline__ uchar1 | operator< (int s, const int1 &b) |
__device__ __forceinline__ uchar2 | operator< (const int2 &a, int s) |
__device__ __forceinline__ uchar2 | operator< (int s, const int2 &b) |
__device__ __forceinline__ uchar3 | operator< (const int3 &a, int s) |
__device__ __forceinline__ uchar3 | operator< (int s, const int3 &b) |
__device__ __forceinline__ uchar4 | operator< (const int4 &a, int s) |
__device__ __forceinline__ uchar4 | operator< (int s, const int4 &b) |
__device__ __forceinline__ uchar1 | operator< (const uint1 &a, uint s) |
__device__ __forceinline__ uchar1 | operator< (uint s, const uint1 &b) |
__device__ __forceinline__ uchar2 | operator< (const uint2 &a, uint s) |
__device__ __forceinline__ uchar2 | operator< (uint s, const uint2 &b) |
__device__ __forceinline__ uchar3 | operator< (const uint3 &a, uint s) |
__device__ __forceinline__ uchar3 | operator< (uint s, const uint3 &b) |
__device__ __forceinline__ uchar4 | operator< (const uint4 &a, uint s) |
__device__ __forceinline__ uchar4 | operator< (uint s, const uint4 &b) |
__device__ __forceinline__ uchar1 | operator< (const float1 &a, float s) |
__device__ __forceinline__ uchar1 | operator< (float s, const float1 &b) |
__device__ __forceinline__ uchar2 | operator< (const float2 &a, float s) |
__device__ __forceinline__ uchar2 | operator< (float s, const float2 &b) |
__device__ __forceinline__ uchar3 | operator< (const float3 &a, float s) |
__device__ __forceinline__ uchar3 | operator< (float s, const float3 &b) |
__device__ __forceinline__ uchar4 | operator< (const float4 &a, float s) |
__device__ __forceinline__ uchar4 | operator< (float s, const float4 &b) |
__device__ __forceinline__ uchar1 | operator< (const double1 &a, double s) |
__device__ __forceinline__ uchar1 | operator< (double s, const double1 &b) |
__device__ __forceinline__ uchar2 | operator< (const double2 &a, double s) |
__device__ __forceinline__ uchar2 | operator< (double s, const double2 &b) |
__device__ __forceinline__ uchar3 | operator< (const double3 &a, double s) |
__device__ __forceinline__ uchar3 | operator< (double s, const double3 &b) |
__device__ __forceinline__ uchar4 | operator< (const double4 &a, double s) |
__device__ __forceinline__ uchar4 | operator< (double s, const double4 &b) |
__device__ __forceinline__ uchar1 | operator>= (const uchar1 &a, uchar s) |
__device__ __forceinline__ uchar1 | operator>= (uchar s, const uchar1 &b) |
__device__ __forceinline__ uchar2 | operator>= (const uchar2 &a, uchar s) |
__device__ __forceinline__ uchar2 | operator>= (uchar s, const uchar2 &b) |
__device__ __forceinline__ uchar3 | operator>= (const uchar3 &a, uchar s) |
__device__ __forceinline__ uchar3 | operator>= (uchar s, const uchar3 &b) |
__device__ __forceinline__ uchar4 | operator>= (const uchar4 &a, uchar s) |
__device__ __forceinline__ uchar4 | operator>= (uchar s, const uchar4 &b) |
__device__ __forceinline__ uchar1 | operator>= (const char1 &a, char s) |
__device__ __forceinline__ uchar1 | operator>= (char s, const char1 &b) |
__device__ __forceinline__ uchar2 | operator>= (const char2 &a, char s) |
__device__ __forceinline__ uchar2 | operator>= (char s, const char2 &b) |
__device__ __forceinline__ uchar3 | operator>= (const char3 &a, char s) |
__device__ __forceinline__ uchar3 | operator>= (char s, const char3 &b) |
__device__ __forceinline__ uchar4 | operator>= (const char4 &a, char s) |
__device__ __forceinline__ uchar4 | operator>= (char s, const char4 &b) |
__device__ __forceinline__ uchar1 | operator>= (const ushort1 &a, ushort s) |
__device__ __forceinline__ uchar1 | operator>= (ushort s, const ushort1 &b) |
__device__ __forceinline__ uchar2 | operator>= (const ushort2 &a, ushort s) |
__device__ __forceinline__ uchar2 | operator>= (ushort s, const ushort2 &b) |
__device__ __forceinline__ uchar3 | operator>= (const ushort3 &a, ushort s) |
__device__ __forceinline__ uchar3 | operator>= (ushort s, const ushort3 &b) |
__device__ __forceinline__ uchar4 | operator>= (const ushort4 &a, ushort s) |
__device__ __forceinline__ uchar4 | operator>= (ushort s, const ushort4 &b) |
__device__ __forceinline__ uchar1 | operator>= (const short1 &a, short s) |
__device__ __forceinline__ uchar1 | operator>= (short s, const short1 &b) |
__device__ __forceinline__ uchar2 | operator>= (const short2 &a, short s) |
__device__ __forceinline__ uchar2 | operator>= (short s, const short2 &b) |
__device__ __forceinline__ uchar3 | operator>= (const short3 &a, short s) |
__device__ __forceinline__ uchar3 | operator>= (short s, const short3 &b) |
__device__ __forceinline__ uchar4 | operator>= (const short4 &a, short s) |
__device__ __forceinline__ uchar4 | operator>= (short s, const short4 &b) |
__device__ __forceinline__ uchar1 | operator>= (const int1 &a, int s) |
__device__ __forceinline__ uchar1 | operator>= (int s, const int1 &b) |
__device__ __forceinline__ uchar2 | operator>= (const int2 &a, int s) |
__device__ __forceinline__ uchar2 | operator>= (int s, const int2 &b) |
__device__ __forceinline__ uchar3 | operator>= (const int3 &a, int s) |
__device__ __forceinline__ uchar3 | operator>= (int s, const int3 &b) |
__device__ __forceinline__ uchar4 | operator>= (const int4 &a, int s) |
__device__ __forceinline__ uchar4 | operator>= (int s, const int4 &b) |
__device__ __forceinline__ uchar1 | operator>= (const uint1 &a, uint s) |
__device__ __forceinline__ uchar1 | operator>= (uint s, const uint1 &b) |
__device__ __forceinline__ uchar2 | operator>= (const uint2 &a, uint s) |
__device__ __forceinline__ uchar2 | operator>= (uint s, const uint2 &b) |
__device__ __forceinline__ uchar3 | operator>= (const uint3 &a, uint s) |
__device__ __forceinline__ uchar3 | operator>= (uint s, const uint3 &b) |
__device__ __forceinline__ uchar4 | operator>= (const uint4 &a, uint s) |
__device__ __forceinline__ uchar4 | operator>= (uint s, const uint4 &b) |
__device__ __forceinline__ uchar1 | operator>= (const float1 &a, float s) |
__device__ __forceinline__ uchar1 | operator>= (float s, const float1 &b) |
__device__ __forceinline__ uchar2 | operator>= (const float2 &a, float s) |
__device__ __forceinline__ uchar2 | operator>= (float s, const float2 &b) |
__device__ __forceinline__ uchar3 | operator>= (const float3 &a, float s) |
__device__ __forceinline__ uchar3 | operator>= (float s, const float3 &b) |
__device__ __forceinline__ uchar4 | operator>= (const float4 &a, float s) |
__device__ __forceinline__ uchar4 | operator>= (float s, const float4 &b) |
__device__ __forceinline__ uchar1 | operator>= (const double1 &a, double s) |
__device__ __forceinline__ uchar1 | operator>= (double s, const double1 &b) |
__device__ __forceinline__ uchar2 | operator>= (const double2 &a, double s) |
__device__ __forceinline__ uchar2 | operator>= (double s, const double2 &b) |
__device__ __forceinline__ uchar3 | operator>= (const double3 &a, double s) |
__device__ __forceinline__ uchar3 | operator>= (double s, const double3 &b) |
__device__ __forceinline__ uchar4 | operator>= (const double4 &a, double s) |
__device__ __forceinline__ uchar4 | operator>= (double s, const double4 &b) |
__device__ __forceinline__ uchar1 | operator<= (const uchar1 &a, uchar s) |
__device__ __forceinline__ uchar1 | operator<= (uchar s, const uchar1 &b) |
__device__ __forceinline__ uchar2 | operator<= (const uchar2 &a, uchar s) |
__device__ __forceinline__ uchar2 | operator<= (uchar s, const uchar2 &b) |
__device__ __forceinline__ uchar3 | operator<= (const uchar3 &a, uchar s) |
__device__ __forceinline__ uchar3 | operator<= (uchar s, const uchar3 &b) |
__device__ __forceinline__ uchar4 | operator<= (const uchar4 &a, uchar s) |
__device__ __forceinline__ uchar4 | operator<= (uchar s, const uchar4 &b) |
__device__ __forceinline__ uchar1 | operator<= (const char1 &a, char s) |
__device__ __forceinline__ uchar1 | operator<= (char s, const char1 &b) |
__device__ __forceinline__ uchar2 | operator<= (const char2 &a, char s) |
__device__ __forceinline__ uchar2 | operator<= (char s, const char2 &b) |
__device__ __forceinline__ uchar3 | operator<= (const char3 &a, char s) |
__device__ __forceinline__ uchar3 | operator<= (char s, const char3 &b) |
__device__ __forceinline__ uchar4 | operator<= (const char4 &a, char s) |
__device__ __forceinline__ uchar4 | operator<= (char s, const char4 &b) |
__device__ __forceinline__ uchar1 | operator<= (const ushort1 &a, ushort s) |
__device__ __forceinline__ uchar1 | operator<= (ushort s, const ushort1 &b) |
__device__ __forceinline__ uchar2 | operator<= (const ushort2 &a, ushort s) |
__device__ __forceinline__ uchar2 | operator<= (ushort s, const ushort2 &b) |
__device__ __forceinline__ uchar3 | operator<= (const ushort3 &a, ushort s) |
__device__ __forceinline__ uchar3 | operator<= (ushort s, const ushort3 &b) |
__device__ __forceinline__ uchar4 | operator<= (const ushort4 &a, ushort s) |
__device__ __forceinline__ uchar4 | operator<= (ushort s, const ushort4 &b) |
__device__ __forceinline__ uchar1 | operator<= (const short1 &a, short s) |
__device__ __forceinline__ uchar1 | operator<= (short s, const short1 &b) |
__device__ __forceinline__ uchar2 | operator<= (const short2 &a, short s) |
__device__ __forceinline__ uchar2 | operator<= (short s, const short2 &b) |
__device__ __forceinline__ uchar3 | operator<= (const short3 &a, short s) |
__device__ __forceinline__ uchar3 | operator<= (short s, const short3 &b) |
__device__ __forceinline__ uchar4 | operator<= (const short4 &a, short s) |
__device__ __forceinline__ uchar4 | operator<= (short s, const short4 &b) |
__device__ __forceinline__ uchar1 | operator<= (const int1 &a, int s) |
__device__ __forceinline__ uchar1 | operator<= (int s, const int1 &b) |
__device__ __forceinline__ uchar2 | operator<= (const int2 &a, int s) |
__device__ __forceinline__ uchar2 | operator<= (int s, const int2 &b) |
__device__ __forceinline__ uchar3 | operator<= (const int3 &a, int s) |
__device__ __forceinline__ uchar3 | operator<= (int s, const int3 &b) |
__device__ __forceinline__ uchar4 | operator<= (const int4 &a, int s) |
__device__ __forceinline__ uchar4 | operator<= (int s, const int4 &b) |
__device__ __forceinline__ uchar1 | operator<= (const uint1 &a, uint s) |
__device__ __forceinline__ uchar1 | operator<= (uint s, const uint1 &b) |
__device__ __forceinline__ uchar2 | operator<= (const uint2 &a, uint s) |
__device__ __forceinline__ uchar2 | operator<= (uint s, const uint2 &b) |
__device__ __forceinline__ uchar3 | operator<= (const uint3 &a, uint s) |
__device__ __forceinline__ uchar3 | operator<= (uint s, const uint3 &b) |
__device__ __forceinline__ uchar4 | operator<= (const uint4 &a, uint s) |
__device__ __forceinline__ uchar4 | operator<= (uint s, const uint4 &b) |
__device__ __forceinline__ uchar1 | operator<= (const float1 &a, float s) |
__device__ __forceinline__ uchar1 | operator<= (float s, const float1 &b) |
__device__ __forceinline__ uchar2 | operator<= (const float2 &a, float s) |
__device__ __forceinline__ uchar2 | operator<= (float s, const float2 &b) |
__device__ __forceinline__ uchar3 | operator<= (const float3 &a, float s) |
__device__ __forceinline__ uchar3 | operator<= (float s, const float3 &b) |
__device__ __forceinline__ uchar4 | operator<= (const float4 &a, float s) |
__device__ __forceinline__ uchar4 | operator<= (float s, const float4 &b) |
__device__ __forceinline__ uchar1 | operator<= (const double1 &a, double s) |
__device__ __forceinline__ uchar1 | operator<= (double s, const double1 &b) |
__device__ __forceinline__ uchar2 | operator<= (const double2 &a, double s) |
__device__ __forceinline__ uchar2 | operator<= (double s, const double2 &b) |
__device__ __forceinline__ uchar3 | operator<= (const double3 &a, double s) |
__device__ __forceinline__ uchar3 | operator<= (double s, const double3 &b) |
__device__ __forceinline__ uchar4 | operator<= (const double4 &a, double s) |
__device__ __forceinline__ uchar4 | operator<= (double s, const double4 &b) |
__device__ __forceinline__ uchar1 | operator&& (const uchar1 &a, uchar s) |
__device__ __forceinline__ uchar1 | operator&& (uchar s, const uchar1 &b) |
__device__ __forceinline__ uchar2 | operator&& (const uchar2 &a, uchar s) |
__device__ __forceinline__ uchar2 | operator&& (uchar s, const uchar2 &b) |
__device__ __forceinline__ uchar3 | operator&& (const uchar3 &a, uchar s) |
__device__ __forceinline__ uchar3 | operator&& (uchar s, const uchar3 &b) |
__device__ __forceinline__ uchar4 | operator&& (const uchar4 &a, uchar s) |
__device__ __forceinline__ uchar4 | operator&& (uchar s, const uchar4 &b) |
__device__ __forceinline__ uchar1 | operator&& (const char1 &a, char s) |
__device__ __forceinline__ uchar1 | operator&& (char s, const char1 &b) |
__device__ __forceinline__ uchar2 | operator&& (const char2 &a, char s) |
__device__ __forceinline__ uchar2 | operator&& (char s, const char2 &b) |
__device__ __forceinline__ uchar3 | operator&& (const char3 &a, char s) |
__device__ __forceinline__ uchar3 | operator&& (char s, const char3 &b) |
__device__ __forceinline__ uchar4 | operator&& (const char4 &a, char s) |
__device__ __forceinline__ uchar4 | operator&& (char s, const char4 &b) |
__device__ __forceinline__ uchar1 | operator&& (const ushort1 &a, ushort s) |
__device__ __forceinline__ uchar1 | operator&& (ushort s, const ushort1 &b) |
__device__ __forceinline__ uchar2 | operator&& (const ushort2 &a, ushort s) |
__device__ __forceinline__ uchar2 | operator&& (ushort s, const ushort2 &b) |
__device__ __forceinline__ uchar3 | operator&& (const ushort3 &a, ushort s) |
__device__ __forceinline__ uchar3 | operator&& (ushort s, const ushort3 &b) |
__device__ __forceinline__ uchar4 | operator&& (const ushort4 &a, ushort s) |
__device__ __forceinline__ uchar4 | operator&& (ushort s, const ushort4 &b) |
__device__ __forceinline__ uchar1 | operator&& (const short1 &a, short s) |
__device__ __forceinline__ uchar1 | operator&& (short s, const short1 &b) |
__device__ __forceinline__ uchar2 | operator&& (const short2 &a, short s) |
__device__ __forceinline__ uchar2 | operator&& (short s, const short2 &b) |
__device__ __forceinline__ uchar3 | operator&& (const short3 &a, short s) |
__device__ __forceinline__ uchar3 | operator&& (short s, const short3 &b) |
__device__ __forceinline__ uchar4 | operator&& (const short4 &a, short s) |
__device__ __forceinline__ uchar4 | operator&& (short s, const short4 &b) |
__device__ __forceinline__ uchar1 | operator&& (const int1 &a, int s) |
__device__ __forceinline__ uchar1 | operator&& (int s, const int1 &b) |
__device__ __forceinline__ uchar2 | operator&& (const int2 &a, int s) |
__device__ __forceinline__ uchar2 | operator&& (int s, const int2 &b) |
__device__ __forceinline__ uchar3 | operator&& (const int3 &a, int s) |
__device__ __forceinline__ uchar3 | operator&& (int s, const int3 &b) |
__device__ __forceinline__ uchar4 | operator&& (const int4 &a, int s) |
__device__ __forceinline__ uchar4 | operator&& (int s, const int4 &b) |
__device__ __forceinline__ uchar1 | operator&& (const uint1 &a, uint s) |
__device__ __forceinline__ uchar1 | operator&& (uint s, const uint1 &b) |
__device__ __forceinline__ uchar2 | operator&& (const uint2 &a, uint s) |
__device__ __forceinline__ uchar2 | operator&& (uint s, const uint2 &b) |
__device__ __forceinline__ uchar3 | operator&& (const uint3 &a, uint s) |
__device__ __forceinline__ uchar3 | operator&& (uint s, const uint3 &b) |
__device__ __forceinline__ uchar4 | operator&& (const uint4 &a, uint s) |
__device__ __forceinline__ uchar4 | operator&& (uint s, const uint4 &b) |
__device__ __forceinline__ uchar1 | operator&& (const float1 &a, float s) |
__device__ __forceinline__ uchar1 | operator&& (float s, const float1 &b) |
__device__ __forceinline__ uchar2 | operator&& (const float2 &a, float s) |
__device__ __forceinline__ uchar2 | operator&& (float s, const float2 &b) |
__device__ __forceinline__ uchar3 | operator&& (const float3 &a, float s) |
__device__ __forceinline__ uchar3 | operator&& (float s, const float3 &b) |
__device__ __forceinline__ uchar4 | operator&& (const float4 &a, float s) |
__device__ __forceinline__ uchar4 | operator&& (float s, const float4 &b) |
__device__ __forceinline__ uchar1 | operator&& (const double1 &a, double s) |
__device__ __forceinline__ uchar1 | operator&& (double s, const double1 &b) |
__device__ __forceinline__ uchar2 | operator&& (const double2 &a, double s) |
__device__ __forceinline__ uchar2 | operator&& (double s, const double2 &b) |
__device__ __forceinline__ uchar3 | operator&& (const double3 &a, double s) |
__device__ __forceinline__ uchar3 | operator&& (double s, const double3 &b) |
__device__ __forceinline__ uchar4 | operator&& (const double4 &a, double s) |
__device__ __forceinline__ uchar4 | operator&& (double s, const double4 &b) |
__device__ __forceinline__ uchar1 | operator|| (const uchar1 &a, uchar s) |
__device__ __forceinline__ uchar1 | operator|| (uchar s, const uchar1 &b) |
__device__ __forceinline__ uchar2 | operator|| (const uchar2 &a, uchar s) |
__device__ __forceinline__ uchar2 | operator|| (uchar s, const uchar2 &b) |
__device__ __forceinline__ uchar3 | operator|| (const uchar3 &a, uchar s) |
__device__ __forceinline__ uchar3 | operator|| (uchar s, const uchar3 &b) |
__device__ __forceinline__ uchar4 | operator|| (const uchar4 &a, uchar s) |
__device__ __forceinline__ uchar4 | operator|| (uchar s, const uchar4 &b) |
__device__ __forceinline__ uchar1 | operator|| (const char1 &a, char s) |
__device__ __forceinline__ uchar1 | operator|| (char s, const char1 &b) |
__device__ __forceinline__ uchar2 | operator|| (const char2 &a, char s) |
__device__ __forceinline__ uchar2 | operator|| (char s, const char2 &b) |
__device__ __forceinline__ uchar3 | operator|| (const char3 &a, char s) |
__device__ __forceinline__ uchar3 | operator|| (char s, const char3 &b) |
__device__ __forceinline__ uchar4 | operator|| (const char4 &a, char s) |
__device__ __forceinline__ uchar4 | operator|| (char s, const char4 &b) |
__device__ __forceinline__ uchar1 | operator|| (const ushort1 &a, ushort s) |
__device__ __forceinline__ uchar1 | operator|| (ushort s, const ushort1 &b) |
__device__ __forceinline__ uchar2 | operator|| (const ushort2 &a, ushort s) |
__device__ __forceinline__ uchar2 | operator|| (ushort s, const ushort2 &b) |
__device__ __forceinline__ uchar3 | operator|| (const ushort3 &a, ushort s) |
__device__ __forceinline__ uchar3 | operator|| (ushort s, const ushort3 &b) |
__device__ __forceinline__ uchar4 | operator|| (const ushort4 &a, ushort s) |
__device__ __forceinline__ uchar4 | operator|| (ushort s, const ushort4 &b) |
__device__ __forceinline__ uchar1 | operator|| (const short1 &a, short s) |
__device__ __forceinline__ uchar1 | operator|| (short s, const short1 &b) |
__device__ __forceinline__ uchar2 | operator|| (const short2 &a, short s) |
__device__ __forceinline__ uchar2 | operator|| (short s, const short2 &b) |
__device__ __forceinline__ uchar3 | operator|| (const short3 &a, short s) |
__device__ __forceinline__ uchar3 | operator|| (short s, const short3 &b) |
__device__ __forceinline__ uchar4 | operator|| (const short4 &a, short s) |
__device__ __forceinline__ uchar4 | operator|| (short s, const short4 &b) |
__device__ __forceinline__ uchar1 | operator|| (const int1 &a, int s) |
__device__ __forceinline__ uchar1 | operator|| (int s, const int1 &b) |
__device__ __forceinline__ uchar2 | operator|| (const int2 &a, int s) |
__device__ __forceinline__ uchar2 | operator|| (int s, const int2 &b) |
__device__ __forceinline__ uchar3 | operator|| (const int3 &a, int s) |
__device__ __forceinline__ uchar3 | operator|| (int s, const int3 &b) |
__device__ __forceinline__ uchar4 | operator|| (const int4 &a, int s) |
__device__ __forceinline__ uchar4 | operator|| (int s, const int4 &b) |
__device__ __forceinline__ uchar1 | operator|| (const uint1 &a, uint s) |
__device__ __forceinline__ uchar1 | operator|| (uint s, const uint1 &b) |
__device__ __forceinline__ uchar2 | operator|| (const uint2 &a, uint s) |
__device__ __forceinline__ uchar2 | operator|| (uint s, const uint2 &b) |
__device__ __forceinline__ uchar3 | operator|| (const uint3 &a, uint s) |
__device__ __forceinline__ uchar3 | operator|| (uint s, const uint3 &b) |
__device__ __forceinline__ uchar4 | operator|| (const uint4 &a, uint s) |
__device__ __forceinline__ uchar4 | operator|| (uint s, const uint4 &b) |
__device__ __forceinline__ uchar1 | operator|| (const float1 &a, float s) |
__device__ __forceinline__ uchar1 | operator|| (float s, const float1 &b) |
__device__ __forceinline__ uchar2 | operator|| (const float2 &a, float s) |
__device__ __forceinline__ uchar2 | operator|| (float s, const float2 &b) |
__device__ __forceinline__ uchar3 | operator|| (const float3 &a, float s) |
__device__ __forceinline__ uchar3 | operator|| (float s, const float3 &b) |
__device__ __forceinline__ uchar4 | operator|| (const float4 &a, float s) |
__device__ __forceinline__ uchar4 | operator|| (float s, const float4 &b) |
__device__ __forceinline__ uchar1 | operator|| (const double1 &a, double s) |
__device__ __forceinline__ uchar1 | operator|| (double s, const double1 &b) |
__device__ __forceinline__ uchar2 | operator|| (const double2 &a, double s) |
__device__ __forceinline__ uchar2 | operator|| (double s, const double2 &b) |
__device__ __forceinline__ uchar3 | operator|| (const double3 &a, double s) |
__device__ __forceinline__ uchar3 | operator|| (double s, const double3 &b) |
__device__ __forceinline__ uchar4 | operator|| (const double4 &a, double s) |
__device__ __forceinline__ uchar4 | operator|| (double s, const double4 &b) |
__device__ __forceinline__ uchar1 | operator& (const uchar1 &a, uchar s) |
__device__ __forceinline__ uchar1 | operator& (uchar s, const uchar1 &b) |
__device__ __forceinline__ uchar2 | operator& (const uchar2 &a, uchar s) |
__device__ __forceinline__ uchar2 | operator& (uchar s, const uchar2 &b) |
__device__ __forceinline__ uchar3 | operator& (const uchar3 &a, uchar s) |
__device__ __forceinline__ uchar3 | operator& (uchar s, const uchar3 &b) |
__device__ __forceinline__ uchar4 | operator& (const uchar4 &a, uchar s) |
__device__ __forceinline__ uchar4 | operator& (uchar s, const uchar4 &b) |
__device__ __forceinline__ char1 | operator& (const char1 &a, char s) |
__device__ __forceinline__ char1 | operator& (char s, const char1 &b) |
__device__ __forceinline__ char2 | operator& (const char2 &a, char s) |
__device__ __forceinline__ char2 | operator& (char s, const char2 &b) |
__device__ __forceinline__ char3 | operator& (const char3 &a, char s) |
__device__ __forceinline__ char3 | operator& (char s, const char3 &b) |
__device__ __forceinline__ char4 | operator& (const char4 &a, char s) |
__device__ __forceinline__ char4 | operator& (char s, const char4 &b) |
__device__ __forceinline__ ushort1 | operator& (const ushort1 &a, ushort s) |
__device__ __forceinline__ ushort1 | operator& (ushort s, const ushort1 &b) |
__device__ __forceinline__ ushort2 | operator& (const ushort2 &a, ushort s) |
__device__ __forceinline__ ushort2 | operator& (ushort s, const ushort2 &b) |
__device__ __forceinline__ ushort3 | operator& (const ushort3 &a, ushort s) |
__device__ __forceinline__ ushort3 | operator& (ushort s, const ushort3 &b) |
__device__ __forceinline__ ushort4 | operator& (const ushort4 &a, ushort s) |
__device__ __forceinline__ ushort4 | operator& (ushort s, const ushort4 &b) |
__device__ __forceinline__ short1 | operator& (const short1 &a, short s) |
__device__ __forceinline__ short1 | operator& (short s, const short1 &b) |
__device__ __forceinline__ short2 | operator& (const short2 &a, short s) |
__device__ __forceinline__ short2 | operator& (short s, const short2 &b) |
__device__ __forceinline__ short3 | operator& (const short3 &a, short s) |
__device__ __forceinline__ short3 | operator& (short s, const short3 &b) |
__device__ __forceinline__ short4 | operator& (const short4 &a, short s) |
__device__ __forceinline__ short4 | operator& (short s, const short4 &b) |
__device__ __forceinline__ int1 | operator& (const int1 &a, int s) |
__device__ __forceinline__ int1 | operator& (int s, const int1 &b) |
__device__ __forceinline__ int2 | operator& (const int2 &a, int s) |
__device__ __forceinline__ int2 | operator& (int s, const int2 &b) |
__device__ __forceinline__ int3 | operator& (const int3 &a, int s) |
__device__ __forceinline__ int3 | operator& (int s, const int3 &b) |
__device__ __forceinline__ int4 | operator& (const int4 &a, int s) |
__device__ __forceinline__ int4 | operator& (int s, const int4 &b) |
__device__ __forceinline__ uint1 | operator& (const uint1 &a, uint s) |
__device__ __forceinline__ uint1 | operator& (uint s, const uint1 &b) |
__device__ __forceinline__ uint2 | operator& (const uint2 &a, uint s) |
__device__ __forceinline__ uint2 | operator& (uint s, const uint2 &b) |
__device__ __forceinline__ uint3 | operator& (const uint3 &a, uint s) |
__device__ __forceinline__ uint3 | operator& (uint s, const uint3 &b) |
__device__ __forceinline__ uint4 | operator& (const uint4 &a, uint s) |
__device__ __forceinline__ uint4 | operator& (uint s, const uint4 &b) |
__device__ __forceinline__ uchar1 | operator| (const uchar1 &a, uchar s) |
__device__ __forceinline__ uchar1 | operator| (uchar s, const uchar1 &b) |
__device__ __forceinline__ uchar2 | operator| (const uchar2 &a, uchar s) |
__device__ __forceinline__ uchar2 | operator| (uchar s, const uchar2 &b) |
__device__ __forceinline__ uchar3 | operator| (const uchar3 &a, uchar s) |
__device__ __forceinline__ uchar3 | operator| (uchar s, const uchar3 &b) |
__device__ __forceinline__ uchar4 | operator| (const uchar4 &a, uchar s) |
__device__ __forceinline__ uchar4 | operator| (uchar s, const uchar4 &b) |
__device__ __forceinline__ char1 | operator| (const char1 &a, char s) |
__device__ __forceinline__ char1 | operator| (char s, const char1 &b) |
__device__ __forceinline__ char2 | operator| (const char2 &a, char s) |
__device__ __forceinline__ char2 | operator| (char s, const char2 &b) |
__device__ __forceinline__ char3 | operator| (const char3 &a, char s) |
__device__ __forceinline__ char3 | operator| (char s, const char3 &b) |
__device__ __forceinline__ char4 | operator| (const char4 &a, char s) |
__device__ __forceinline__ char4 | operator| (char s, const char4 &b) |
__device__ __forceinline__ ushort1 | operator| (const ushort1 &a, ushort s) |
__device__ __forceinline__ ushort1 | operator| (ushort s, const ushort1 &b) |
__device__ __forceinline__ ushort2 | operator| (const ushort2 &a, ushort s) |
__device__ __forceinline__ ushort2 | operator| (ushort s, const ushort2 &b) |
__device__ __forceinline__ ushort3 | operator| (const ushort3 &a, ushort s) |
__device__ __forceinline__ ushort3 | operator| (ushort s, const ushort3 &b) |
__device__ __forceinline__ ushort4 | operator| (const ushort4 &a, ushort s) |
__device__ __forceinline__ ushort4 | operator| (ushort s, const ushort4 &b) |
__device__ __forceinline__ short1 | operator| (const short1 &a, short s) |
__device__ __forceinline__ short1 | operator| (short s, const short1 &b) |
__device__ __forceinline__ short2 | operator| (const short2 &a, short s) |
__device__ __forceinline__ short2 | operator| (short s, const short2 &b) |
__device__ __forceinline__ short3 | operator| (const short3 &a, short s) |
__device__ __forceinline__ short3 | operator| (short s, const short3 &b) |
__device__ __forceinline__ short4 | operator| (const short4 &a, short s) |
__device__ __forceinline__ short4 | operator| (short s, const short4 &b) |
__device__ __forceinline__ int1 | operator| (const int1 &a, int s) |
__device__ __forceinline__ int1 | operator| (int s, const int1 &b) |
__device__ __forceinline__ int2 | operator| (const int2 &a, int s) |
__device__ __forceinline__ int2 | operator| (int s, const int2 &b) |
__device__ __forceinline__ int3 | operator| (const int3 &a, int s) |
__device__ __forceinline__ int3 | operator| (int s, const int3 &b) |
__device__ __forceinline__ int4 | operator| (const int4 &a, int s) |
__device__ __forceinline__ int4 | operator| (int s, const int4 &b) |
__device__ __forceinline__ uint1 | operator| (const uint1 &a, uint s) |
__device__ __forceinline__ uint1 | operator| (uint s, const uint1 &b) |
__device__ __forceinline__ uint2 | operator| (const uint2 &a, uint s) |
__device__ __forceinline__ uint2 | operator| (uint s, const uint2 &b) |
__device__ __forceinline__ uint3 | operator| (const uint3 &a, uint s) |
__device__ __forceinline__ uint3 | operator| (uint s, const uint3 &b) |
__device__ __forceinline__ uint4 | operator| (const uint4 &a, uint s) |
__device__ __forceinline__ uint4 | operator| (uint s, const uint4 &b) |
__device__ __forceinline__ uchar1 | operator^ (const uchar1 &a, uchar s) |
__device__ __forceinline__ uchar1 | operator^ (uchar s, const uchar1 &b) |
__device__ __forceinline__ uchar2 | operator^ (const uchar2 &a, uchar s) |
__device__ __forceinline__ uchar2 | operator^ (uchar s, const uchar2 &b) |
__device__ __forceinline__ uchar3 | operator^ (const uchar3 &a, uchar s) |
__device__ __forceinline__ uchar3 | operator^ (uchar s, const uchar3 &b) |
__device__ __forceinline__ uchar4 | operator^ (const uchar4 &a, uchar s) |
__device__ __forceinline__ uchar4 | operator^ (uchar s, const uchar4 &b) |
__device__ __forceinline__ char1 | operator^ (const char1 &a, char s) |
__device__ __forceinline__ char1 | operator^ (char s, const char1 &b) |
__device__ __forceinline__ char2 | operator^ (const char2 &a, char s) |
__device__ __forceinline__ char2 | operator^ (char s, const char2 &b) |
__device__ __forceinline__ char3 | operator^ (const char3 &a, char s) |
__device__ __forceinline__ char3 | operator^ (char s, const char3 &b) |
__device__ __forceinline__ char4 | operator^ (const char4 &a, char s) |
__device__ __forceinline__ char4 | operator^ (char s, const char4 &b) |
__device__ __forceinline__ ushort1 | operator^ (const ushort1 &a, ushort s) |
__device__ __forceinline__ ushort1 | operator^ (ushort s, const ushort1 &b) |
__device__ __forceinline__ ushort2 | operator^ (const ushort2 &a, ushort s) |
__device__ __forceinline__ ushort2 | operator^ (ushort s, const ushort2 &b) |
__device__ __forceinline__ ushort3 | operator^ (const ushort3 &a, ushort s) |
__device__ __forceinline__ ushort3 | operator^ (ushort s, const ushort3 &b) |
__device__ __forceinline__ ushort4 | operator^ (const ushort4 &a, ushort s) |
__device__ __forceinline__ ushort4 | operator^ (ushort s, const ushort4 &b) |
__device__ __forceinline__ short1 | operator^ (const short1 &a, short s) |
__device__ __forceinline__ short1 | operator^ (short s, const short1 &b) |
__device__ __forceinline__ short2 | operator^ (const short2 &a, short s) |
__device__ __forceinline__ short2 | operator^ (short s, const short2 &b) |
__device__ __forceinline__ short3 | operator^ (const short3 &a, short s) |
__device__ __forceinline__ short3 | operator^ (short s, const short3 &b) |
__device__ __forceinline__ short4 | operator^ (const short4 &a, short s) |
__device__ __forceinline__ short4 | operator^ (short s, const short4 &b) |
__device__ __forceinline__ int1 | operator^ (const int1 &a, int s) |
__device__ __forceinline__ int1 | operator^ (int s, const int1 &b) |
__device__ __forceinline__ int2 | operator^ (const int2 &a, int s) |
__device__ __forceinline__ int2 | operator^ (int s, const int2 &b) |
__device__ __forceinline__ int3 | operator^ (const int3 &a, int s) |
__device__ __forceinline__ int3 | operator^ (int s, const int3 &b) |
__device__ __forceinline__ int4 | operator^ (const int4 &a, int s) |
__device__ __forceinline__ int4 | operator^ (int s, const int4 &b) |
__device__ __forceinline__ uint1 | operator^ (const uint1 &a, uint s) |
__device__ __forceinline__ uint1 | operator^ (uint s, const uint1 &b) |
__device__ __forceinline__ uint2 | operator^ (const uint2 &a, uint s) |
__device__ __forceinline__ uint2 | operator^ (uint s, const uint2 &b) |
__device__ __forceinline__ uint3 | operator^ (const uint3 &a, uint s) |
__device__ __forceinline__ uint3 | operator^ (uint s, const uint3 &b) |
__device__ __forceinline__ uint4 | operator^ (const uint4 &a, uint s) |
__device__ __forceinline__ uint4 | operator^ (uint s, const uint4 &b) |
__device__ __forceinline__ uchar1 | max (const uchar1 &a, const uchar1 &b) |
__device__ __forceinline__ uchar2 | max (const uchar2 &a, const uchar2 &b) |
__device__ __forceinline__ uchar3 | max (const uchar3 &a, const uchar3 &b) |
__device__ __forceinline__ uchar4 | max (const uchar4 &a, const uchar4 &b) |
__device__ __forceinline__ char1 | max (const char1 &a, const char1 &b) |
__device__ __forceinline__ char2 | max (const char2 &a, const char2 &b) |
__device__ __forceinline__ char3 | max (const char3 &a, const char3 &b) |
__device__ __forceinline__ char4 | max (const char4 &a, const char4 &b) |
__device__ __forceinline__ ushort1 | max (const ushort1 &a, const ushort1 &b) |
__device__ __forceinline__ ushort2 | max (const ushort2 &a, const ushort2 &b) |
__device__ __forceinline__ ushort3 | max (const ushort3 &a, const ushort3 &b) |
__device__ __forceinline__ ushort4 | max (const ushort4 &a, const ushort4 &b) |
__device__ __forceinline__ short1 | max (const short1 &a, const short1 &b) |
__device__ __forceinline__ short2 | max (const short2 &a, const short2 &b) |
__device__ __forceinline__ short3 | max (const short3 &a, const short3 &b) |
__device__ __forceinline__ short4 | max (const short4 &a, const short4 &b) |
__device__ __forceinline__ uint1 | max (const uint1 &a, const uint1 &b) |
__device__ __forceinline__ uint2 | max (const uint2 &a, const uint2 &b) |
__device__ __forceinline__ uint3 | max (const uint3 &a, const uint3 &b) |
__device__ __forceinline__ uint4 | max (const uint4 &a, const uint4 &b) |
__device__ __forceinline__ int1 | max (const int1 &a, const int1 &b) |
__device__ __forceinline__ int2 | max (const int2 &a, const int2 &b) |
__device__ __forceinline__ int3 | max (const int3 &a, const int3 &b) |
__device__ __forceinline__ int4 | max (const int4 &a, const int4 &b) |
__device__ __forceinline__ float1 | max (const float1 &a, const float1 &b) |
__device__ __forceinline__ float2 | max (const float2 &a, const float2 &b) |
__device__ __forceinline__ float3 | max (const float3 &a, const float3 &b) |
__device__ __forceinline__ float4 | max (const float4 &a, const float4 &b) |
__device__ __forceinline__ double1 | max (const double1 &a, const double1 &b) |
__device__ __forceinline__ double2 | max (const double2 &a, const double2 &b) |
__device__ __forceinline__ double3 | max (const double3 &a, const double3 &b) |
__device__ __forceinline__ double4 | max (const double4 &a, const double4 &b) |
__device__ __forceinline__ uchar1 | min (const uchar1 &a, const uchar1 &b) |
__device__ __forceinline__ uchar2 | min (const uchar2 &a, const uchar2 &b) |
__device__ __forceinline__ uchar3 | min (const uchar3 &a, const uchar3 &b) |
__device__ __forceinline__ uchar4 | min (const uchar4 &a, const uchar4 &b) |
__device__ __forceinline__ char1 | min (const char1 &a, const char1 &b) |
__device__ __forceinline__ char2 | min (const char2 &a, const char2 &b) |
__device__ __forceinline__ char3 | min (const char3 &a, const char3 &b) |
__device__ __forceinline__ char4 | min (const char4 &a, const char4 &b) |
__device__ __forceinline__ ushort1 | min (const ushort1 &a, const ushort1 &b) |
__device__ __forceinline__ ushort2 | min (const ushort2 &a, const ushort2 &b) |
__device__ __forceinline__ ushort3 | min (const ushort3 &a, const ushort3 &b) |
__device__ __forceinline__ ushort4 | min (const ushort4 &a, const ushort4 &b) |
__device__ __forceinline__ short1 | min (const short1 &a, const short1 &b) |
__device__ __forceinline__ short2 | min (const short2 &a, const short2 &b) |
__device__ __forceinline__ short3 | min (const short3 &a, const short3 &b) |
__device__ __forceinline__ short4 | min (const short4 &a, const short4 &b) |
__device__ __forceinline__ uint1 | min (const uint1 &a, const uint1 &b) |
__device__ __forceinline__ uint2 | min (const uint2 &a, const uint2 &b) |
__device__ __forceinline__ uint3 | min (const uint3 &a, const uint3 &b) |
__device__ __forceinline__ uint4 | min (const uint4 &a, const uint4 &b) |
__device__ __forceinline__ int1 | min (const int1 &a, const int1 &b) |
__device__ __forceinline__ int2 | min (const int2 &a, const int2 &b) |
__device__ __forceinline__ int3 | min (const int3 &a, const int3 &b) |
__device__ __forceinline__ int4 | min (const int4 &a, const int4 &b) |
__device__ __forceinline__ float1 | min (const float1 &a, const float1 &b) |
__device__ __forceinline__ float2 | min (const float2 &a, const float2 &b) |
__device__ __forceinline__ float3 | min (const float3 &a, const float3 &b) |
__device__ __forceinline__ float4 | min (const float4 &a, const float4 &b) |
__device__ __forceinline__ double1 | min (const double1 &a, const double1 &b) |
__device__ __forceinline__ double2 | min (const double2 &a, const double2 &b) |
__device__ __forceinline__ double3 | min (const double3 &a, const double3 &b) |
__device__ __forceinline__ double4 | min (const double4 &a, const double4 &b) |
__device__ __forceinline__ float1 | hypot (const uchar1 &a, const uchar1 &b) |
__device__ __forceinline__ float2 | hypot (const uchar2 &a, const uchar2 &b) |
__device__ __forceinline__ float3 | hypot (const uchar3 &a, const uchar3 &b) |
__device__ __forceinline__ float4 | hypot (const uchar4 &a, const uchar4 &b) |
__device__ __forceinline__ float1 | hypot (const char1 &a, const char1 &b) |
__device__ __forceinline__ float2 | hypot (const char2 &a, const char2 &b) |
__device__ __forceinline__ float3 | hypot (const char3 &a, const char3 &b) |
__device__ __forceinline__ float4 | hypot (const char4 &a, const char4 &b) |
__device__ __forceinline__ float1 | hypot (const ushort1 &a, const ushort1 &b) |
__device__ __forceinline__ float2 | hypot (const ushort2 &a, const ushort2 &b) |
__device__ __forceinline__ float3 | hypot (const ushort3 &a, const ushort3 &b) |
__device__ __forceinline__ float4 | hypot (const ushort4 &a, const ushort4 &b) |
__device__ __forceinline__ float1 | hypot (const short1 &a, const short1 &b) |
__device__ __forceinline__ float2 | hypot (const short2 &a, const short2 &b) |
__device__ __forceinline__ float3 | hypot (const short3 &a, const short3 &b) |
__device__ __forceinline__ float4 | hypot (const short4 &a, const short4 &b) |
__device__ __forceinline__ float1 | hypot (const uint1 &a, const uint1 &b) |
__device__ __forceinline__ float2 | hypot (const uint2 &a, const uint2 &b) |
__device__ __forceinline__ float3 | hypot (const uint3 &a, const uint3 &b) |
__device__ __forceinline__ float4 | hypot (const uint4 &a, const uint4 &b) |
__device__ __forceinline__ float1 | hypot (const int1 &a, const int1 &b) |
__device__ __forceinline__ float2 | hypot (const int2 &a, const int2 &b) |
__device__ __forceinline__ float3 | hypot (const int3 &a, const int3 &b) |
__device__ __forceinline__ float4 | hypot (const int4 &a, const int4 &b) |
__device__ __forceinline__ float1 | hypot (const float1 &a, const float1 &b) |
__device__ __forceinline__ float2 | hypot (const float2 &a, const float2 &b) |
__device__ __forceinline__ float3 | hypot (const float3 &a, const float3 &b) |
__device__ __forceinline__ float4 | hypot (const float4 &a, const float4 &b) |
__device__ __forceinline__ double1 | hypot (const double1 &a, const double1 &b) |
__device__ __forceinline__ double2 | hypot (const double2 &a, const double2 &b) |
__device__ __forceinline__ double3 | hypot (const double3 &a, const double3 &b) |
__device__ __forceinline__ double4 | hypot (const double4 &a, const double4 &b) |
__device__ __forceinline__ float1 | atan2 (const uchar1 &a, const uchar1 &b) |
__device__ __forceinline__ float2 | atan2 (const uchar2 &a, const uchar2 &b) |
__device__ __forceinline__ float3 | atan2 (const uchar3 &a, const uchar3 &b) |
__device__ __forceinline__ float4 | atan2 (const uchar4 &a, const uchar4 &b) |
__device__ __forceinline__ float1 | atan2 (const char1 &a, const char1 &b) |
__device__ __forceinline__ float2 | atan2 (const char2 &a, const char2 &b) |
__device__ __forceinline__ float3 | atan2 (const char3 &a, const char3 &b) |
__device__ __forceinline__ float4 | atan2 (const char4 &a, const char4 &b) |
__device__ __forceinline__ float1 | atan2 (const ushort1 &a, const ushort1 &b) |
__device__ __forceinline__ float2 | atan2 (const ushort2 &a, const ushort2 &b) |
__device__ __forceinline__ float3 | atan2 (const ushort3 &a, const ushort3 &b) |
__device__ __forceinline__ float4 | atan2 (const ushort4 &a, const ushort4 &b) |
__device__ __forceinline__ float1 | atan2 (const short1 &a, const short1 &b) |
__device__ __forceinline__ float2 | atan2 (const short2 &a, const short2 &b) |
__device__ __forceinline__ float3 | atan2 (const short3 &a, const short3 &b) |
__device__ __forceinline__ float4 | atan2 (const short4 &a, const short4 &b) |
__device__ __forceinline__ float1 | atan2 (const uint1 &a, const uint1 &b) |
__device__ __forceinline__ float2 | atan2 (const uint2 &a, const uint2 &b) |
__device__ __forceinline__ float3 | atan2 (const uint3 &a, const uint3 &b) |
__device__ __forceinline__ float4 | atan2 (const uint4 &a, const uint4 &b) |
__device__ __forceinline__ float1 | atan2 (const int1 &a, const int1 &b) |
__device__ __forceinline__ float2 | atan2 (const int2 &a, const int2 &b) |
__device__ __forceinline__ float3 | atan2 (const int3 &a, const int3 &b) |
__device__ __forceinline__ float4 | atan2 (const int4 &a, const int4 &b) |
__device__ __forceinline__ float1 | atan2 (const float1 &a, const float1 &b) |
__device__ __forceinline__ float2 | atan2 (const float2 &a, const float2 &b) |
__device__ __forceinline__ float3 | atan2 (const float3 &a, const float3 &b) |
__device__ __forceinline__ float4 | atan2 (const float4 &a, const float4 &b) |
__device__ __forceinline__ double1 | atan2 (const double1 &a, const double1 &b) |
__device__ __forceinline__ double2 | atan2 (const double2 &a, const double2 &b) |
__device__ __forceinline__ double3 | atan2 (const double3 &a, const double3 &b) |
__device__ __forceinline__ double4 | atan2 (const double4 &a, const double4 &b) |
__device__ __forceinline__ uchar1 | max (const uchar1 &a, uchar s) |
__device__ __forceinline__ uchar1 | max (uchar s, const uchar1 &b) |
__device__ __forceinline__ uchar2 | max (const uchar2 &a, uchar s) |
__device__ __forceinline__ uchar2 | max (uchar s, const uchar2 &b) |
__device__ __forceinline__ uchar3 | max (const uchar3 &a, uchar s) |
__device__ __forceinline__ uchar3 | max (uchar s, const uchar3 &b) |
__device__ __forceinline__ uchar4 | max (const uchar4 &a, uchar s) |
__device__ __forceinline__ uchar4 | max (uchar s, const uchar4 &b) |
__device__ __forceinline__ float1 | max (const uchar1 &a, float s) |
__device__ __forceinline__ float1 | max (float s, const uchar1 &b) |
__device__ __forceinline__ float2 | max (const uchar2 &a, float s) |
__device__ __forceinline__ float2 | max (float s, const uchar2 &b) |
__device__ __forceinline__ float3 | max (const uchar3 &a, float s) |
__device__ __forceinline__ float3 | max (float s, const uchar3 &b) |
__device__ __forceinline__ float4 | max (const uchar4 &a, float s) |
__device__ __forceinline__ float4 | max (float s, const uchar4 &b) |
__device__ __forceinline__ double1 | max (const uchar1 &a, double s) |
__device__ __forceinline__ double1 | max (double s, const uchar1 &b) |
__device__ __forceinline__ double2 | max (const uchar2 &a, double s) |
__device__ __forceinline__ double2 | max (double s, const uchar2 &b) |
__device__ __forceinline__ double3 | max (const uchar3 &a, double s) |
__device__ __forceinline__ double3 | max (double s, const uchar3 &b) |
__device__ __forceinline__ double4 | max (const uchar4 &a, double s) |
__device__ __forceinline__ double4 | max (double s, const uchar4 &b) |
__device__ __forceinline__ char1 | max (const char1 &a, char s) |
__device__ __forceinline__ char1 | max (char s, const char1 &b) |
__device__ __forceinline__ char2 | max (const char2 &a, char s) |
__device__ __forceinline__ char2 | max (char s, const char2 &b) |
__device__ __forceinline__ char3 | max (const char3 &a, char s) |
__device__ __forceinline__ char3 | max (char s, const char3 &b) |
__device__ __forceinline__ char4 | max (const char4 &a, char s) |
__device__ __forceinline__ char4 | max (char s, const char4 &b) |
__device__ __forceinline__ float1 | max (const char1 &a, float s) |
__device__ __forceinline__ float1 | max (float s, const char1 &b) |
__device__ __forceinline__ float2 | max (const char2 &a, float s) |
__device__ __forceinline__ float2 | max (float s, const char2 &b) |
__device__ __forceinline__ float3 | max (const char3 &a, float s) |
__device__ __forceinline__ float3 | max (float s, const char3 &b) |
__device__ __forceinline__ float4 | max (const char4 &a, float s) |
__device__ __forceinline__ float4 | max (float s, const char4 &b) |
__device__ __forceinline__ double1 | max (const char1 &a, double s) |
__device__ __forceinline__ double1 | max (double s, const char1 &b) |
__device__ __forceinline__ double2 | max (const char2 &a, double s) |
__device__ __forceinline__ double2 | max (double s, const char2 &b) |
__device__ __forceinline__ double3 | max (const char3 &a, double s) |
__device__ __forceinline__ double3 | max (double s, const char3 &b) |
__device__ __forceinline__ double4 | max (const char4 &a, double s) |
__device__ __forceinline__ double4 | max (double s, const char4 &b) |
__device__ __forceinline__ ushort1 | max (const ushort1 &a, ushort s) |
__device__ __forceinline__ ushort1 | max (ushort s, const ushort1 &b) |
__device__ __forceinline__ ushort2 | max (const ushort2 &a, ushort s) |
__device__ __forceinline__ ushort2 | max (ushort s, const ushort2 &b) |
__device__ __forceinline__ ushort3 | max (const ushort3 &a, ushort s) |
__device__ __forceinline__ ushort3 | max (ushort s, const ushort3 &b) |
__device__ __forceinline__ ushort4 | max (const ushort4 &a, ushort s) |
__device__ __forceinline__ ushort4 | max (ushort s, const ushort4 &b) |
__device__ __forceinline__ float1 | max (const ushort1 &a, float s) |
__device__ __forceinline__ float1 | max (float s, const ushort1 &b) |
__device__ __forceinline__ float2 | max (const ushort2 &a, float s) |
__device__ __forceinline__ float2 | max (float s, const ushort2 &b) |
__device__ __forceinline__ float3 | max (const ushort3 &a, float s) |
__device__ __forceinline__ float3 | max (float s, const ushort3 &b) |
__device__ __forceinline__ float4 | max (const ushort4 &a, float s) |
__device__ __forceinline__ float4 | max (float s, const ushort4 &b) |
__device__ __forceinline__ double1 | max (const ushort1 &a, double s) |
__device__ __forceinline__ double1 | max (double s, const ushort1 &b) |
__device__ __forceinline__ double2 | max (const ushort2 &a, double s) |
__device__ __forceinline__ double2 | max (double s, const ushort2 &b) |
__device__ __forceinline__ double3 | max (const ushort3 &a, double s) |
__device__ __forceinline__ double3 | max (double s, const ushort3 &b) |
__device__ __forceinline__ double4 | max (const ushort4 &a, double s) |
__device__ __forceinline__ double4 | max (double s, const ushort4 &b) |
__device__ __forceinline__ short1 | max (const short1 &a, short s) |
__device__ __forceinline__ short1 | max (short s, const short1 &b) |
__device__ __forceinline__ short2 | max (const short2 &a, short s) |
__device__ __forceinline__ short2 | max (short s, const short2 &b) |
__device__ __forceinline__ short3 | max (const short3 &a, short s) |
__device__ __forceinline__ short3 | max (short s, const short3 &b) |
__device__ __forceinline__ short4 | max (const short4 &a, short s) |
__device__ __forceinline__ short4 | max (short s, const short4 &b) |
__device__ __forceinline__ float1 | max (const short1 &a, float s) |
__device__ __forceinline__ float1 | max (float s, const short1 &b) |
__device__ __forceinline__ float2 | max (const short2 &a, float s) |
__device__ __forceinline__ float2 | max (float s, const short2 &b) |
__device__ __forceinline__ float3 | max (const short3 &a, float s) |
__device__ __forceinline__ float3 | max (float s, const short3 &b) |
__device__ __forceinline__ float4 | max (const short4 &a, float s) |
__device__ __forceinline__ float4 | max (float s, const short4 &b) |
__device__ __forceinline__ double1 | max (const short1 &a, double s) |
__device__ __forceinline__ double1 | max (double s, const short1 &b) |
__device__ __forceinline__ double2 | max (const short2 &a, double s) |
__device__ __forceinline__ double2 | max (double s, const short2 &b) |
__device__ __forceinline__ double3 | max (const short3 &a, double s) |
__device__ __forceinline__ double3 | max (double s, const short3 &b) |
__device__ __forceinline__ double4 | max (const short4 &a, double s) |
__device__ __forceinline__ double4 | max (double s, const short4 &b) |
__device__ __forceinline__ uint1 | max (const uint1 &a, uint s) |
__device__ __forceinline__ uint1 | max (uint s, const uint1 &b) |
__device__ __forceinline__ uint2 | max (const uint2 &a, uint s) |
__device__ __forceinline__ uint2 | max (uint s, const uint2 &b) |
__device__ __forceinline__ uint3 | max (const uint3 &a, uint s) |
__device__ __forceinline__ uint3 | max (uint s, const uint3 &b) |
__device__ __forceinline__ uint4 | max (const uint4 &a, uint s) |
__device__ __forceinline__ uint4 | max (uint s, const uint4 &b) |
__device__ __forceinline__ float1 | max (const uint1 &a, float s) |
__device__ __forceinline__ float1 | max (float s, const uint1 &b) |
__device__ __forceinline__ float2 | max (const uint2 &a, float s) |
__device__ __forceinline__ float2 | max (float s, const uint2 &b) |
__device__ __forceinline__ float3 | max (const uint3 &a, float s) |
__device__ __forceinline__ float3 | max (float s, const uint3 &b) |
__device__ __forceinline__ float4 | max (const uint4 &a, float s) |
__device__ __forceinline__ float4 | max (float s, const uint4 &b) |
__device__ __forceinline__ double1 | max (const uint1 &a, double s) |
__device__ __forceinline__ double1 | max (double s, const uint1 &b) |
__device__ __forceinline__ double2 | max (const uint2 &a, double s) |
__device__ __forceinline__ double2 | max (double s, const uint2 &b) |
__device__ __forceinline__ double3 | max (const uint3 &a, double s) |
__device__ __forceinline__ double3 | max (double s, const uint3 &b) |
__device__ __forceinline__ double4 | max (const uint4 &a, double s) |
__device__ __forceinline__ double4 | max (double s, const uint4 &b) |
__device__ __forceinline__ int1 | max (const int1 &a, int s) |
__device__ __forceinline__ int1 | max (int s, const int1 &b) |
__device__ __forceinline__ int2 | max (const int2 &a, int s) |
__device__ __forceinline__ int2 | max (int s, const int2 &b) |
__device__ __forceinline__ int3 | max (const int3 &a, int s) |
__device__ __forceinline__ int3 | max (int s, const int3 &b) |
__device__ __forceinline__ int4 | max (const int4 &a, int s) |
__device__ __forceinline__ int4 | max (int s, const int4 &b) |
__device__ __forceinline__ float1 | max (const int1 &a, float s) |
__device__ __forceinline__ float1 | max (float s, const int1 &b) |
__device__ __forceinline__ float2 | max (const int2 &a, float s) |
__device__ __forceinline__ float2 | max (float s, const int2 &b) |
__device__ __forceinline__ float3 | max (const int3 &a, float s) |
__device__ __forceinline__ float3 | max (float s, const int3 &b) |
__device__ __forceinline__ float4 | max (const int4 &a, float s) |
__device__ __forceinline__ float4 | max (float s, const int4 &b) |
__device__ __forceinline__ double1 | max (const int1 &a, double s) |
__device__ __forceinline__ double1 | max (double s, const int1 &b) |
__device__ __forceinline__ double2 | max (const int2 &a, double s) |
__device__ __forceinline__ double2 | max (double s, const int2 &b) |
__device__ __forceinline__ double3 | max (const int3 &a, double s) |
__device__ __forceinline__ double3 | max (double s, const int3 &b) |
__device__ __forceinline__ double4 | max (const int4 &a, double s) |
__device__ __forceinline__ double4 | max (double s, const int4 &b) |
__device__ __forceinline__ float1 | max (const float1 &a, float s) |
__device__ __forceinline__ float1 | max (float s, const float1 &b) |
__device__ __forceinline__ float2 | max (const float2 &a, float s) |
__device__ __forceinline__ float2 | max (float s, const float2 &b) |
__device__ __forceinline__ float3 | max (const float3 &a, float s) |
__device__ __forceinline__ float3 | max (float s, const float3 &b) |
__device__ __forceinline__ float4 | max (const float4 &a, float s) |
__device__ __forceinline__ float4 | max (float s, const float4 &b) |
__device__ __forceinline__ double1 | max (const float1 &a, double s) |
__device__ __forceinline__ double1 | max (double s, const float1 &b) |
__device__ __forceinline__ double2 | max (const float2 &a, double s) |
__device__ __forceinline__ double2 | max (double s, const float2 &b) |
__device__ __forceinline__ double3 | max (const float3 &a, double s) |
__device__ __forceinline__ double3 | max (double s, const float3 &b) |
__device__ __forceinline__ double4 | max (const float4 &a, double s) |
__device__ __forceinline__ double4 | max (double s, const float4 &b) |
__device__ __forceinline__ double1 | max (const double1 &a, double s) |
__device__ __forceinline__ double1 | max (double s, const double1 &b) |
__device__ __forceinline__ double2 | max (const double2 &a, double s) |
__device__ __forceinline__ double2 | max (double s, const double2 &b) |
__device__ __forceinline__ double3 | max (const double3 &a, double s) |
__device__ __forceinline__ double3 | max (double s, const double3 &b) |
__device__ __forceinline__ double4 | max (const double4 &a, double s) |
__device__ __forceinline__ double4 | max (double s, const double4 &b) |
__device__ __forceinline__ uchar1 | min (const uchar1 &a, uchar s) |
__device__ __forceinline__ uchar1 | min (uchar s, const uchar1 &b) |
__device__ __forceinline__ uchar2 | min (const uchar2 &a, uchar s) |
__device__ __forceinline__ uchar2 | min (uchar s, const uchar2 &b) |
__device__ __forceinline__ uchar3 | min (const uchar3 &a, uchar s) |
__device__ __forceinline__ uchar3 | min (uchar s, const uchar3 &b) |
__device__ __forceinline__ uchar4 | min (const uchar4 &a, uchar s) |
__device__ __forceinline__ uchar4 | min (uchar s, const uchar4 &b) |
__device__ __forceinline__ float1 | min (const uchar1 &a, float s) |
__device__ __forceinline__ float1 | min (float s, const uchar1 &b) |
__device__ __forceinline__ float2 | min (const uchar2 &a, float s) |
__device__ __forceinline__ float2 | min (float s, const uchar2 &b) |
__device__ __forceinline__ float3 | min (const uchar3 &a, float s) |
__device__ __forceinline__ float3 | min (float s, const uchar3 &b) |
__device__ __forceinline__ float4 | min (const uchar4 &a, float s) |
__device__ __forceinline__ float4 | min (float s, const uchar4 &b) |
__device__ __forceinline__ double1 | min (const uchar1 &a, double s) |
__device__ __forceinline__ double1 | min (double s, const uchar1 &b) |
__device__ __forceinline__ double2 | min (const uchar2 &a, double s) |
__device__ __forceinline__ double2 | min (double s, const uchar2 &b) |
__device__ __forceinline__ double3 | min (const uchar3 &a, double s) |
__device__ __forceinline__ double3 | min (double s, const uchar3 &b) |
__device__ __forceinline__ double4 | min (const uchar4 &a, double s) |
__device__ __forceinline__ double4 | min (double s, const uchar4 &b) |
__device__ __forceinline__ char1 | min (const char1 &a, char s) |
__device__ __forceinline__ char1 | min (char s, const char1 &b) |
__device__ __forceinline__ char2 | min (const char2 &a, char s) |
__device__ __forceinline__ char2 | min (char s, const char2 &b) |
__device__ __forceinline__ char3 | min (const char3 &a, char s) |
__device__ __forceinline__ char3 | min (char s, const char3 &b) |
__device__ __forceinline__ char4 | min (const char4 &a, char s) |
__device__ __forceinline__ char4 | min (char s, const char4 &b) |
__device__ __forceinline__ float1 | min (const char1 &a, float s) |
__device__ __forceinline__ float1 | min (float s, const char1 &b) |
__device__ __forceinline__ float2 | min (const char2 &a, float s) |
__device__ __forceinline__ float2 | min (float s, const char2 &b) |
__device__ __forceinline__ float3 | min (const char3 &a, float s) |
__device__ __forceinline__ float3 | min (float s, const char3 &b) |
__device__ __forceinline__ float4 | min (const char4 &a, float s) |
__device__ __forceinline__ float4 | min (float s, const char4 &b) |
__device__ __forceinline__ double1 | min (const char1 &a, double s) |
__device__ __forceinline__ double1 | min (double s, const char1 &b) |
__device__ __forceinline__ double2 | min (const char2 &a, double s) |
__device__ __forceinline__ double2 | min (double s, const char2 &b) |
__device__ __forceinline__ double3 | min (const char3 &a, double s) |
__device__ __forceinline__ double3 | min (double s, const char3 &b) |
__device__ __forceinline__ double4 | min (const char4 &a, double s) |
__device__ __forceinline__ double4 | min (double s, const char4 &b) |
__device__ __forceinline__ ushort1 | min (const ushort1 &a, ushort s) |
__device__ __forceinline__ ushort1 | min (ushort s, const ushort1 &b) |
__device__ __forceinline__ ushort2 | min (const ushort2 &a, ushort s) |
__device__ __forceinline__ ushort2 | min (ushort s, const ushort2 &b) |
__device__ __forceinline__ ushort3 | min (const ushort3 &a, ushort s) |
__device__ __forceinline__ ushort3 | min (ushort s, const ushort3 &b) |
__device__ __forceinline__ ushort4 | min (const ushort4 &a, ushort s) |
__device__ __forceinline__ ushort4 | min (ushort s, const ushort4 &b) |
__device__ __forceinline__ float1 | min (const ushort1 &a, float s) |
__device__ __forceinline__ float1 | min (float s, const ushort1 &b) |
__device__ __forceinline__ float2 | min (const ushort2 &a, float s) |
__device__ __forceinline__ float2 | min (float s, const ushort2 &b) |
__device__ __forceinline__ float3 | min (const ushort3 &a, float s) |
__device__ __forceinline__ float3 | min (float s, const ushort3 &b) |
__device__ __forceinline__ float4 | min (const ushort4 &a, float s) |
__device__ __forceinline__ float4 | min (float s, const ushort4 &b) |
__device__ __forceinline__ double1 | min (const ushort1 &a, double s) |
__device__ __forceinline__ double1 | min (double s, const ushort1 &b) |
__device__ __forceinline__ double2 | min (const ushort2 &a, double s) |
__device__ __forceinline__ double2 | min (double s, const ushort2 &b) |
__device__ __forceinline__ double3 | min (const ushort3 &a, double s) |
__device__ __forceinline__ double3 | min (double s, const ushort3 &b) |
__device__ __forceinline__ double4 | min (const ushort4 &a, double s) |
__device__ __forceinline__ double4 | min (double s, const ushort4 &b) |
__device__ __forceinline__ short1 | min (const short1 &a, short s) |
__device__ __forceinline__ short1 | min (short s, const short1 &b) |
__device__ __forceinline__ short2 | min (const short2 &a, short s) |
__device__ __forceinline__ short2 | min (short s, const short2 &b) |
__device__ __forceinline__ short3 | min (const short3 &a, short s) |
__device__ __forceinline__ short3 | min (short s, const short3 &b) |
__device__ __forceinline__ short4 | min (const short4 &a, short s) |
__device__ __forceinline__ short4 | min (short s, const short4 &b) |
__device__ __forceinline__ float1 | min (const short1 &a, float s) |
__device__ __forceinline__ float1 | min (float s, const short1 &b) |
__device__ __forceinline__ float2 | min (const short2 &a, float s) |
__device__ __forceinline__ float2 | min (float s, const short2 &b) |
__device__ __forceinline__ float3 | min (const short3 &a, float s) |
__device__ __forceinline__ float3 | min (float s, const short3 &b) |
__device__ __forceinline__ float4 | min (const short4 &a, float s) |
__device__ __forceinline__ float4 | min (float s, const short4 &b) |
__device__ __forceinline__ double1 | min (const short1 &a, double s) |
__device__ __forceinline__ double1 | min (double s, const short1 &b) |
__device__ __forceinline__ double2 | min (const short2 &a, double s) |
__device__ __forceinline__ double2 | min (double s, const short2 &b) |
__device__ __forceinline__ double3 | min (const short3 &a, double s) |
__device__ __forceinline__ double3 | min (double s, const short3 &b) |
__device__ __forceinline__ double4 | min (const short4 &a, double s) |
__device__ __forceinline__ double4 | min (double s, const short4 &b) |
__device__ __forceinline__ uint1 | min (const uint1 &a, uint s) |
__device__ __forceinline__ uint1 | min (uint s, const uint1 &b) |
__device__ __forceinline__ uint2 | min (const uint2 &a, uint s) |
__device__ __forceinline__ uint2 | min (uint s, const uint2 &b) |
__device__ __forceinline__ uint3 | min (const uint3 &a, uint s) |
__device__ __forceinline__ uint3 | min (uint s, const uint3 &b) |
__device__ __forceinline__ uint4 | min (const uint4 &a, uint s) |
__device__ __forceinline__ uint4 | min (uint s, const uint4 &b) |
__device__ __forceinline__ float1 | min (const uint1 &a, float s) |
__device__ __forceinline__ float1 | min (float s, const uint1 &b) |
__device__ __forceinline__ float2 | min (const uint2 &a, float s) |
__device__ __forceinline__ float2 | min (float s, const uint2 &b) |
__device__ __forceinline__ float3 | min (const uint3 &a, float s) |
__device__ __forceinline__ float3 | min (float s, const uint3 &b) |
__device__ __forceinline__ float4 | min (const uint4 &a, float s) |
__device__ __forceinline__ float4 | min (float s, const uint4 &b) |
__device__ __forceinline__ double1 | min (const uint1 &a, double s) |
__device__ __forceinline__ double1 | min (double s, const uint1 &b) |
__device__ __forceinline__ double2 | min (const uint2 &a, double s) |
__device__ __forceinline__ double2 | min (double s, const uint2 &b) |
__device__ __forceinline__ double3 | min (const uint3 &a, double s) |
__device__ __forceinline__ double3 | min (double s, const uint3 &b) |
__device__ __forceinline__ double4 | min (const uint4 &a, double s) |
__device__ __forceinline__ double4 | min (double s, const uint4 &b) |
__device__ __forceinline__ int1 | min (const int1 &a, int s) |
__device__ __forceinline__ int1 | min (int s, const int1 &b) |
__device__ __forceinline__ int2 | min (const int2 &a, int s) |
__device__ __forceinline__ int2 | min (int s, const int2 &b) |
__device__ __forceinline__ int3 | min (const int3 &a, int s) |
__device__ __forceinline__ int3 | min (int s, const int3 &b) |
__device__ __forceinline__ int4 | min (const int4 &a, int s) |
__device__ __forceinline__ int4 | min (int s, const int4 &b) |
__device__ __forceinline__ float1 | min (const int1 &a, float s) |
__device__ __forceinline__ float1 | min (float s, const int1 &b) |
__device__ __forceinline__ float2 | min (const int2 &a, float s) |
__device__ __forceinline__ float2 | min (float s, const int2 &b) |
__device__ __forceinline__ float3 | min (const int3 &a, float s) |
__device__ __forceinline__ float3 | min (float s, const int3 &b) |
__device__ __forceinline__ float4 | min (const int4 &a, float s) |
__device__ __forceinline__ float4 | min (float s, const int4 &b) |
__device__ __forceinline__ double1 | min (const int1 &a, double s) |
__device__ __forceinline__ double1 | min (double s, const int1 &b) |
__device__ __forceinline__ double2 | min (const int2 &a, double s) |
__device__ __forceinline__ double2 | min (double s, const int2 &b) |
__device__ __forceinline__ double3 | min (const int3 &a, double s) |
__device__ __forceinline__ double3 | min (double s, const int3 &b) |
__device__ __forceinline__ double4 | min (const int4 &a, double s) |
__device__ __forceinline__ double4 | min (double s, const int4 &b) |
__device__ __forceinline__ float1 | min (const float1 &a, float s) |
__device__ __forceinline__ float1 | min (float s, const float1 &b) |
__device__ __forceinline__ float2 | min (const float2 &a, float s) |
__device__ __forceinline__ float2 | min (float s, const float2 &b) |
__device__ __forceinline__ float3 | min (const float3 &a, float s) |
__device__ __forceinline__ float3 | min (float s, const float3 &b) |
__device__ __forceinline__ float4 | min (const float4 &a, float s) |
__device__ __forceinline__ float4 | min (float s, const float4 &b) |
__device__ __forceinline__ double1 | min (const float1 &a, double s) |
__device__ __forceinline__ double1 | min (double s, const float1 &b) |
__device__ __forceinline__ double2 | min (const float2 &a, double s) |
__device__ __forceinline__ double2 | min (double s, const float2 &b) |
__device__ __forceinline__ double3 | min (const float3 &a, double s) |
__device__ __forceinline__ double3 | min (double s, const float3 &b) |
__device__ __forceinline__ double4 | min (const float4 &a, double s) |
__device__ __forceinline__ double4 | min (double s, const float4 &b) |
__device__ __forceinline__ double1 | min (const double1 &a, double s) |
__device__ __forceinline__ double1 | min (double s, const double1 &b) |
__device__ __forceinline__ double2 | min (const double2 &a, double s) |
__device__ __forceinline__ double2 | min (double s, const double2 &b) |
__device__ __forceinline__ double3 | min (const double3 &a, double s) |
__device__ __forceinline__ double3 | min (double s, const double3 &b) |
__device__ __forceinline__ double4 | min (const double4 &a, double s) |
__device__ __forceinline__ double4 | min (double s, const double4 &b) |
__device__ __forceinline__ float1 | hypot (const uchar1 &a, float s) |
__device__ __forceinline__ float1 | hypot (float s, const uchar1 &b) |
__device__ __forceinline__ float2 | hypot (const uchar2 &a, float s) |
__device__ __forceinline__ float2 | hypot (float s, const uchar2 &b) |
__device__ __forceinline__ float3 | hypot (const uchar3 &a, float s) |
__device__ __forceinline__ float3 | hypot (float s, const uchar3 &b) |
__device__ __forceinline__ float4 | hypot (const uchar4 &a, float s) |
__device__ __forceinline__ float4 | hypot (float s, const uchar4 &b) |
__device__ __forceinline__ double1 | hypot (const uchar1 &a, double s) |
__device__ __forceinline__ double1 | hypot (double s, const uchar1 &b) |
__device__ __forceinline__ double2 | hypot (const uchar2 &a, double s) |
__device__ __forceinline__ double2 | hypot (double s, const uchar2 &b) |
__device__ __forceinline__ double3 | hypot (const uchar3 &a, double s) |
__device__ __forceinline__ double3 | hypot (double s, const uchar3 &b) |
__device__ __forceinline__ double4 | hypot (const uchar4 &a, double s) |
__device__ __forceinline__ double4 | hypot (double s, const uchar4 &b) |
__device__ __forceinline__ float1 | hypot (const char1 &a, float s) |
__device__ __forceinline__ float1 | hypot (float s, const char1 &b) |
__device__ __forceinline__ float2 | hypot (const char2 &a, float s) |
__device__ __forceinline__ float2 | hypot (float s, const char2 &b) |
__device__ __forceinline__ float3 | hypot (const char3 &a, float s) |
__device__ __forceinline__ float3 | hypot (float s, const char3 &b) |
__device__ __forceinline__ float4 | hypot (const char4 &a, float s) |
__device__ __forceinline__ float4 | hypot (float s, const char4 &b) |
__device__ __forceinline__ double1 | hypot (const char1 &a, double s) |
__device__ __forceinline__ double1 | hypot (double s, const char1 &b) |
__device__ __forceinline__ double2 | hypot (const char2 &a, double s) |
__device__ __forceinline__ double2 | hypot (double s, const char2 &b) |
__device__ __forceinline__ double3 | hypot (const char3 &a, double s) |
__device__ __forceinline__ double3 | hypot (double s, const char3 &b) |
__device__ __forceinline__ double4 | hypot (const char4 &a, double s) |
__device__ __forceinline__ double4 | hypot (double s, const char4 &b) |
__device__ __forceinline__ float1 | hypot (const ushort1 &a, float s) |
__device__ __forceinline__ float1 | hypot (float s, const ushort1 &b) |
__device__ __forceinline__ float2 | hypot (const ushort2 &a, float s) |
__device__ __forceinline__ float2 | hypot (float s, const ushort2 &b) |
__device__ __forceinline__ float3 | hypot (const ushort3 &a, float s) |
__device__ __forceinline__ float3 | hypot (float s, const ushort3 &b) |
__device__ __forceinline__ float4 | hypot (const ushort4 &a, float s) |
__device__ __forceinline__ float4 | hypot (float s, const ushort4 &b) |
__device__ __forceinline__ double1 | hypot (const ushort1 &a, double s) |
__device__ __forceinline__ double1 | hypot (double s, const ushort1 &b) |
__device__ __forceinline__ double2 | hypot (const ushort2 &a, double s) |
__device__ __forceinline__ double2 | hypot (double s, const ushort2 &b) |
__device__ __forceinline__ double3 | hypot (const ushort3 &a, double s) |
__device__ __forceinline__ double3 | hypot (double s, const ushort3 &b) |
__device__ __forceinline__ double4 | hypot (const ushort4 &a, double s) |
__device__ __forceinline__ double4 | hypot (double s, const ushort4 &b) |
__device__ __forceinline__ float1 | hypot (const short1 &a, float s) |
__device__ __forceinline__ float1 | hypot (float s, const short1 &b) |
__device__ __forceinline__ float2 | hypot (const short2 &a, float s) |
__device__ __forceinline__ float2 | hypot (float s, const short2 &b) |
__device__ __forceinline__ float3 | hypot (const short3 &a, float s) |
__device__ __forceinline__ float3 | hypot (float s, const short3 &b) |
__device__ __forceinline__ float4 | hypot (const short4 &a, float s) |
__device__ __forceinline__ float4 | hypot (float s, const short4 &b) |
__device__ __forceinline__ double1 | hypot (const short1 &a, double s) |
__device__ __forceinline__ double1 | hypot (double s, const short1 &b) |
__device__ __forceinline__ double2 | hypot (const short2 &a, double s) |
__device__ __forceinline__ double2 | hypot (double s, const short2 &b) |
__device__ __forceinline__ double3 | hypot (const short3 &a, double s) |
__device__ __forceinline__ double3 | hypot (double s, const short3 &b) |
__device__ __forceinline__ double4 | hypot (const short4 &a, double s) |
__device__ __forceinline__ double4 | hypot (double s, const short4 &b) |
__device__ __forceinline__ float1 | hypot (const uint1 &a, float s) |
__device__ __forceinline__ float1 | hypot (float s, const uint1 &b) |
__device__ __forceinline__ float2 | hypot (const uint2 &a, float s) |
__device__ __forceinline__ float2 | hypot (float s, const uint2 &b) |
__device__ __forceinline__ float3 | hypot (const uint3 &a, float s) |
__device__ __forceinline__ float3 | hypot (float s, const uint3 &b) |
__device__ __forceinline__ float4 | hypot (const uint4 &a, float s) |
__device__ __forceinline__ float4 | hypot (float s, const uint4 &b) |
__device__ __forceinline__ double1 | hypot (const uint1 &a, double s) |
__device__ __forceinline__ double1 | hypot (double s, const uint1 &b) |
__device__ __forceinline__ double2 | hypot (const uint2 &a, double s) |
__device__ __forceinline__ double2 | hypot (double s, const uint2 &b) |
__device__ __forceinline__ double3 | hypot (const uint3 &a, double s) |
__device__ __forceinline__ double3 | hypot (double s, const uint3 &b) |
__device__ __forceinline__ double4 | hypot (const uint4 &a, double s) |
__device__ __forceinline__ double4 | hypot (double s, const uint4 &b) |
__device__ __forceinline__ float1 | hypot (const int1 &a, float s) |
__device__ __forceinline__ float1 | hypot (float s, const int1 &b) |
__device__ __forceinline__ float2 | hypot (const int2 &a, float s) |
__device__ __forceinline__ float2 | hypot (float s, const int2 &b) |
__device__ __forceinline__ float3 | hypot (const int3 &a, float s) |
__device__ __forceinline__ float3 | hypot (float s, const int3 &b) |
__device__ __forceinline__ float4 | hypot (const int4 &a, float s) |
__device__ __forceinline__ float4 | hypot (float s, const int4 &b) |
__device__ __forceinline__ double1 | hypot (const int1 &a, double s) |
__device__ __forceinline__ double1 | hypot (double s, const int1 &b) |
__device__ __forceinline__ double2 | hypot (const int2 &a, double s) |
__device__ __forceinline__ double2 | hypot (double s, const int2 &b) |
__device__ __forceinline__ double3 | hypot (const int3 &a, double s) |
__device__ __forceinline__ double3 | hypot (double s, const int3 &b) |
__device__ __forceinline__ double4 | hypot (const int4 &a, double s) |
__device__ __forceinline__ double4 | hypot (double s, const int4 &b) |
__device__ __forceinline__ float1 | hypot (const float1 &a, float s) |
__device__ __forceinline__ float1 | hypot (float s, const float1 &b) |
__device__ __forceinline__ float2 | hypot (const float2 &a, float s) |
__device__ __forceinline__ float2 | hypot (float s, const float2 &b) |
__device__ __forceinline__ float3 | hypot (const float3 &a, float s) |
__device__ __forceinline__ float3 | hypot (float s, const float3 &b) |
__device__ __forceinline__ float4 | hypot (const float4 &a, float s) |
__device__ __forceinline__ float4 | hypot (float s, const float4 &b) |
__device__ __forceinline__ double1 | hypot (const float1 &a, double s) |
__device__ __forceinline__ double1 | hypot (double s, const float1 &b) |
__device__ __forceinline__ double2 | hypot (const float2 &a, double s) |
__device__ __forceinline__ double2 | hypot (double s, const float2 &b) |
__device__ __forceinline__ double3 | hypot (const float3 &a, double s) |
__device__ __forceinline__ double3 | hypot (double s, const float3 &b) |
__device__ __forceinline__ double4 | hypot (const float4 &a, double s) |
__device__ __forceinline__ double4 | hypot (double s, const float4 &b) |
__device__ __forceinline__ double1 | hypot (const double1 &a, double s) |
__device__ __forceinline__ double1 | hypot (double s, const double1 &b) |
__device__ __forceinline__ double2 | hypot (const double2 &a, double s) |
__device__ __forceinline__ double2 | hypot (double s, const double2 &b) |
__device__ __forceinline__ double3 | hypot (const double3 &a, double s) |
__device__ __forceinline__ double3 | hypot (double s, const double3 &b) |
__device__ __forceinline__ double4 | hypot (const double4 &a, double s) |
__device__ __forceinline__ double4 | hypot (double s, const double4 &b) |
__device__ __forceinline__ float1 | atan2 (const uchar1 &a, float s) |
__device__ __forceinline__ float1 | atan2 (float s, const uchar1 &b) |
__device__ __forceinline__ float2 | atan2 (const uchar2 &a, float s) |
__device__ __forceinline__ float2 | atan2 (float s, const uchar2 &b) |
__device__ __forceinline__ float3 | atan2 (const uchar3 &a, float s) |
__device__ __forceinline__ float3 | atan2 (float s, const uchar3 &b) |
__device__ __forceinline__ float4 | atan2 (const uchar4 &a, float s) |
__device__ __forceinline__ float4 | atan2 (float s, const uchar4 &b) |
__device__ __forceinline__ double1 | atan2 (const uchar1 &a, double s) |
__device__ __forceinline__ double1 | atan2 (double s, const uchar1 &b) |
__device__ __forceinline__ double2 | atan2 (const uchar2 &a, double s) |
__device__ __forceinline__ double2 | atan2 (double s, const uchar2 &b) |
__device__ __forceinline__ double3 | atan2 (const uchar3 &a, double s) |
__device__ __forceinline__ double3 | atan2 (double s, const uchar3 &b) |
__device__ __forceinline__ double4 | atan2 (const uchar4 &a, double s) |
__device__ __forceinline__ double4 | atan2 (double s, const uchar4 &b) |
__device__ __forceinline__ float1 | atan2 (const char1 &a, float s) |
__device__ __forceinline__ float1 | atan2 (float s, const char1 &b) |
__device__ __forceinline__ float2 | atan2 (const char2 &a, float s) |
__device__ __forceinline__ float2 | atan2 (float s, const char2 &b) |
__device__ __forceinline__ float3 | atan2 (const char3 &a, float s) |
__device__ __forceinline__ float3 | atan2 (float s, const char3 &b) |
__device__ __forceinline__ float4 | atan2 (const char4 &a, float s) |
__device__ __forceinline__ float4 | atan2 (float s, const char4 &b) |
__device__ __forceinline__ double1 | atan2 (const char1 &a, double s) |
__device__ __forceinline__ double1 | atan2 (double s, const char1 &b) |
__device__ __forceinline__ double2 | atan2 (const char2 &a, double s) |
__device__ __forceinline__ double2 | atan2 (double s, const char2 &b) |
__device__ __forceinline__ double3 | atan2 (const char3 &a, double s) |
__device__ __forceinline__ double3 | atan2 (double s, const char3 &b) |
__device__ __forceinline__ double4 | atan2 (const char4 &a, double s) |
__device__ __forceinline__ double4 | atan2 (double s, const char4 &b) |
__device__ __forceinline__ float1 | atan2 (const ushort1 &a, float s) |
__device__ __forceinline__ float1 | atan2 (float s, const ushort1 &b) |
__device__ __forceinline__ float2 | atan2 (const ushort2 &a, float s) |
__device__ __forceinline__ float2 | atan2 (float s, const ushort2 &b) |
__device__ __forceinline__ float3 | atan2 (const ushort3 &a, float s) |
__device__ __forceinline__ float3 | atan2 (float s, const ushort3 &b) |
__device__ __forceinline__ float4 | atan2 (const ushort4 &a, float s) |
__device__ __forceinline__ float4 | atan2 (float s, const ushort4 &b) |
__device__ __forceinline__ double1 | atan2 (const ushort1 &a, double s) |
__device__ __forceinline__ double1 | atan2 (double s, const ushort1 &b) |
__device__ __forceinline__ double2 | atan2 (const ushort2 &a, double s) |
__device__ __forceinline__ double2 | atan2 (double s, const ushort2 &b) |
__device__ __forceinline__ double3 | atan2 (const ushort3 &a, double s) |
__device__ __forceinline__ double3 | atan2 (double s, const ushort3 &b) |
__device__ __forceinline__ double4 | atan2 (const ushort4 &a, double s) |
__device__ __forceinline__ double4 | atan2 (double s, const ushort4 &b) |
__device__ __forceinline__ float1 | atan2 (const short1 &a, float s) |
__device__ __forceinline__ float1 | atan2 (float s, const short1 &b) |
__device__ __forceinline__ float2 | atan2 (const short2 &a, float s) |
__device__ __forceinline__ float2 | atan2 (float s, const short2 &b) |
__device__ __forceinline__ float3 | atan2 (const short3 &a, float s) |
__device__ __forceinline__ float3 | atan2 (float s, const short3 &b) |
__device__ __forceinline__ float4 | atan2 (const short4 &a, float s) |
__device__ __forceinline__ float4 | atan2 (float s, const short4 &b) |
__device__ __forceinline__ double1 | atan2 (const short1 &a, double s) |
__device__ __forceinline__ double1 | atan2 (double s, const short1 &b) |
__device__ __forceinline__ double2 | atan2 (const short2 &a, double s) |
__device__ __forceinline__ double2 | atan2 (double s, const short2 &b) |
__device__ __forceinline__ double3 | atan2 (const short3 &a, double s) |
__device__ __forceinline__ double3 | atan2 (double s, const short3 &b) |
__device__ __forceinline__ double4 | atan2 (const short4 &a, double s) |
__device__ __forceinline__ double4 | atan2 (double s, const short4 &b) |
__device__ __forceinline__ float1 | atan2 (const uint1 &a, float s) |
__device__ __forceinline__ float1 | atan2 (float s, const uint1 &b) |
__device__ __forceinline__ float2 | atan2 (const uint2 &a, float s) |
__device__ __forceinline__ float2 | atan2 (float s, const uint2 &b) |
__device__ __forceinline__ float3 | atan2 (const uint3 &a, float s) |
__device__ __forceinline__ float3 | atan2 (float s, const uint3 &b) |
__device__ __forceinline__ float4 | atan2 (const uint4 &a, float s) |
__device__ __forceinline__ float4 | atan2 (float s, const uint4 &b) |
__device__ __forceinline__ double1 | atan2 (const uint1 &a, double s) |
__device__ __forceinline__ double1 | atan2 (double s, const uint1 &b) |
__device__ __forceinline__ double2 | atan2 (const uint2 &a, double s) |
__device__ __forceinline__ double2 | atan2 (double s, const uint2 &b) |
__device__ __forceinline__ double3 | atan2 (const uint3 &a, double s) |
__device__ __forceinline__ double3 | atan2 (double s, const uint3 &b) |
__device__ __forceinline__ double4 | atan2 (const uint4 &a, double s) |
__device__ __forceinline__ double4 | atan2 (double s, const uint4 &b) |
__device__ __forceinline__ float1 | atan2 (const int1 &a, float s) |
__device__ __forceinline__ float1 | atan2 (float s, const int1 &b) |
__device__ __forceinline__ float2 | atan2 (const int2 &a, float s) |
__device__ __forceinline__ float2 | atan2 (float s, const int2 &b) |
__device__ __forceinline__ float3 | atan2 (const int3 &a, float s) |
__device__ __forceinline__ float3 | atan2 (float s, const int3 &b) |
__device__ __forceinline__ float4 | atan2 (const int4 &a, float s) |
__device__ __forceinline__ float4 | atan2 (float s, const int4 &b) |
__device__ __forceinline__ double1 | atan2 (const int1 &a, double s) |
__device__ __forceinline__ double1 | atan2 (double s, const int1 &b) |
__device__ __forceinline__ double2 | atan2 (const int2 &a, double s) |
__device__ __forceinline__ double2 | atan2 (double s, const int2 &b) |
__device__ __forceinline__ double3 | atan2 (const int3 &a, double s) |
__device__ __forceinline__ double3 | atan2 (double s, const int3 &b) |
__device__ __forceinline__ double4 | atan2 (const int4 &a, double s) |
__device__ __forceinline__ double4 | atan2 (double s, const int4 &b) |
__device__ __forceinline__ float1 | atan2 (const float1 &a, float s) |
__device__ __forceinline__ float1 | atan2 (float s, const float1 &b) |
__device__ __forceinline__ float2 | atan2 (const float2 &a, float s) |
__device__ __forceinline__ float2 | atan2 (float s, const float2 &b) |
__device__ __forceinline__ float3 | atan2 (const float3 &a, float s) |
__device__ __forceinline__ float3 | atan2 (float s, const float3 &b) |
__device__ __forceinline__ float4 | atan2 (const float4 &a, float s) |
__device__ __forceinline__ float4 | atan2 (float s, const float4 &b) |
__device__ __forceinline__ double1 | atan2 (const float1 &a, double s) |
__device__ __forceinline__ double1 | atan2 (double s, const float1 &b) |
__device__ __forceinline__ double2 | atan2 (const float2 &a, double s) |
__device__ __forceinline__ double2 | atan2 (double s, const float2 &b) |
__device__ __forceinline__ double3 | atan2 (const float3 &a, double s) |
__device__ __forceinline__ double3 | atan2 (double s, const float3 &b) |
__device__ __forceinline__ double4 | atan2 (const float4 &a, double s) |
__device__ __forceinline__ double4 | atan2 (double s, const float4 &b) |
__device__ __forceinline__ double1 | atan2 (const double1 &a, double s) |
__device__ __forceinline__ double1 | atan2 (double s, const double1 &b) |
__device__ __forceinline__ double2 | atan2 (const double2 &a, double s) |
__device__ __forceinline__ double2 | atan2 (double s, const double2 &b) |
__device__ __forceinline__ double3 | atan2 (const double3 &a, double s) |
__device__ __forceinline__ double3 | atan2 (double s, const double3 &b) |
__device__ __forceinline__ double4 | atan2 (const double4 &a, double s) |
__device__ __forceinline__ double4 | atan2 (double s, const double4 &b) |
template<int THREAD_DIM, typename Dist , typename T1 , typename T2 > | |
__device__ void | calcVecDiffGlobal (const T1 *vec1, const T2 *vec2, int len, Dist &dist, typename Dist::result_type *smem, int tid) |
template<int THREAD_DIM, int MAX_LEN, bool LEN_EQ_MAX_LEN, typename Dist , typename T1 , typename T2 > | |
__device__ __forceinline__ void | calcVecDiffCached (const T1 *vecCached, const T2 *vecGlob, int len, Dist &dist, typename Dist::result_type *smem, int tid) |
struct | __align__ (8) uchar8 |
struct | __align__ (16) ushort8 |
struct | __align__ (32) uint8 |
template<typename T > | |
__device__ T | warpScanInclusive (T idata, volatile T *s_Data, unsigned int tid) |
template<typename T > | |
__device__ __forceinline__ T | warpScanExclusive (T idata, volatile T *s_Data, unsigned int tid) |
template<int tiNumScanThreads, typename T > | |
__device__ T | blockScanInclusive (T idata, volatile T *s_Data, unsigned int tid) |
template<typename T > | |
void __device__ __host__ __forceinline__ | swap (T &a, T &b) |
template<typename T > | |
__device__ __forceinline__ bool | solve2x2 (const T A[2][2], const T b[2], T x[2]) |
template<typename T > | |
__device__ __forceinline__ bool | solve3x3 (const T A[3][3], const T b[3], T x[3]) |
template<typename Predicate > | |
__host__ __device__ __forceinline__ unary_negate< Predicate > | not1 (const Predicate &pred) |
template<typename BinaryPredicate > | |
__host__ __device__ __forceinline__ binary_negate< BinaryPredicate > | not2 (const BinaryPredicate &pred) |
template<typename Op , typename T > | |
__host__ __device__ __forceinline__ binder1st< Op > | bind1st (const Op &op, const T &x) |
template<typename Op , typename T > | |
__host__ __device__ __forceinline__ binder2nd< Op > | bind2nd (const Op &op, const T &x) |
template<typename _Tp > | |
__device__ __forceinline__ _Tp | saturate_cast (uchar v) |
template<typename _Tp > | |
__device__ __forceinline__ _Tp | saturate_cast (schar v) |
template<typename _Tp > | |
__device__ __forceinline__ _Tp | saturate_cast (ushort v) |
template<typename _Tp > | |
__device__ __forceinline__ _Tp | saturate_cast (short v) |
template<typename _Tp > | |
__device__ __forceinline__ _Tp | saturate_cast (uint v) |
template<typename _Tp > | |
__device__ __forceinline__ _Tp | saturate_cast (int v) |
template<typename _Tp > | |
__device__ __forceinline__ _Tp | saturate_cast (float v) |
template<typename _Tp > | |
__device__ __forceinline__ _Tp | saturate_cast (double v) |
template<> | |
__device__ __forceinline__ uchar | saturate_cast< uchar > (schar v) |
template<> | |
__device__ __forceinline__ uchar | saturate_cast< uchar > (short v) |
template<> | |
__device__ __forceinline__ uchar | saturate_cast< uchar > (ushort v) |
template<> | |
__device__ __forceinline__ uchar | saturate_cast< uchar > (int v) |
template<> | |
__device__ __forceinline__ uchar | saturate_cast< uchar > (uint v) |
template<> | |
__device__ __forceinline__ uchar | saturate_cast< uchar > (float v) |
template<> | |
__device__ __forceinline__ uchar | saturate_cast< uchar > (double v) |
template<> | |
__device__ __forceinline__ schar | saturate_cast< schar > (uchar v) |
template<> | |
__device__ __forceinline__ schar | saturate_cast< schar > (short v) |
template<> | |
__device__ __forceinline__ schar | saturate_cast< schar > (ushort v) |
template<> | |
__device__ __forceinline__ schar | saturate_cast< schar > (int v) |
template<> | |
__device__ __forceinline__ schar | saturate_cast< schar > (uint v) |
template<> | |
__device__ __forceinline__ schar | saturate_cast< schar > (float v) |
template<> | |
__device__ __forceinline__ schar | saturate_cast< schar > (double v) |
template<> | |
__device__ __forceinline__ ushort | saturate_cast< ushort > (schar v) |
template<> | |
__device__ __forceinline__ ushort | saturate_cast< ushort > (short v) |
template<> | |
__device__ __forceinline__ ushort | saturate_cast< ushort > (int v) |
template<> | |
__device__ __forceinline__ ushort | saturate_cast< ushort > (uint v) |
template<> | |
__device__ __forceinline__ ushort | saturate_cast< ushort > (float v) |
template<> | |
__device__ __forceinline__ ushort | saturate_cast< ushort > (double v) |
template<> | |
__device__ __forceinline__ short | saturate_cast< short > (ushort v) |
template<> | |
__device__ __forceinline__ short | saturate_cast< short > (int v) |
template<> | |
__device__ __forceinline__ short | saturate_cast< short > (uint v) |
template<> | |
__device__ __forceinline__ short | saturate_cast< short > (float v) |
template<> | |
__device__ __forceinline__ short | saturate_cast< short > (double v) |
template<> | |
__device__ __forceinline__ int | saturate_cast< int > (uint v) |
template<> | |
__device__ __forceinline__ int | saturate_cast< int > (float v) |
template<> | |
__device__ __forceinline__ int | saturate_cast< int > (double v) |
template<> | |
__device__ __forceinline__ uint | saturate_cast< uint > (schar v) |
template<> | |
__device__ __forceinline__ uint | saturate_cast< uint > (short v) |
template<> | |
__device__ __forceinline__ uint | saturate_cast< uint > (int v) |
template<> | |
__device__ __forceinline__ uint | saturate_cast< uint > (float v) |
template<> | |
__device__ __forceinline__ uint | saturate_cast< uint > (double v) |
template<class T > | |
__device__ __forceinline__ T | warp_reduce (volatile T *ptr, const unsigned int tid=threadIdx.x) |
template<int N, typename T , class Op > | |
__device__ __forceinline__ void | reduce (volatile T *smem, T &val, unsigned int tid, const Op &op) |
template<int N, typename P0 , typename P1 , typename P2 , typename P3 , typename P4 , typename P5 , typename P6 , typename P7 , typename P8 , typename P9 , typename R0 , typename R1 , typename R2 , typename R3 , typename R4 , typename R5 , typename R6 , typename R7 , typename R8 , typename R9 , class Op0 , class Op1 , class Op2 , class Op3 , class Op4 , class Op5 , class Op6 , class Op7 , class Op8 , class Op9 > | |
__device__ __forceinline__ void | reduce (const thrust::tuple< P0, P1, P2, P3, P4, P5, P6, P7, P8, P9 > &smem, const thrust::tuple< R0, R1, R2, R3, R4, R5, R6, R7, R8, R9 > &val, unsigned int tid, const thrust::tuple< Op0, Op1, Op2, Op3, Op4, Op5, Op6, Op7, Op8, Op9 > &op) |
template<unsigned int N, typename K , typename V , class Cmp > | |
__device__ __forceinline__ void | reduceKeyVal (volatile K *skeys, K &key, volatile V *svals, V &val, unsigned int tid, const Cmp &cmp) |
template<unsigned int N, typename K , typename VP0 , typename VP1 , typename VP2 , typename VP3 , typename VP4 , typename VP5 , typename VP6 , typename VP7 , typename VP8 , typename VP9 , typename VR0 , typename VR1 , typename VR2 , typename VR3 , typename VR4 , typename VR5 , typename VR6 , typename VR7 , typename VR8 , typename VR9 , class Cmp > | |
__device__ __forceinline__ void | reduceKeyVal (volatile K *skeys, K &key, const thrust::tuple< VP0, VP1, VP2, VP3, VP4, VP5, VP6, VP7, VP8, VP9 > &svals, const thrust::tuple< VR0, VR1, VR2, VR3, VR4, VR5, VR6, VR7, VR8, VR9 > &val, unsigned int tid, const Cmp &cmp) |
template<unsigned int N, typename KP0 , typename KP1 , typename KP2 , typename KP3 , typename KP4 , typename KP5 , typename KP6 , typename KP7 , typename KP8 , typename KP9 , typename KR0 , typename KR1 , typename KR2 , typename KR3 , typename KR4 , typename KR5 , typename KR6 , typename KR7 , typename KR8 , typename KR9 , typename VP0 , typename VP1 , typename VP2 , typename VP3 , typename VP4 , typename VP5 , typename VP6 , typename VP7 , typename VP8 , typename VP9 , typename VR0 , typename VR1 , typename VR2 , typename VR3 , typename VR4 , typename VR5 , typename VR6 , typename VR7 , typename VR8 , typename VR9 , class Cmp0 , class Cmp1 , class Cmp2 , class Cmp3 , class Cmp4 , class Cmp5 , class Cmp6 , class Cmp7 , class Cmp8 , class Cmp9 > | |
__device__ __forceinline__ void | reduceKeyVal (const thrust::tuple< KP0, KP1, KP2, KP3, KP4, KP5, KP6, KP7, KP8, KP9 > &skeys, const thrust::tuple< KR0, KR1, KR2, KR3, KR4, KR5, KR6, KR7, KR8, KR9 > &key, const thrust::tuple< VP0, VP1, VP2, VP3, VP4, VP5, VP6, VP7, VP8, VP9 > &svals, const thrust::tuple< VR0, VR1, VR2, VR3, VR4, VR5, VR6, VR7, VR8, VR9 > &val, unsigned int tid, const thrust::tuple< Cmp0, Cmp1, Cmp2, Cmp3, Cmp4, Cmp5, Cmp6, Cmp7, Cmp8, Cmp9 > &cmp) |
template<typename T0 > | |
__device__ __forceinline__ thrust::tuple< volatile T0 * > | smem_tuple (T0 *t0) |
template<typename T0 , typename T1 > | |
__device__ __forceinline__ thrust::tuple< volatile T0 *, volatile T1 * > | smem_tuple (T0 *t0, T1 *t1) |
template<typename T0 , typename T1 , typename T2 > | |
__device__ __forceinline__ thrust::tuple< volatile T0 *, volatile T1 *, volatile T2 * > | smem_tuple (T0 *t0, T1 *t1, T2 *t2) |
template<typename T0 , typename T1 , typename T2 , typename T3 > | |
__device__ __forceinline__ thrust::tuple< volatile T0 *, volatile T1 *, volatile T2 *, volatile T3 * > | smem_tuple (T0 *t0, T1 *t1, T2 *t2, T3 *t3) |
template<typename T0 , typename T1 , typename T2 , typename T3 , typename T4 > | |
__device__ __forceinline__ thrust::tuple< volatile T0 *, volatile T1 *, volatile T2 *, volatile T3 *, volatile T4 * > | smem_tuple (T0 *t0, T1 *t1, T2 *t2, T3 *t3, T4 *t4) |
template<typename T0 , typename T1 , typename T2 , typename T3 , typename T4 , typename T5 > | |
__device__ __forceinline__ thrust::tuple< volatile T0 *, volatile T1 *, volatile T2 *, volatile T3 *, volatile T4 *, volatile T5 * > | smem_tuple (T0 *t0, T1 *t1, T2 *t2, T3 *t3, T4 *t4, T5 *t5) |
template<typename T0 , typename T1 , typename T2 , typename T3 , typename T4 , typename T5 , typename T6 > | |
__device__ __forceinline__ thrust::tuple< volatile T0 *, volatile T1 *, volatile T2 *, volatile T3 *, volatile T4 *, volatile T5 *, volatile T6 * > | smem_tuple (T0 *t0, T1 *t1, T2 *t2, T3 *t3, T4 *t4, T5 *t5, T6 *t6) |
template<typename T0 , typename T1 , typename T2 , typename T3 , typename T4 , typename T5 , typename T6 , typename T7 > | |
__device__ __forceinline__ thrust::tuple< volatile T0 *, volatile T1 *, volatile T2 *, volatile T3 *, volatile T4 *, volatile T5 *, volatile T6 *, volatile T7 * > | smem_tuple (T0 *t0, T1 *t1, T2 *t2, T3 *t3, T4 *t4, T5 *t5, T6 *t6, T7 *t7) |
template<typename T0 , typename T1 , typename T2 , typename T3 , typename T4 , typename T5 , typename T6 , typename T7 , typename T8 > | |
__device__ __forceinline__ thrust::tuple< volatile T0 *, volatile T1 *, volatile T2 *, volatile T3 *, volatile T4 *, volatile T5 *, volatile T6 *, volatile T7 *, volatile T8 * > | smem_tuple (T0 *t0, T1 *t1, T2 *t2, T3 *t3, T4 *t4, T5 *t5, T6 *t6, T7 *t7, T8 *t8) |
template<typename T0 , typename T1 , typename T2 , typename T3 , typename T4 , typename T5 , typename T6 , typename T7 , typename T8 , typename T9 > | |
__device__ __forceinline__ thrust::tuple< volatile T0 *, volatile T1 *, volatile T2 *, volatile T3 *, volatile T4 *, volatile T5 *, volatile T6 *, volatile T7 *, volatile T8 *, volatile T9 * > | smem_tuple (T0 *t0, T1 *t1, T2 *t2, T3 *t3, T4 *t4, T5 *t5, T6 *t6, T7 *t7, T8 *t8, T9 *t9) |
template<class Func > | |
void | printFuncAttrib (Func &func) |
struct cv::gpu::device::__align__ | ( | 16 | ) |
struct cv::gpu::device::__align__ | ( | 32 | ) |
struct cv::gpu::device::__align__ | ( | 8 | ) |
__device__ __forceinline__ uchar1 cv::gpu::device::abs | ( | const uchar1 & | a | ) |
__device__ __forceinline__ uchar2 cv::gpu::device::abs | ( | const uchar2 & | a | ) |
__device__ __forceinline__ uchar3 cv::gpu::device::abs | ( | const uchar3 & | a | ) |
__device__ __forceinline__ uchar4 cv::gpu::device::abs | ( | const uchar4 & | a | ) |
__device__ __forceinline__ char1 cv::gpu::device::abs | ( | const char1 & | a | ) |
__device__ __forceinline__ char2 cv::gpu::device::abs | ( | const char2 & | a | ) |
__device__ __forceinline__ char3 cv::gpu::device::abs | ( | const char3 & | a | ) |
__device__ __forceinline__ char4 cv::gpu::device::abs | ( | const char4 & | a | ) |
__device__ __forceinline__ ushort3 cv::gpu::device::abs | ( | const ushort3 & | a | ) |
__device__ __forceinline__ ushort4 cv::gpu::device::abs | ( | const ushort4 & | a | ) |
__device__ __forceinline__ ushort1 cv::gpu::device::abs | ( | const ushort1 & | a | ) |
__device__ __forceinline__ ushort2 cv::gpu::device::abs | ( | const ushort2 & | a | ) |
__device__ __forceinline__ short1 cv::gpu::device::abs | ( | const short1 & | a | ) |
__device__ __forceinline__ short2 cv::gpu::device::abs | ( | const short2 & | a | ) |
__device__ __forceinline__ short3 cv::gpu::device::abs | ( | const short3 & | a | ) |
__device__ __forceinline__ short4 cv::gpu::device::abs | ( | const short4 & | a | ) |
__device__ __forceinline__ int1 cv::gpu::device::abs | ( | const int1 & | a | ) |
__device__ __forceinline__ int2 cv::gpu::device::abs | ( | const int2 & | a | ) |
__device__ __forceinline__ int3 cv::gpu::device::abs | ( | const int3 & | a | ) |
__device__ __forceinline__ int4 cv::gpu::device::abs | ( | const int4 & | a | ) |
__device__ __forceinline__ uint1 cv::gpu::device::abs | ( | const uint1 & | a | ) |
__device__ __forceinline__ uint2 cv::gpu::device::abs | ( | const uint2 & | a | ) |
__device__ __forceinline__ uint3 cv::gpu::device::abs | ( | const uint3 & | a | ) |
__device__ __forceinline__ uint4 cv::gpu::device::abs | ( | const uint4 & | a | ) |
__device__ __forceinline__ float1 cv::gpu::device::abs | ( | const float1 & | a | ) |
__device__ __forceinline__ float2 cv::gpu::device::abs | ( | const float2 & | a | ) |
__device__ __forceinline__ float3 cv::gpu::device::abs | ( | const float3 & | a | ) |
__device__ __forceinline__ float4 cv::gpu::device::abs | ( | const float4 & | a | ) |
__device__ __forceinline__ double1 cv::gpu::device::abs | ( | const double1 & | a | ) |
__device__ __forceinline__ double2 cv::gpu::device::abs | ( | const double2 & | a | ) |
__device__ __forceinline__ double3 cv::gpu::device::abs | ( | const double3 & | a | ) |
__device__ __forceinline__ double4 cv::gpu::device::abs | ( | const double4 & | a | ) |
__device__ __forceinline__ float1 cv::gpu::device::acos | ( | const uchar1 & | a | ) |
__device__ __forceinline__ float2 cv::gpu::device::acos | ( | const uchar2 & | a | ) |
__device__ __forceinline__ float3 cv::gpu::device::acos | ( | const uchar3 & | a | ) |
__device__ __forceinline__ float4 cv::gpu::device::acos | ( | const uchar4 & | a | ) |
__device__ __forceinline__ float1 cv::gpu::device::acos | ( | const char1 & | a | ) |
__device__ __forceinline__ float2 cv::gpu::device::acos | ( | const char2 & | a | ) |
__device__ __forceinline__ float3 cv::gpu::device::acos | ( | const char3 & | a | ) |
__device__ __forceinline__ float4 cv::gpu::device::acos | ( | const char4 & | a | ) |
__device__ __forceinline__ float3 cv::gpu::device::acos | ( | const ushort3 & | a | ) |
__device__ __forceinline__ float4 cv::gpu::device::acos | ( | const ushort4 & | a | ) |
__device__ __forceinline__ float1 cv::gpu::device::acos | ( | const ushort1 & | a | ) |
__device__ __forceinline__ float2 cv::gpu::device::acos | ( | const ushort2 & | a | ) |
__device__ __forceinline__ float1 cv::gpu::device::acos | ( | const short1 & | a | ) |
__device__ __forceinline__ float2 cv::gpu::device::acos | ( | const short2 & | a | ) |
__device__ __forceinline__ float3 cv::gpu::device::acos | ( | const short3 & | a | ) |
__device__ __forceinline__ float4 cv::gpu::device::acos | ( | const short4 & | a | ) |
__device__ __forceinline__ float1 cv::gpu::device::acos | ( | const int1 & | a | ) |
__device__ __forceinline__ float2 cv::gpu::device::acos | ( | const int2 & | a | ) |
__device__ __forceinline__ float3 cv::gpu::device::acos | ( | const int3 & | a | ) |
__device__ __forceinline__ float4 cv::gpu::device::acos | ( | const int4 & | a | ) |
__device__ __forceinline__ float1 cv::gpu::device::acos | ( | const uint1 & | a | ) |
__device__ __forceinline__ float2 cv::gpu::device::acos | ( | const uint2 & | a | ) |
__device__ __forceinline__ float3 cv::gpu::device::acos | ( | const uint3 & | a | ) |
__device__ __forceinline__ float4 cv::gpu::device::acos | ( | const uint4 & | a | ) |
__device__ __forceinline__ float1 cv::gpu::device::acos | ( | const float1 & | a | ) |
__device__ __forceinline__ float2 cv::gpu::device::acos | ( | const float2 & | a | ) |
__device__ __forceinline__ float3 cv::gpu::device::acos | ( | const float3 & | a | ) |
__device__ __forceinline__ float4 cv::gpu::device::acos | ( | const float4 & | a | ) |
__device__ __forceinline__ double1 cv::gpu::device::acos | ( | const double1 & | a | ) |
__device__ __forceinline__ double2 cv::gpu::device::acos | ( | const double2 & | a | ) |
__device__ __forceinline__ double3 cv::gpu::device::acos | ( | const double3 & | a | ) |
__device__ __forceinline__ double4 cv::gpu::device::acos | ( | const double4 & | a | ) |
__device__ __forceinline__ float1 cv::gpu::device::acosh | ( | const uchar1 & | a | ) |
__device__ __forceinline__ float2 cv::gpu::device::acosh | ( | const uchar2 & | a | ) |
__device__ __forceinline__ float3 cv::gpu::device::acosh | ( | const uchar3 & | a | ) |
__device__ __forceinline__ float4 cv::gpu::device::acosh | ( | const uchar4 & | a | ) |
__device__ __forceinline__ float1 cv::gpu::device::acosh | ( | const char1 & | a | ) |
__device__ __forceinline__ float2 cv::gpu::device::acosh | ( | const char2 & | a | ) |
__device__ __forceinline__ float3 cv::gpu::device::acosh | ( | const char3 & | a | ) |
__device__ __forceinline__ float4 cv::gpu::device::acosh | ( | const char4 & | a | ) |
__device__ __forceinline__ float1 cv::gpu::device::acosh | ( | const ushort1 & | a | ) |
__device__ __forceinline__ float2 cv::gpu::device::acosh | ( | const ushort2 & | a | ) |
__device__ __forceinline__ float3 cv::gpu::device::acosh | ( | const ushort3 & | a | ) |
__device__ __forceinline__ float4 cv::gpu::device::acosh | ( | const ushort4 & | a | ) |
__device__ __forceinline__ float1 cv::gpu::device::acosh | ( | const short1 & | a | ) |
__device__ __forceinline__ float2 cv::gpu::device::acosh | ( | const short2 & | a | ) |
__device__ __forceinline__ float3 cv::gpu::device::acosh | ( | const short3 & | a | ) |
__device__ __forceinline__ float4 cv::gpu::device::acosh | ( | const short4 & | a | ) |
__device__ __forceinline__ float1 cv::gpu::device::acosh | ( | const int1 & | a | ) |
__device__ __forceinline__ float2 cv::gpu::device::acosh | ( | const int2 & | a | ) |
__device__ __forceinline__ float3 cv::gpu::device::acosh | ( | const int3 & | a | ) |
__device__ __forceinline__ float4 cv::gpu::device::acosh | ( | const int4 & | a | ) |
__device__ __forceinline__ float1 cv::gpu::device::acosh | ( | const uint1 & | a | ) |
__device__ __forceinline__ float2 cv::gpu::device::acosh | ( | const uint2 & | a | ) |
__device__ __forceinline__ float3 cv::gpu::device::acosh | ( | const uint3 & | a | ) |
__device__ __forceinline__ float4 cv::gpu::device::acosh | ( | const uint4 & | a | ) |
__device__ __forceinline__ float1 cv::gpu::device::acosh | ( | const float1 & | a | ) |
__device__ __forceinline__ float2 cv::gpu::device::acosh | ( | const float2 & | a | ) |
__device__ __forceinline__ float3 cv::gpu::device::acosh | ( | const float3 & | a | ) |
__device__ __forceinline__ float4 cv::gpu::device::acosh | ( | const float4 & | a | ) |
__device__ __forceinline__ double1 cv::gpu::device::acosh | ( | const double1 & | a | ) |
__device__ __forceinline__ double2 cv::gpu::device::acosh | ( | const double2 & | a | ) |
__device__ __forceinline__ double3 cv::gpu::device::acosh | ( | const double3 & | a | ) |
__device__ __forceinline__ double4 cv::gpu::device::acosh | ( | const double4 & | a | ) |
__device__ __forceinline__ float1 cv::gpu::device::asin | ( | const uchar1 & | a | ) |
__device__ __forceinline__ float2 cv::gpu::device::asin | ( | const uchar2 & | a | ) |
__device__ __forceinline__ float3 cv::gpu::device::asin | ( | const uchar3 & | a | ) |
__device__ __forceinline__ float4 cv::gpu::device::asin | ( | const uchar4 & | a | ) |
__device__ __forceinline__ float1 cv::gpu::device::asin | ( | const char1 & | a | ) |
__device__ __forceinline__ float2 cv::gpu::device::asin | ( | const char2 & | a | ) |
__device__ __forceinline__ float3 cv::gpu::device::asin | ( | const char3 & | a | ) |
__device__ __forceinline__ float4 cv::gpu::device::asin | ( | const char4 & | a | ) |
__device__ __forceinline__ float1 cv::gpu::device::asin | ( | const ushort1 & | a | ) |
__device__ __forceinline__ float2 cv::gpu::device::asin | ( | const ushort2 & | a | ) |
__device__ __forceinline__ float3 cv::gpu::device::asin | ( | const ushort3 & | a | ) |
__device__ __forceinline__ float4 cv::gpu::device::asin | ( | const ushort4 & | a | ) |
__device__ __forceinline__ float1 cv::gpu::device::asin | ( | const short1 & | a | ) |
__device__ __forceinline__ float2 cv::gpu::device::asin | ( | const short2 & | a | ) |
__device__ __forceinline__ float3 cv::gpu::device::asin | ( | const short3 & | a | ) |
__device__ __forceinline__ float4 cv::gpu::device::asin | ( | const short4 & | a | ) |
__device__ __forceinline__ float1 cv::gpu::device::asin | ( | const int1 & | a | ) |
__device__ __forceinline__ float2 cv::gpu::device::asin | ( | const int2 & | a | ) |
__device__ __forceinline__ float3 cv::gpu::device::asin | ( | const int3 & | a | ) |
__device__ __forceinline__ float4 cv::gpu::device::asin | ( | const int4 & | a | ) |
__device__ __forceinline__ float1 cv::gpu::device::asin | ( | const uint1 & | a | ) |
__device__ __forceinline__ float2 cv::gpu::device::asin | ( | const uint2 & | a | ) |
__device__ __forceinline__ float3 cv::gpu::device::asin | ( | const uint3 & | a | ) |
__device__ __forceinline__ float4 cv::gpu::device::asin | ( | const uint4 & | a | ) |
__device__ __forceinline__ float1 cv::gpu::device::asin | ( | const float1 & | a | ) |
__device__ __forceinline__ float2 cv::gpu::device::asin | ( | const float2 & | a | ) |
__device__ __forceinline__ float3 cv::gpu::device::asin | ( | const float3 & | a | ) |
__device__ __forceinline__ float4 cv::gpu::device::asin | ( | const float4 & | a | ) |
__device__ __forceinline__ double1 cv::gpu::device::asin | ( | const double1 & | a | ) |
__device__ __forceinline__ double2 cv::gpu::device::asin | ( | const double2 & | a | ) |
__device__ __forceinline__ double4 cv::gpu::device::asin | ( | const double4 & | a | ) |
__device__ __forceinline__ double3 cv::gpu::device::asin | ( | const double3 & | a | ) |
__device__ __forceinline__ float3 cv::gpu::device::asinh | ( | const uchar3 & | a | ) |
__device__ __forceinline__ float4 cv::gpu::device::asinh | ( | const uchar4 & | a | ) |
__device__ __forceinline__ float1 cv::gpu::device::asinh | ( | const uchar1 & | a | ) |
__device__ __forceinline__ float2 cv::gpu::device::asinh | ( | const uchar2 & | a | ) |
__device__ __forceinline__ float1 cv::gpu::device::asinh | ( | const char1 & | a | ) |
__device__ __forceinline__ float2 cv::gpu::device::asinh | ( | const char2 & | a | ) |
__device__ __forceinline__ float3 cv::gpu::device::asinh | ( | const char3 & | a | ) |
__device__ __forceinline__ float4 cv::gpu::device::asinh | ( | const char4 & | a | ) |
__device__ __forceinline__ float1 cv::gpu::device::asinh | ( | const ushort1 & | a | ) |
__device__ __forceinline__ float2 cv::gpu::device::asinh | ( | const ushort2 & | a | ) |
__device__ __forceinline__ float4 cv::gpu::device::asinh | ( | const ushort4 & | a | ) |
__device__ __forceinline__ float3 cv::gpu::device::asinh | ( | const ushort3 & | a | ) |
__device__ __forceinline__ float1 cv::gpu::device::asinh | ( | const short1 & | a | ) |
__device__ __forceinline__ float2 cv::gpu::device::asinh | ( | const short2 & | a | ) |
__device__ __forceinline__ float3 cv::gpu::device::asinh | ( | const short3 & | a | ) |
__device__ __forceinline__ float4 cv::gpu::device::asinh | ( | const short4 & | a | ) |
__device__ __forceinline__ float1 cv::gpu::device::asinh | ( | const int1 & | a | ) |
__device__ __forceinline__ float2 cv::gpu::device::asinh | ( | const int2 & | a | ) |
__device__ __forceinline__ float3 cv::gpu::device::asinh | ( | const int3 & | a | ) |
__device__ __forceinline__ float4 cv::gpu::device::asinh | ( | const int4 & | a | ) |
__device__ __forceinline__ float1 cv::gpu::device::asinh | ( | const uint1 & | a | ) |
__device__ __forceinline__ float2 cv::gpu::device::asinh | ( | const uint2 & | a | ) |
__device__ __forceinline__ float3 cv::gpu::device::asinh | ( | const uint3 & | a | ) |
__device__ __forceinline__ float4 cv::gpu::device::asinh | ( | const uint4 & | a | ) |
__device__ __forceinline__ float1 cv::gpu::device::asinh | ( | const float1 & | a | ) |
__device__ __forceinline__ float2 cv::gpu::device::asinh | ( | const float2 & | a | ) |
__device__ __forceinline__ float3 cv::gpu::device::asinh | ( | const float3 & | a | ) |
__device__ __forceinline__ float4 cv::gpu::device::asinh | ( | const float4 & | a | ) |
__device__ __forceinline__ double1 cv::gpu::device::asinh | ( | const double1 & | a | ) |
__device__ __forceinline__ double2 cv::gpu::device::asinh | ( | const double2 & | a | ) |
__device__ __forceinline__ double4 cv::gpu::device::asinh | ( | const double4 & | a | ) |
__device__ __forceinline__ double3 cv::gpu::device::asinh | ( | const double3 & | a | ) |
__device__ __forceinline__ float1 cv::gpu::device::atan | ( | const uchar1 & | a | ) |
__device__ __forceinline__ float2 cv::gpu::device::atan | ( | const uchar2 & | a | ) |
__device__ __forceinline__ float3 cv::gpu::device::atan | ( | const uchar3 & | a | ) |
__device__ __forceinline__ float4 cv::gpu::device::atan | ( | const uchar4 & | a | ) |
__device__ __forceinline__ float1 cv::gpu::device::atan | ( | const char1 & | a | ) |
__device__ __forceinline__ float2 cv::gpu::device::atan | ( | const char2 & | a | ) |
__device__ __forceinline__ float3 cv::gpu::device::atan | ( | const char3 & | a | ) |
__device__ __forceinline__ float4 cv::gpu::device::atan | ( | const char4 & | a | ) |
__device__ __forceinline__ float1 cv::gpu::device::atan | ( | const ushort1 & | a | ) |
__device__ __forceinline__ float2 cv::gpu::device::atan | ( | const ushort2 & | a | ) |
__device__ __forceinline__ float3 cv::gpu::device::atan | ( | const ushort3 & | a | ) |
__device__ __forceinline__ float4 cv::gpu::device::atan | ( | const ushort4 & | a | ) |
__device__ __forceinline__ float1 cv::gpu::device::atan | ( | const short1 & | a | ) |
__device__ __forceinline__ float2 cv::gpu::device::atan | ( | const short2 & | a | ) |
__device__ __forceinline__ float3 cv::gpu::device::atan | ( | const short3 & | a | ) |
__device__ __forceinline__ float4 cv::gpu::device::atan | ( | const short4 & | a | ) |
__device__ __forceinline__ float1 cv::gpu::device::atan | ( | const int1 & | a | ) |
__device__ __forceinline__ float2 cv::gpu::device::atan | ( | const int2 & | a | ) |
__device__ __forceinline__ float3 cv::gpu::device::atan | ( | const int3 & | a | ) |
__device__ __forceinline__ float4 cv::gpu::device::atan | ( | const int4 & | a | ) |
__device__ __forceinline__ float1 cv::gpu::device::atan | ( | const uint1 & | a | ) |
__device__ __forceinline__ float2 cv::gpu::device::atan | ( | const uint2 & | a | ) |
__device__ __forceinline__ float3 cv::gpu::device::atan | ( | const uint3 & | a | ) |
__device__ __forceinline__ float4 cv::gpu::device::atan | ( | const uint4 & | a | ) |
__device__ __forceinline__ float1 cv::gpu::device::atan | ( | const float1 & | a | ) |
__device__ __forceinline__ float2 cv::gpu::device::atan | ( | const float2 & | a | ) |
__device__ __forceinline__ float3 cv::gpu::device::atan | ( | const float3 & | a | ) |
__device__ __forceinline__ float4 cv::gpu::device::atan | ( | const float4 & | a | ) |
__device__ __forceinline__ double1 cv::gpu::device::atan | ( | const double1 & | a | ) |
__device__ __forceinline__ double2 cv::gpu::device::atan | ( | const double2 & | a | ) |
__device__ __forceinline__ double3 cv::gpu::device::atan | ( | const double3 & | a | ) |
__device__ __forceinline__ double4 cv::gpu::device::atan | ( | const double4 & | a | ) |
__device__ __forceinline__ float1 cv::gpu::device::atan2 | ( | const uchar1 & | a, |
const uchar1 & | b | ||
) |
__device__ __forceinline__ float2 cv::gpu::device::atan2 | ( | const uchar2 & | a, |
const uchar2 & | b | ||
) |
__device__ __forceinline__ float3 cv::gpu::device::atan2 | ( | const uchar3 & | a, |
const uchar3 & | b | ||
) |
__device__ __forceinline__ float4 cv::gpu::device::atan2 | ( | const uchar4 & | a, |
const uchar4 & | b | ||
) |
__device__ __forceinline__ float1 cv::gpu::device::atan2 | ( | const char1 & | a, |
const char1 & | b | ||
) |
__device__ __forceinline__ float2 cv::gpu::device::atan2 | ( | const char2 & | a, |
const char2 & | b | ||
) |
__device__ __forceinline__ float3 cv::gpu::device::atan2 | ( | const char3 & | a, |
const char3 & | b | ||
) |
__device__ __forceinline__ float4 cv::gpu::device::atan2 | ( | const char4 & | a, |
const char4 & | b | ||
) |
__device__ __forceinline__ float1 cv::gpu::device::atan2 | ( | const ushort1 & | a, |
const ushort1 & | b | ||
) |
__device__ __forceinline__ float2 cv::gpu::device::atan2 | ( | const ushort2 & | a, |
const ushort2 & | b | ||
) |
__device__ __forceinline__ float3 cv::gpu::device::atan2 | ( | const ushort3 & | a, |
const ushort3 & | b | ||
) |
__device__ __forceinline__ float4 cv::gpu::device::atan2 | ( | const ushort4 & | a, |
const ushort4 & | b | ||
) |
__device__ __forceinline__ float1 cv::gpu::device::atan2 | ( | const short1 & | a, |
const short1 & | b | ||
) |
__device__ __forceinline__ float2 cv::gpu::device::atan2 | ( | const short2 & | a, |
const short2 & | b | ||
) |
__device__ __forceinline__ float3 cv::gpu::device::atan2 | ( | const short3 & | a, |
const short3 & | b | ||
) |
__device__ __forceinline__ float4 cv::gpu::device::atan2 | ( | const short4 & | a, |
const short4 & | b | ||
) |
__device__ __forceinline__ float1 cv::gpu::device::atan2 | ( | const uint1 & | a, |
const uint1 & | b | ||
) |
__device__ __forceinline__ float2 cv::gpu::device::atan2 | ( | const uint2 & | a, |
const uint2 & | b | ||
) |
__device__ __forceinline__ float3 cv::gpu::device::atan2 | ( | const uint3 & | a, |
const uint3 & | b | ||
) |
__device__ __forceinline__ float4 cv::gpu::device::atan2 | ( | const uint4 & | a, |
const uint4 & | b | ||
) |
__device__ __forceinline__ float1 cv::gpu::device::atan2 | ( | const int1 & | a, |
const int1 & | b | ||
) |
__device__ __forceinline__ float2 cv::gpu::device::atan2 | ( | const int2 & | a, |
const int2 & | b | ||
) |
__device__ __forceinline__ float3 cv::gpu::device::atan2 | ( | const int3 & | a, |
const int3 & | b | ||
) |
__device__ __forceinline__ float4 cv::gpu::device::atan2 | ( | const int4 & | a, |
const int4 & | b | ||
) |
__device__ __forceinline__ float1 cv::gpu::device::atan2 | ( | const float1 & | a, |
const float1 & | b | ||
) |
__device__ __forceinline__ float2 cv::gpu::device::atan2 | ( | const float2 & | a, |
const float2 & | b | ||
) |
__device__ __forceinline__ float3 cv::gpu::device::atan2 | ( | const float3 & | a, |
const float3 & | b | ||
) |
__device__ __forceinline__ float4 cv::gpu::device::atan2 | ( | const float4 & | a, |
const float4 & | b | ||
) |
__device__ __forceinline__ double1 cv::gpu::device::atan2 | ( | const double1 & | a, |
const double1 & | b | ||
) |
__device__ __forceinline__ double2 cv::gpu::device::atan2 | ( | const double2 & | a, |
const double2 & | b | ||
) |
__device__ __forceinline__ double3 cv::gpu::device::atan2 | ( | const double3 & | a, |
const double3 & | b | ||
) |
__device__ __forceinline__ double4 cv::gpu::device::atan2 | ( | const double4 & | a, |
const double4 & | b | ||
) |
__device__ __forceinline__ float2 cv::gpu::device::atan2 | ( | const uchar2 & | a, |
float | s | ||
) |
__device__ __forceinline__ float2 cv::gpu::device::atan2 | ( | float | s, |
const uchar2 & | b | ||
) |
__device__ __forceinline__ float3 cv::gpu::device::atan2 | ( | const uchar3 & | a, |
float | s | ||
) |
__device__ __forceinline__ float3 cv::gpu::device::atan2 | ( | float | s, |
const uchar3 & | b | ||
) |
__device__ __forceinline__ float4 cv::gpu::device::atan2 | ( | const uchar4 & | a, |
float | s | ||
) |
__device__ __forceinline__ float4 cv::gpu::device::atan2 | ( | float | s, |
const uchar4 & | b | ||
) |
__device__ __forceinline__ float1 cv::gpu::device::atan2 | ( | const uchar1 & | a, |
float | s | ||
) |
__device__ __forceinline__ float1 cv::gpu::device::atan2 | ( | float | s, |
const uchar1 & | b | ||
) |
__device__ __forceinline__ double1 cv::gpu::device::atan2 | ( | const uchar1 & | a, |
double | s | ||
) |
__device__ __forceinline__ double1 cv::gpu::device::atan2 | ( | double | s, |
const uchar1 & | b | ||
) |
__device__ __forceinline__ double2 cv::gpu::device::atan2 | ( | const uchar2 & | a, |
double | s | ||
) |
__device__ __forceinline__ double2 cv::gpu::device::atan2 | ( | double | s, |
const uchar2 & | b | ||
) |
__device__ __forceinline__ double3 cv::gpu::device::atan2 | ( | const uchar3 & | a, |
double | s | ||
) |
__device__ __forceinline__ double3 cv::gpu::device::atan2 | ( | double | s, |
const uchar3 & | b | ||
) |
__device__ __forceinline__ double4 cv::gpu::device::atan2 | ( | const uchar4 & | a, |
double | s | ||
) |
__device__ __forceinline__ double4 cv::gpu::device::atan2 | ( | double | s, |
const uchar4 & | b | ||
) |
__device__ __forceinline__ float1 cv::gpu::device::atan2 | ( | float | s, |
const char1 & | b | ||
) |
__device__ __forceinline__ float3 cv::gpu::device::atan2 | ( | float | s, |
const char3 & | b | ||
) |
__device__ __forceinline__ float1 cv::gpu::device::atan2 | ( | const char1 & | a, |
float | s | ||
) |
__device__ __forceinline__ float2 cv::gpu::device::atan2 | ( | const char2 & | a, |
float | s | ||
) |
__device__ __forceinline__ float2 cv::gpu::device::atan2 | ( | float | s, |
const char2 & | b | ||
) |
__device__ __forceinline__ float3 cv::gpu::device::atan2 | ( | const char3 & | a, |
float | s | ||
) |
__device__ __forceinline__ float4 cv::gpu::device::atan2 | ( | const char4 & | a, |
float | s | ||
) |
__device__ __forceinline__ float4 cv::gpu::device::atan2 | ( | float | s, |
const char4 & | b | ||
) |
__device__ __forceinline__ double1 cv::gpu::device::atan2 | ( | double | s, |
const char1 & | b | ||
) |
__device__ __forceinline__ double1 cv::gpu::device::atan2 | ( | const char1 & | a, |
double | s | ||
) |
__device__ __forceinline__ double2 cv::gpu::device::atan2 | ( | const char2 & | a, |
double | s | ||
) |
__device__ __forceinline__ double2 cv::gpu::device::atan2 | ( | double | s, |
const char2 & | b | ||
) |
__device__ __forceinline__ double3 cv::gpu::device::atan2 | ( | const char3 & | a, |
double | s | ||
) |
__device__ __forceinline__ double3 cv::gpu::device::atan2 | ( | double | s, |
const char3 & | b | ||
) |
__device__ __forceinline__ double4 cv::gpu::device::atan2 | ( | const char4 & | a, |
double | s | ||
) |
__device__ __forceinline__ double4 cv::gpu::device::atan2 | ( | double | s, |
const char4 & | b | ||
) |
__device__ __forceinline__ float3 cv::gpu::device::atan2 | ( | float | s, |
const ushort3 & | b | ||
) |
__device__ __forceinline__ float1 cv::gpu::device::atan2 | ( | float | s, |
const ushort1 & | b | ||
) |
__device__ __forceinline__ float1 cv::gpu::device::atan2 | ( | const ushort1 & | a, |
float | s | ||
) |
__device__ __forceinline__ float2 cv::gpu::device::atan2 | ( | const ushort2 & | a, |
float | s | ||
) |
__device__ __forceinline__ float2 cv::gpu::device::atan2 | ( | float | s, |
const ushort2 & | b | ||
) |
__device__ __forceinline__ float3 cv::gpu::device::atan2 | ( | const ushort3 & | a, |
float | s | ||
) |
__device__ __forceinline__ float4 cv::gpu::device::atan2 | ( | const ushort4 & | a, |
float | s | ||
) |
__device__ __forceinline__ float4 cv::gpu::device::atan2 | ( | float | s, |
const ushort4 & | b | ||
) |
__device__ __forceinline__ double1 cv::gpu::device::atan2 | ( | double | s, |
const ushort1 & | b | ||
) |
__device__ __forceinline__ double1 cv::gpu::device::atan2 | ( | const ushort1 & | a, |
double | s | ||
) |
__device__ __forceinline__ double2 cv::gpu::device::atan2 | ( | const ushort2 & | a, |
double | s | ||
) |
__device__ __forceinline__ double2 cv::gpu::device::atan2 | ( | double | s, |
const ushort2 & | b | ||
) |
__device__ __forceinline__ double3 cv::gpu::device::atan2 | ( | const ushort3 & | a, |
double | s | ||
) |
__device__ __forceinline__ double3 cv::gpu::device::atan2 | ( | double | s, |
const ushort3 & | b | ||
) |
__device__ __forceinline__ double4 cv::gpu::device::atan2 | ( | const ushort4 & | a, |
double | s | ||
) |
__device__ __forceinline__ double4 cv::gpu::device::atan2 | ( | double | s, |
const ushort4 & | b | ||
) |
__device__ __forceinline__ float1 cv::gpu::device::atan2 | ( | float | s, |
const short1 & | b | ||
) |
__device__ __forceinline__ float3 cv::gpu::device::atan2 | ( | float | s, |
const short3 & | b | ||
) |
__device__ __forceinline__ float1 cv::gpu::device::atan2 | ( | const short1 & | a, |
float | s | ||
) |
__device__ __forceinline__ float2 cv::gpu::device::atan2 | ( | const short2 & | a, |
float | s | ||
) |
__device__ __forceinline__ float2 cv::gpu::device::atan2 | ( | float | s, |
const short2 & | b | ||
) |
__device__ __forceinline__ float3 cv::gpu::device::atan2 | ( | const short3 & | a, |
float | s | ||
) |
__device__ __forceinline__ float4 cv::gpu::device::atan2 | ( | const short4 & | a, |
float | s | ||
) |
__device__ __forceinline__ float4 cv::gpu::device::atan2 | ( | float | s, |
const short4 & | b | ||
) |
__device__ __forceinline__ double1 cv::gpu::device::atan2 | ( | double | s, |
const short1 & | b | ||
) |
__device__ __forceinline__ double1 cv::gpu::device::atan2 | ( | const short1 & | a, |
double | s | ||
) |
__device__ __forceinline__ double2 cv::gpu::device::atan2 | ( | const short2 & | a, |
double | s | ||
) |
__device__ __forceinline__ double2 cv::gpu::device::atan2 | ( | double | s, |
const short2 & | b | ||
) |
__device__ __forceinline__ double3 cv::gpu::device::atan2 | ( | const short3 & | a, |
double | s | ||
) |
__device__ __forceinline__ double3 cv::gpu::device::atan2 | ( | double | s, |
const short3 & | b | ||
) |
__device__ __forceinline__ double4 cv::gpu::device::atan2 | ( | const short4 & | a, |
double | s | ||
) |
__device__ __forceinline__ double4 cv::gpu::device::atan2 | ( | double | s, |
const short4 & | b | ||
) |
__device__ __forceinline__ float3 cv::gpu::device::atan2 | ( | float | s, |
const uint3 & | b | ||
) |
__device__ __forceinline__ float1 cv::gpu::device::atan2 | ( | float | s, |
const uint1 & | b | ||
) |
__device__ __forceinline__ float1 cv::gpu::device::atan2 | ( | const uint1 & | a, |
float | s | ||
) |
__device__ __forceinline__ float2 cv::gpu::device::atan2 | ( | const uint2 & | a, |
float | s | ||
) |
__device__ __forceinline__ float2 cv::gpu::device::atan2 | ( | float | s, |
const uint2 & | b | ||
) |
__device__ __forceinline__ float3 cv::gpu::device::atan2 | ( | const uint3 & | a, |
float | s | ||
) |
__device__ __forceinline__ float4 cv::gpu::device::atan2 | ( | const uint4 & | a, |
float | s | ||
) |
__device__ __forceinline__ float4 cv::gpu::device::atan2 | ( | float | s, |
const uint4 & | b | ||
) |
__device__ __forceinline__ double1 cv::gpu::device::atan2 | ( | double | s, |
const uint1 & | b | ||
) |
__device__ __forceinline__ double1 cv::gpu::device::atan2 | ( | const uint1 & | a, |
double | s | ||
) |
__device__ __forceinline__ double2 cv::gpu::device::atan2 | ( | double | s, |
const uint2 & | b | ||
) |
__device__ __forceinline__ double3 cv::gpu::device::atan2 | ( | const uint3 & | a, |
double | s | ||
) |
__device__ __forceinline__ double3 cv::gpu::device::atan2 | ( | double | s, |
const uint3 & | b | ||
) |
__device__ __forceinline__ double4 cv::gpu::device::atan2 | ( | const uint4 & | a, |
double | s | ||
) |
__device__ __forceinline__ double4 cv::gpu::device::atan2 | ( | double | s, |
const uint4 & | b | ||
) |
__device__ __forceinline__ double2 cv::gpu::device::atan2 | ( | const uint2 & | a, |
double | s | ||
) |
__device__ __forceinline__ float1 cv::gpu::device::atan2 | ( | float | s, |
const int1 & | b | ||
) |
__device__ __forceinline__ float3 cv::gpu::device::atan2 | ( | float | s, |
const int3 & | b | ||
) |
__device__ __forceinline__ float1 cv::gpu::device::atan2 | ( | const int1 & | a, |
float | s | ||
) |
__device__ __forceinline__ float2 cv::gpu::device::atan2 | ( | const int2 & | a, |
float | s | ||
) |
__device__ __forceinline__ float2 cv::gpu::device::atan2 | ( | float | s, |
const int2 & | b | ||
) |
__device__ __forceinline__ float3 cv::gpu::device::atan2 | ( | const int3 & | a, |
float | s | ||
) |
__device__ __forceinline__ float4 cv::gpu::device::atan2 | ( | const int4 & | a, |
float | s | ||
) |
__device__ __forceinline__ float4 cv::gpu::device::atan2 | ( | float | s, |
const int4 & | b | ||
) |
__device__ __forceinline__ double1 cv::gpu::device::atan2 | ( | double | s, |
const int1 & | b | ||
) |
__device__ __forceinline__ double1 cv::gpu::device::atan2 | ( | const int1 & | a, |
double | s | ||
) |
__device__ __forceinline__ double2 cv::gpu::device::atan2 | ( | const int2 & | a, |
double | s | ||
) |
__device__ __forceinline__ double2 cv::gpu::device::atan2 | ( | double | s, |
const int2 & | b | ||
) |
__device__ __forceinline__ double3 cv::gpu::device::atan2 | ( | const int3 & | a, |
double | s | ||
) |
__device__ __forceinline__ double3 cv::gpu::device::atan2 | ( | double | s, |
const int3 & | b | ||
) |
__device__ __forceinline__ double4 cv::gpu::device::atan2 | ( | const int4 & | a, |
double | s | ||
) |
__device__ __forceinline__ double4 cv::gpu::device::atan2 | ( | double | s, |
const int4 & | b | ||
) |
__device__ __forceinline__ float3 cv::gpu::device::atan2 | ( | float | s, |
const float3 & | b | ||
) |
__device__ __forceinline__ float1 cv::gpu::device::atan2 | ( | float | s, |
const float1 & | b | ||
) |
__device__ __forceinline__ float1 cv::gpu::device::atan2 | ( | const float1 & | a, |
float | s | ||
) |
__device__ __forceinline__ float2 cv::gpu::device::atan2 | ( | const float2 & | a, |
float | s | ||
) |
__device__ __forceinline__ float2 cv::gpu::device::atan2 | ( | float | s, |
const float2 & | b | ||
) |
__device__ __forceinline__ float3 cv::gpu::device::atan2 | ( | const float3 & | a, |
float | s | ||
) |
__device__ __forceinline__ float4 cv::gpu::device::atan2 | ( | const float4 & | a, |
float | s | ||
) |
__device__ __forceinline__ float4 cv::gpu::device::atan2 | ( | float | s, |
const float4 & | b | ||
) |
__device__ __forceinline__ double1 cv::gpu::device::atan2 | ( | double | s, |
const float1 & | b | ||
) |
__device__ __forceinline__ double1 cv::gpu::device::atan2 | ( | const float1 & | a, |
double | s | ||
) |
__device__ __forceinline__ double2 cv::gpu::device::atan2 | ( | const float2 & | a, |
double | s | ||
) |
__device__ __forceinline__ double2 cv::gpu::device::atan2 | ( | double | s, |
const float2 & | b | ||
) |
__device__ __forceinline__ double3 cv::gpu::device::atan2 | ( | const float3 & | a, |
double | s | ||
) |
__device__ __forceinline__ double3 cv::gpu::device::atan2 | ( | double | s, |
const float3 & | b | ||
) |
__device__ __forceinline__ double4 cv::gpu::device::atan2 | ( | const float4 & | a, |
double | s | ||
) |
__device__ __forceinline__ double4 cv::gpu::device::atan2 | ( | double | s, |
const float4 & | b | ||
) |
__device__ __forceinline__ double1 cv::gpu::device::atan2 | ( | const double1 & | a, |
double | s | ||
) |
__device__ __forceinline__ double2 cv::gpu::device::atan2 | ( | const double2 & | a, |
double | s | ||
) |
__device__ __forceinline__ double2 cv::gpu::device::atan2 | ( | double | s, |
const double2 & | b | ||
) |
__device__ __forceinline__ double3 cv::gpu::device::atan2 | ( | const double3 & | a, |
double | s | ||
) |
__device__ __forceinline__ double4 cv::gpu::device::atan2 | ( | const double4 & | a, |
double | s | ||
) |
__device__ __forceinline__ double4 cv::gpu::device::atan2 | ( | double | s, |
const double4 & | b | ||
) |
__device__ __forceinline__ double1 cv::gpu::device::atan2 | ( | double | s, |
const double1 & | b | ||
) |
__device__ __forceinline__ double3 cv::gpu::device::atan2 | ( | double | s, |
const double3 & | b | ||
) |
__device__ __forceinline__ float1 cv::gpu::device::atanh | ( | const uchar1 & | a | ) |
__device__ __forceinline__ float2 cv::gpu::device::atanh | ( | const uchar2 & | a | ) |
__device__ __forceinline__ float3 cv::gpu::device::atanh | ( | const uchar3 & | a | ) |
__device__ __forceinline__ float4 cv::gpu::device::atanh | ( | const uchar4 & | a | ) |
__device__ __forceinline__ float1 cv::gpu::device::atanh | ( | const char1 & | a | ) |
__device__ __forceinline__ float2 cv::gpu::device::atanh | ( | const char2 & | a | ) |
__device__ __forceinline__ float3 cv::gpu::device::atanh | ( | const char3 & | a | ) |
__device__ __forceinline__ float4 cv::gpu::device::atanh | ( | const char4 & | a | ) |
__device__ __forceinline__ float1 cv::gpu::device::atanh | ( | const ushort1 & | a | ) |
__device__ __forceinline__ float2 cv::gpu::device::atanh | ( | const ushort2 & | a | ) |
__device__ __forceinline__ float3 cv::gpu::device::atanh | ( | const ushort3 & | a | ) |
__device__ __forceinline__ float4 cv::gpu::device::atanh | ( | const ushort4 & | a | ) |
__device__ __forceinline__ float1 cv::gpu::device::atanh | ( | const short1 & | a | ) |
__device__ __forceinline__ float2 cv::gpu::device::atanh | ( | const short2 & | a | ) |
__device__ __forceinline__ float3 cv::gpu::device::atanh | ( | const short3 & | a | ) |
__device__ __forceinline__ float4 cv::gpu::device::atanh | ( | const short4 & | a | ) |
__device__ __forceinline__ float1 cv::gpu::device::atanh | ( | const int1 & | a | ) |
__device__ __forceinline__ float2 cv::gpu::device::atanh | ( | const int2 & | a | ) |
__device__ __forceinline__ float3 cv::gpu::device::atanh | ( | const int3 & | a | ) |
__device__ __forceinline__ float4 cv::gpu::device::atanh | ( | const int4 & | a | ) |
__device__ __forceinline__ float1 cv::gpu::device::atanh | ( | const uint1 & | a | ) |
__device__ __forceinline__ float2 cv::gpu::device::atanh | ( | const uint2 & | a | ) |
__device__ __forceinline__ float3 cv::gpu::device::atanh | ( | const uint3 & | a | ) |
__device__ __forceinline__ float4 cv::gpu::device::atanh | ( | const uint4 & | a | ) |
__device__ __forceinline__ float1 cv::gpu::device::atanh | ( | const float1 & | a | ) |
__device__ __forceinline__ float2 cv::gpu::device::atanh | ( | const float2 & | a | ) |
__device__ __forceinline__ float3 cv::gpu::device::atanh | ( | const float3 & | a | ) |
__device__ __forceinline__ float4 cv::gpu::device::atanh | ( | const float4 & | a | ) |
__device__ __forceinline__ double1 cv::gpu::device::atanh | ( | const double1 & | a | ) |
__device__ __forceinline__ double2 cv::gpu::device::atanh | ( | const double2 & | a | ) |
__device__ __forceinline__ double3 cv::gpu::device::atanh | ( | const double3 & | a | ) |
__device__ __forceinline__ double4 cv::gpu::device::atanh | ( | const double4 & | a | ) |
__host__ __device__ __forceinline__ binder1st<Op> cv::gpu::device::bind1st | ( | const Op & | op, |
const T & | x | ||
) |
__host__ __device__ __forceinline__ binder2nd<Op> cv::gpu::device::bind2nd | ( | const Op & | op, |
const T & | x | ||
) |
__device__ T cv::gpu::device::blockScanInclusive | ( | T | idata, |
volatile T * | s_Data, | ||
unsigned int | tid | ||
) |
__device__ __forceinline__ void cv::gpu::device::calcVecDiffCached | ( | const T1 * | vecCached, |
const T2 * | vecGlob, | ||
int | len, | ||
Dist & | dist, | ||
typename Dist::result_type * | smem, | ||
int | tid | ||
) |
__device__ void cv::gpu::device::calcVecDiffGlobal | ( | const T1 * | vec1, |
const T2 * | vec2, | ||
int | len, | ||
Dist & | dist, | ||
typename Dist::result_type * | smem, | ||
int | tid | ||
) |
__device__ __forceinline__ float2 cv::gpu::device::cos | ( | const uchar2 & | a | ) |
__device__ __forceinline__ float1 cv::gpu::device::cos | ( | const uchar1 & | a | ) |
__device__ __forceinline__ float3 cv::gpu::device::cos | ( | const uchar3 & | a | ) |
__device__ __forceinline__ float4 cv::gpu::device::cos | ( | const uchar4 & | a | ) |
__device__ __forceinline__ float1 cv::gpu::device::cos | ( | const char1 & | a | ) |
__device__ __forceinline__ float2 cv::gpu::device::cos | ( | const char2 & | a | ) |
__device__ __forceinline__ float4 cv::gpu::device::cos | ( | const char4 & | a | ) |
__device__ __forceinline__ float3 cv::gpu::device::cos | ( | const char3 & | a | ) |
__device__ __forceinline__ float1 cv::gpu::device::cos | ( | const ushort1 & | a | ) |
__device__ __forceinline__ float2 cv::gpu::device::cos | ( | const ushort2 & | a | ) |
__device__ __forceinline__ float3 cv::gpu::device::cos | ( | const ushort3 & | a | ) |
__device__ __forceinline__ float4 cv::gpu::device::cos | ( | const ushort4 & | a | ) |
__device__ __forceinline__ float1 cv::gpu::device::cos | ( | const short1 & | a | ) |
__device__ __forceinline__ float2 cv::gpu::device::cos | ( | const short2 & | a | ) |
__device__ __forceinline__ float3 cv::gpu::device::cos | ( | const short3 & | a | ) |
__device__ __forceinline__ float4 cv::gpu::device::cos | ( | const short4 & | a | ) |
__device__ __forceinline__ float1 cv::gpu::device::cos | ( | const int1 & | a | ) |
__device__ __forceinline__ float2 cv::gpu::device::cos | ( | const int2 & | a | ) |
__device__ __forceinline__ float3 cv::gpu::device::cos | ( | const int3 & | a | ) |
__device__ __forceinline__ float4 cv::gpu::device::cos | ( | const int4 & | a | ) |
__device__ __forceinline__ float1 cv::gpu::device::cos | ( | const uint1 & | a | ) |
__device__ __forceinline__ float2 cv::gpu::device::cos | ( | const uint2 & | a | ) |
__device__ __forceinline__ float3 cv::gpu::device::cos | ( | const uint3 & | a | ) |
__device__ __forceinline__ float4 cv::gpu::device::cos | ( | const uint4 & | a | ) |
__device__ __forceinline__ float1 cv::gpu::device::cos | ( | const float1 & | a | ) |
__device__ __forceinline__ float2 cv::gpu::device::cos | ( | const float2 & | a | ) |
__device__ __forceinline__ float3 cv::gpu::device::cos | ( | const float3 & | a | ) |
__device__ __forceinline__ float4 cv::gpu::device::cos | ( | const float4 & | a | ) |
__device__ __forceinline__ double1 cv::gpu::device::cos | ( | const double1 & | a | ) |
__device__ __forceinline__ double2 cv::gpu::device::cos | ( | const double2 & | a | ) |
__device__ __forceinline__ double3 cv::gpu::device::cos | ( | const double3 & | a | ) |
__device__ __forceinline__ double4 cv::gpu::device::cos | ( | const double4 & | a | ) |
__device__ __forceinline__ float1 cv::gpu::device::cosh | ( | const uchar1 & | a | ) |
__device__ __forceinline__ float2 cv::gpu::device::cosh | ( | const uchar2 & | a | ) |
__device__ __forceinline__ float3 cv::gpu::device::cosh | ( | const uchar3 & | a | ) |
__device__ __forceinline__ float4 cv::gpu::device::cosh | ( | const uchar4 & | a | ) |
__device__ __forceinline__ float1 cv::gpu::device::cosh | ( | const char1 & | a | ) |
__device__ __forceinline__ float2 cv::gpu::device::cosh | ( | const char2 & | a | ) |
__device__ __forceinline__ float3 cv::gpu::device::cosh | ( | const char3 & | a | ) |
__device__ __forceinline__ float4 cv::gpu::device::cosh | ( | const char4 & | a | ) |
__device__ __forceinline__ float1 cv::gpu::device::cosh | ( | const ushort1 & | a | ) |
__device__ __forceinline__ float2 cv::gpu::device::cosh | ( | const ushort2 & | a | ) |
__device__ __forceinline__ float3 cv::gpu::device::cosh | ( | const ushort3 & | a | ) |
__device__ __forceinline__ float4 cv::gpu::device::cosh | ( | const ushort4 & | a | ) |
__device__ __forceinline__ float1 cv::gpu::device::cosh | ( | const short1 & | a | ) |
__device__ __forceinline__ float2 cv::gpu::device::cosh | ( | const short2 & | a | ) |
__device__ __forceinline__ float3 cv::gpu::device::cosh | ( | const short3 & | a | ) |
__device__ __forceinline__ float4 cv::gpu::device::cosh | ( | const short4 & | a | ) |
__device__ __forceinline__ float1 cv::gpu::device::cosh | ( | const int1 & | a | ) |
__device__ __forceinline__ float2 cv::gpu::device::cosh | ( | const int2 & | a | ) |
__device__ __forceinline__ float3 cv::gpu::device::cosh | ( | const int3 & | a | ) |
__device__ __forceinline__ float4 cv::gpu::device::cosh | ( | const int4 & | a | ) |
__device__ __forceinline__ float1 cv::gpu::device::cosh | ( | const uint1 & | a | ) |
__device__ __forceinline__ float2 cv::gpu::device::cosh | ( | const uint2 & | a | ) |
__device__ __forceinline__ float3 cv::gpu::device::cosh | ( | const uint3 & | a | ) |
__device__ __forceinline__ float4 cv::gpu::device::cosh | ( | const uint4 & | a | ) |
__device__ __forceinline__ float1 cv::gpu::device::cosh | ( | const float1 & | a | ) |
__device__ __forceinline__ float2 cv::gpu::device::cosh | ( | const float2 & | a | ) |
__device__ __forceinline__ float3 cv::gpu::device::cosh | ( | const float3 & | a | ) |
__device__ __forceinline__ float4 cv::gpu::device::cosh | ( | const float4 & | a | ) |
__device__ __forceinline__ double1 cv::gpu::device::cosh | ( | const double1 & | a | ) |
__device__ __forceinline__ double2 cv::gpu::device::cosh | ( | const double2 & | a | ) |
__device__ __forceinline__ double3 cv::gpu::device::cosh | ( | const double3 & | a | ) |
__device__ __forceinline__ double4 cv::gpu::device::cosh | ( | const double4 & | a | ) |
__device__ __forceinline__ float1 cv::gpu::device::exp | ( | const uchar1 & | a | ) |
__device__ __forceinline__ float2 cv::gpu::device::exp | ( | const uchar2 & | a | ) |
__device__ __forceinline__ float3 cv::gpu::device::exp | ( | const uchar3 & | a | ) |
__device__ __forceinline__ float4 cv::gpu::device::exp | ( | const uchar4 & | a | ) |
__device__ __forceinline__ float1 cv::gpu::device::exp | ( | const char1 & | a | ) |
__device__ __forceinline__ float2 cv::gpu::device::exp | ( | const char2 & | a | ) |
__device__ __forceinline__ float4 cv::gpu::device::exp | ( | const char4 & | a | ) |
__device__ __forceinline__ float3 cv::gpu::device::exp | ( | const char3 & | a | ) |
__device__ __forceinline__ float1 cv::gpu::device::exp | ( | const ushort1 & | a | ) |
__device__ __forceinline__ float2 cv::gpu::device::exp | ( | const ushort2 & | a | ) |
__device__ __forceinline__ float4 cv::gpu::device::exp | ( | const ushort4 & | a | ) |
__device__ __forceinline__ float3 cv::gpu::device::exp | ( | const ushort3 & | a | ) |
__device__ __forceinline__ float1 cv::gpu::device::exp | ( | const short1 & | a | ) |
__device__ __forceinline__ float2 cv::gpu::device::exp | ( | const short2 & | a | ) |
__device__ __forceinline__ float3 cv::gpu::device::exp | ( | const short3 & | a | ) |
__device__ __forceinline__ float4 cv::gpu::device::exp | ( | const short4 & | a | ) |
__device__ __forceinline__ float2 cv::gpu::device::exp | ( | const int2 & | a | ) |
__device__ __forceinline__ float1 cv::gpu::device::exp | ( | const int1 & | a | ) |
__device__ __forceinline__ float3 cv::gpu::device::exp | ( | const int3 & | a | ) |
__device__ __forceinline__ float4 cv::gpu::device::exp | ( | const int4 & | a | ) |
__device__ __forceinline__ float2 cv::gpu::device::exp | ( | const uint2 & | a | ) |
__device__ __forceinline__ float1 cv::gpu::device::exp | ( | const uint1 & | a | ) |
__device__ __forceinline__ float3 cv::gpu::device::exp | ( | const uint3 & | a | ) |
__device__ __forceinline__ float4 cv::gpu::device::exp | ( | const uint4 & | a | ) |
__device__ __forceinline__ float1 cv::gpu::device::exp | ( | const float1 & | a | ) |
__device__ __forceinline__ float2 cv::gpu::device::exp | ( | const float2 & | a | ) |
__device__ __forceinline__ float3 cv::gpu::device::exp | ( | const float3 & | a | ) |
__device__ __forceinline__ float4 cv::gpu::device::exp | ( | const float4 & | a | ) |
__device__ __forceinline__ double1 cv::gpu::device::exp | ( | const double1 & | a | ) |
__device__ __forceinline__ double2 cv::gpu::device::exp | ( | const double2 & | a | ) |
__device__ __forceinline__ double3 cv::gpu::device::exp | ( | const double3 & | a | ) |
__device__ __forceinline__ double4 cv::gpu::device::exp | ( | const double4 & | a | ) |
__device__ __forceinline__ float1 cv::gpu::device::exp10 | ( | const uchar1 & | a | ) |
__device__ __forceinline__ float2 cv::gpu::device::exp10 | ( | const uchar2 & | a | ) |
__device__ __forceinline__ float3 cv::gpu::device::exp10 | ( | const uchar3 & | a | ) |
__device__ __forceinline__ float4 cv::gpu::device::exp10 | ( | const uchar4 & | a | ) |
__device__ __forceinline__ float1 cv::gpu::device::exp10 | ( | const char1 & | a | ) |
__device__ __forceinline__ float2 cv::gpu::device::exp10 | ( | const char2 & | a | ) |
__device__ __forceinline__ float3 cv::gpu::device::exp10 | ( | const char3 & | a | ) |
__device__ __forceinline__ float4 cv::gpu::device::exp10 | ( | const char4 & | a | ) |
__device__ __forceinline__ float4 cv::gpu::device::exp10 | ( | const ushort4 & | a | ) |
__device__ __forceinline__ float3 cv::gpu::device::exp10 | ( | const ushort3 & | a | ) |
__device__ __forceinline__ float1 cv::gpu::device::exp10 | ( | const ushort1 & | a | ) |
__device__ __forceinline__ float2 cv::gpu::device::exp10 | ( | const ushort2 & | a | ) |
__device__ __forceinline__ float1 cv::gpu::device::exp10 | ( | const short1 & | a | ) |
__device__ __forceinline__ float2 cv::gpu::device::exp10 | ( | const short2 & | a | ) |
__device__ __forceinline__ float3 cv::gpu::device::exp10 | ( | const short3 & | a | ) |
__device__ __forceinline__ float4 cv::gpu::device::exp10 | ( | const short4 & | a | ) |
__device__ __forceinline__ float1 cv::gpu::device::exp10 | ( | const int1 & | a | ) |
__device__ __forceinline__ float2 cv::gpu::device::exp10 | ( | const int2 & | a | ) |
__device__ __forceinline__ float3 cv::gpu::device::exp10 | ( | const int3 & | a | ) |
__device__ __forceinline__ float4 cv::gpu::device::exp10 | ( | const int4 & | a | ) |
__device__ __forceinline__ float1 cv::gpu::device::exp10 | ( | const uint1 & | a | ) |
__device__ __forceinline__ float2 cv::gpu::device::exp10 | ( | const uint2 & | a | ) |
__device__ __forceinline__ float3 cv::gpu::device::exp10 | ( | const uint3 & | a | ) |
__device__ __forceinline__ float4 cv::gpu::device::exp10 | ( | const uint4 & | a | ) |
__device__ __forceinline__ float1 cv::gpu::device::exp10 | ( | const float1 & | a | ) |
__device__ __forceinline__ float2 cv::gpu::device::exp10 | ( | const float2 & | a | ) |
__device__ __forceinline__ float3 cv::gpu::device::exp10 | ( | const float3 & | a | ) |
__device__ __forceinline__ float4 cv::gpu::device::exp10 | ( | const float4 & | a | ) |
__device__ __forceinline__ double1 cv::gpu::device::exp10 | ( | const double1 & | a | ) |
__device__ __forceinline__ double2 cv::gpu::device::exp10 | ( | const double2 & | a | ) |
__device__ __forceinline__ double3 cv::gpu::device::exp10 | ( | const double3 & | a | ) |
__device__ __forceinline__ double4 cv::gpu::device::exp10 | ( | const double4 & | a | ) |
__device__ __forceinline__ float1 cv::gpu::device::exp2 | ( | const uchar1 & | a | ) |
__device__ __forceinline__ float2 cv::gpu::device::exp2 | ( | const uchar2 & | a | ) |
__device__ __forceinline__ float4 cv::gpu::device::exp2 | ( | const uchar4 & | a | ) |
__device__ __forceinline__ float3 cv::gpu::device::exp2 | ( | const uchar3 & | a | ) |
__device__ __forceinline__ float1 cv::gpu::device::exp2 | ( | const char1 & | a | ) |
__device__ __forceinline__ float2 cv::gpu::device::exp2 | ( | const char2 & | a | ) |
__device__ __forceinline__ float3 cv::gpu::device::exp2 | ( | const char3 & | a | ) |
__device__ __forceinline__ float4 cv::gpu::device::exp2 | ( | const char4 & | a | ) |
__device__ __forceinline__ float1 cv::gpu::device::exp2 | ( | const ushort1 & | a | ) |
__device__ __forceinline__ float2 cv::gpu::device::exp2 | ( | const ushort2 & | a | ) |
__device__ __forceinline__ float4 cv::gpu::device::exp2 | ( | const ushort4 & | a | ) |
__device__ __forceinline__ float3 cv::gpu::device::exp2 | ( | const ushort3 & | a | ) |
__device__ __forceinline__ float1 cv::gpu::device::exp2 | ( | const short1 & | a | ) |
__device__ __forceinline__ float2 cv::gpu::device::exp2 | ( | const short2 & | a | ) |
__device__ __forceinline__ float3 cv::gpu::device::exp2 | ( | const short3 & | a | ) |
__device__ __forceinline__ float4 cv::gpu::device::exp2 | ( | const short4 & | a | ) |
__device__ __forceinline__ float1 cv::gpu::device::exp2 | ( | const int1 & | a | ) |
__device__ __forceinline__ float2 cv::gpu::device::exp2 | ( | const int2 & | a | ) |
__device__ __forceinline__ float3 cv::gpu::device::exp2 | ( | const int3 & | a | ) |
__device__ __forceinline__ float4 cv::gpu::device::exp2 | ( | const int4 & | a | ) |
__device__ __forceinline__ float2 cv::gpu::device::exp2 | ( | const uint2 & | a | ) |
__device__ __forceinline__ float1 cv::gpu::device::exp2 | ( | const uint1 & | a | ) |
__device__ __forceinline__ float3 cv::gpu::device::exp2 | ( | const uint3 & | a | ) |
__device__ __forceinline__ float4 cv::gpu::device::exp2 | ( | const uint4 & | a | ) |
__device__ __forceinline__ float1 cv::gpu::device::exp2 | ( | const float1 & | a | ) |
__device__ __forceinline__ float2 cv::gpu::device::exp2 | ( | const float2 & | a | ) |
__device__ __forceinline__ float3 cv::gpu::device::exp2 | ( | const float3 & | a | ) |
__device__ __forceinline__ float4 cv::gpu::device::exp2 | ( | const float4 & | a | ) |
__device__ __forceinline__ double1 cv::gpu::device::exp2 | ( | const double1 & | a | ) |
__device__ __forceinline__ double2 cv::gpu::device::exp2 | ( | const double2 & | a | ) |
__device__ __forceinline__ double3 cv::gpu::device::exp2 | ( | const double3 & | a | ) |
__device__ __forceinline__ double4 cv::gpu::device::exp2 | ( | const double4 & | a | ) |
__device__ __forceinline__ float1 cv::gpu::device::hypot | ( | const uchar1 & | a, |
const uchar1 & | b | ||
) |
__device__ __forceinline__ float2 cv::gpu::device::hypot | ( | const uchar2 & | a, |
const uchar2 & | b | ||
) |
__device__ __forceinline__ float3 cv::gpu::device::hypot | ( | const uchar3 & | a, |
const uchar3 & | b | ||
) |
__device__ __forceinline__ float4 cv::gpu::device::hypot | ( | const uchar4 & | a, |
const uchar4 & | b | ||
) |
__device__ __forceinline__ float1 cv::gpu::device::hypot | ( | const char1 & | a, |
const char1 & | b | ||
) |
__device__ __forceinline__ float2 cv::gpu::device::hypot | ( | const char2 & | a, |
const char2 & | b | ||
) |
__device__ __forceinline__ float3 cv::gpu::device::hypot | ( | const char3 & | a, |
const char3 & | b | ||
) |
__device__ __forceinline__ float4 cv::gpu::device::hypot | ( | const char4 & | a, |
const char4 & | b | ||
) |
__device__ __forceinline__ float1 cv::gpu::device::hypot | ( | const ushort1 & | a, |
const ushort1 & | b | ||
) |
__device__ __forceinline__ float2 cv::gpu::device::hypot | ( | const ushort2 & | a, |
const ushort2 & | b | ||
) |
__device__ __forceinline__ float3 cv::gpu::device::hypot | ( | const ushort3 & | a, |
const ushort3 & | b | ||
) |
__device__ __forceinline__ float4 cv::gpu::device::hypot | ( | const ushort4 & | a, |
const ushort4 & | b | ||
) |
__device__ __forceinline__ float1 cv::gpu::device::hypot | ( | const short1 & | a, |
const short1 & | b | ||
) |
__device__ __forceinline__ float2 cv::gpu::device::hypot | ( | const short2 & | a, |
const short2 & | b | ||
) |
__device__ __forceinline__ float3 cv::gpu::device::hypot | ( | const short3 & | a, |
const short3 & | b | ||
) |
__device__ __forceinline__ float4 cv::gpu::device::hypot | ( | const short4 & | a, |
const short4 & | b | ||
) |
__device__ __forceinline__ float1 cv::gpu::device::hypot | ( | const uint1 & | a, |
const uint1 & | b | ||
) |
__device__ __forceinline__ float2 cv::gpu::device::hypot | ( | const uint2 & | a, |
const uint2 & | b | ||
) |
__device__ __forceinline__ float3 cv::gpu::device::hypot | ( | const uint3 & | a, |
const uint3 & | b | ||
) |
__device__ __forceinline__ float4 cv::gpu::device::hypot | ( | const uint4 & | a, |
const uint4 & | b | ||
) |
__device__ __forceinline__ float1 cv::gpu::device::hypot | ( | const int1 & | a, |
const int1 & | b | ||
) |
__device__ __forceinline__ float2 cv::gpu::device::hypot | ( | const int2 & | a, |
const int2 & | b | ||
) |
__device__ __forceinline__ float3 cv::gpu::device::hypot | ( | const int3 & | a, |
const int3 & | b | ||
) |
__device__ __forceinline__ float4 cv::gpu::device::hypot | ( | const int4 & | a, |
const int4 & | b | ||
) |
__device__ __forceinline__ float1 cv::gpu::device::hypot | ( | const float1 & | a, |
const float1 & | b | ||
) |
__device__ __forceinline__ float2 cv::gpu::device::hypot | ( | const float2 & | a, |
const float2 & | b | ||
) |
__device__ __forceinline__ float4 cv::gpu::device::hypot | ( | const float4 & | a, |
const float4 & | b | ||
) |
__device__ __forceinline__ float3 cv::gpu::device::hypot | ( | const float3 & | a, |
const float3 & | b | ||
) |
__device__ __forceinline__ double1 cv::gpu::device::hypot | ( | const double1 & | a, |
const double1 & | b | ||
) |
__device__ __forceinline__ double2 cv::gpu::device::hypot | ( | const double2 & | a, |
const double2 & | b | ||
) |
__device__ __forceinline__ double4 cv::gpu::device::hypot | ( | const double4 & | a, |
const double4 & | b | ||
) |
__device__ __forceinline__ double3 cv::gpu::device::hypot | ( | const double3 & | a, |
const double3 & | b | ||
) |
__device__ __forceinline__ float3 cv::gpu::device::hypot | ( | float | s, |
const uchar3 & | b | ||
) |
__device__ __forceinline__ float1 cv::gpu::device::hypot | ( | float | s, |
const uchar1 & | b | ||
) |
__device__ __forceinline__ float1 cv::gpu::device::hypot | ( | const uchar1 & | a, |
float | s | ||
) |
__device__ __forceinline__ float2 cv::gpu::device::hypot | ( | const uchar2 & | a, |
float | s | ||
) |
__device__ __forceinline__ float2 cv::gpu::device::hypot | ( | float | s, |
const uchar2 & | b | ||
) |
__device__ __forceinline__ float3 cv::gpu::device::hypot | ( | const uchar3 & | a, |
float | s | ||
) |
__device__ __forceinline__ float4 cv::gpu::device::hypot | ( | const uchar4 & | a, |
float | s | ||
) |
__device__ __forceinline__ float4 cv::gpu::device::hypot | ( | float | s, |
const uchar4 & | b | ||
) |
__device__ __forceinline__ double1 cv::gpu::device::hypot | ( | double | s, |
const uchar1 & | b | ||
) |
__device__ __forceinline__ double3 cv::gpu::device::hypot | ( | double | s, |
const uchar3 & | b | ||
) |
__device__ __forceinline__ double1 cv::gpu::device::hypot | ( | const uchar1 & | a, |
double | s | ||
) |
__device__ __forceinline__ double2 cv::gpu::device::hypot | ( | const uchar2 & | a, |
double | s | ||
) |
__device__ __forceinline__ double2 cv::gpu::device::hypot | ( | double | s, |
const uchar2 & | b | ||
) |
__device__ __forceinline__ double3 cv::gpu::device::hypot | ( | const uchar3 & | a, |
double | s | ||
) |
__device__ __forceinline__ double4 cv::gpu::device::hypot | ( | const uchar4 & | a, |
double | s | ||
) |
__device__ __forceinline__ double4 cv::gpu::device::hypot | ( | double | s, |
const uchar4 & | b | ||
) |
__device__ __forceinline__ float1 cv::gpu::device::hypot | ( | const char1 & | a, |
float | s | ||
) |
__device__ __forceinline__ float2 cv::gpu::device::hypot | ( | const char2 & | a, |
float | s | ||
) |
__device__ __forceinline__ float2 cv::gpu::device::hypot | ( | float | s, |
const char2 & | b | ||
) |
__device__ __forceinline__ float3 cv::gpu::device::hypot | ( | const char3 & | a, |
float | s | ||
) |
__device__ __forceinline__ float4 cv::gpu::device::hypot | ( | const char4 & | a, |
float | s | ||
) |
__device__ __forceinline__ float4 cv::gpu::device::hypot | ( | float | s, |
const char4 & | b | ||
) |
__device__ __forceinline__ float3 cv::gpu::device::hypot | ( | float | s, |
const char3 & | b | ||
) |
__device__ __forceinline__ float1 cv::gpu::device::hypot | ( | float | s, |
const char1 & | b | ||
) |
__device__ __forceinline__ double1 cv::gpu::device::hypot | ( | const char1 & | a, |
double | s | ||
) |
__device__ __forceinline__ double2 cv::gpu::device::hypot | ( | const char2 & | a, |
double | s | ||
) |
__device__ __forceinline__ double2 cv::gpu::device::hypot | ( | double | s, |
const char2 & | b | ||
) |
__device__ __forceinline__ double3 cv::gpu::device::hypot | ( | const char3 & | a, |
double | s | ||
) |
__device__ __forceinline__ double4 cv::gpu::device::hypot | ( | const char4 & | a, |
double | s | ||
) |
__device__ __forceinline__ double4 cv::gpu::device::hypot | ( | double | s, |
const char4 & | b | ||
) |
__device__ __forceinline__ double3 cv::gpu::device::hypot | ( | double | s, |
const char3 & | b | ||
) |
__device__ __forceinline__ double1 cv::gpu::device::hypot | ( | double | s, |
const char1 & | b | ||
) |
__device__ __forceinline__ float1 cv::gpu::device::hypot | ( | const ushort1 & | a, |
float | s | ||
) |
__device__ __forceinline__ float2 cv::gpu::device::hypot | ( | const ushort2 & | a, |
float | s | ||
) |
__device__ __forceinline__ float2 cv::gpu::device::hypot | ( | float | s, |
const ushort2 & | b | ||
) |
__device__ __forceinline__ float3 cv::gpu::device::hypot | ( | const ushort3 & | a, |
float | s | ||
) |
__device__ __forceinline__ float3 cv::gpu::device::hypot | ( | float | s, |
const ushort3 & | b | ||
) |
__device__ __forceinline__ float4 cv::gpu::device::hypot | ( | const ushort4 & | a, |
float | s | ||
) |
__device__ __forceinline__ float4 cv::gpu::device::hypot | ( | float | s, |
const ushort4 & | b | ||
) |
__device__ __forceinline__ float1 cv::gpu::device::hypot | ( | float | s, |
const ushort1 & | b | ||
) |
__device__ __forceinline__ double1 cv::gpu::device::hypot | ( | const ushort1 & | a, |
double | s | ||
) |
__device__ __forceinline__ double2 cv::gpu::device::hypot | ( | const ushort2 & | a, |
double | s | ||
) |
__device__ __forceinline__ double2 cv::gpu::device::hypot | ( | double | s, |
const ushort2 & | b | ||
) |
__device__ __forceinline__ double3 cv::gpu::device::hypot | ( | const ushort3 & | a, |
double | s | ||
) |
__device__ __forceinline__ double4 cv::gpu::device::hypot | ( | const ushort4 & | a, |
double | s | ||
) |
__device__ __forceinline__ double4 cv::gpu::device::hypot | ( | double | s, |
const ushort4 & | b | ||
) |
__device__ __forceinline__ double3 cv::gpu::device::hypot | ( | double | s, |
const ushort3 & | b | ||
) |
__device__ __forceinline__ double1 cv::gpu::device::hypot | ( | double | s, |
const ushort1 & | b | ||
) |
__device__ __forceinline__ float3 cv::gpu::device::hypot | ( | float | s, |
const short3 & | b | ||
) |
__device__ __forceinline__ float1 cv::gpu::device::hypot | ( | const short1 & | a, |
float | s | ||
) |
__device__ __forceinline__ float2 cv::gpu::device::hypot | ( | const short2 & | a, |
float | s | ||
) |
__device__ __forceinline__ float2 cv::gpu::device::hypot | ( | float | s, |
const short2 & | b | ||
) |
__device__ __forceinline__ float3 cv::gpu::device::hypot | ( | const short3 & | a, |
float | s | ||
) |
__device__ __forceinline__ float4 cv::gpu::device::hypot | ( | const short4 & | a, |
float | s | ||
) |
__device__ __forceinline__ float4 cv::gpu::device::hypot | ( | float | s, |
const short4 & | b | ||
) |
__device__ __forceinline__ float1 cv::gpu::device::hypot | ( | float | s, |
const short1 & | b | ||
) |
__device__ __forceinline__ double1 cv::gpu::device::hypot | ( | const short1 & | a, |
double | s | ||
) |
__device__ __forceinline__ double2 cv::gpu::device::hypot | ( | const short2 & | a, |
double | s | ||
) |
__device__ __forceinline__ double2 cv::gpu::device::hypot | ( | double | s, |
const short2 & | b | ||
) |
__device__ __forceinline__ double3 cv::gpu::device::hypot | ( | const short3 & | a, |
double | s | ||
) |
__device__ __forceinline__ double4 cv::gpu::device::hypot | ( | const short4 & | a, |
double | s | ||
) |
__device__ __forceinline__ double4 cv::gpu::device::hypot | ( | double | s, |
const short4 & | b | ||
) |
__device__ __forceinline__ double3 cv::gpu::device::hypot | ( | double | s, |
const short3 & | b | ||
) |
__device__ __forceinline__ double1 cv::gpu::device::hypot | ( | double | s, |
const short1 & | b | ||
) |
__device__ __forceinline__ float1 cv::gpu::device::hypot | ( | const uint1 & | a, |
float | s | ||
) |
__device__ __forceinline__ float2 cv::gpu::device::hypot | ( | const uint2 & | a, |
float | s | ||
) |
__device__ __forceinline__ float2 cv::gpu::device::hypot | ( | float | s, |
const uint2 & | b | ||
) |
__device__ __forceinline__ float3 cv::gpu::device::hypot | ( | const uint3 & | a, |
float | s | ||
) |
__device__ __forceinline__ float3 cv::gpu::device::hypot | ( | float | s, |
const uint3 & | b | ||
) |
__device__ __forceinline__ float4 cv::gpu::device::hypot | ( | const uint4 & | a, |
float | s | ||
) |
__device__ __forceinline__ float4 cv::gpu::device::hypot | ( | float | s, |
const uint4 & | b | ||
) |
__device__ __forceinline__ float1 cv::gpu::device::hypot | ( | float | s, |
const uint1 & | b | ||
) |
__device__ __forceinline__ double1 cv::gpu::device::hypot | ( | const uint1 & | a, |
double | s | ||
) |
__device__ __forceinline__ double2 cv::gpu::device::hypot | ( | const uint2 & | a, |
double | s | ||
) |
__device__ __forceinline__ double2 cv::gpu::device::hypot | ( | double | s, |
const uint2 & | b | ||
) |
__device__ __forceinline__ double3 cv::gpu::device::hypot | ( | const uint3 & | a, |
double | s | ||
) |
__device__ __forceinline__ double4 cv::gpu::device::hypot | ( | const uint4 & | a, |
double | s | ||
) |
__device__ __forceinline__ double4 cv::gpu::device::hypot | ( | double | s, |
const uint4 & | b | ||
) |
__device__ __forceinline__ double3 cv::gpu::device::hypot | ( | double | s, |
const uint3 & | b | ||
) |
__device__ __forceinline__ double1 cv::gpu::device::hypot | ( | double | s, |
const uint1 & | b | ||
) |
__device__ __forceinline__ float1 cv::gpu::device::hypot | ( | const int1 & | a, |
float | s | ||
) |
__device__ __forceinline__ float2 cv::gpu::device::hypot | ( | const int2 & | a, |
float | s | ||
) |
__device__ __forceinline__ float2 cv::gpu::device::hypot | ( | float | s, |
const int2 & | b | ||
) |
__device__ __forceinline__ float3 cv::gpu::device::hypot | ( | const int3 & | a, |
float | s | ||
) |
__device__ __forceinline__ float3 cv::gpu::device::hypot | ( | float | s, |
const int3 & | b | ||
) |
__device__ __forceinline__ float4 cv::gpu::device::hypot | ( | const int4 & | a, |
float | s | ||
) |
__device__ __forceinline__ float4 cv::gpu::device::hypot | ( | float | s, |
const int4 & | b | ||
) |
__device__ __forceinline__ float1 cv::gpu::device::hypot | ( | float | s, |
const int1 & | b | ||
) |
__device__ __forceinline__ double1 cv::gpu::device::hypot | ( | const int1 & | a, |
double | s | ||
) |
__device__ __forceinline__ double2 cv::gpu::device::hypot | ( | const int2 & | a, |
double | s | ||
) |
__device__ __forceinline__ double2 cv::gpu::device::hypot | ( | double | s, |
const int2 & | b | ||
) |
__device__ __forceinline__ double3 cv::gpu::device::hypot | ( | const int3 & | a, |
double | s | ||
) |
__device__ __forceinline__ double4 cv::gpu::device::hypot | ( | const int4 & | a, |
double | s | ||
) |
__device__ __forceinline__ double4 cv::gpu::device::hypot | ( | double | s, |
const int4 & | b | ||
) |
__device__ __forceinline__ double3 cv::gpu::device::hypot | ( | double | s, |
const int3 & | b | ||
) |
__device__ __forceinline__ double1 cv::gpu::device::hypot | ( | double | s, |
const int1 & | b | ||
) |
__device__ __forceinline__ float1 cv::gpu::device::hypot | ( | const float1 & | a, |
float | s | ||
) |
__device__ __forceinline__ float2 cv::gpu::device::hypot | ( | float | s, |
const float2 & | b | ||
) |
__device__ __forceinline__ float3 cv::gpu::device::hypot | ( | const float3 & | a, |
float | s | ||
) |
__device__ __forceinline__ float3 cv::gpu::device::hypot | ( | float | s, |
const float3 & | b | ||
) |
__device__ __forceinline__ float4 cv::gpu::device::hypot | ( | const float4 & | a, |
float | s | ||
) |
__device__ __forceinline__ float4 cv::gpu::device::hypot | ( | float | s, |
const float4 & | b | ||
) |
__device__ __forceinline__ float2 cv::gpu::device::hypot | ( | const float2 & | a, |
float | s | ||
) |
__device__ __forceinline__ float1 cv::gpu::device::hypot | ( | float | s, |
const float1 & | b | ||
) |
__device__ __forceinline__ double1 cv::gpu::device::hypot | ( | const float1 & | a, |
double | s | ||
) |
__device__ __forceinline__ double2 cv::gpu::device::hypot | ( | const float2 & | a, |
double | s | ||
) |
__device__ __forceinline__ double2 cv::gpu::device::hypot | ( | double | s, |
const float2 & | b | ||
) |
__device__ __forceinline__ double3 cv::gpu::device::hypot | ( | const float3 & | a, |
double | s | ||
) |
__device__ __forceinline__ double4 cv::gpu::device::hypot | ( | const float4 & | a, |
double | s | ||
) |
__device__ __forceinline__ double4 cv::gpu::device::hypot | ( | double | s, |
const float4 & | b | ||
) |
__device__ __forceinline__ double3 cv::gpu::device::hypot | ( | double | s, |
const float3 & | b | ||
) |
__device__ __forceinline__ double1 cv::gpu::device::hypot | ( | double | s, |
const float1 & | b | ||
) |
__device__ __forceinline__ double1 cv::gpu::device::hypot | ( | const double1 & | a, |
double | s | ||
) |
__device__ __forceinline__ double3 cv::gpu::device::hypot | ( | const double3 & | a, |
double | s | ||
) |
__device__ __forceinline__ double3 cv::gpu::device::hypot | ( | double | s, |
const double3 & | b | ||
) |
__device__ __forceinline__ double2 cv::gpu::device::hypot | ( | const double2 & | a, |
double | s | ||
) |
__device__ __forceinline__ double4 cv::gpu::device::hypot | ( | double | s, |
const double4 & | b | ||
) |
__device__ __forceinline__ double2 cv::gpu::device::hypot | ( | double | s, |
const double2 & | b | ||
) |
__device__ __forceinline__ double4 cv::gpu::device::hypot | ( | const double4 & | a, |
double | s | ||
) |
__device__ __forceinline__ double1 cv::gpu::device::hypot | ( | double | s, |
const double1 & | b | ||
) |
__device__ __forceinline__ float1 cv::gpu::device::log | ( | const uchar1 & | a | ) |
__device__ __forceinline__ float2 cv::gpu::device::log | ( | const uchar2 & | a | ) |
__device__ __forceinline__ float3 cv::gpu::device::log | ( | const uchar3 & | a | ) |
__device__ __forceinline__ float4 cv::gpu::device::log | ( | const uchar4 & | a | ) |
__device__ __forceinline__ float1 cv::gpu::device::log | ( | const char1 & | a | ) |
__device__ __forceinline__ float2 cv::gpu::device::log | ( | const char2 & | a | ) |
__device__ __forceinline__ float3 cv::gpu::device::log | ( | const char3 & | a | ) |
__device__ __forceinline__ float4 cv::gpu::device::log | ( | const char4 & | a | ) |
__device__ __forceinline__ float1 cv::gpu::device::log | ( | const ushort1 & | a | ) |
__device__ __forceinline__ float2 cv::gpu::device::log | ( | const ushort2 & | a | ) |
__device__ __forceinline__ float3 cv::gpu::device::log | ( | const ushort3 & | a | ) |
__device__ __forceinline__ float4 cv::gpu::device::log | ( | const ushort4 & | a | ) |
__device__ __forceinline__ float1 cv::gpu::device::log | ( | const short1 & | a | ) |
__device__ __forceinline__ float2 cv::gpu::device::log | ( | const short2 & | a | ) |
__device__ __forceinline__ float3 cv::gpu::device::log | ( | const short3 & | a | ) |
__device__ __forceinline__ float4 cv::gpu::device::log | ( | const short4 & | a | ) |
__device__ __forceinline__ float1 cv::gpu::device::log | ( | const int1 & | a | ) |
__device__ __forceinline__ float2 cv::gpu::device::log | ( | const int2 & | a | ) |
__device__ __forceinline__ float3 cv::gpu::device::log | ( | const int3 & | a | ) |
__device__ __forceinline__ float4 cv::gpu::device::log | ( | const int4 & | a | ) |
__device__ __forceinline__ float2 cv::gpu::device::log | ( | const uint2 & | a | ) |
__device__ __forceinline__ float1 cv::gpu::device::log | ( | const uint1 & | a | ) |
__device__ __forceinline__ float3 cv::gpu::device::log | ( | const uint3 & | a | ) |
__device__ __forceinline__ float4 cv::gpu::device::log | ( | const uint4 & | a | ) |
__device__ __forceinline__ float1 cv::gpu::device::log | ( | const float1 & | a | ) |
__device__ __forceinline__ float2 cv::gpu::device::log | ( | const float2 & | a | ) |
__device__ __forceinline__ float3 cv::gpu::device::log | ( | const float3 & | a | ) |
__device__ __forceinline__ float4 cv::gpu::device::log | ( | const float4 & | a | ) |
__device__ __forceinline__ double1 cv::gpu::device::log | ( | const double1 & | a | ) |
__device__ __forceinline__ double2 cv::gpu::device::log | ( | const double2 & | a | ) |
__device__ __forceinline__ double3 cv::gpu::device::log | ( | const double3 & | a | ) |
__device__ __forceinline__ double4 cv::gpu::device::log | ( | const double4 & | a | ) |
__device__ __forceinline__ float1 cv::gpu::device::log10 | ( | const uchar1 & | a | ) |
__device__ __forceinline__ float2 cv::gpu::device::log10 | ( | const uchar2 & | a | ) |
__device__ __forceinline__ float4 cv::gpu::device::log10 | ( | const uchar4 & | a | ) |
__device__ __forceinline__ float3 cv::gpu::device::log10 | ( | const uchar3 & | a | ) |
__device__ __forceinline__ float1 cv::gpu::device::log10 | ( | const char1 & | a | ) |
__device__ __forceinline__ float2 cv::gpu::device::log10 | ( | const char2 & | a | ) |
__device__ __forceinline__ float3 cv::gpu::device::log10 | ( | const char3 & | a | ) |
__device__ __forceinline__ float4 cv::gpu::device::log10 | ( | const char4 & | a | ) |
__device__ __forceinline__ float1 cv::gpu::device::log10 | ( | const ushort1 & | a | ) |
__device__ __forceinline__ float2 cv::gpu::device::log10 | ( | const ushort2 & | a | ) |
__device__ __forceinline__ float3 cv::gpu::device::log10 | ( | const ushort3 & | a | ) |
__device__ __forceinline__ float4 cv::gpu::device::log10 | ( | const ushort4 & | a | ) |
__device__ __forceinline__ float1 cv::gpu::device::log10 | ( | const short1 & | a | ) |
__device__ __forceinline__ float2 cv::gpu::device::log10 | ( | const short2 & | a | ) |
__device__ __forceinline__ float3 cv::gpu::device::log10 | ( | const short3 & | a | ) |
__device__ __forceinline__ float4 cv::gpu::device::log10 | ( | const short4 & | a | ) |
__device__ __forceinline__ float1 cv::gpu::device::log10 | ( | const int1 & | a | ) |
__device__ __forceinline__ float2 cv::gpu::device::log10 | ( | const int2 & | a | ) |
__device__ __forceinline__ float4 cv::gpu::device::log10 | ( | const int4 & | a | ) |
__device__ __forceinline__ float3 cv::gpu::device::log10 | ( | const int3 & | a | ) |
__device__ __forceinline__ float1 cv::gpu::device::log10 | ( | const uint1 & | a | ) |
__device__ __forceinline__ float2 cv::gpu::device::log10 | ( | const uint2 & | a | ) |
__device__ __forceinline__ float3 cv::gpu::device::log10 | ( | const uint3 & | a | ) |
__device__ __forceinline__ float4 cv::gpu::device::log10 | ( | const uint4 & | a | ) |
__device__ __forceinline__ float1 cv::gpu::device::log10 | ( | const float1 & | a | ) |
__device__ __forceinline__ float2 cv::gpu::device::log10 | ( | const float2 & | a | ) |
__device__ __forceinline__ float3 cv::gpu::device::log10 | ( | const float3 & | a | ) |
__device__ __forceinline__ float4 cv::gpu::device::log10 | ( | const float4 & | a | ) |
__device__ __forceinline__ double1 cv::gpu::device::log10 | ( | const double1 & | a | ) |
__device__ __forceinline__ double2 cv::gpu::device::log10 | ( | const double2 & | a | ) |
__device__ __forceinline__ double3 cv::gpu::device::log10 | ( | const double3 & | a | ) |
__device__ __forceinline__ double4 cv::gpu::device::log10 | ( | const double4 & | a | ) |
__device__ __forceinline__ float1 cv::gpu::device::log2 | ( | const uchar1 & | a | ) |
__device__ __forceinline__ float2 cv::gpu::device::log2 | ( | const uchar2 & | a | ) |
__device__ __forceinline__ float4 cv::gpu::device::log2 | ( | const uchar4 & | a | ) |
__device__ __forceinline__ float3 cv::gpu::device::log2 | ( | const uchar3 & | a | ) |
__device__ __forceinline__ float1 cv::gpu::device::log2 | ( | const char1 & | a | ) |
__device__ __forceinline__ float2 cv::gpu::device::log2 | ( | const char2 & | a | ) |
__device__ __forceinline__ float3 cv::gpu::device::log2 | ( | const char3 & | a | ) |
__device__ __forceinline__ float4 cv::gpu::device::log2 | ( | const char4 & | a | ) |
__device__ __forceinline__ float1 cv::gpu::device::log2 | ( | const ushort1 & | a | ) |
__device__ __forceinline__ float2 cv::gpu::device::log2 | ( | const ushort2 & | a | ) |
__device__ __forceinline__ float4 cv::gpu::device::log2 | ( | const ushort4 & | a | ) |
__device__ __forceinline__ float3 cv::gpu::device::log2 | ( | const ushort3 & | a | ) |
__device__ __forceinline__ float2 cv::gpu::device::log2 | ( | const short2 & | a | ) |
__device__ __forceinline__ float1 cv::gpu::device::log2 | ( | const short1 & | a | ) |
__device__ __forceinline__ float3 cv::gpu::device::log2 | ( | const short3 & | a | ) |
__device__ __forceinline__ float4 cv::gpu::device::log2 | ( | const short4 & | a | ) |
__device__ __forceinline__ float1 cv::gpu::device::log2 | ( | const int1 & | a | ) |
__device__ __forceinline__ float2 cv::gpu::device::log2 | ( | const int2 & | a | ) |
__device__ __forceinline__ float3 cv::gpu::device::log2 | ( | const int3 & | a | ) |
__device__ __forceinline__ float4 cv::gpu::device::log2 | ( | const int4 & | a | ) |
__device__ __forceinline__ float2 cv::gpu::device::log2 | ( | const uint2 & | a | ) |
__device__ __forceinline__ float1 cv::gpu::device::log2 | ( | const uint1 & | a | ) |
__device__ __forceinline__ float3 cv::gpu::device::log2 | ( | const uint3 & | a | ) |
__device__ __forceinline__ float4 cv::gpu::device::log2 | ( | const uint4 & | a | ) |
__device__ __forceinline__ float1 cv::gpu::device::log2 | ( | const float1 & | a | ) |
__device__ __forceinline__ float2 cv::gpu::device::log2 | ( | const float2 & | a | ) |
__device__ __forceinline__ float3 cv::gpu::device::log2 | ( | const float3 & | a | ) |
__device__ __forceinline__ float4 cv::gpu::device::log2 | ( | const float4 & | a | ) |
__device__ __forceinline__ double1 cv::gpu::device::log2 | ( | const double1 & | a | ) |
__device__ __forceinline__ double2 cv::gpu::device::log2 | ( | const double2 & | a | ) |
__device__ __forceinline__ double4 cv::gpu::device::log2 | ( | const double4 & | a | ) |
__device__ __forceinline__ double3 cv::gpu::device::log2 | ( | const double3 & | a | ) |
__device__ __forceinline__ uchar1 cv::gpu::device::max | ( | const uchar1 & | a, |
const uchar1 & | b | ||
) |
__device__ __forceinline__ uchar2 cv::gpu::device::max | ( | const uchar2 & | a, |
const uchar2 & | b | ||
) |
__device__ __forceinline__ uchar3 cv::gpu::device::max | ( | const uchar3 & | a, |
const uchar3 & | b | ||
) |
__device__ __forceinline__ uchar4 cv::gpu::device::max | ( | const uchar4 & | a, |
const uchar4 & | b | ||
) |
__device__ __forceinline__ char1 cv::gpu::device::max | ( | const char1 & | a, |
const char1 & | b | ||
) |
__device__ __forceinline__ char2 cv::gpu::device::max | ( | const char2 & | a, |
const char2 & | b | ||
) |
__device__ __forceinline__ char3 cv::gpu::device::max | ( | const char3 & | a, |
const char3 & | b | ||
) |
__device__ __forceinline__ char4 cv::gpu::device::max | ( | const char4 & | a, |
const char4 & | b | ||
) |
__device__ __forceinline__ ushort1 cv::gpu::device::max | ( | const ushort1 & | a, |
const ushort1 & | b | ||
) |
__device__ __forceinline__ ushort2 cv::gpu::device::max | ( | const ushort2 & | a, |
const ushort2 & | b | ||
) |
__device__ __forceinline__ ushort3 cv::gpu::device::max | ( | const ushort3 & | a, |
const ushort3 & | b | ||
) |
__device__ __forceinline__ ushort4 cv::gpu::device::max | ( | const ushort4 & | a, |
const ushort4 & | b | ||
) |
__device__ __forceinline__ short1 cv::gpu::device::max | ( | const short1 & | a, |
const short1 & | b | ||
) |
__device__ __forceinline__ short2 cv::gpu::device::max | ( | const short2 & | a, |
const short2 & | b | ||
) |
__device__ __forceinline__ short3 cv::gpu::device::max | ( | const short3 & | a, |
const short3 & | b | ||
) |
__device__ __forceinline__ short4 cv::gpu::device::max | ( | const short4 & | a, |
const short4 & | b | ||
) |
__device__ __forceinline__ uint1 cv::gpu::device::max | ( | const uint1 & | a, |
const uint1 & | b | ||
) |
__device__ __forceinline__ uint2 cv::gpu::device::max | ( | const uint2 & | a, |
const uint2 & | b | ||
) |
__device__ __forceinline__ uint3 cv::gpu::device::max | ( | const uint3 & | a, |
const uint3 & | b | ||
) |
__device__ __forceinline__ uint4 cv::gpu::device::max | ( | const uint4 & | a, |
const uint4 & | b | ||
) |
__device__ __forceinline__ int1 cv::gpu::device::max | ( | const int1 & | a, |
const int1 & | b | ||
) |
__device__ __forceinline__ int2 cv::gpu::device::max | ( | const int2 & | a, |
const int2 & | b | ||
) |
__device__ __forceinline__ int3 cv::gpu::device::max | ( | const int3 & | a, |
const int3 & | b | ||
) |
__device__ __forceinline__ int4 cv::gpu::device::max | ( | const int4 & | a, |
const int4 & | b | ||
) |
__device__ __forceinline__ float1 cv::gpu::device::max | ( | const float1 & | a, |
const float1 & | b | ||
) |
__device__ __forceinline__ float2 cv::gpu::device::max | ( | const float2 & | a, |
const float2 & | b | ||
) |
__device__ __forceinline__ float3 cv::gpu::device::max | ( | const float3 & | a, |
const float3 & | b | ||
) |
__device__ __forceinline__ float4 cv::gpu::device::max | ( | const float4 & | a, |
const float4 & | b | ||
) |
__device__ __forceinline__ double1 cv::gpu::device::max | ( | const double1 & | a, |
const double1 & | b | ||
) |
__device__ __forceinline__ double3 cv::gpu::device::max | ( | const double3 & | a, |
const double3 & | b | ||
) |
__device__ __forceinline__ double4 cv::gpu::device::max | ( | const double4 & | a, |
const double4 & | b | ||
) |
__device__ __forceinline__ double2 cv::gpu::device::max | ( | const double2 & | a, |
const double2 & | b | ||
) |
__device__ __forceinline__ uchar1 cv::gpu::device::max | ( | const uchar1 & | a, |
uchar | s | ||
) |
__device__ __forceinline__ uchar1 cv::gpu::device::max | ( | uchar | s, |
const uchar1 & | b | ||
) |
__device__ __forceinline__ uchar2 cv::gpu::device::max | ( | const uchar2 & | a, |
uchar | s | ||
) |
__device__ __forceinline__ uchar2 cv::gpu::device::max | ( | uchar | s, |
const uchar2 & | b | ||
) |
__device__ __forceinline__ uchar3 cv::gpu::device::max | ( | const uchar3 & | a, |
uchar | s | ||
) |
__device__ __forceinline__ uchar4 cv::gpu::device::max | ( | const uchar4 & | a, |
uchar | s | ||
) |
__device__ __forceinline__ uchar4 cv::gpu::device::max | ( | uchar | s, |
const uchar4 & | b | ||
) |
__device__ __forceinline__ uchar3 cv::gpu::device::max | ( | uchar | s, |
const uchar3 & | b | ||
) |
__device__ __forceinline__ float1 cv::gpu::device::max | ( | const uchar1 & | a, |
float | s | ||
) |
__device__ __forceinline__ float2 cv::gpu::device::max | ( | const uchar2 & | a, |
float | s | ||
) |
__device__ __forceinline__ float2 cv::gpu::device::max | ( | float | s, |
const uchar2 & | b | ||
) |
__device__ __forceinline__ float3 cv::gpu::device::max | ( | const uchar3 & | a, |
float | s | ||
) |
__device__ __forceinline__ float4 cv::gpu::device::max | ( | const uchar4 & | a, |
float | s | ||
) |
__device__ __forceinline__ float4 cv::gpu::device::max | ( | float | s, |
const uchar4 & | b | ||
) |
__device__ __forceinline__ float1 cv::gpu::device::max | ( | float | s, |
const uchar1 & | b | ||
) |
__device__ __forceinline__ float3 cv::gpu::device::max | ( | float | s, |
const uchar3 & | b | ||
) |
__device__ __forceinline__ double1 cv::gpu::device::max | ( | const uchar1 & | a, |
double | s | ||
) |
__device__ __forceinline__ double2 cv::gpu::device::max | ( | const uchar2 & | a, |
double | s | ||
) |
__device__ __forceinline__ double2 cv::gpu::device::max | ( | double | s, |
const uchar2 & | b | ||
) |
__device__ __forceinline__ double3 cv::gpu::device::max | ( | const uchar3 & | a, |
double | s | ||
) |
__device__ __forceinline__ double3 cv::gpu::device::max | ( | double | s, |
const uchar3 & | b | ||
) |
__device__ __forceinline__ double4 cv::gpu::device::max | ( | const uchar4 & | a, |
double | s | ||
) |
__device__ __forceinline__ double4 cv::gpu::device::max | ( | double | s, |
const uchar4 & | b | ||
) |
__device__ __forceinline__ double1 cv::gpu::device::max | ( | double | s, |
const uchar1 & | b | ||
) |
__device__ __forceinline__ char1 cv::gpu::device::max | ( | const char1 & | a, |
char | s | ||
) |
__device__ __forceinline__ char2 cv::gpu::device::max | ( | const char2 & | a, |
char | s | ||
) |
__device__ __forceinline__ char2 cv::gpu::device::max | ( | char | s, |
const char2 & | b | ||
) |
__device__ __forceinline__ char3 cv::gpu::device::max | ( | const char3 & | a, |
char | s | ||
) |
__device__ __forceinline__ char4 cv::gpu::device::max | ( | const char4 & | a, |
char | s | ||
) |
__device__ __forceinline__ char4 cv::gpu::device::max | ( | char | s, |
const char4 & | b | ||
) |
__device__ __forceinline__ char3 cv::gpu::device::max | ( | char | s, |
const char3 & | b | ||
) |
__device__ __forceinline__ char1 cv::gpu::device::max | ( | char | s, |
const char1 & | b | ||
) |
__device__ __forceinline__ float1 cv::gpu::device::max | ( | const char1 & | a, |
float | s | ||
) |
__device__ __forceinline__ float2 cv::gpu::device::max | ( | const char2 & | a, |
float | s | ||
) |
__device__ __forceinline__ float2 cv::gpu::device::max | ( | float | s, |
const char2 & | b | ||
) |
__device__ __forceinline__ float3 cv::gpu::device::max | ( | const char3 & | a, |
float | s | ||
) |
__device__ __forceinline__ float4 cv::gpu::device::max | ( | const char4 & | a, |
float | s | ||
) |
__device__ __forceinline__ float4 cv::gpu::device::max | ( | float | s, |
const char4 & | b | ||
) |
__device__ __forceinline__ float1 cv::gpu::device::max | ( | float | s, |
const char1 & | b | ||
) |
__device__ __forceinline__ float3 cv::gpu::device::max | ( | float | s, |
const char3 & | b | ||
) |
__device__ __forceinline__ double1 cv::gpu::device::max | ( | const char1 & | a, |
double | s | ||
) |
__device__ __forceinline__ double2 cv::gpu::device::max | ( | const char2 & | a, |
double | s | ||
) |
__device__ __forceinline__ double2 cv::gpu::device::max | ( | double | s, |
const char2 & | b | ||
) |
__device__ __forceinline__ double3 cv::gpu::device::max | ( | const char3 & | a, |
double | s | ||
) |
__device__ __forceinline__ double4 cv::gpu::device::max | ( | const char4 & | a, |
double | s | ||
) |
__device__ __forceinline__ double4 cv::gpu::device::max | ( | double | s, |
const char4 & | b | ||
) |
__device__ __forceinline__ double1 cv::gpu::device::max | ( | double | s, |
const char1 & | b | ||
) |
__device__ __forceinline__ double3 cv::gpu::device::max | ( | double | s, |
const char3 & | b | ||
) |
__device__ __forceinline__ ushort1 cv::gpu::device::max | ( | const ushort1 & | a, |
ushort | s | ||
) |
__device__ __forceinline__ ushort2 cv::gpu::device::max | ( | const ushort2 & | a, |
ushort | s | ||
) |
__device__ __forceinline__ ushort2 cv::gpu::device::max | ( | ushort | s, |
const ushort2 & | b | ||
) |
__device__ __forceinline__ ushort3 cv::gpu::device::max | ( | const ushort3 & | a, |
ushort | s | ||
) |
__device__ __forceinline__ ushort4 cv::gpu::device::max | ( | const ushort4 & | a, |
ushort | s | ||
) |
__device__ __forceinline__ ushort4 cv::gpu::device::max | ( | ushort | s, |
const ushort4 & | b | ||
) |
__device__ __forceinline__ ushort1 cv::gpu::device::max | ( | ushort | s, |
const ushort1 & | b | ||
) |
__device__ __forceinline__ ushort3 cv::gpu::device::max | ( | ushort | s, |
const ushort3 & | b | ||
) |
__device__ __forceinline__ float1 cv::gpu::device::max | ( | float | s, |
const ushort1 & | b | ||
) |
__device__ __forceinline__ float1 cv::gpu::device::max | ( | const ushort1 & | a, |
float | s | ||
) |
__device__ __forceinline__ float2 cv::gpu::device::max | ( | const ushort2 & | a, |
float | s | ||
) |
__device__ __forceinline__ float2 cv::gpu::device::max | ( | float | s, |
const ushort2 & | b | ||
) |
__device__ __forceinline__ float3 cv::gpu::device::max | ( | const ushort3 & | a, |
float | s | ||
) |
__device__ __forceinline__ float4 cv::gpu::device::max | ( | const ushort4 & | a, |
float | s | ||
) |
__device__ __forceinline__ float4 cv::gpu::device::max | ( | float | s, |
const ushort4 & | b | ||
) |
__device__ __forceinline__ float3 cv::gpu::device::max | ( | float | s, |
const ushort3 & | b | ||
) |
__device__ __forceinline__ double1 cv::gpu::device::max | ( | const ushort1 & | a, |
double | s | ||
) |
__device__ __forceinline__ double2 cv::gpu::device::max | ( | const ushort2 & | a, |
double | s | ||
) |
__device__ __forceinline__ double2 cv::gpu::device::max | ( | double | s, |
const ushort2 & | b | ||
) |
__device__ __forceinline__ double3 cv::gpu::device::max | ( | const ushort3 & | a, |
double | s | ||
) |
__device__ __forceinline__ double4 cv::gpu::device::max | ( | const ushort4 & | a, |
double | s | ||
) |
__device__ __forceinline__ double4 cv::gpu::device::max | ( | double | s, |
const ushort4 & | b | ||
) |
__device__ __forceinline__ double1 cv::gpu::device::max | ( | double | s, |
const ushort1 & | b | ||
) |
__device__ __forceinline__ double3 cv::gpu::device::max | ( | double | s, |
const ushort3 & | b | ||
) |
__device__ __forceinline__ short3 cv::gpu::device::max | ( | short | s, |
const short3 & | b | ||
) |
__device__ __forceinline__ short1 cv::gpu::device::max | ( | const short1 & | a, |
short | s | ||
) |
__device__ __forceinline__ short2 cv::gpu::device::max | ( | const short2 & | a, |
short | s | ||
) |
__device__ __forceinline__ short2 cv::gpu::device::max | ( | short | s, |
const short2 & | b | ||
) |
__device__ __forceinline__ short3 cv::gpu::device::max | ( | const short3 & | a, |
short | s | ||
) |
__device__ __forceinline__ short4 cv::gpu::device::max | ( | const short4 & | a, |
short | s | ||
) |
__device__ __forceinline__ short4 cv::gpu::device::max | ( | short | s, |
const short4 & | b | ||
) |
__device__ __forceinline__ short1 cv::gpu::device::max | ( | short | s, |
const short1 & | b | ||
) |
__device__ __forceinline__ float1 cv::gpu::device::max | ( | const short1 & | a, |
float | s | ||
) |
__device__ __forceinline__ float2 cv::gpu::device::max | ( | const short2 & | a, |
float | s | ||
) |
__device__ __forceinline__ float2 cv::gpu::device::max | ( | float | s, |
const short2 & | b | ||
) |
__device__ __forceinline__ float3 cv::gpu::device::max | ( | const short3 & | a, |
float | s | ||
) |
__device__ __forceinline__ float3 cv::gpu::device::max | ( | float | s, |
const short3 & | b | ||
) |
__device__ __forceinline__ float4 cv::gpu::device::max | ( | const short4 & | a, |
float | s | ||
) |
__device__ __forceinline__ float4 cv::gpu::device::max | ( | float | s, |
const short4 & | b | ||
) |
__device__ __forceinline__ float1 cv::gpu::device::max | ( | float | s, |
const short1 & | b | ||
) |
__device__ __forceinline__ double1 cv::gpu::device::max | ( | const short1 & | a, |
double | s | ||
) |
__device__ __forceinline__ double2 cv::gpu::device::max | ( | const short2 & | a, |
double | s | ||
) |
__device__ __forceinline__ double2 cv::gpu::device::max | ( | double | s, |
const short2 & | b | ||
) |
__device__ __forceinline__ double3 cv::gpu::device::max | ( | const short3 & | a, |
double | s | ||
) |
__device__ __forceinline__ double4 cv::gpu::device::max | ( | const short4 & | a, |
double | s | ||
) |
__device__ __forceinline__ double4 cv::gpu::device::max | ( | double | s, |
const short4 & | b | ||
) |
__device__ __forceinline__ double1 cv::gpu::device::max | ( | double | s, |
const short1 & | b | ||
) |
__device__ __forceinline__ double3 cv::gpu::device::max | ( | double | s, |
const short3 & | b | ||
) |
__device__ __forceinline__ uint1 cv::gpu::device::max | ( | const uint1 & | a, |
uint | s | ||
) |
__device__ __forceinline__ uint2 cv::gpu::device::max | ( | const uint2 & | a, |
uint | s | ||
) |
__device__ __forceinline__ uint2 cv::gpu::device::max | ( | uint | s, |
const uint2 & | b | ||
) |
__device__ __forceinline__ uint3 cv::gpu::device::max | ( | const uint3 & | a, |
uint | s | ||
) |
__device__ __forceinline__ uint4 cv::gpu::device::max | ( | const uint4 & | a, |
uint | s | ||
) |
__device__ __forceinline__ uint4 cv::gpu::device::max | ( | uint | s, |
const uint4 & | b | ||
) |
__device__ __forceinline__ uint1 cv::gpu::device::max | ( | uint | s, |
const uint1 & | b | ||
) |
__device__ __forceinline__ uint3 cv::gpu::device::max | ( | uint | s, |
const uint3 & | b | ||
) |
__device__ __forceinline__ float1 cv::gpu::device::max | ( | const uint1 & | a, |
float | s | ||
) |
__device__ __forceinline__ float2 cv::gpu::device::max | ( | const uint2 & | a, |
float | s | ||
) |
__device__ __forceinline__ float2 cv::gpu::device::max | ( | float | s, |
const uint2 & | b | ||
) |
__device__ __forceinline__ float3 cv::gpu::device::max | ( | const uint3 & | a, |
float | s | ||
) |
__device__ __forceinline__ float4 cv::gpu::device::max | ( | const uint4 & | a, |
float | s | ||
) |
__device__ __forceinline__ float4 cv::gpu::device::max | ( | float | s, |
const uint4 & | b | ||
) |
__device__ __forceinline__ float3 cv::gpu::device::max | ( | float | s, |
const uint3 & | b | ||
) |
__device__ __forceinline__ float1 cv::gpu::device::max | ( | float | s, |
const uint1 & | b | ||
) |
__device__ __forceinline__ double1 cv::gpu::device::max | ( | const uint1 & | a, |
double | s | ||
) |
__device__ __forceinline__ double2 cv::gpu::device::max | ( | const uint2 & | a, |
double | s | ||
) |
__device__ __forceinline__ double2 cv::gpu::device::max | ( | double | s, |
const uint2 & | b | ||
) |
__device__ __forceinline__ double3 cv::gpu::device::max | ( | const uint3 & | a, |
double | s | ||
) |
__device__ __forceinline__ double4 cv::gpu::device::max | ( | const uint4 & | a, |
double | s | ||
) |
__device__ __forceinline__ double4 cv::gpu::device::max | ( | double | s, |
const uint4 & | b | ||
) |
__device__ __forceinline__ double1 cv::gpu::device::max | ( | double | s, |
const uint1 & | b | ||
) |
__device__ __forceinline__ double3 cv::gpu::device::max | ( | double | s, |
const uint3 & | b | ||
) |
__device__ __forceinline__ int3 cv::gpu::device::max | ( | int | s, |
const int3 & | b | ||
) |
__device__ __forceinline__ int1 cv::gpu::device::max | ( | const int1 & | a, |
int | s | ||
) |
__device__ __forceinline__ int2 cv::gpu::device::max | ( | const int2 & | a, |
int | s | ||
) |
__device__ __forceinline__ int2 cv::gpu::device::max | ( | int | s, |
const int2 & | b | ||
) |
__device__ __forceinline__ int3 cv::gpu::device::max | ( | const int3 & | a, |
int | s | ||
) |
__device__ __forceinline__ int4 cv::gpu::device::max | ( | const int4 & | a, |
int | s | ||
) |
__device__ __forceinline__ int4 cv::gpu::device::max | ( | int | s, |
const int4 & | b | ||
) |
__device__ __forceinline__ int1 cv::gpu::device::max | ( | int | s, |
const int1 & | b | ||
) |
__device__ __forceinline__ float1 cv::gpu::device::max | ( | float | s, |
const int1 & | b | ||
) |
__device__ __forceinline__ float3 cv::gpu::device::max | ( | float | s, |
const int3 & | b | ||
) |
__device__ __forceinline__ float1 cv::gpu::device::max | ( | const int1 & | a, |
float | s | ||
) |
__device__ __forceinline__ float2 cv::gpu::device::max | ( | const int2 & | a, |
float | s | ||
) |
__device__ __forceinline__ float2 cv::gpu::device::max | ( | float | s, |
const int2 & | b | ||
) |
__device__ __forceinline__ float3 cv::gpu::device::max | ( | const int3 & | a, |
float | s | ||
) |
__device__ __forceinline__ float4 cv::gpu::device::max | ( | const int4 & | a, |
float | s | ||
) |
__device__ __forceinline__ float4 cv::gpu::device::max | ( | float | s, |
const int4 & | b | ||
) |
__device__ __forceinline__ double3 cv::gpu::device::max | ( | double | s, |
const int3 & | b | ||
) |
__device__ __forceinline__ double1 cv::gpu::device::max | ( | double | s, |
const int1 & | b | ||
) |
__device__ __forceinline__ double1 cv::gpu::device::max | ( | const int1 & | a, |
double | s | ||
) |
__device__ __forceinline__ double2 cv::gpu::device::max | ( | const int2 & | a, |
double | s | ||
) |
__device__ __forceinline__ double2 cv::gpu::device::max | ( | double | s, |
const int2 & | b | ||
) |
__device__ __forceinline__ double3 cv::gpu::device::max | ( | const int3 & | a, |
double | s | ||
) |
__device__ __forceinline__ double4 cv::gpu::device::max | ( | const int4 & | a, |
double | s | ||
) |
__device__ __forceinline__ double4 cv::gpu::device::max | ( | double | s, |
const int4 & | b | ||
) |
__device__ __forceinline__ float3 cv::gpu::device::max | ( | float | s, |
const float3 & | b | ||
) |
__device__ __forceinline__ float1 cv::gpu::device::max | ( | float | s, |
const float1 & | b | ||
) |
__device__ __forceinline__ float1 cv::gpu::device::max | ( | const float1 & | a, |
float | s | ||
) |
__device__ __forceinline__ float2 cv::gpu::device::max | ( | const float2 & | a, |
float | s | ||
) |
__device__ __forceinline__ float2 cv::gpu::device::max | ( | float | s, |
const float2 & | b | ||
) |
__device__ __forceinline__ float3 cv::gpu::device::max | ( | const float3 & | a, |
float | s | ||
) |
__device__ __forceinline__ float4 cv::gpu::device::max | ( | const float4 & | a, |
float | s | ||
) |
__device__ __forceinline__ float4 cv::gpu::device::max | ( | float | s, |
const float4 & | b | ||
) |
__device__ __forceinline__ double1 cv::gpu::device::max | ( | double | s, |
const float1 & | b | ||
) |
__device__ __forceinline__ double1 cv::gpu::device::max | ( | const float1 & | a, |
double | s | ||
) |
__device__ __forceinline__ double2 cv::gpu::device::max | ( | const float2 & | a, |
double | s | ||
) |
__device__ __forceinline__ double2 cv::gpu::device::max | ( | double | s, |
const float2 & | b | ||
) |
__device__ __forceinline__ double3 cv::gpu::device::max | ( | const float3 & | a, |
double | s | ||
) |
__device__ __forceinline__ double4 cv::gpu::device::max | ( | const float4 & | a, |
double | s | ||
) |
__device__ __forceinline__ double4 cv::gpu::device::max | ( | double | s, |
const float4 & | b | ||
) |
__device__ __forceinline__ double3 cv::gpu::device::max | ( | double | s, |
const float3 & | b | ||
) |
__device__ __forceinline__ double1 cv::gpu::device::max | ( | const double1 & | a, |
double | s | ||
) |
__device__ __forceinline__ double2 cv::gpu::device::max | ( | const double2 & | a, |
double | s | ||
) |
__device__ __forceinline__ double2 cv::gpu::device::max | ( | double | s, |
const double2 & | b | ||
) |
__device__ __forceinline__ double3 cv::gpu::device::max | ( | const double3 & | a, |
double | s | ||
) |
__device__ __forceinline__ double4 cv::gpu::device::max | ( | const double4 & | a, |
double | s | ||
) |
__device__ __forceinline__ double4 cv::gpu::device::max | ( | double | s, |
const double4 & | b | ||
) |
__device__ __forceinline__ double3 cv::gpu::device::max | ( | double | s, |
const double3 & | b | ||
) |
__device__ __forceinline__ double1 cv::gpu::device::max | ( | double | s, |
const double1 & | b | ||
) |
__device__ __forceinline__ uchar1 cv::gpu::device::min | ( | const uchar1 & | a, |
const uchar1 & | b | ||
) |
__device__ __forceinline__ uchar3 cv::gpu::device::min | ( | const uchar3 & | a, |
const uchar3 & | b | ||
) |
__device__ __forceinline__ uchar4 cv::gpu::device::min | ( | const uchar4 & | a, |
const uchar4 & | b | ||
) |
__device__ __forceinline__ uchar2 cv::gpu::device::min | ( | const uchar2 & | a, |
const uchar2 & | b | ||
) |
__device__ __forceinline__ char1 cv::gpu::device::min | ( | const char1 & | a, |
const char1 & | b | ||
) |
__device__ __forceinline__ char2 cv::gpu::device::min | ( | const char2 & | a, |
const char2 & | b | ||
) |
__device__ __forceinline__ char3 cv::gpu::device::min | ( | const char3 & | a, |
const char3 & | b | ||
) |
__device__ __forceinline__ char4 cv::gpu::device::min | ( | const char4 & | a, |
const char4 & | b | ||
) |
__device__ __forceinline__ ushort1 cv::gpu::device::min | ( | const ushort1 & | a, |
const ushort1 & | b | ||
) |
__device__ __forceinline__ ushort3 cv::gpu::device::min | ( | const ushort3 & | a, |
const ushort3 & | b | ||
) |
__device__ __forceinline__ ushort4 cv::gpu::device::min | ( | const ushort4 & | a, |
const ushort4 & | b | ||
) |
__device__ __forceinline__ ushort2 cv::gpu::device::min | ( | const ushort2 & | a, |
const ushort2 & | b | ||
) |
__device__ __forceinline__ short1 cv::gpu::device::min | ( | const short1 & | a, |
const short1 & | b | ||
) |
__device__ __forceinline__ short3 cv::gpu::device::min | ( | const short3 & | a, |
const short3 & | b | ||
) |
__device__ __forceinline__ short4 cv::gpu::device::min | ( | const short4 & | a, |
const short4 & | b | ||
) |
__device__ __forceinline__ short2 cv::gpu::device::min | ( | const short2 & | a, |
const short2 & | b | ||
) |
__device__ __forceinline__ uint1 cv::gpu::device::min | ( | const uint1 & | a, |
const uint1 & | b | ||
) |
__device__ __forceinline__ uint3 cv::gpu::device::min | ( | const uint3 & | a, |
const uint3 & | b | ||
) |
__device__ __forceinline__ uint4 cv::gpu::device::min | ( | const uint4 & | a, |
const uint4 & | b | ||
) |
__device__ __forceinline__ uint2 cv::gpu::device::min | ( | const uint2 & | a, |
const uint2 & | b | ||
) |
__device__ __forceinline__ int2 cv::gpu::device::min | ( | const int2 & | a, |
const int2 & | b | ||
) |
__device__ __forceinline__ int1 cv::gpu::device::min | ( | const int1 & | a, |
const int1 & | b | ||
) |
__device__ __forceinline__ int3 cv::gpu::device::min | ( | const int3 & | a, |
const int3 & | b | ||
) |
__device__ __forceinline__ int4 cv::gpu::device::min | ( | const int4 & | a, |
const int4 & | b | ||
) |
__device__ __forceinline__ float2 cv::gpu::device::min | ( | const float2 & | a, |
const float2 & | b | ||
) |
__device__ __forceinline__ float1 cv::gpu::device::min | ( | const float1 & | a, |
const float1 & | b | ||
) |
__device__ __forceinline__ float4 cv::gpu::device::min | ( | const float4 & | a, |
const float4 & | b | ||
) |
__device__ __forceinline__ float3 cv::gpu::device::min | ( | const float3 & | a, |
const float3 & | b | ||
) |
__device__ __forceinline__ double2 cv::gpu::device::min | ( | const double2 & | a, |
const double2 & | b | ||
) |
__device__ __forceinline__ double1 cv::gpu::device::min | ( | const double1 & | a, |
const double1 & | b | ||
) |
__device__ __forceinline__ double4 cv::gpu::device::min | ( | const double4 & | a, |
const double4 & | b | ||
) |
__device__ __forceinline__ double3 cv::gpu::device::min | ( | const double3 & | a, |
const double3 & | b | ||
) |
__device__ __forceinline__ uchar1 cv::gpu::device::min | ( | const uchar1 & | a, |
uchar | s | ||
) |
__device__ __forceinline__ uchar2 cv::gpu::device::min | ( | const uchar2 & | a, |
uchar | s | ||
) |
__device__ __forceinline__ uchar2 cv::gpu::device::min | ( | uchar | s, |
const uchar2 & | b | ||
) |
__device__ __forceinline__ uchar3 cv::gpu::device::min | ( | const uchar3 & | a, |
uchar | s | ||
) |
__device__ __forceinline__ uchar4 cv::gpu::device::min | ( | const uchar4 & | a, |
uchar | s | ||
) |
__device__ __forceinline__ uchar4 cv::gpu::device::min | ( | uchar | s, |
const uchar4 & | b | ||
) |
__device__ __forceinline__ uchar3 cv::gpu::device::min | ( | uchar | s, |
const uchar3 & | b | ||
) |
__device__ __forceinline__ uchar1 cv::gpu::device::min | ( | uchar | s, |
const uchar1 & | b | ||
) |
__device__ __forceinline__ float1 cv::gpu::device::min | ( | const uchar1 & | a, |
float | s | ||
) |
__device__ __forceinline__ float2 cv::gpu::device::min | ( | const uchar2 & | a, |
float | s | ||
) |
__device__ __forceinline__ float2 cv::gpu::device::min | ( | float | s, |
const uchar2 & | b | ||
) |
__device__ __forceinline__ float3 cv::gpu::device::min | ( | const uchar3 & | a, |
float | s | ||
) |
__device__ __forceinline__ float4 cv::gpu::device::min | ( | const uchar4 & | a, |
float | s | ||
) |
__device__ __forceinline__ float4 cv::gpu::device::min | ( | float | s, |
const uchar4 & | b | ||
) |
__device__ __forceinline__ float1 cv::gpu::device::min | ( | float | s, |
const uchar1 & | b | ||
) |
__device__ __forceinline__ float3 cv::gpu::device::min | ( | float | s, |
const uchar3 & | b | ||
) |
__device__ __forceinline__ double3 cv::gpu::device::min | ( | double | s, |
const uchar3 & | b | ||
) |
__device__ __forceinline__ double1 cv::gpu::device::min | ( | const uchar1 & | a, |
double | s | ||
) |
__device__ __forceinline__ double2 cv::gpu::device::min | ( | const uchar2 & | a, |
double | s | ||
) |
__device__ __forceinline__ double2 cv::gpu::device::min | ( | double | s, |
const uchar2 & | b | ||
) |
__device__ __forceinline__ double3 cv::gpu::device::min | ( | const uchar3 & | a, |
double | s | ||
) |
__device__ __forceinline__ double4 cv::gpu::device::min | ( | const uchar4 & | a, |
double | s | ||
) |
__device__ __forceinline__ double4 cv::gpu::device::min | ( | double | s, |
const uchar4 & | b | ||
) |
__device__ __forceinline__ double1 cv::gpu::device::min | ( | double | s, |
const uchar1 & | b | ||
) |
__device__ __forceinline__ char3 cv::gpu::device::min | ( | char | s, |
const char3 & | b | ||
) |
__device__ __forceinline__ char1 cv::gpu::device::min | ( | char | s, |
const char1 & | b | ||
) |
__device__ __forceinline__ char1 cv::gpu::device::min | ( | const char1 & | a, |
char | s | ||
) |
__device__ __forceinline__ char2 cv::gpu::device::min | ( | const char2 & | a, |
char | s | ||
) |
__device__ __forceinline__ char2 cv::gpu::device::min | ( | char | s, |
const char2 & | b | ||
) |
__device__ __forceinline__ char3 cv::gpu::device::min | ( | const char3 & | a, |
char | s | ||
) |
__device__ __forceinline__ char4 cv::gpu::device::min | ( | const char4 & | a, |
char | s | ||
) |
__device__ __forceinline__ char4 cv::gpu::device::min | ( | char | s, |
const char4 & | b | ||
) |
__device__ __forceinline__ float3 cv::gpu::device::min | ( | float | s, |
const char3 & | b | ||
) |
__device__ __forceinline__ float1 cv::gpu::device::min | ( | float | s, |
const char1 & | b | ||
) |
__device__ __forceinline__ float1 cv::gpu::device::min | ( | const char1 & | a, |
float | s | ||
) |
__device__ __forceinline__ float2 cv::gpu::device::min | ( | const char2 & | a, |
float | s | ||
) |
__device__ __forceinline__ float2 cv::gpu::device::min | ( | float | s, |
const char2 & | b | ||
) |
__device__ __forceinline__ float3 cv::gpu::device::min | ( | const char3 & | a, |
float | s | ||
) |
__device__ __forceinline__ float4 cv::gpu::device::min | ( | const char4 & | a, |
float | s | ||
) |
__device__ __forceinline__ float4 cv::gpu::device::min | ( | float | s, |
const char4 & | b | ||
) |
__device__ __forceinline__ double1 cv::gpu::device::min | ( | double | s, |
const char1 & | b | ||
) |
__device__ __forceinline__ double1 cv::gpu::device::min | ( | const char1 & | a, |
double | s | ||
) |
__device__ __forceinline__ double2 cv::gpu::device::min | ( | const char2 & | a, |
double | s | ||
) |
__device__ __forceinline__ double2 cv::gpu::device::min | ( | double | s, |
const char2 & | b | ||
) |
__device__ __forceinline__ double3 cv::gpu::device::min | ( | const char3 & | a, |
double | s | ||
) |
__device__ __forceinline__ double4 cv::gpu::device::min | ( | const char4 & | a, |
double | s | ||
) |
__device__ __forceinline__ double4 cv::gpu::device::min | ( | double | s, |
const char4 & | b | ||
) |
__device__ __forceinline__ double3 cv::gpu::device::min | ( | double | s, |
const char3 & | b | ||
) |
__device__ __forceinline__ ushort1 cv::gpu::device::min | ( | const ushort1 & | a, |
ushort | s | ||
) |
__device__ __forceinline__ ushort2 cv::gpu::device::min | ( | const ushort2 & | a, |
ushort | s | ||
) |
__device__ __forceinline__ ushort2 cv::gpu::device::min | ( | ushort | s, |
const ushort2 & | b | ||
) |
__device__ __forceinline__ ushort3 cv::gpu::device::min | ( | const ushort3 & | a, |
ushort | s | ||
) |
__device__ __forceinline__ ushort4 cv::gpu::device::min | ( | const ushort4 & | a, |
ushort | s | ||
) |
__device__ __forceinline__ ushort4 cv::gpu::device::min | ( | ushort | s, |
const ushort4 & | b | ||
) |
__device__ __forceinline__ ushort3 cv::gpu::device::min | ( | ushort | s, |
const ushort3 & | b | ||
) |
__device__ __forceinline__ ushort1 cv::gpu::device::min | ( | ushort | s, |
const ushort1 & | b | ||
) |
__device__ __forceinline__ float1 cv::gpu::device::min | ( | const ushort1 & | a, |
float | s | ||
) |
__device__ __forceinline__ float2 cv::gpu::device::min | ( | const ushort2 & | a, |
float | s | ||
) |
__device__ __forceinline__ float2 cv::gpu::device::min | ( | float | s, |
const ushort2 & | b | ||
) |
__device__ __forceinline__ float3 cv::gpu::device::min | ( | const ushort3 & | a, |
float | s | ||
) |
__device__ __forceinline__ float4 cv::gpu::device::min | ( | const ushort4 & | a, |
float | s | ||
) |
__device__ __forceinline__ float4 cv::gpu::device::min | ( | float | s, |
const ushort4 & | b | ||
) |
__device__ __forceinline__ float3 cv::gpu::device::min | ( | float | s, |
const ushort3 & | b | ||
) |
__device__ __forceinline__ float1 cv::gpu::device::min | ( | float | s, |
const ushort1 & | b | ||
) |
__device__ __forceinline__ double1 cv::gpu::device::min | ( | double | s, |
const ushort1 & | b | ||
) |
__device__ __forceinline__ double1 cv::gpu::device::min | ( | const ushort1 & | a, |
double | s | ||
) |
__device__ __forceinline__ double2 cv::gpu::device::min | ( | const ushort2 & | a, |
double | s | ||
) |
__device__ __forceinline__ double2 cv::gpu::device::min | ( | double | s, |
const ushort2 & | b | ||
) |
__device__ __forceinline__ double3 cv::gpu::device::min | ( | const ushort3 & | a, |
double | s | ||
) |
__device__ __forceinline__ double4 cv::gpu::device::min | ( | const ushort4 & | a, |
double | s | ||
) |
__device__ __forceinline__ double4 cv::gpu::device::min | ( | double | s, |
const ushort4 & | b | ||
) |
__device__ __forceinline__ double3 cv::gpu::device::min | ( | double | s, |
const ushort3 & | b | ||
) |
__device__ __forceinline__ short1 cv::gpu::device::min | ( | short | s, |
const short1 & | b | ||
) |
__device__ __forceinline__ short1 cv::gpu::device::min | ( | const short1 & | a, |
short | s | ||
) |
__device__ __forceinline__ short2 cv::gpu::device::min | ( | const short2 & | a, |
short | s | ||
) |
__device__ __forceinline__ short2 cv::gpu::device::min | ( | short | s, |
const short2 & | b | ||
) |
__device__ __forceinline__ short3 cv::gpu::device::min | ( | const short3 & | a, |
short | s | ||
) |
__device__ __forceinline__ short4 cv::gpu::device::min | ( | const short4 & | a, |
short | s | ||
) |
__device__ __forceinline__ short4 cv::gpu::device::min | ( | short | s, |
const short4 & | b | ||
) |
__device__ __forceinline__ short3 cv::gpu::device::min | ( | short | s, |
const short3 & | b | ||
) |
__device__ __forceinline__ float3 cv::gpu::device::min | ( | float | s, |
const short3 & | b | ||
) |
__device__ __forceinline__ float1 cv::gpu::device::min | ( | const short1 & | a, |
float | s | ||
) |
__device__ __forceinline__ float2 cv::gpu::device::min | ( | const short2 & | a, |
float | s | ||
) |
__device__ __forceinline__ float2 cv::gpu::device::min | ( | float | s, |
const short2 & | b | ||
) |
__device__ __forceinline__ float3 cv::gpu::device::min | ( | const short3 & | a, |
float | s | ||
) |
__device__ __forceinline__ float4 cv::gpu::device::min | ( | const short4 & | a, |
float | s | ||
) |
__device__ __forceinline__ float4 cv::gpu::device::min | ( | float | s, |
const short4 & | b | ||
) |
__device__ __forceinline__ float1 cv::gpu::device::min | ( | float | s, |
const short1 & | b | ||
) |
__device__ __forceinline__ double3 cv::gpu::device::min | ( | double | s, |
const short3 & | b | ||
) |
__device__ __forceinline__ double1 cv::gpu::device::min | ( | double | s, |
const short1 & | b | ||
) |
__device__ __forceinline__ double1 cv::gpu::device::min | ( | const short1 & | a, |
double | s | ||
) |
__device__ __forceinline__ double2 cv::gpu::device::min | ( | const short2 & | a, |
double | s | ||
) |
__device__ __forceinline__ double2 cv::gpu::device::min | ( | double | s, |
const short2 & | b | ||
) |
__device__ __forceinline__ double3 cv::gpu::device::min | ( | const short3 & | a, |
double | s | ||
) |
__device__ __forceinline__ double4 cv::gpu::device::min | ( | const short4 & | a, |
double | s | ||
) |
__device__ __forceinline__ double4 cv::gpu::device::min | ( | double | s, |
const short4 & | b | ||
) |
__device__ __forceinline__ uint3 cv::gpu::device::min | ( | uint | s, |
const uint3 & | b | ||
) |
__device__ __forceinline__ uint1 cv::gpu::device::min | ( | uint | s, |
const uint1 & | b | ||
) |
__device__ __forceinline__ uint1 cv::gpu::device::min | ( | const uint1 & | a, |
uint | s | ||
) |
__device__ __forceinline__ uint2 cv::gpu::device::min | ( | const uint2 & | a, |
uint | s | ||
) |
__device__ __forceinline__ uint2 cv::gpu::device::min | ( | uint | s, |
const uint2 & | b | ||
) |
__device__ __forceinline__ uint3 cv::gpu::device::min | ( | const uint3 & | a, |
uint | s | ||
) |
__device__ __forceinline__ uint4 cv::gpu::device::min | ( | const uint4 & | a, |
uint | s | ||
) |
__device__ __forceinline__ uint4 cv::gpu::device::min | ( | uint | s, |
const uint4 & | b | ||
) |
__device__ __forceinline__ float3 cv::gpu::device::min | ( | float | s, |
const uint3 & | b | ||
) |
__device__ __forceinline__ float1 cv::gpu::device::min | ( | float | s, |
const uint1 & | b | ||
) |
__device__ __forceinline__ float1 cv::gpu::device::min | ( | const uint1 & | a, |
float | s | ||
) |
__device__ __forceinline__ float2 cv::gpu::device::min | ( | const uint2 & | a, |
float | s | ||
) |
__device__ __forceinline__ float2 cv::gpu::device::min | ( | float | s, |
const uint2 & | b | ||
) |
__device__ __forceinline__ float3 cv::gpu::device::min | ( | const uint3 & | a, |
float | s | ||
) |
__device__ __forceinline__ float4 cv::gpu::device::min | ( | const uint4 & | a, |
float | s | ||
) |
__device__ __forceinline__ float4 cv::gpu::device::min | ( | float | s, |
const uint4 & | b | ||
) |
__device__ __forceinline__ double1 cv::gpu::device::min | ( | double | s, |
const uint1 & | b | ||
) |
__device__ __forceinline__ double1 cv::gpu::device::min | ( | const uint1 & | a, |
double | s | ||
) |
__device__ __forceinline__ double2 cv::gpu::device::min | ( | const uint2 & | a, |
double | s | ||
) |
__device__ __forceinline__ double2 cv::gpu::device::min | ( | double | s, |
const uint2 & | b | ||
) |
__device__ __forceinline__ double3 cv::gpu::device::min | ( | const uint3 & | a, |
double | s | ||
) |
__device__ __forceinline__ double4 cv::gpu::device::min | ( | const uint4 & | a, |
double | s | ||
) |
__device__ __forceinline__ double4 cv::gpu::device::min | ( | double | s, |
const uint4 & | b | ||
) |
__device__ __forceinline__ double3 cv::gpu::device::min | ( | double | s, |
const uint3 & | b | ||
) |
__device__ __forceinline__ int1 cv::gpu::device::min | ( | const int1 & | a, |
int | s | ||
) |
__device__ __forceinline__ int2 cv::gpu::device::min | ( | const int2 & | a, |
int | s | ||
) |
__device__ __forceinline__ int2 cv::gpu::device::min | ( | int | s, |
const int2 & | b | ||
) |
__device__ __forceinline__ int3 cv::gpu::device::min | ( | const int3 & | a, |
int | s | ||
) |
__device__ __forceinline__ int4 cv::gpu::device::min | ( | const int4 & | a, |
int | s | ||
) |
__device__ __forceinline__ int4 cv::gpu::device::min | ( | int | s, |
const int4 & | b | ||
) |
__device__ __forceinline__ int3 cv::gpu::device::min | ( | int | s, |
const int3 & | b | ||
) |
__device__ __forceinline__ int1 cv::gpu::device::min | ( | int | s, |
const int1 & | b | ||
) |
__device__ __forceinline__ float1 cv::gpu::device::min | ( | const int1 & | a, |
float | s | ||
) |
__device__ __forceinline__ float2 cv::gpu::device::min | ( | const int2 & | a, |
float | s | ||
) |
__device__ __forceinline__ float2 cv::gpu::device::min | ( | float | s, |
const int2 & | b | ||
) |
__device__ __forceinline__ float3 cv::gpu::device::min | ( | const int3 & | a, |
float | s | ||
) |
__device__ __forceinline__ float4 cv::gpu::device::min | ( | const int4 & | a, |
float | s | ||
) |
__device__ __forceinline__ float4 cv::gpu::device::min | ( | float | s, |
const int4 & | b | ||
) |
__device__ __forceinline__ float3 cv::gpu::device::min | ( | float | s, |
const int3 & | b | ||
) |
__device__ __forceinline__ float1 cv::gpu::device::min | ( | float | s, |
const int1 & | b | ||
) |
__device__ __forceinline__ double1 cv::gpu::device::min | ( | const int1 & | a, |
double | s | ||
) |
__device__ __forceinline__ double2 cv::gpu::device::min | ( | const int2 & | a, |
double | s | ||
) |
__device__ __forceinline__ double2 cv::gpu::device::min | ( | double | s, |
const int2 & | b | ||
) |
__device__ __forceinline__ double3 cv::gpu::device::min | ( | const int3 & | a, |
double | s | ||
) |
__device__ __forceinline__ double4 cv::gpu::device::min | ( | const int4 & | a, |
double | s | ||
) |
__device__ __forceinline__ double4 cv::gpu::device::min | ( | double | s, |
const int4 & | b | ||
) |
__device__ __forceinline__ double3 cv::gpu::device::min | ( | double | s, |
const int3 & | b | ||
) |
__device__ __forceinline__ double1 cv::gpu::device::min | ( | double | s, |
const int1 & | b | ||
) |
__device__ __forceinline__ float1 cv::gpu::device::min | ( | const float1 & | a, |
float | s | ||
) |
__device__ __forceinline__ float2 cv::gpu::device::min | ( | const float2 & | a, |
float | s | ||
) |
__device__ __forceinline__ float2 cv::gpu::device::min | ( | float | s, |
const float2 & | b | ||
) |
__device__ __forceinline__ float3 cv::gpu::device::min | ( | const float3 & | a, |
float | s | ||
) |
__device__ __forceinline__ float4 cv::gpu::device::min | ( | const float4 & | a, |
float | s | ||
) |
__device__ __forceinline__ float4 cv::gpu::device::min | ( | float | s, |
const float4 & | b | ||
) |
__device__ __forceinline__ float3 cv::gpu::device::min | ( | float | s, |
const float3 & | b | ||
) |
__device__ __forceinline__ float1 cv::gpu::device::min | ( | float | s, |
const float1 & | b | ||
) |
__device__ __forceinline__ double1 cv::gpu::device::min | ( | double | s, |
const float1 & | b | ||
) |
__device__ __forceinline__ double1 cv::gpu::device::min | ( | const float1 & | a, |
double | s | ||
) |
__device__ __forceinline__ double2 cv::gpu::device::min | ( | const float2 & | a, |
double | s | ||
) |
__device__ __forceinline__ double2 cv::gpu::device::min | ( | double | s, |
const float2 & | b | ||
) |
__device__ __forceinline__ double3 cv::gpu::device::min | ( | const float3 & | a, |
double | s | ||
) |
__device__ __forceinline__ double4 cv::gpu::device::min | ( | const float4 & | a, |
double | s | ||
) |
__device__ __forceinline__ double4 cv::gpu::device::min | ( | double | s, |
const float4 & | b | ||
) |
__device__ __forceinline__ double3 cv::gpu::device::min | ( | double | s, |
const float3 & | b | ||
) |
__device__ __forceinline__ double1 cv::gpu::device::min | ( | double | s, |
const double1 & | b | ||
) |
__device__ __forceinline__ double1 cv::gpu::device::min | ( | const double1 & | a, |
double | s | ||
) |
__device__ __forceinline__ double2 cv::gpu::device::min | ( | const double2 & | a, |
double | s | ||
) |
__device__ __forceinline__ double2 cv::gpu::device::min | ( | double | s, |
const double2 & | b | ||
) |
__device__ __forceinline__ double3 cv::gpu::device::min | ( | const double3 & | a, |
double | s | ||
) |
__device__ __forceinline__ double4 cv::gpu::device::min | ( | const double4 & | a, |
double | s | ||
) |
__device__ __forceinline__ double3 cv::gpu::device::min | ( | double | s, |
const double3 & | b | ||
) |
__device__ __forceinline__ double4 cv::gpu::device::min | ( | double | s, |
const double4 & | b | ||
) |
__host__ __device__ __forceinline__ unary_negate<Predicate> cv::gpu::device::not1 | ( | const Predicate & | pred | ) |
__host__ __device__ __forceinline__ binary_negate<BinaryPredicate> cv::gpu::device::not2 | ( | const BinaryPredicate & | pred | ) |
__device__ __forceinline__ uchar3 cv::gpu::device::operator! | ( | const uchar3 & | a | ) |
__device__ __forceinline__ uchar4 cv::gpu::device::operator! | ( | const uchar4 & | a | ) |
__device__ __forceinline__ uchar2 cv::gpu::device::operator! | ( | const uchar2 & | a | ) |
__device__ __forceinline__ uchar1 cv::gpu::device::operator! | ( | const uchar1 & | a | ) |
__device__ __forceinline__ uchar2 cv::gpu::device::operator! | ( | const char2 & | a | ) |
__device__ __forceinline__ uchar1 cv::gpu::device::operator! | ( | const char1 & | a | ) |
__device__ __forceinline__ uchar3 cv::gpu::device::operator! | ( | const char3 & | a | ) |
__device__ __forceinline__ uchar4 cv::gpu::device::operator! | ( | const char4 & | a | ) |
__device__ __forceinline__ uchar1 cv::gpu::device::operator! | ( | const ushort1 & | a | ) |
__device__ __forceinline__ uchar2 cv::gpu::device::operator! | ( | const ushort2 & | a | ) |
__device__ __forceinline__ uchar4 cv::gpu::device::operator! | ( | const ushort4 & | a | ) |
__device__ __forceinline__ uchar3 cv::gpu::device::operator! | ( | const ushort3 & | a | ) |
__device__ __forceinline__ uchar1 cv::gpu::device::operator! | ( | const short1 & | a | ) |
__device__ __forceinline__ uchar2 cv::gpu::device::operator! | ( | const short2 & | a | ) |
__device__ __forceinline__ uchar4 cv::gpu::device::operator! | ( | const short4 & | a | ) |
__device__ __forceinline__ uchar3 cv::gpu::device::operator! | ( | const short3 & | a | ) |
__device__ __forceinline__ uchar1 cv::gpu::device::operator! | ( | const int1 & | a | ) |
__device__ __forceinline__ uchar2 cv::gpu::device::operator! | ( | const int2 & | a | ) |
__device__ __forceinline__ uchar4 cv::gpu::device::operator! | ( | const int4 & | a | ) |
__device__ __forceinline__ uchar3 cv::gpu::device::operator! | ( | const int3 & | a | ) |
__device__ __forceinline__ uchar1 cv::gpu::device::operator! | ( | const uint1 & | a | ) |
__device__ __forceinline__ uchar2 cv::gpu::device::operator! | ( | const uint2 & | a | ) |
__device__ __forceinline__ uchar3 cv::gpu::device::operator! | ( | const uint3 & | a | ) |
__device__ __forceinline__ uchar4 cv::gpu::device::operator! | ( | const uint4 & | a | ) |
__device__ __forceinline__ uchar2 cv::gpu::device::operator! | ( | const float2 & | a | ) |
__device__ __forceinline__ uchar4 cv::gpu::device::operator! | ( | const float4 & | a | ) |
__device__ __forceinline__ uchar1 cv::gpu::device::operator! | ( | const float1 & | a | ) |
__device__ __forceinline__ uchar3 cv::gpu::device::operator! | ( | const float3 & | a | ) |
__device__ __forceinline__ uchar1 cv::gpu::device::operator! | ( | const double1 & | a | ) |
__device__ __forceinline__ uchar3 cv::gpu::device::operator! | ( | const double3 & | a | ) |
__device__ __forceinline__ uchar4 cv::gpu::device::operator! | ( | const double4 & | a | ) |
__device__ __forceinline__ uchar2 cv::gpu::device::operator! | ( | const double2 & | a | ) |
__device__ __forceinline__ uchar1 cv::gpu::device::operator!= | ( | const uchar1 & | a, |
const uchar1 & | b | ||
) |
__device__ __forceinline__ uchar2 cv::gpu::device::operator!= | ( | const uchar2 & | a, |
const uchar2 & | b | ||
) |
__device__ __forceinline__ uchar3 cv::gpu::device::operator!= | ( | const uchar3 & | a, |
const uchar3 & | b | ||
) |
__device__ __forceinline__ uchar4 cv::gpu::device::operator!= | ( | const uchar4 & | a, |
const uchar4 & | b | ||
) |
__device__ __forceinline__ uchar1 cv::gpu::device::operator!= | ( | const char1 & | a, |
const char1 & | b | ||
) |
__device__ __forceinline__ uchar2 cv::gpu::device::operator!= | ( | const char2 & | a, |
const char2 & | b | ||
) |
__device__ __forceinline__ uchar3 cv::gpu::device::operator!= | ( | const char3 & | a, |
const char3 & | b | ||
) |
__device__ __forceinline__ uchar4 cv::gpu::device::operator!= | ( | const char4 & | a, |
const char4 & | b | ||
) |
__device__ __forceinline__ uchar1 cv::gpu::device::operator!= | ( | const ushort1 & | a, |
const ushort1 & | b | ||
) |
__device__ __forceinline__ uchar2 cv::gpu::device::operator!= | ( | const ushort2 & | a, |
const ushort2 & | b | ||
) |
__device__ __forceinline__ uchar3 cv::gpu::device::operator!= | ( | const ushort3 & | a, |
const ushort3 & | b | ||
) |
__device__ __forceinline__ uchar4 cv::gpu::device::operator!= | ( | const ushort4 & | a, |
const ushort4 & | b | ||
) |
__device__ __forceinline__ uchar1 cv::gpu::device::operator!= | ( | const short1 & | a, |
const short1 & | b | ||
) |
__device__ __forceinline__ uchar2 cv::gpu::device::operator!= | ( | const short2 & | a, |
const short2 & | b | ||
) |
__device__ __forceinline__ uchar3 cv::gpu::device::operator!= | ( | const short3 & | a, |
const short3 & | b | ||
) |
__device__ __forceinline__ uchar4 cv::gpu::device::operator!= | ( | const short4 & | a, |
const short4 & | b | ||
) |
__device__ __forceinline__ uchar1 cv::gpu::device::operator!= | ( | const int1 & | a, |
const int1 & | b | ||
) |
__device__ __forceinline__ uchar2 cv::gpu::device::operator!= | ( | const int2 & | a, |
const int2 & | b | ||
) |
__device__ __forceinline__ uchar3 cv::gpu::device::operator!= | ( | const int3 & | a, |
const int3 & | b | ||
) |
__device__ __forceinline__ uchar4 cv::gpu::device::operator!= | ( | const int4 & | a, |
const int4 & | b | ||
) |
__device__ __forceinline__ uchar1 cv::gpu::device::operator!= | ( | const uint1 & | a, |
const uint1 & | b | ||
) |
__device__ __forceinline__ uchar2 cv::gpu::device::operator!= | ( | const uint2 & | a, |
const uint2 & | b | ||
) |
__device__ __forceinline__ uchar3 cv::gpu::device::operator!= | ( | const uint3 & | a, |
const uint3 & | b | ||
) |
__device__ __forceinline__ uchar4 cv::gpu::device::operator!= | ( | const uint4 & | a, |
const uint4 & | b | ||
) |
__device__ __forceinline__ uchar1 cv::gpu::device::operator!= | ( | const float1 & | a, |
const float1 & | b | ||
) |
__device__ __forceinline__ uchar2 cv::gpu::device::operator!= | ( | const float2 & | a, |
const float2 & | b | ||
) |
__device__ __forceinline__ uchar3 cv::gpu::device::operator!= | ( | const float3 & | a, |
const float3 & | b | ||
) |
__device__ __forceinline__ uchar4 cv::gpu::device::operator!= | ( | const float4 & | a, |
const float4 & | b | ||
) |
__device__ __forceinline__ uchar1 cv::gpu::device::operator!= | ( | const double1 & | a, |
const double1 & | b | ||
) |
__device__ __forceinline__ uchar2 cv::gpu::device::operator!= | ( | const double2 & | a, |
const double2 & | b | ||
) |
__device__ __forceinline__ uchar3 cv::gpu::device::operator!= | ( | const double3 & | a, |
const double3 & | b | ||
) |
__device__ __forceinline__ uchar4 cv::gpu::device::operator!= | ( | const double4 & | a, |
const double4 & | b | ||
) |
__device__ __forceinline__ uchar1 cv::gpu::device::operator!= | ( | const uchar1 & | a, |
uchar | s | ||
) |
__device__ __forceinline__ uchar1 cv::gpu::device::operator!= | ( | uchar | s, |
const uchar1 & | b | ||
) |
__device__ __forceinline__ uchar2 cv::gpu::device::operator!= | ( | const uchar2 & | a, |
uchar | s | ||
) |
__device__ __forceinline__ uchar2 cv::gpu::device::operator!= | ( | uchar | s, |
const uchar2 & | b | ||
) |
__device__ __forceinline__ uchar3 cv::gpu::device::operator!= | ( | const uchar3 & | a, |
uchar | s | ||
) |
__device__ __forceinline__ uchar3 cv::gpu::device::operator!= | ( | uchar | s, |
const uchar3 & | b | ||
) |
__device__ __forceinline__ uchar4 cv::gpu::device::operator!= | ( | const uchar4 & | a, |
uchar | s | ||
) |
__device__ __forceinline__ uchar4 cv::gpu::device::operator!= | ( | uchar | s, |
const uchar4 & | b | ||
) |
__device__ __forceinline__ uchar1 cv::gpu::device::operator!= | ( | const char1 & | a, |
char | s | ||
) |
__device__ __forceinline__ uchar1 cv::gpu::device::operator!= | ( | char | s, |
const char1 & | b | ||
) |
__device__ __forceinline__ uchar2 cv::gpu::device::operator!= | ( | const char2 & | a, |
char | s | ||
) |
__device__ __forceinline__ uchar2 cv::gpu::device::operator!= | ( | char | s, |
const char2 & | b | ||
) |
__device__ __forceinline__ uchar3 cv::gpu::device::operator!= | ( | const char3 & | a, |
char | s | ||
) |
__device__ __forceinline__ uchar3 cv::gpu::device::operator!= | ( | char | s, |
const char3 & | b | ||
) |
__device__ __forceinline__ uchar4 cv::gpu::device::operator!= | ( | const char4 & | a, |
char | s | ||
) |
__device__ __forceinline__ uchar4 cv::gpu::device::operator!= | ( | char | s, |
const char4 & | b | ||
) |
__device__ __forceinline__ uchar1 cv::gpu::device::operator!= | ( | const ushort1 & | a, |
ushort | s | ||
) |
__device__ __forceinline__ uchar1 cv::gpu::device::operator!= | ( | ushort | s, |
const ushort1 & | b | ||
) |
__device__ __forceinline__ uchar2 cv::gpu::device::operator!= | ( | const ushort2 & | a, |
ushort | s | ||
) |
__device__ __forceinline__ uchar2 cv::gpu::device::operator!= | ( | ushort | s, |
const ushort2 & | b | ||
) |
__device__ __forceinline__ uchar3 cv::gpu::device::operator!= | ( | const ushort3 & | a, |
ushort | s | ||
) |
__device__ __forceinline__ uchar3 cv::gpu::device::operator!= | ( | ushort | s, |
const ushort3 & | b | ||
) |
__device__ __forceinline__ uchar4 cv::gpu::device::operator!= | ( | const ushort4 & | a, |
ushort | s | ||
) |
__device__ __forceinline__ uchar4 cv::gpu::device::operator!= | ( | ushort | s, |
const ushort4 & | b | ||
) |
__device__ __forceinline__ uchar1 cv::gpu::device::operator!= | ( | const short1 & | a, |
short | s | ||
) |
__device__ __forceinline__ uchar1 cv::gpu::device::operator!= | ( | short | s, |
const short1 & | b | ||
) |
__device__ __forceinline__ uchar2 cv::gpu::device::operator!= | ( | const short2 & | a, |
short | s | ||
) |
__device__ __forceinline__ uchar2 cv::gpu::device::operator!= | ( | short | s, |
const short2 & | b | ||
) |
__device__ __forceinline__ uchar3 cv::gpu::device::operator!= | ( | const short3 & | a, |
short | s | ||
) |
__device__ __forceinline__ uchar3 cv::gpu::device::operator!= | ( | short | s, |
const short3 & | b | ||
) |
__device__ __forceinline__ uchar4 cv::gpu::device::operator!= | ( | const short4 & | a, |
short | s | ||
) |
__device__ __forceinline__ uchar4 cv::gpu::device::operator!= | ( | short | s, |
const short4 & | b | ||
) |
__device__ __forceinline__ uchar1 cv::gpu::device::operator!= | ( | const int1 & | a, |
int | s | ||
) |
__device__ __forceinline__ uchar1 cv::gpu::device::operator!= | ( | int | s, |
const int1 & | b | ||
) |
__device__ __forceinline__ uchar2 cv::gpu::device::operator!= | ( | const int2 & | a, |
int | s | ||
) |
__device__ __forceinline__ uchar2 cv::gpu::device::operator!= | ( | int | s, |
const int2 & | b | ||
) |
__device__ __forceinline__ uchar3 cv::gpu::device::operator!= | ( | const int3 & | a, |
int | s | ||
) |
__device__ __forceinline__ uchar3 cv::gpu::device::operator!= | ( | int | s, |
const int3 & | b | ||
) |
__device__ __forceinline__ uchar4 cv::gpu::device::operator!= | ( | const int4 & | a, |
int | s | ||
) |
__device__ __forceinline__ uchar4 cv::gpu::device::operator!= | ( | int | s, |
const int4 & | b | ||
) |
__device__ __forceinline__ uchar1 cv::gpu::device::operator!= | ( | const uint1 & | a, |
uint | s | ||
) |
__device__ __forceinline__ uchar1 cv::gpu::device::operator!= | ( | uint | s, |
const uint1 & | b | ||
) |
__device__ __forceinline__ uchar2 cv::gpu::device::operator!= | ( | const uint2 & | a, |
uint | s | ||
) |
__device__ __forceinline__ uchar2 cv::gpu::device::operator!= | ( | uint | s, |
const uint2 & | b | ||
) |
__device__ __forceinline__ uchar3 cv::gpu::device::operator!= | ( | const uint3 & | a, |
uint | s | ||
) |
__device__ __forceinline__ uchar3 cv::gpu::device::operator!= | ( | uint | s, |
const uint3 & | b | ||
) |
__device__ __forceinline__ uchar4 cv::gpu::device::operator!= | ( | const uint4 & | a, |
uint | s | ||
) |
__device__ __forceinline__ uchar4 cv::gpu::device::operator!= | ( | uint | s, |
const uint4 & | b | ||
) |
__device__ __forceinline__ uchar1 cv::gpu::device::operator!= | ( | const float1 & | a, |
float | s | ||
) |
__device__ __forceinline__ uchar1 cv::gpu::device::operator!= | ( | float | s, |
const float1 & | b | ||
) |
__device__ __forceinline__ uchar2 cv::gpu::device::operator!= | ( | const float2 & | a, |
float | s | ||
) |
__device__ __forceinline__ uchar2 cv::gpu::device::operator!= | ( | float | s, |
const float2 & | b | ||
) |
__device__ __forceinline__ uchar3 cv::gpu::device::operator!= | ( | const float3 & | a, |
float | s | ||
) |
__device__ __forceinline__ uchar3 cv::gpu::device::operator!= | ( | float | s, |
const float3 & | b | ||
) |
__device__ __forceinline__ uchar4 cv::gpu::device::operator!= | ( | const float4 & | a, |
float | s | ||
) |
__device__ __forceinline__ uchar4 cv::gpu::device::operator!= | ( | float | s, |
const float4 & | b | ||
) |
__device__ __forceinline__ uchar1 cv::gpu::device::operator!= | ( | const double1 & | a, |
double | s | ||
) |
__device__ __forceinline__ uchar1 cv::gpu::device::operator!= | ( | double | s, |
const double1 & | b | ||
) |
__device__ __forceinline__ uchar2 cv::gpu::device::operator!= | ( | const double2 & | a, |
double | s | ||
) |
__device__ __forceinline__ uchar2 cv::gpu::device::operator!= | ( | double | s, |
const double2 & | b | ||
) |
__device__ __forceinline__ uchar3 cv::gpu::device::operator!= | ( | const double3 & | a, |
double | s | ||
) |
__device__ __forceinline__ uchar3 cv::gpu::device::operator!= | ( | double | s, |
const double3 & | b | ||
) |
__device__ __forceinline__ uchar4 cv::gpu::device::operator!= | ( | const double4 & | a, |
double | s | ||
) |
__device__ __forceinline__ uchar4 cv::gpu::device::operator!= | ( | double | s, |
const double4 & | b | ||
) |
__device__ __forceinline__ uchar1 cv::gpu::device::operator & | ( | const uchar1 & | a, |
const uchar1 & | b | ||
) |
__device__ __forceinline__ uchar2 cv::gpu::device::operator & | ( | const uchar2 & | a, |
const uchar2 & | b | ||
) |
__device__ __forceinline__ uchar3 cv::gpu::device::operator & | ( | const uchar3 & | a, |
const uchar3 & | b | ||
) |
__device__ __forceinline__ uchar4 cv::gpu::device::operator & | ( | const uchar4 & | a, |
const uchar4 & | b | ||
) |
__device__ __forceinline__ char1 cv::gpu::device::operator & | ( | const char1 & | a, |
const char1 & | b | ||
) |
__device__ __forceinline__ char2 cv::gpu::device::operator & | ( | const char2 & | a, |
const char2 & | b | ||
) |
__device__ __forceinline__ char3 cv::gpu::device::operator & | ( | const char3 & | a, |
const char3 & | b | ||
) |
__device__ __forceinline__ char4 cv::gpu::device::operator & | ( | const char4 & | a, |
const char4 & | b | ||
) |
__device__ __forceinline__ ushort1 cv::gpu::device::operator & | ( | const ushort1 & | a, |
const ushort1 & | b | ||
) |
__device__ __forceinline__ ushort2 cv::gpu::device::operator & | ( | const ushort2 & | a, |
const ushort2 & | b | ||
) |
__device__ __forceinline__ ushort3 cv::gpu::device::operator & | ( | const ushort3 & | a, |
const ushort3 & | b | ||
) |
__device__ __forceinline__ ushort4 cv::gpu::device::operator & | ( | const ushort4 & | a, |
const ushort4 & | b | ||
) |
__device__ __forceinline__ short1 cv::gpu::device::operator & | ( | const short1 & | a, |
const short1 & | b | ||
) |
__device__ __forceinline__ short2 cv::gpu::device::operator & | ( | const short2 & | a, |
const short2 & | b | ||
) |
__device__ __forceinline__ short3 cv::gpu::device::operator & | ( | const short3 & | a, |
const short3 & | b | ||
) |
__device__ __forceinline__ short4 cv::gpu::device::operator & | ( | const short4 & | a, |
const short4 & | b | ||
) |
__device__ __forceinline__ int1 cv::gpu::device::operator & | ( | const int1 & | a, |
const int1 & | b | ||
) |
__device__ __forceinline__ int2 cv::gpu::device::operator & | ( | const int2 & | a, |
const int2 & | b | ||
) |
__device__ __forceinline__ int3 cv::gpu::device::operator & | ( | const int3 & | a, |
const int3 & | b | ||
) |
__device__ __forceinline__ int4 cv::gpu::device::operator & | ( | const int4 & | a, |
const int4 & | b | ||
) |
__device__ __forceinline__ uint1 cv::gpu::device::operator & | ( | const uint1 & | a, |
const uint1 & | b | ||
) |
__device__ __forceinline__ uint2 cv::gpu::device::operator & | ( | const uint2 & | a, |
const uint2 & | b | ||
) |
__device__ __forceinline__ uint3 cv::gpu::device::operator & | ( | const uint3 & | a, |
const uint3 & | b | ||
) |
__device__ __forceinline__ uint4 cv::gpu::device::operator & | ( | const uint4 & | a, |
const uint4 & | b | ||
) |
__device__ __forceinline__ uchar1 cv::gpu::device::operator & | ( | const uchar1 & | a, |
uchar | s | ||
) |
__device__ __forceinline__ uchar1 cv::gpu::device::operator & | ( | uchar | s, |
const uchar1 & | b | ||
) |
__device__ __forceinline__ uchar2 cv::gpu::device::operator & | ( | const uchar2 & | a, |
uchar | s | ||
) |
__device__ __forceinline__ uchar2 cv::gpu::device::operator & | ( | uchar | s, |
const uchar2 & | b | ||
) |
__device__ __forceinline__ uchar3 cv::gpu::device::operator & | ( | const uchar3 & | a, |
uchar | s | ||
) |
__device__ __forceinline__ uchar4 cv::gpu::device::operator & | ( | const uchar4 & | a, |
uchar | s | ||
) |
__device__ __forceinline__ uchar4 cv::gpu::device::operator & | ( | uchar | s, |
const uchar4 & | b | ||
) |
__device__ __forceinline__ uchar3 cv::gpu::device::operator & | ( | uchar | s, |
const uchar3 & | b | ||
) |
__device__ __forceinline__ char1 cv::gpu::device::operator & | ( | const char1 & | a, |
char | s | ||
) |
__device__ __forceinline__ char2 cv::gpu::device::operator & | ( | const char2 & | a, |
char | s | ||
) |
__device__ __forceinline__ char2 cv::gpu::device::operator & | ( | char | s, |
const char2 & | b | ||
) |
__device__ __forceinline__ char3 cv::gpu::device::operator & | ( | const char3 & | a, |
char | s | ||
) |
__device__ __forceinline__ char4 cv::gpu::device::operator & | ( | const char4 & | a, |
char | s | ||
) |
__device__ __forceinline__ char4 cv::gpu::device::operator & | ( | char | s, |
const char4 & | b | ||
) |
__device__ __forceinline__ char3 cv::gpu::device::operator & | ( | char | s, |
const char3 & | b | ||
) |
__device__ __forceinline__ char1 cv::gpu::device::operator & | ( | char | s, |
const char1 & | b | ||
) |
__device__ __forceinline__ ushort1 cv::gpu::device::operator & | ( | const ushort1 & | a, |
ushort | s | ||
) |
__device__ __forceinline__ ushort2 cv::gpu::device::operator & | ( | const ushort2 & | a, |
ushort | s | ||
) |
__device__ __forceinline__ ushort2 cv::gpu::device::operator & | ( | ushort | s, |
const ushort2 & | b | ||
) |
__device__ __forceinline__ ushort3 cv::gpu::device::operator & | ( | const ushort3 & | a, |
ushort | s | ||
) |
__device__ __forceinline__ ushort3 cv::gpu::device::operator & | ( | ushort | s, |
const ushort3 & | b | ||
) |
__device__ __forceinline__ ushort4 cv::gpu::device::operator & | ( | const ushort4 & | a, |
ushort | s | ||
) |
__device__ __forceinline__ ushort4 cv::gpu::device::operator & | ( | ushort | s, |
const ushort4 & | b | ||
) |
__device__ __forceinline__ ushort1 cv::gpu::device::operator & | ( | ushort | s, |
const ushort1 & | b | ||
) |
__device__ __forceinline__ short1 cv::gpu::device::operator & | ( | const short1 & | a, |
short | s | ||
) |
__device__ __forceinline__ short2 cv::gpu::device::operator & | ( | const short2 & | a, |
short | s | ||
) |
__device__ __forceinline__ short2 cv::gpu::device::operator & | ( | short | s, |
const short2 & | b | ||
) |
__device__ __forceinline__ short3 cv::gpu::device::operator & | ( | const short3 & | a, |
short | s | ||
) |
__device__ __forceinline__ short4 cv::gpu::device::operator & | ( | const short4 & | a, |
short | s | ||
) |
__device__ __forceinline__ short4 cv::gpu::device::operator & | ( | short | s, |
const short4 & | b | ||
) |
__device__ __forceinline__ short1 cv::gpu::device::operator & | ( | short | s, |
const short1 & | b | ||
) |
__device__ __forceinline__ short3 cv::gpu::device::operator & | ( | short | s, |
const short3 & | b | ||
) |
__device__ __forceinline__ int1 cv::gpu::device::operator & | ( | const int1 & | a, |
int | s | ||
) |
__device__ __forceinline__ int2 cv::gpu::device::operator & | ( | const int2 & | a, |
int | s | ||
) |
__device__ __forceinline__ int2 cv::gpu::device::operator & | ( | int | s, |
const int2 & | b | ||
) |
__device__ __forceinline__ int3 cv::gpu::device::operator & | ( | const int3 & | a, |
int | s | ||
) |
__device__ __forceinline__ int4 cv::gpu::device::operator & | ( | const int4 & | a, |
int | s | ||
) |
__device__ __forceinline__ int4 cv::gpu::device::operator & | ( | int | s, |
const int4 & | b | ||
) |
__device__ __forceinline__ int1 cv::gpu::device::operator & | ( | int | s, |
const int1 & | b | ||
) |
__device__ __forceinline__ int3 cv::gpu::device::operator & | ( | int | s, |
const int3 & | b | ||
) |
__device__ __forceinline__ uint1 cv::gpu::device::operator & | ( | const uint1 & | a, |
uint | s | ||
) |
__device__ __forceinline__ uint2 cv::gpu::device::operator & | ( | const uint2 & | a, |
uint | s | ||
) |
__device__ __forceinline__ uint2 cv::gpu::device::operator & | ( | uint | s, |
const uint2 & | b | ||
) |
__device__ __forceinline__ uint3 cv::gpu::device::operator & | ( | const uint3 & | a, |
uint | s | ||
) |
__device__ __forceinline__ uint4 cv::gpu::device::operator & | ( | const uint4 & | a, |
uint | s | ||
) |
__device__ __forceinline__ uint4 cv::gpu::device::operator & | ( | uint | s, |
const uint4 & | b | ||
) |
__device__ __forceinline__ uint1 cv::gpu::device::operator & | ( | uint | s, |
const uint1 & | b | ||
) |
__device__ __forceinline__ uint3 cv::gpu::device::operator & | ( | uint | s, |
const uint3 & | b | ||
) |
__device__ __forceinline__ uchar1 cv::gpu::device::operator && | ( | const uchar1 & | a, |
const uchar1 & | b | ||
) |
__device__ __forceinline__ uchar2 cv::gpu::device::operator && | ( | const uchar2 & | a, |
const uchar2 & | b | ||
) |
__device__ __forceinline__ uchar3 cv::gpu::device::operator && | ( | const uchar3 & | a, |
const uchar3 & | b | ||
) |
__device__ __forceinline__ uchar4 cv::gpu::device::operator && | ( | const uchar4 & | a, |
const uchar4 & | b | ||
) |
__device__ __forceinline__ uchar1 cv::gpu::device::operator && | ( | const char1 & | a, |
const char1 & | b | ||
) |
__device__ __forceinline__ uchar2 cv::gpu::device::operator && | ( | const char2 & | a, |
const char2 & | b | ||
) |
__device__ __forceinline__ uchar3 cv::gpu::device::operator && | ( | const char3 & | a, |
const char3 & | b | ||
) |
__device__ __forceinline__ uchar4 cv::gpu::device::operator && | ( | const char4 & | a, |
const char4 & | b | ||
) |
__device__ __forceinline__ uchar1 cv::gpu::device::operator && | ( | const ushort1 & | a, |
const ushort1 & | b | ||
) |
__device__ __forceinline__ uchar2 cv::gpu::device::operator && | ( | const ushort2 & | a, |
const ushort2 & | b | ||
) |
__device__ __forceinline__ uchar3 cv::gpu::device::operator && | ( | const ushort3 & | a, |
const ushort3 & | b | ||
) |
__device__ __forceinline__ uchar4 cv::gpu::device::operator && | ( | const ushort4 & | a, |
const ushort4 & | b | ||
) |
__device__ __forceinline__ uchar1 cv::gpu::device::operator && | ( | const short1 & | a, |
const short1 & | b | ||
) |
__device__ __forceinline__ uchar2 cv::gpu::device::operator && | ( | const short2 & | a, |
const short2 & | b | ||
) |
__device__ __forceinline__ uchar3 cv::gpu::device::operator && | ( | const short3 & | a, |
const short3 & | b | ||
) |
__device__ __forceinline__ uchar4 cv::gpu::device::operator && | ( | const short4 & | a, |
const short4 & | b | ||
) |
__device__ __forceinline__ uchar1 cv::gpu::device::operator && | ( | const int1 & | a, |
const int1 & | b | ||
) |
__device__ __forceinline__ uchar2 cv::gpu::device::operator && | ( | const int2 & | a, |
const int2 & | b | ||
) |
__device__ __forceinline__ uchar3 cv::gpu::device::operator && | ( | const int3 & | a, |
const int3 & | b | ||
) |
__device__ __forceinline__ uchar4 cv::gpu::device::operator && | ( | const int4 & | a, |
const int4 & | b | ||
) |
__device__ __forceinline__ uchar1 cv::gpu::device::operator && | ( | const uint1 & | a, |
const uint1 & | b | ||
) |
__device__ __forceinline__ uchar2 cv::gpu::device::operator && | ( | const uint2 & | a, |
const uint2 & | b | ||
) |
__device__ __forceinline__ uchar3 cv::gpu::device::operator && | ( | const uint3 & | a, |
const uint3 & | b | ||
) |
__device__ __forceinline__ uchar4 cv::gpu::device::operator && | ( | const uint4 & | a, |
const uint4 & | b | ||
) |
__device__ __forceinline__ uchar1 cv::gpu::device::operator && | ( | const float1 & | a, |
const float1 & | b | ||
) |
__device__ __forceinline__ uchar2 cv::gpu::device::operator && | ( | const float2 & | a, |
const float2 & | b | ||
) |
__device__ __forceinline__ uchar3 cv::gpu::device::operator && | ( | const float3 & | a, |
const float3 & | b | ||
) |
__device__ __forceinline__ uchar4 cv::gpu::device::operator && | ( | const float4 & | a, |
const float4 & | b | ||
) |
__device__ __forceinline__ uchar1 cv::gpu::device::operator && | ( | const double1 & | a, |
const double1 & | b | ||
) |
__device__ __forceinline__ uchar2 cv::gpu::device::operator && | ( | const double2 & | a, |
const double2 & | b | ||
) |
__device__ __forceinline__ uchar3 cv::gpu::device::operator && | ( | const double3 & | a, |
const double3 & | b | ||
) |
__device__ __forceinline__ uchar4 cv::gpu::device::operator && | ( | const double4 & | a, |
const double4 & | b | ||
) |
__device__ __forceinline__ uchar1 cv::gpu::device::operator && | ( | const uchar1 & | a, |
uchar | s | ||
) |
__device__ __forceinline__ uchar1 cv::gpu::device::operator && | ( | uchar | s, |
const uchar1 & | b | ||
) |
__device__ __forceinline__ uchar2 cv::gpu::device::operator && | ( | const uchar2 & | a, |
uchar | s | ||
) |
__device__ __forceinline__ uchar2 cv::gpu::device::operator && | ( | uchar | s, |
const uchar2 & | b | ||
) |
__device__ __forceinline__ uchar3 cv::gpu::device::operator && | ( | const uchar3 & | a, |
uchar | s | ||
) |
__device__ __forceinline__ uchar4 cv::gpu::device::operator && | ( | const uchar4 & | a, |
uchar | s | ||
) |
__device__ __forceinline__ uchar4 cv::gpu::device::operator && | ( | uchar | s, |
const uchar4 & | b | ||
) |
__device__ __forceinline__ uchar3 cv::gpu::device::operator && | ( | uchar | s, |
const uchar3 & | b | ||
) |
__device__ __forceinline__ uchar1 cv::gpu::device::operator && | ( | const char1 & | a, |
char | s | ||
) |
__device__ __forceinline__ uchar2 cv::gpu::device::operator && | ( | const char2 & | a, |
char | s | ||
) |
__device__ __forceinline__ uchar2 cv::gpu::device::operator && | ( | char | s, |
const char2 & | b | ||
) |
__device__ __forceinline__ uchar3 cv::gpu::device::operator && | ( | const char3 & | a, |
char | s | ||
) |
__device__ __forceinline__ uchar4 cv::gpu::device::operator && | ( | const char4 & | a, |
char | s | ||
) |
__device__ __forceinline__ uchar4 cv::gpu::device::operator && | ( | char | s, |
const char4 & | b | ||
) |
__device__ __forceinline__ uchar3 cv::gpu::device::operator && | ( | char | s, |
const char3 & | b | ||
) |
__device__ __forceinline__ uchar1 cv::gpu::device::operator && | ( | char | s, |
const char1 & | b | ||
) |
__device__ __forceinline__ uchar1 cv::gpu::device::operator && | ( | const ushort1 & | a, |
ushort | s | ||
) |
__device__ __forceinline__ uchar2 cv::gpu::device::operator && | ( | const ushort2 & | a, |
ushort | s | ||
) |
__device__ __forceinline__ uchar2 cv::gpu::device::operator && | ( | ushort | s, |
const ushort2 & | b | ||
) |
__device__ __forceinline__ uchar3 cv::gpu::device::operator && | ( | const ushort3 & | a, |
ushort | s | ||
) |
__device__ __forceinline__ uchar4 cv::gpu::device::operator && | ( | const ushort4 & | a, |
ushort | s | ||
) |
__device__ __forceinline__ uchar1 cv::gpu::device::operator && | ( | ushort | s, |
const ushort1 & | b | ||
) |
__device__ __forceinline__ uchar4 cv::gpu::device::operator && | ( | ushort | s, |
const ushort4 & | b | ||
) |
__device__ __forceinline__ uchar3 cv::gpu::device::operator && | ( | ushort | s, |
const ushort3 & | b | ||
) |
__device__ __forceinline__ uchar2 cv::gpu::device::operator && | ( | const short2 & | a, |
short | s | ||
) |
__device__ __forceinline__ uchar3 cv::gpu::device::operator && | ( | const short3 & | a, |
short | s | ||
) |
__device__ __forceinline__ uchar4 cv::gpu::device::operator && | ( | const short4 & | a, |
short | s | ||
) |
__device__ __forceinline__ uchar3 cv::gpu::device::operator && | ( | short | s, |
const short3 & | b | ||
) |
__device__ __forceinline__ uchar4 cv::gpu::device::operator && | ( | short | s, |
const short4 & | b | ||
) |
__device__ __forceinline__ uchar1 cv::gpu::device::operator && | ( | short | s, |
const short1 & | b | ||
) |
__device__ __forceinline__ uchar2 cv::gpu::device::operator && | ( | short | s, |
const short2 & | b | ||
) |
__device__ __forceinline__ uchar1 cv::gpu::device::operator && | ( | const short1 & | a, |
short | s | ||
) |
__device__ __forceinline__ uchar1 cv::gpu::device::operator && | ( | int | s, |
const int1 & | b | ||
) |
__device__ __forceinline__ uchar2 cv::gpu::device::operator && | ( | const int2 & | a, |
int | s | ||
) |
__device__ __forceinline__ uchar2 cv::gpu::device::operator && | ( | int | s, |
const int2 & | b | ||
) |
__device__ __forceinline__ uchar3 cv::gpu::device::operator && | ( | const int3 & | a, |
int | s | ||
) |
__device__ __forceinline__ uchar4 cv::gpu::device::operator && | ( | const int4 & | a, |
int | s | ||
) |
__device__ __forceinline__ uchar1 cv::gpu::device::operator && | ( | const int1 & | a, |
int | s | ||
) |
__device__ __forceinline__ uchar4 cv::gpu::device::operator && | ( | int | s, |
const int4 & | b | ||
) |
__device__ __forceinline__ uchar3 cv::gpu::device::operator && | ( | int | s, |
const int3 & | b | ||
) |
__device__ __forceinline__ uchar1 cv::gpu::device::operator && | ( | uint | s, |
const uint1 & | b | ||
) |
__device__ __forceinline__ uchar2 cv::gpu::device::operator && | ( | uint | s, |
const uint2 & | b | ||
) |
__device__ __forceinline__ uchar1 cv::gpu::device::operator && | ( | const uint1 & | a, |
uint | s | ||
) |
__device__ __forceinline__ uchar2 cv::gpu::device::operator && | ( | const uint2 & | a, |
uint | s | ||
) |
__device__ __forceinline__ uchar3 cv::gpu::device::operator && | ( | const uint3 & | a, |
uint | s | ||
) |
__device__ __forceinline__ uchar4 cv::gpu::device::operator && | ( | const uint4 & | a, |
uint | s | ||
) |
__device__ __forceinline__ uchar4 cv::gpu::device::operator && | ( | uint | s, |
const uint4 & | b | ||
) |
__device__ __forceinline__ uchar3 cv::gpu::device::operator && | ( | uint | s, |
const uint3 & | b | ||
) |
__device__ __forceinline__ uchar2 cv::gpu::device::operator && | ( | const float2 & | a, |
float | s | ||
) |
__device__ __forceinline__ uchar2 cv::gpu::device::operator && | ( | float | s, |
const float2 & | b | ||
) |
__device__ __forceinline__ uchar3 cv::gpu::device::operator && | ( | const float3 & | a, |
float | s | ||
) |
__device__ __forceinline__ uchar4 cv::gpu::device::operator && | ( | const float4 & | a, |
float | s | ||
) |
__device__ __forceinline__ uchar1 cv::gpu::device::operator && | ( | const float1 & | a, |
float | s | ||
) |
__device__ __forceinline__ uchar1 cv::gpu::device::operator && | ( | float | s, |
const float1 & | b | ||
) |
__device__ __forceinline__ uchar3 cv::gpu::device::operator && | ( | float | s, |
const float3 & | b | ||
) |
__device__ __forceinline__ uchar4 cv::gpu::device::operator && | ( | float | s, |
const float4 & | b | ||
) |
__device__ __forceinline__ uchar2 cv::gpu::device::operator && | ( | const double2 & | a, |
double | s | ||
) |
__device__ __forceinline__ uchar3 cv::gpu::device::operator && | ( | const double3 & | a, |
double | s | ||
) |
__device__ __forceinline__ uchar4 cv::gpu::device::operator && | ( | const double4 & | a, |
double | s | ||
) |
__device__ __forceinline__ uchar4 cv::gpu::device::operator && | ( | double | s, |
const double4 & | b | ||
) |
__device__ __forceinline__ uchar3 cv::gpu::device::operator && | ( | double | s, |
const double3 & | b | ||
) |
__device__ __forceinline__ uchar1 cv::gpu::device::operator && | ( | const double1 & | a, |
double | s | ||
) |
__device__ __forceinline__ uchar1 cv::gpu::device::operator && | ( | double | s, |
const double1 & | b | ||
) |
__device__ __forceinline__ uchar2 cv::gpu::device::operator && | ( | double | s, |
const double2 & | b | ||
) |
__device__ __forceinline__ int2 cv::gpu::device::operator* | ( | const uchar2 & | a, |
const uchar2 & | b | ||
) |
__device__ __forceinline__ int1 cv::gpu::device::operator* | ( | const uchar1 & | a, |
const uchar1 & | b | ||
) |
__device__ __forceinline__ int3 cv::gpu::device::operator* | ( | const uchar3 & | a, |
const uchar3 & | b | ||
) |
__device__ __forceinline__ int4 cv::gpu::device::operator* | ( | const uchar4 & | a, |
const uchar4 & | b | ||
) |
__device__ __forceinline__ int1 cv::gpu::device::operator* | ( | const char1 & | a, |
const char1 & | b | ||
) |
__device__ __forceinline__ int2 cv::gpu::device::operator* | ( | const char2 & | a, |
const char2 & | b | ||
) |
__device__ __forceinline__ int3 cv::gpu::device::operator* | ( | const char3 & | a, |
const char3 & | b | ||
) |
__device__ __forceinline__ int4 cv::gpu::device::operator* | ( | const char4 & | a, |
const char4 & | b | ||
) |
__device__ __forceinline__ int1 cv::gpu::device::operator* | ( | const ushort1 & | a, |
const ushort1 & | b | ||
) |
__device__ __forceinline__ int2 cv::gpu::device::operator* | ( | const ushort2 & | a, |
const ushort2 & | b | ||
) |
__device__ __forceinline__ int3 cv::gpu::device::operator* | ( | const ushort3 & | a, |
const ushort3 & | b | ||
) |
__device__ __forceinline__ int4 cv::gpu::device::operator* | ( | const ushort4 & | a, |
const ushort4 & | b | ||
) |
__device__ __forceinline__ int1 cv::gpu::device::operator* | ( | const short1 & | a, |
const short1 & | b | ||
) |
__device__ __forceinline__ int2 cv::gpu::device::operator* | ( | const short2 & | a, |
const short2 & | b | ||
) |
__device__ __forceinline__ int3 cv::gpu::device::operator* | ( | const short3 & | a, |
const short3 & | b | ||
) |
__device__ __forceinline__ int4 cv::gpu::device::operator* | ( | const short4 & | a, |
const short4 & | b | ||
) |
__device__ __forceinline__ int1 cv::gpu::device::operator* | ( | const int1 & | a, |
const int1 & | b | ||
) |
__device__ __forceinline__ int2 cv::gpu::device::operator* | ( | const int2 & | a, |
const int2 & | b | ||
) |
__device__ __forceinline__ int3 cv::gpu::device::operator* | ( | const int3 & | a, |
const int3 & | b | ||
) |
__device__ __forceinline__ int4 cv::gpu::device::operator* | ( | const int4 & | a, |
const int4 & | b | ||
) |
__device__ __forceinline__ uint1 cv::gpu::device::operator* | ( | const uint1 & | a, |
const uint1 & | b | ||
) |
__device__ __forceinline__ uint2 cv::gpu::device::operator* | ( | const uint2 & | a, |
const uint2 & | b | ||
) |
__device__ __forceinline__ uint3 cv::gpu::device::operator* | ( | const uint3 & | a, |
const uint3 & | b | ||
) |
__device__ __forceinline__ uint4 cv::gpu::device::operator* | ( | const uint4 & | a, |
const uint4 & | b | ||
) |
__device__ __forceinline__ float1 cv::gpu::device::operator* | ( | const float1 & | a, |
const float1 & | b | ||
) |
__device__ __forceinline__ float2 cv::gpu::device::operator* | ( | const float2 & | a, |
const float2 & | b | ||
) |
__device__ __forceinline__ float3 cv::gpu::device::operator* | ( | const float3 & | a, |
const float3 & | b | ||
) |
__device__ __forceinline__ float4 cv::gpu::device::operator* | ( | const float4 & | a, |
const float4 & | b | ||
) |
__device__ __forceinline__ double1 cv::gpu::device::operator* | ( | const double1 & | a, |
const double1 & | b | ||
) |
__device__ __forceinline__ double2 cv::gpu::device::operator* | ( | const double2 & | a, |
const double2 & | b | ||
) |
__device__ __forceinline__ double3 cv::gpu::device::operator* | ( | const double3 & | a, |
const double3 & | b | ||
) |
__device__ __forceinline__ double4 cv::gpu::device::operator* | ( | const double4 & | a, |
const double4 & | b | ||
) |
__device__ __forceinline__ int1 cv::gpu::device::operator* | ( | int | s, |
const uchar1 & | b | ||
) |
__device__ __forceinline__ int2 cv::gpu::device::operator* | ( | int | s, |
const uchar2 & | b | ||
) |
__device__ __forceinline__ int1 cv::gpu::device::operator* | ( | const uchar1 & | a, |
int | s | ||
) |
__device__ __forceinline__ int3 cv::gpu::device::operator* | ( | const uchar3 & | a, |
int | s | ||
) |
__device__ __forceinline__ int2 cv::gpu::device::operator* | ( | const uchar2 & | a, |
int | s | ||
) |
__device__ __forceinline__ int4 cv::gpu::device::operator* | ( | const uchar4 & | a, |
int | s | ||
) |
__device__ __forceinline__ int4 cv::gpu::device::operator* | ( | int | s, |
const uchar4 & | b | ||
) |
__device__ __forceinline__ int3 cv::gpu::device::operator* | ( | int | s, |
const uchar3 & | b | ||
) |
__device__ __forceinline__ float2 cv::gpu::device::operator* | ( | const uchar2 & | a, |
float | s | ||
) |
__device__ __forceinline__ float2 cv::gpu::device::operator* | ( | float | s, |
const uchar2 & | b | ||
) |
__device__ __forceinline__ float4 cv::gpu::device::operator* | ( | const uchar4 & | a, |
float | s | ||
) |
__device__ __forceinline__ float4 cv::gpu::device::operator* | ( | float | s, |
const uchar4 & | b | ||
) |
__device__ __forceinline__ float3 cv::gpu::device::operator* | ( | const uchar3 & | a, |
float | s | ||
) |
__device__ __forceinline__ float3 cv::gpu::device::operator* | ( | float | s, |
const uchar3 & | b | ||
) |
__device__ __forceinline__ float1 cv::gpu::device::operator* | ( | const uchar1 & | a, |
float | s | ||
) |
__device__ __forceinline__ float1 cv::gpu::device::operator* | ( | float | s, |
const uchar1 & | b | ||
) |
__device__ __forceinline__ double3 cv::gpu::device::operator* | ( | double | s, |
const uchar3 & | b | ||
) |
__device__ __forceinline__ double4 cv::gpu::device::operator* | ( | double | s, |
const uchar4 & | b | ||
) |
__device__ __forceinline__ double3 cv::gpu::device::operator* | ( | const uchar3 & | a, |
double | s | ||
) |
__device__ __forceinline__ double2 cv::gpu::device::operator* | ( | const uchar2 & | a, |
double | s | ||
) |
__device__ __forceinline__ double1 cv::gpu::device::operator* | ( | const uchar1 & | a, |
double | s | ||
) |
__device__ __forceinline__ double1 cv::gpu::device::operator* | ( | double | s, |
const uchar1 & | b | ||
) |
__device__ __forceinline__ double2 cv::gpu::device::operator* | ( | double | s, |
const uchar2 & | b | ||
) |
__device__ __forceinline__ double4 cv::gpu::device::operator* | ( | const uchar4 & | a, |
double | s | ||
) |
__device__ __forceinline__ int4 cv::gpu::device::operator* | ( | int | s, |
const char4 & | b | ||
) |
__device__ __forceinline__ int2 cv::gpu::device::operator* | ( | const char2 & | a, |
int | s | ||
) |
__device__ __forceinline__ int3 cv::gpu::device::operator* | ( | int | s, |
const char3 & | b | ||
) |
__device__ __forceinline__ int3 cv::gpu::device::operator* | ( | const char3 & | a, |
int | s | ||
) |
__device__ __forceinline__ int1 cv::gpu::device::operator* | ( | const char1 & | a, |
int | s | ||
) |
__device__ __forceinline__ int1 cv::gpu::device::operator* | ( | int | s, |
const char1 & | b | ||
) |
__device__ __forceinline__ int2 cv::gpu::device::operator* | ( | int | s, |
const char2 & | b | ||
) |
__device__ __forceinline__ int4 cv::gpu::device::operator* | ( | const char4 & | a, |
int | s | ||
) |
__device__ __forceinline__ float3 cv::gpu::device::operator* | ( | float | s, |
const char3 & | b | ||
) |
__device__ __forceinline__ float4 cv::gpu::device::operator* | ( | float | s, |
const char4 & | b | ||
) |
__device__ __forceinline__ float2 cv::gpu::device::operator* | ( | const char2 & | a, |
float | s | ||
) |
__device__ __forceinline__ float3 cv::gpu::device::operator* | ( | const char3 & | a, |
float | s | ||
) |
__device__ __forceinline__ float1 cv::gpu::device::operator* | ( | float | s, |
const char1 & | b | ||
) |
__device__ __forceinline__ float1 cv::gpu::device::operator* | ( | const char1 & | a, |
float | s | ||
) |
__device__ __forceinline__ float2 cv::gpu::device::operator* | ( | float | s, |
const char2 & | b | ||
) |
__device__ __forceinline__ float4 cv::gpu::device::operator* | ( | const char4 & | a, |
float | s | ||
) |
__device__ __forceinline__ double4 cv::gpu::device::operator* | ( | double | s, |
const char4 & | b | ||
) |
__device__ __forceinline__ double3 cv::gpu::device::operator* | ( | const char3 & | a, |
double | s | ||
) |
__device__ __forceinline__ double3 cv::gpu::device::operator* | ( | double | s, |
const char3 & | b | ||
) |
__device__ __forceinline__ double2 cv::gpu::device::operator* | ( | double | s, |
const char2 & | b | ||
) |
__device__ __forceinline__ double1 cv::gpu::device::operator* | ( | const char1 & | a, |
double | s | ||
) |
__device__ __forceinline__ double1 cv::gpu::device::operator* | ( | double | s, |
const char1 & | b | ||
) |
__device__ __forceinline__ double2 cv::gpu::device::operator* | ( | const char2 & | a, |
double | s | ||
) |
__device__ __forceinline__ double4 cv::gpu::device::operator* | ( | const char4 & | a, |
double | s | ||
) |
__device__ __forceinline__ int1 cv::gpu::device::operator* | ( | int | s, |
const ushort1 & | b | ||
) |
__device__ __forceinline__ int3 cv::gpu::device::operator* | ( | int | s, |
const ushort3 & | b | ||
) |
__device__ __forceinline__ int2 cv::gpu::device::operator* | ( | int | s, |
const ushort2 & | b | ||
) |
__device__ __forceinline__ int1 cv::gpu::device::operator* | ( | const ushort1 & | a, |
int | s | ||
) |
__device__ __forceinline__ int4 cv::gpu::device::operator* | ( | int | s, |
const ushort4 & | b | ||
) |
__device__ __forceinline__ int3 cv::gpu::device::operator* | ( | const ushort3 & | a, |
int | s | ||
) |
__device__ __forceinline__ int2 cv::gpu::device::operator* | ( | const ushort2 & | a, |
int | s | ||
) |
__device__ __forceinline__ int4 cv::gpu::device::operator* | ( | const ushort4 & | a, |
int | s | ||
) |
__device__ __forceinline__ float3 cv::gpu::device::operator* | ( | const ushort3 & | a, |
float | s | ||
) |
__device__ __forceinline__ float1 cv::gpu::device::operator* | ( | const ushort1 & | a, |
float | s | ||
) |
__device__ __forceinline__ float1 cv::gpu::device::operator* | ( | float | s, |
const ushort1 & | b | ||
) |
__device__ __forceinline__ float3 cv::gpu::device::operator* | ( | float | s, |
const ushort3 & | b | ||
) |
__device__ __forceinline__ float2 cv::gpu::device::operator* | ( | const ushort2 & | a, |
float | s | ||
) |
__device__ __forceinline__ float4 cv::gpu::device::operator* | ( | float | s, |
const ushort4 & | b | ||
) |
__device__ __forceinline__ float2 cv::gpu::device::operator* | ( | float | s, |
const ushort2 & | b | ||
) |
__device__ __forceinline__ float4 cv::gpu::device::operator* | ( | const ushort4 & | a, |
float | s | ||
) |
__device__ __forceinline__ double1 cv::gpu::device::operator* | ( | double | s, |
const ushort1 & | b | ||
) |
__device__ __forceinline__ double1 cv::gpu::device::operator* | ( | const ushort1 & | a, |
double | s | ||
) |
__device__ __forceinline__ double3 cv::gpu::device::operator* | ( | const ushort3 & | a, |
double | s | ||
) |
__device__ __forceinline__ double2 cv::gpu::device::operator* | ( | const ushort2 & | a, |
double | s | ||
) |
__device__ __forceinline__ double2 cv::gpu::device::operator* | ( | double | s, |
const ushort2 & | b | ||
) |
__device__ __forceinline__ double4 cv::gpu::device::operator* | ( | const ushort4 & | a, |
double | s | ||
) |
__device__ __forceinline__ double3 cv::gpu::device::operator* | ( | double | s, |
const ushort3 & | b | ||
) |
__device__ __forceinline__ double4 cv::gpu::device::operator* | ( | double | s, |
const ushort4 & | b | ||
) |
__device__ __forceinline__ int1 cv::gpu::device::operator* | ( | int | s, |
const short1 & | b | ||
) |
__device__ __forceinline__ int2 cv::gpu::device::operator* | ( | const short2 & | a, |
int | s | ||
) |
__device__ __forceinline__ int2 cv::gpu::device::operator* | ( | int | s, |
const short2 & | b | ||
) |
__device__ __forceinline__ int3 cv::gpu::device::operator* | ( | const short3 & | a, |
int | s | ||
) |
__device__ __forceinline__ int3 cv::gpu::device::operator* | ( | int | s, |
const short3 & | b | ||
) |
__device__ __forceinline__ int4 cv::gpu::device::operator* | ( | const short4 & | a, |
int | s | ||
) |
__device__ __forceinline__ int4 cv::gpu::device::operator* | ( | int | s, |
const short4 & | b | ||
) |
__device__ __forceinline__ int1 cv::gpu::device::operator* | ( | const short1 & | a, |
int | s | ||
) |
__device__ __forceinline__ float1 cv::gpu::device::operator* | ( | const short1 & | a, |
float | s | ||
) |
__device__ __forceinline__ float1 cv::gpu::device::operator* | ( | float | s, |
const short1 & | b | ||
) |
__device__ __forceinline__ float2 cv::gpu::device::operator* | ( | const short2 & | a, |
float | s | ||
) |
__device__ __forceinline__ float2 cv::gpu::device::operator* | ( | float | s, |
const short2 & | b | ||
) |
__device__ __forceinline__ float3 cv::gpu::device::operator* | ( | const short3 & | a, |
float | s | ||
) |
__device__ __forceinline__ float3 cv::gpu::device::operator* | ( | float | s, |
const short3 & | b | ||
) |
__device__ __forceinline__ float4 cv::gpu::device::operator* | ( | const short4 & | a, |
float | s | ||
) |
__device__ __forceinline__ float4 cv::gpu::device::operator* | ( | float | s, |
const short4 & | b | ||
) |
__device__ __forceinline__ double3 cv::gpu::device::operator* | ( | double | s, |
const short3 & | b | ||
) |
__device__ __forceinline__ double1 cv::gpu::device::operator* | ( | const short1 & | a, |
double | s | ||
) |
__device__ __forceinline__ double1 cv::gpu::device::operator* | ( | double | s, |
const short1 & | b | ||
) |
__device__ __forceinline__ double2 cv::gpu::device::operator* | ( | double | s, |
const short2 & | b | ||
) |
__device__ __forceinline__ double2 cv::gpu::device::operator* | ( | const short2 & | a, |
double | s | ||
) |
__device__ __forceinline__ double3 cv::gpu::device::operator* | ( | const short3 & | a, |
double | s | ||
) |
__device__ __forceinline__ double4 cv::gpu::device::operator* | ( | double | s, |
const short4 & | b | ||
) |
__device__ __forceinline__ double4 cv::gpu::device::operator* | ( | const short4 & | a, |
double | s | ||
) |
__device__ __forceinline__ int4 cv::gpu::device::operator* | ( | const int4 & | a, |
int | s | ||
) |
__device__ __forceinline__ int4 cv::gpu::device::operator* | ( | int | s, |
const int4 & | b | ||
) |
__device__ __forceinline__ int3 cv::gpu::device::operator* | ( | const int3 & | a, |
int | s | ||
) |
__device__ __forceinline__ int1 cv::gpu::device::operator* | ( | int | s, |
const int1 & | b | ||
) |
__device__ __forceinline__ int2 cv::gpu::device::operator* | ( | const int2 & | a, |
int | s | ||
) |
__device__ __forceinline__ int2 cv::gpu::device::operator* | ( | int | s, |
const int2 & | b | ||
) |
__device__ __forceinline__ int3 cv::gpu::device::operator* | ( | int | s, |
const int3 & | b | ||
) |
__device__ __forceinline__ int1 cv::gpu::device::operator* | ( | const int1 & | a, |
int | s | ||
) |
__device__ __forceinline__ float1 cv::gpu::device::operator* | ( | const int1 & | a, |
float | s | ||
) |
__device__ __forceinline__ float1 cv::gpu::device::operator* | ( | float | s, |
const int1 & | b | ||
) |
__device__ __forceinline__ float2 cv::gpu::device::operator* | ( | const int2 & | a, |
float | s | ||
) |
__device__ __forceinline__ float2 cv::gpu::device::operator* | ( | float | s, |
const int2 & | b | ||
) |
__device__ __forceinline__ float3 cv::gpu::device::operator* | ( | const int3 & | a, |
float | s | ||
) |
__device__ __forceinline__ float3 cv::gpu::device::operator* | ( | float | s, |
const int3 & | b | ||
) |
__device__ __forceinline__ float4 cv::gpu::device::operator* | ( | const int4 & | a, |
float | s | ||
) |
__device__ __forceinline__ float4 cv::gpu::device::operator* | ( | float | s, |
const int4 & | b | ||
) |
__device__ __forceinline__ double1 cv::gpu::device::operator* | ( | const int1 & | a, |
double | s | ||
) |
__device__ __forceinline__ double1 cv::gpu::device::operator* | ( | double | s, |
const int1 & | b | ||
) |
__device__ __forceinline__ double2 cv::gpu::device::operator* | ( | const int2 & | a, |
double | s | ||
) |
__device__ __forceinline__ double2 cv::gpu::device::operator* | ( | double | s, |
const int2 & | b | ||
) |
__device__ __forceinline__ double3 cv::gpu::device::operator* | ( | const int3 & | a, |
double | s | ||
) |
__device__ __forceinline__ double3 cv::gpu::device::operator* | ( | double | s, |
const int3 & | b | ||
) |
__device__ __forceinline__ double4 cv::gpu::device::operator* | ( | const int4 & | a, |
double | s | ||
) |
__device__ __forceinline__ double4 cv::gpu::device::operator* | ( | double | s, |
const int4 & | b | ||
) |
__device__ __forceinline__ uint1 cv::gpu::device::operator* | ( | const uint1 & | a, |
uint | s | ||
) |
__device__ __forceinline__ uint1 cv::gpu::device::operator* | ( | uint | s, |
const uint1 & | b | ||
) |
__device__ __forceinline__ uint2 cv::gpu::device::operator* | ( | const uint2 & | a, |
uint | s | ||
) |
__device__ __forceinline__ uint2 cv::gpu::device::operator* | ( | uint | s, |
const uint2 & | b | ||
) |
__device__ __forceinline__ uint3 cv::gpu::device::operator* | ( | const uint3 & | a, |
uint | s | ||
) |
__device__ __forceinline__ uint3 cv::gpu::device::operator* | ( | uint | s, |
const uint3 & | b | ||
) |
__device__ __forceinline__ uint4 cv::gpu::device::operator* | ( | const uint4 & | a, |
uint | s | ||
) |
__device__ __forceinline__ uint4 cv::gpu::device::operator* | ( | uint | s, |
const uint4 & | b | ||
) |
__device__ __forceinline__ float1 cv::gpu::device::operator* | ( | const uint1 & | a, |
float | s | ||
) |
__device__ __forceinline__ float1 cv::gpu::device::operator* | ( | float | s, |
const uint1 & | b | ||
) |
__device__ __forceinline__ float2 cv::gpu::device::operator* | ( | const uint2 & | a, |
float | s | ||
) |
__device__ __forceinline__ float2 cv::gpu::device::operator* | ( | float | s, |
const uint2 & | b | ||
) |
__device__ __forceinline__ float3 cv::gpu::device::operator* | ( | const uint3 & | a, |
float | s | ||
) |
__device__ __forceinline__ float3 cv::gpu::device::operator* | ( | float | s, |
const uint3 & | b | ||
) |
__device__ __forceinline__ float4 cv::gpu::device::operator* | ( | const uint4 & | a, |
float | s | ||
) |
__device__ __forceinline__ float4 cv::gpu::device::operator* | ( | float | s, |
const uint4 & | b | ||
) |
__device__ __forceinline__ double1 cv::gpu::device::operator* | ( | const uint1 & | a, |
double | s | ||
) |
__device__ __forceinline__ double1 cv::gpu::device::operator* | ( | double | s, |
const uint1 & | b | ||
) |
__device__ __forceinline__ double2 cv::gpu::device::operator* | ( | const uint2 & | a, |
double | s | ||
) |
__device__ __forceinline__ double2 cv::gpu::device::operator* | ( | double | s, |
const uint2 & | b | ||
) |
__device__ __forceinline__ double3 cv::gpu::device::operator* | ( | const uint3 & | a, |
double | s | ||
) |
__device__ __forceinline__ double3 cv::gpu::device::operator* | ( | double | s, |
const uint3 & | b | ||
) |
__device__ __forceinline__ double4 cv::gpu::device::operator* | ( | const uint4 & | a, |
double | s | ||
) |
__device__ __forceinline__ double4 cv::gpu::device::operator* | ( | double | s, |
const uint4 & | b | ||
) |
__device__ __forceinline__ float1 cv::gpu::device::operator* | ( | const float1 & | a, |
float | s | ||
) |
__device__ __forceinline__ float1 cv::gpu::device::operator* | ( | float | s, |
const float1 & | b | ||
) |
__device__ __forceinline__ float2 cv::gpu::device::operator* | ( | const float2 & | a, |
float | s | ||
) |
__device__ __forceinline__ float2 cv::gpu::device::operator* | ( | float | s, |
const float2 & | b | ||
) |
__device__ __forceinline__ float3 cv::gpu::device::operator* | ( | const float3 & | a, |
float | s | ||
) |
__device__ __forceinline__ float3 cv::gpu::device::operator* | ( | float | s, |
const float3 & | b | ||
) |
__device__ __forceinline__ float4 cv::gpu::device::operator* | ( | const float4 & | a, |
float | s | ||
) |
__device__ __forceinline__ float4 cv::gpu::device::operator* | ( | float | s, |
const float4 & | b | ||
) |
__device__ __forceinline__ double3 cv::gpu::device::operator* | ( | double | s, |
const float3 & | b | ||
) |
__device__ __forceinline__ double1 cv::gpu::device::operator* | ( | double | s, |
const float1 & | b | ||
) |
__device__ __forceinline__ double1 cv::gpu::device::operator* | ( | const float1 & | a, |
double | s | ||
) |
__device__ __forceinline__ double2 cv::gpu::device::operator* | ( | const float2 & | a, |
double | s | ||
) |
__device__ __forceinline__ double2 cv::gpu::device::operator* | ( | double | s, |
const float2 & | b | ||
) |
__device__ __forceinline__ double3 cv::gpu::device::operator* | ( | const float3 & | a, |
double | s | ||
) |
__device__ __forceinline__ double4 cv::gpu::device::operator* | ( | const float4 & | a, |
double | s | ||
) |
__device__ __forceinline__ double4 cv::gpu::device::operator* | ( | double | s, |
const float4 & | b | ||
) |
__device__ __forceinline__ double1 cv::gpu::device::operator* | ( | double | s, |
const double1 & | b | ||
) |
__device__ __forceinline__ double1 cv::gpu::device::operator* | ( | const double1 & | a, |
double | s | ||
) |
__device__ __forceinline__ double2 cv::gpu::device::operator* | ( | const double2 & | a, |
double | s | ||
) |
__device__ __forceinline__ double2 cv::gpu::device::operator* | ( | double | s, |
const double2 & | b | ||
) |
__device__ __forceinline__ double3 cv::gpu::device::operator* | ( | const double3 & | a, |
double | s | ||
) |
__device__ __forceinline__ double3 cv::gpu::device::operator* | ( | double | s, |
const double3 & | b | ||
) |
__device__ __forceinline__ double4 cv::gpu::device::operator* | ( | const double4 & | a, |
double | s | ||
) |
__device__ __forceinline__ double4 cv::gpu::device::operator* | ( | double | s, |
const double4 & | b | ||
) |
__device__ __forceinline__ int3 cv::gpu::device::operator+ | ( | const uchar3 & | a, |
const uchar3 & | b | ||
) |
__device__ __forceinline__ int1 cv::gpu::device::operator+ | ( | const uchar1 & | a, |
const uchar1 & | b | ||
) |
__device__ __forceinline__ int4 cv::gpu::device::operator+ | ( | const uchar4 & | a, |
const uchar4 & | b | ||
) |
__device__ __forceinline__ int2 cv::gpu::device::operator+ | ( | const uchar2 & | a, |
const uchar2 & | b | ||
) |
__device__ __forceinline__ int1 cv::gpu::device::operator+ | ( | const char1 & | a, |
const char1 & | b | ||
) |
__device__ __forceinline__ int3 cv::gpu::device::operator+ | ( | const char3 & | a, |
const char3 & | b | ||
) |
__device__ __forceinline__ int4 cv::gpu::device::operator+ | ( | const char4 & | a, |
const char4 & | b | ||
) |
__device__ __forceinline__ int2 cv::gpu::device::operator+ | ( | const char2 & | a, |
const char2 & | b | ||
) |
__device__ __forceinline__ int4 cv::gpu::device::operator+ | ( | const ushort4 & | a, |
const ushort4 & | b | ||
) |
__device__ __forceinline__ int1 cv::gpu::device::operator+ | ( | const ushort1 & | a, |
const ushort1 & | b | ||
) |
__device__ __forceinline__ int3 cv::gpu::device::operator+ | ( | const ushort3 & | a, |
const ushort3 & | b | ||
) |
__device__ __forceinline__ int2 cv::gpu::device::operator+ | ( | const ushort2 & | a, |
const ushort2 & | b | ||
) |
__device__ __forceinline__ int1 cv::gpu::device::operator+ | ( | const short1 & | a, |
const short1 & | b | ||
) |
__device__ __forceinline__ int4 cv::gpu::device::operator+ | ( | const short4 & | a, |
const short4 & | b | ||
) |
__device__ __forceinline__ int3 cv::gpu::device::operator+ | ( | const short3 & | a, |
const short3 & | b | ||
) |
__device__ __forceinline__ int2 cv::gpu::device::operator+ | ( | const short2 & | a, |
const short2 & | b | ||
) |
__device__ __forceinline__ int2 cv::gpu::device::operator+ | ( | const int2 & | a, |
const int2 & | b | ||
) |
__device__ __forceinline__ int4 cv::gpu::device::operator+ | ( | const int4 & | a, |
const int4 & | b | ||
) |
__device__ __forceinline__ int3 cv::gpu::device::operator+ | ( | const int3 & | a, |
const int3 & | b | ||
) |
__device__ __forceinline__ int1 cv::gpu::device::operator+ | ( | const int1 & | a, |
const int1 & | b | ||
) |
__device__ __forceinline__ uint2 cv::gpu::device::operator+ | ( | const uint2 & | a, |
const uint2 & | b | ||
) |
__device__ __forceinline__ uint4 cv::gpu::device::operator+ | ( | const uint4 & | a, |
const uint4 & | b | ||
) |
__device__ __forceinline__ uint3 cv::gpu::device::operator+ | ( | const uint3 & | a, |
const uint3 & | b | ||
) |
__device__ __forceinline__ uint1 cv::gpu::device::operator+ | ( | const uint1 & | a, |
const uint1 & | b | ||
) |
__device__ __forceinline__ float4 cv::gpu::device::operator+ | ( | const float4 & | a, |
const float4 & | b | ||
) |
__device__ __forceinline__ float2 cv::gpu::device::operator+ | ( | const float2 & | a, |
const float2 & | b | ||
) |
__device__ __forceinline__ float1 cv::gpu::device::operator+ | ( | const float1 & | a, |
const float1 & | b | ||
) |
__device__ __forceinline__ float3 cv::gpu::device::operator+ | ( | const float3 & | a, |
const float3 & | b | ||
) |
__device__ __forceinline__ double4 cv::gpu::device::operator+ | ( | const double4 & | a, |
const double4 & | b | ||
) |
__device__ __forceinline__ double1 cv::gpu::device::operator+ | ( | const double1 & | a, |
const double1 & | b | ||
) |
__device__ __forceinline__ double2 cv::gpu::device::operator+ | ( | const double2 & | a, |
const double2 & | b | ||
) |
__device__ __forceinline__ double3 cv::gpu::device::operator+ | ( | const double3 & | a, |
const double3 & | b | ||
) |
__device__ __forceinline__ int2 cv::gpu::device::operator+ | ( | const uchar2 & | a, |
int | s | ||
) |
__device__ __forceinline__ int4 cv::gpu::device::operator+ | ( | const uchar4 & | a, |
int | s | ||
) |
__device__ __forceinline__ int1 cv::gpu::device::operator+ | ( | int | s, |
const uchar1 & | b | ||
) |
__device__ __forceinline__ int3 cv::gpu::device::operator+ | ( | int | s, |
const uchar3 & | b | ||
) |
__device__ __forceinline__ int3 cv::gpu::device::operator+ | ( | const uchar3 & | a, |
int | s | ||
) |
__device__ __forceinline__ int1 cv::gpu::device::operator+ | ( | const uchar1 & | a, |
int | s | ||
) |
__device__ __forceinline__ int2 cv::gpu::device::operator+ | ( | int | s, |
const uchar2 & | b | ||
) |
__device__ __forceinline__ int4 cv::gpu::device::operator+ | ( | int | s, |
const uchar4 & | b | ||
) |
__device__ __forceinline__ float1 cv::gpu::device::operator+ | ( | float | s, |
const uchar1 & | b | ||
) |
__device__ __forceinline__ float2 cv::gpu::device::operator+ | ( | const uchar2 & | a, |
float | s | ||
) |
__device__ __forceinline__ float2 cv::gpu::device::operator+ | ( | float | s, |
const uchar2 & | b | ||
) |
__device__ __forceinline__ float3 cv::gpu::device::operator+ | ( | const uchar3 & | a, |
float | s | ||
) |
__device__ __forceinline__ float3 cv::gpu::device::operator+ | ( | float | s, |
const uchar3 & | b | ||
) |
__device__ __forceinline__ float4 cv::gpu::device::operator+ | ( | const uchar4 & | a, |
float | s | ||
) |
__device__ __forceinline__ float4 cv::gpu::device::operator+ | ( | float | s, |
const uchar4 & | b | ||
) |
__device__ __forceinline__ float1 cv::gpu::device::operator+ | ( | const uchar1 & | a, |
float | s | ||
) |
__device__ __forceinline__ double1 cv::gpu::device::operator+ | ( | const uchar1 & | a, |
double | s | ||
) |
__device__ __forceinline__ double1 cv::gpu::device::operator+ | ( | double | s, |
const uchar1 & | b | ||
) |
__device__ __forceinline__ double2 cv::gpu::device::operator+ | ( | const uchar2 & | a, |
double | s | ||
) |
__device__ __forceinline__ double2 cv::gpu::device::operator+ | ( | double | s, |
const uchar2 & | b | ||
) |
__device__ __forceinline__ double3 cv::gpu::device::operator+ | ( | const uchar3 & | a, |
double | s | ||
) |
__device__ __forceinline__ double3 cv::gpu::device::operator+ | ( | double | s, |
const uchar3 & | b | ||
) |
__device__ __forceinline__ double4 cv::gpu::device::operator+ | ( | const uchar4 & | a, |
double | s | ||
) |
__device__ __forceinline__ double4 cv::gpu::device::operator+ | ( | double | s, |
const uchar4 & | b | ||
) |
__device__ __forceinline__ int1 cv::gpu::device::operator+ | ( | const char1 & | a, |
int | s | ||
) |
__device__ __forceinline__ int1 cv::gpu::device::operator+ | ( | int | s, |
const char1 & | b | ||
) |
__device__ __forceinline__ int2 cv::gpu::device::operator+ | ( | const char2 & | a, |
int | s | ||
) |
__device__ __forceinline__ int2 cv::gpu::device::operator+ | ( | int | s, |
const char2 & | b | ||
) |
__device__ __forceinline__ int3 cv::gpu::device::operator+ | ( | const char3 & | a, |
int | s | ||
) |
__device__ __forceinline__ int3 cv::gpu::device::operator+ | ( | int | s, |
const char3 & | b | ||
) |
__device__ __forceinline__ int4 cv::gpu::device::operator+ | ( | const char4 & | a, |
int | s | ||
) |
__device__ __forceinline__ int4 cv::gpu::device::operator+ | ( | int | s, |
const char4 & | b | ||
) |
__device__ __forceinline__ float1 cv::gpu::device::operator+ | ( | const char1 & | a, |
float | s | ||
) |
__device__ __forceinline__ float1 cv::gpu::device::operator+ | ( | float | s, |
const char1 & | b | ||
) |
__device__ __forceinline__ float2 cv::gpu::device::operator+ | ( | const char2 & | a, |
float | s | ||
) |
__device__ __forceinline__ float2 cv::gpu::device::operator+ | ( | float | s, |
const char2 & | b | ||
) |
__device__ __forceinline__ float3 cv::gpu::device::operator+ | ( | const char3 & | a, |
float | s | ||
) |
__device__ __forceinline__ float3 cv::gpu::device::operator+ | ( | float | s, |
const char3 & | b | ||
) |
__device__ __forceinline__ float4 cv::gpu::device::operator+ | ( | const char4 & | a, |
float | s | ||
) |
__device__ __forceinline__ float4 cv::gpu::device::operator+ | ( | float | s, |
const char4 & | b | ||
) |
__device__ __forceinline__ double1 cv::gpu::device::operator+ | ( | const char1 & | a, |
double | s | ||
) |
__device__ __forceinline__ double1 cv::gpu::device::operator+ | ( | double | s, |
const char1 & | b | ||
) |
__device__ __forceinline__ double2 cv::gpu::device::operator+ | ( | const char2 & | a, |
double | s | ||
) |
__device__ __forceinline__ double2 cv::gpu::device::operator+ | ( | double | s, |
const char2 & | b | ||
) |
__device__ __forceinline__ double3 cv::gpu::device::operator+ | ( | const char3 & | a, |
double | s | ||
) |
__device__ __forceinline__ double3 cv::gpu::device::operator+ | ( | double | s, |
const char3 & | b | ||
) |
__device__ __forceinline__ double4 cv::gpu::device::operator+ | ( | const char4 & | a, |
double | s | ||
) |
__device__ __forceinline__ double4 cv::gpu::device::operator+ | ( | double | s, |
const char4 & | b | ||
) |
__device__ __forceinline__ int1 cv::gpu::device::operator+ | ( | const ushort1 & | a, |
int | s | ||
) |
__device__ __forceinline__ int1 cv::gpu::device::operator+ | ( | int | s, |
const ushort1 & | b | ||
) |
__device__ __forceinline__ int2 cv::gpu::device::operator+ | ( | const ushort2 & | a, |
int | s | ||
) |
__device__ __forceinline__ int2 cv::gpu::device::operator+ | ( | int | s, |
const ushort2 & | b | ||
) |
__device__ __forceinline__ int3 cv::gpu::device::operator+ | ( | const ushort3 & | a, |
int | s | ||
) |
__device__ __forceinline__ int3 cv::gpu::device::operator+ | ( | int | s, |
const ushort3 & | b | ||
) |
__device__ __forceinline__ int4 cv::gpu::device::operator+ | ( | const ushort4 & | a, |
int | s | ||
) |
__device__ __forceinline__ int4 cv::gpu::device::operator+ | ( | int | s, |
const ushort4 & | b | ||
) |
__device__ __forceinline__ float1 cv::gpu::device::operator+ | ( | float | s, |
const ushort1 & | b | ||
) |
__device__ __forceinline__ float1 cv::gpu::device::operator+ | ( | const ushort1 & | a, |
float | s | ||
) |
__device__ __forceinline__ float2 cv::gpu::device::operator+ | ( | const ushort2 & | a, |
float | s | ||
) |
__device__ __forceinline__ float2 cv::gpu::device::operator+ | ( | float | s, |
const ushort2 & | b | ||
) |
__device__ __forceinline__ float3 cv::gpu::device::operator+ | ( | const ushort3 & | a, |
float | s | ||
) |
__device__ __forceinline__ float3 cv::gpu::device::operator+ | ( | float | s, |
const ushort3 & | b | ||
) |
__device__ __forceinline__ float4 cv::gpu::device::operator+ | ( | const ushort4 & | a, |
float | s | ||
) |
__device__ __forceinline__ float4 cv::gpu::device::operator+ | ( | float | s, |
const ushort4 & | b | ||
) |
__device__ __forceinline__ double1 cv::gpu::device::operator+ | ( | const ushort1 & | a, |
double | s | ||
) |
__device__ __forceinline__ double1 cv::gpu::device::operator+ | ( | double | s, |
const ushort1 & | b | ||
) |
__device__ __forceinline__ double2 cv::gpu::device::operator+ | ( | double | s, |
const ushort2 & | b | ||
) |
__device__ __forceinline__ double2 cv::gpu::device::operator+ | ( | const ushort2 & | a, |
double | s | ||
) |
__device__ __forceinline__ double3 cv::gpu::device::operator+ | ( | const ushort3 & | a, |
double | s | ||
) |
__device__ __forceinline__ double3 cv::gpu::device::operator+ | ( | double | s, |
const ushort3 & | b | ||
) |
__device__ __forceinline__ double4 cv::gpu::device::operator+ | ( | const ushort4 & | a, |
double | s | ||
) |
__device__ __forceinline__ double4 cv::gpu::device::operator+ | ( | double | s, |
const ushort4 & | b | ||
) |
__device__ __forceinline__ int4 cv::gpu::device::operator+ | ( | const short4 & | a, |
int | s | ||
) |
__device__ __forceinline__ int2 cv::gpu::device::operator+ | ( | const short2 & | a, |
int | s | ||
) |
__device__ __forceinline__ int4 cv::gpu::device::operator+ | ( | int | s, |
const short4 & | b | ||
) |
__device__ __forceinline__ int3 cv::gpu::device::operator+ | ( | const short3 & | a, |
int | s | ||
) |
__device__ __forceinline__ int3 cv::gpu::device::operator+ | ( | int | s, |
const short3 & | b | ||
) |
__device__ __forceinline__ int2 cv::gpu::device::operator+ | ( | int | s, |
const short2 & | b | ||
) |
__device__ __forceinline__ int1 cv::gpu::device::operator+ | ( | int | s, |
const short1 & | b | ||
) |
__device__ __forceinline__ int1 cv::gpu::device::operator+ | ( | const short1 & | a, |
int | s | ||
) |
__device__ __forceinline__ float4 cv::gpu::device::operator+ | ( | float | s, |
const short4 & | b | ||
) |
__device__ __forceinline__ float2 cv::gpu::device::operator+ | ( | const short2 & | a, |
float | s | ||
) |
__device__ __forceinline__ float4 cv::gpu::device::operator+ | ( | const short4 & | a, |
float | s | ||
) |
__device__ __forceinline__ float3 cv::gpu::device::operator+ | ( | float | s, |
const short3 & | b | ||
) |
__device__ __forceinline__ float3 cv::gpu::device::operator+ | ( | const short3 & | a, |
float | s | ||
) |
__device__ __forceinline__ float2 cv::gpu::device::operator+ | ( | float | s, |
const short2 & | b | ||
) |
__device__ __forceinline__ float1 cv::gpu::device::operator+ | ( | float | s, |
const short1 & | b | ||
) |
__device__ __forceinline__ float1 cv::gpu::device::operator+ | ( | const short1 & | a, |
float | s | ||
) |
__device__ __forceinline__ double1 cv::gpu::device::operator+ | ( | const short1 & | a, |
double | s | ||
) |
__device__ __forceinline__ double1 cv::gpu::device::operator+ | ( | double | s, |
const short1 & | b | ||
) |
__device__ __forceinline__ double2 cv::gpu::device::operator+ | ( | const short2 & | a, |
double | s | ||
) |
__device__ __forceinline__ double2 cv::gpu::device::operator+ | ( | double | s, |
const short2 & | b | ||
) |
__device__ __forceinline__ double3 cv::gpu::device::operator+ | ( | const short3 & | a, |
double | s | ||
) |
__device__ __forceinline__ double3 cv::gpu::device::operator+ | ( | double | s, |
const short3 & | b | ||
) |
__device__ __forceinline__ double4 cv::gpu::device::operator+ | ( | const short4 & | a, |
double | s | ||
) |
__device__ __forceinline__ double4 cv::gpu::device::operator+ | ( | double | s, |
const short4 & | b | ||
) |
__device__ __forceinline__ int1 cv::gpu::device::operator+ | ( | const int1 & | a, |
int | s | ||
) |
__device__ __forceinline__ int1 cv::gpu::device::operator+ | ( | int | s, |
const int1 & | b | ||
) |
__device__ __forceinline__ int2 cv::gpu::device::operator+ | ( | const int2 & | a, |
int | s | ||
) |
__device__ __forceinline__ int3 cv::gpu::device::operator+ | ( | const int3 & | a, |
int | s | ||
) |
__device__ __forceinline__ int3 cv::gpu::device::operator+ | ( | int | s, |
const int3 & | b | ||
) |
__device__ __forceinline__ int4 cv::gpu::device::operator+ | ( | const int4 & | a, |
int | s | ||
) |
__device__ __forceinline__ int4 cv::gpu::device::operator+ | ( | int | s, |
const int4 & | b | ||
) |
__device__ __forceinline__ int2 cv::gpu::device::operator+ | ( | int | s, |
const int2 & | b | ||
) |
__device__ __forceinline__ float4 cv::gpu::device::operator+ | ( | const int4 & | a, |
float | s | ||
) |
__device__ __forceinline__ float3 cv::gpu::device::operator+ | ( | float | s, |
const int3 & | b | ||
) |
__device__ __forceinline__ float2 cv::gpu::device::operator+ | ( | float | s, |
const int2 & | b | ||
) |
__device__ __forceinline__ float1 cv::gpu::device::operator+ | ( | const int1 & | a, |
float | s | ||
) |
__device__ __forceinline__ float1 cv::gpu::device::operator+ | ( | float | s, |
const int1 & | b | ||
) |
__device__ __forceinline__ float2 cv::gpu::device::operator+ | ( | const int2 & | a, |
float | s | ||
) |
__device__ __forceinline__ float3 cv::gpu::device::operator+ | ( | const int3 & | a, |
float | s | ||
) |
__device__ __forceinline__ float4 cv::gpu::device::operator+ | ( | float | s, |
const int4 & | b | ||
) |
__device__ __forceinline__ double4 cv::gpu::device::operator+ | ( | const int4 & | a, |
double | s | ||
) |
__device__ __forceinline__ double4 cv::gpu::device::operator+ | ( | double | s, |
const int4 & | b | ||
) |
__device__ __forceinline__ double3 cv::gpu::device::operator+ | ( | double | s, |
const int3 & | b | ||
) |
__device__ __forceinline__ double3 cv::gpu::device::operator+ | ( | const int3 & | a, |
double | s | ||
) |
__device__ __forceinline__ double2 cv::gpu::device::operator+ | ( | const int2 & | a, |
double | s | ||
) |
__device__ __forceinline__ double1 cv::gpu::device::operator+ | ( | double | s, |
const int1 & | b | ||
) |
__device__ __forceinline__ double1 cv::gpu::device::operator+ | ( | const int1 & | a, |
double | s | ||
) |
__device__ __forceinline__ double2 cv::gpu::device::operator+ | ( | double | s, |
const int2 & | b | ||
) |
__device__ __forceinline__ uint1 cv::gpu::device::operator+ | ( | uint | s, |
const uint1 & | b | ||
) |
__device__ __forceinline__ uint2 cv::gpu::device::operator+ | ( | const uint2 & | a, |
uint | s | ||
) |
__device__ __forceinline__ uint1 cv::gpu::device::operator+ | ( | const uint1 & | a, |
uint | s | ||
) |
__device__ __forceinline__ uint3 cv::gpu::device::operator+ | ( | uint | s, |
const uint3 & | b | ||
) |
__device__ __forceinline__ uint4 cv::gpu::device::operator+ | ( | const uint4 & | a, |
uint | s | ||
) |
__device__ __forceinline__ uint4 cv::gpu::device::operator+ | ( | uint | s, |
const uint4 & | b | ||
) |
__device__ __forceinline__ uint3 cv::gpu::device::operator+ | ( | const uint3 & | a, |
uint | s | ||
) |
__device__ __forceinline__ uint2 cv::gpu::device::operator+ | ( | uint | s, |
const uint2 & | b | ||
) |
__device__ __forceinline__ float2 cv::gpu::device::operator+ | ( | const uint2 & | a, |
float | s | ||
) |
__device__ __forceinline__ float4 cv::gpu::device::operator+ | ( | const uint4 & | a, |
float | s | ||
) |
__device__ __forceinline__ float4 cv::gpu::device::operator+ | ( | float | s, |
const uint4 & | b | ||
) |
__device__ __forceinline__ float3 cv::gpu::device::operator+ | ( | float | s, |
const uint3 & | b | ||
) |
__device__ __forceinline__ float2 cv::gpu::device::operator+ | ( | float | s, |
const uint2 & | b | ||
) |
__device__ __forceinline__ float1 cv::gpu::device::operator+ | ( | float | s, |
const uint1 & | b | ||
) |
__device__ __forceinline__ float3 cv::gpu::device::operator+ | ( | const uint3 & | a, |
float | s | ||
) |
__device__ __forceinline__ float1 cv::gpu::device::operator+ | ( | const uint1 & | a, |
float | s | ||
) |
__device__ __forceinline__ double2 cv::gpu::device::operator+ | ( | const uint2 & | a, |
double | s | ||
) |
__device__ __forceinline__ double4 cv::gpu::device::operator+ | ( | double | s, |
const uint4 & | b | ||
) |
__device__ __forceinline__ double4 cv::gpu::device::operator+ | ( | const uint4 & | a, |
double | s | ||
) |
__device__ __forceinline__ double1 cv::gpu::device::operator+ | ( | double | s, |
const uint1 & | b | ||
) |
__device__ __forceinline__ double3 cv::gpu::device::operator+ | ( | double | s, |
const uint3 & | b | ||
) |
__device__ __forceinline__ double2 cv::gpu::device::operator+ | ( | double | s, |
const uint2 & | b | ||
) |
__device__ __forceinline__ double3 cv::gpu::device::operator+ | ( | const uint3 & | a, |
double | s | ||
) |
__device__ __forceinline__ double1 cv::gpu::device::operator+ | ( | const uint1 & | a, |
double | s | ||
) |
__device__ __forceinline__ float2 cv::gpu::device::operator+ | ( | const float2 & | a, |
float | s | ||
) |
__device__ __forceinline__ float4 cv::gpu::device::operator+ | ( | float | s, |
const float4 & | b | ||
) |
__device__ __forceinline__ float4 cv::gpu::device::operator+ | ( | const float4 & | a, |
float | s | ||
) |
__device__ __forceinline__ float3 cv::gpu::device::operator+ | ( | const float3 & | a, |
float | s | ||
) |
__device__ __forceinline__ float3 cv::gpu::device::operator+ | ( | float | s, |
const float3 & | b | ||
) |
__device__ __forceinline__ float2 cv::gpu::device::operator+ | ( | float | s, |
const float2 & | b | ||
) |
__device__ __forceinline__ float1 cv::gpu::device::operator+ | ( | float | s, |
const float1 & | b | ||
) |
__device__ __forceinline__ float1 cv::gpu::device::operator+ | ( | const float1 & | a, |
float | s | ||
) |
__device__ __forceinline__ double2 cv::gpu::device::operator+ | ( | const float2 & | a, |
double | s | ||
) |
__device__ __forceinline__ double1 cv::gpu::device::operator+ | ( | const float1 & | a, |
double | s | ||
) |
__device__ __forceinline__ double4 cv::gpu::device::operator+ | ( | double | s, |
const float4 & | b | ||
) |
__device__ __forceinline__ double1 cv::gpu::device::operator+ | ( | double | s, |
const float1 & | b | ||
) |
__device__ __forceinline__ double3 cv::gpu::device::operator+ | ( | double | s, |
const float3 & | b | ||
) |
__device__ __forceinline__ double3 cv::gpu::device::operator+ | ( | const float3 & | a, |
double | s | ||
) |
__device__ __forceinline__ double2 cv::gpu::device::operator+ | ( | double | s, |
const float2 & | b | ||
) |
__device__ __forceinline__ double4 cv::gpu::device::operator+ | ( | const float4 & | a, |
double | s | ||
) |
__device__ __forceinline__ double3 cv::gpu::device::operator+ | ( | const double3 & | a, |
double | s | ||
) |
__device__ __forceinline__ double4 cv::gpu::device::operator+ | ( | double | s, |
const double4 & | b | ||
) |
__device__ __forceinline__ double2 cv::gpu::device::operator+ | ( | const double2 & | a, |
double | s | ||
) |
__device__ __forceinline__ double3 cv::gpu::device::operator+ | ( | double | s, |
const double3 & | b | ||
) |
__device__ __forceinline__ double2 cv::gpu::device::operator+ | ( | double | s, |
const double2 & | b | ||
) |
__device__ __forceinline__ double1 cv::gpu::device::operator+ | ( | double | s, |
const double1 & | b | ||
) |
__device__ __forceinline__ double1 cv::gpu::device::operator+ | ( | const double1 & | a, |
double | s | ||
) |
__device__ __forceinline__ double4 cv::gpu::device::operator+ | ( | const double4 & | a, |
double | s | ||
) |
__device__ __forceinline__ char2 cv::gpu::device::operator- | ( | const char2 & | a | ) |
__device__ __forceinline__ char3 cv::gpu::device::operator- | ( | const char3 & | a | ) |
__device__ __forceinline__ char4 cv::gpu::device::operator- | ( | const char4 & | a | ) |
__device__ __forceinline__ char1 cv::gpu::device::operator- | ( | const char1 & | a | ) |
__device__ __forceinline__ short4 cv::gpu::device::operator- | ( | const short4 & | a | ) |
__device__ __forceinline__ short2 cv::gpu::device::operator- | ( | const short2 & | a | ) |
__device__ __forceinline__ short1 cv::gpu::device::operator- | ( | const short1 & | a | ) |
__device__ __forceinline__ short3 cv::gpu::device::operator- | ( | const short3 & | a | ) |
__device__ __forceinline__ int2 cv::gpu::device::operator- | ( | const int2 & | a | ) |
__device__ __forceinline__ int1 cv::gpu::device::operator- | ( | const int1 & | a | ) |
__device__ __forceinline__ int4 cv::gpu::device::operator- | ( | const int4 & | a | ) |
__device__ __forceinline__ int3 cv::gpu::device::operator- | ( | const int3 & | a | ) |
__device__ __forceinline__ float1 cv::gpu::device::operator- | ( | const float1 & | a | ) |
__device__ __forceinline__ float2 cv::gpu::device::operator- | ( | const float2 & | a | ) |
__device__ __forceinline__ float4 cv::gpu::device::operator- | ( | const float4 & | a | ) |
__device__ __forceinline__ float3 cv::gpu::device::operator- | ( | const float3 & | a | ) |
__device__ __forceinline__ double2 cv::gpu::device::operator- | ( | const double2 & | a | ) |
__device__ __forceinline__ double1 cv::gpu::device::operator- | ( | const double1 & | a | ) |
__device__ __forceinline__ double4 cv::gpu::device::operator- | ( | const double4 & | a | ) |
__device__ __forceinline__ double3 cv::gpu::device::operator- | ( | const double3 & | a | ) |
__device__ __forceinline__ int2 cv::gpu::device::operator- | ( | const uchar2 & | a, |
const uchar2 & | b | ||
) |
__device__ __forceinline__ int1 cv::gpu::device::operator- | ( | const uchar1 & | a, |
const uchar1 & | b | ||
) |
__device__ __forceinline__ int4 cv::gpu::device::operator- | ( | const uchar4 & | a, |
const uchar4 & | b | ||
) |
__device__ __forceinline__ int3 cv::gpu::device::operator- | ( | const uchar3 & | a, |
const uchar3 & | b | ||
) |
__device__ __forceinline__ int4 cv::gpu::device::operator- | ( | const char4 & | a, |
const char4 & | b | ||
) |
__device__ __forceinline__ int3 cv::gpu::device::operator- | ( | const char3 & | a, |
const char3 & | b | ||
) |
__device__ __forceinline__ int1 cv::gpu::device::operator- | ( | const char1 & | a, |
const char1 & | b | ||
) |
__device__ __forceinline__ int2 cv::gpu::device::operator- | ( | const char2 & | a, |
const char2 & | b | ||
) |
__device__ __forceinline__ int3 cv::gpu::device::operator- | ( | const ushort3 & | a, |
const ushort3 & | b | ||
) |
__device__ __forceinline__ int4 cv::gpu::device::operator- | ( | const ushort4 & | a, |
const ushort4 & | b | ||
) |
__device__ __forceinline__ int2 cv::gpu::device::operator- | ( | const ushort2 & | a, |
const ushort2 & | b | ||
) |
__device__ __forceinline__ int1 cv::gpu::device::operator- | ( | const ushort1 & | a, |
const ushort1 & | b | ||
) |
__device__ __forceinline__ int3 cv::gpu::device::operator- | ( | const short3 & | a, |
const short3 & | b | ||
) |
__device__ __forceinline__ int1 cv::gpu::device::operator- | ( | const short1 & | a, |
const short1 & | b | ||
) |
__device__ __forceinline__ int2 cv::gpu::device::operator- | ( | const short2 & | a, |
const short2 & | b | ||
) |
__device__ __forceinline__ int4 cv::gpu::device::operator- | ( | const short4 & | a, |
const short4 & | b | ||
) |
__device__ __forceinline__ int2 cv::gpu::device::operator- | ( | const int2 & | a, |
const int2 & | b | ||
) |
__device__ __forceinline__ int4 cv::gpu::device::operator- | ( | const int4 & | a, |
const int4 & | b | ||
) |
__device__ __forceinline__ int1 cv::gpu::device::operator- | ( | const int1 & | a, |
const int1 & | b | ||
) |
__device__ __forceinline__ int3 cv::gpu::device::operator- | ( | const int3 & | a, |
const int3 & | b | ||
) |
__device__ __forceinline__ uint3 cv::gpu::device::operator- | ( | const uint3 & | a, |
const uint3 & | b | ||
) |
__device__ __forceinline__ uint4 cv::gpu::device::operator- | ( | const uint4 & | a, |
const uint4 & | b | ||
) |
__device__ __forceinline__ uint2 cv::gpu::device::operator- | ( | const uint2 & | a, |
const uint2 & | b | ||
) |
__device__ __forceinline__ uint1 cv::gpu::device::operator- | ( | const uint1 & | a, |
const uint1 & | b | ||
) |
__device__ __forceinline__ float1 cv::gpu::device::operator- | ( | const float1 & | a, |
const float1 & | b | ||
) |
__device__ __forceinline__ float2 cv::gpu::device::operator- | ( | const float2 & | a, |
const float2 & | b | ||
) |
__device__ __forceinline__ float3 cv::gpu::device::operator- | ( | const float3 & | a, |
const float3 & | b | ||
) |
__device__ __forceinline__ float4 cv::gpu::device::operator- | ( | const float4 & | a, |
const float4 & | b | ||
) |
__device__ __forceinline__ double4 cv::gpu::device::operator- | ( | const double4 & | a, |
const double4 & | b | ||
) |
__device__ __forceinline__ double1 cv::gpu::device::operator- | ( | const double1 & | a, |
const double1 & | b | ||
) |
__device__ __forceinline__ double2 cv::gpu::device::operator- | ( | const double2 & | a, |
const double2 & | b | ||
) |
__device__ __forceinline__ double3 cv::gpu::device::operator- | ( | const double3 & | a, |
const double3 & | b | ||
) |
__device__ __forceinline__ int3 cv::gpu::device::operator- | ( | const uchar3 & | a, |
int | s | ||
) |
__device__ __forceinline__ int4 cv::gpu::device::operator- | ( | int | s, |
const uchar4 & | b | ||
) |
__device__ __forceinline__ int1 cv::gpu::device::operator- | ( | int | s, |
const uchar1 & | b | ||
) |
__device__ __forceinline__ int3 cv::gpu::device::operator- | ( | int | s, |
const uchar3 & | b | ||
) |
__device__ __forceinline__ int2 cv::gpu::device::operator- | ( | int | s, |
const uchar2 & | b | ||
) |
__device__ __forceinline__ int1 cv::gpu::device::operator- | ( | const uchar1 & | a, |
int | s | ||
) |
__device__ __forceinline__ int4 cv::gpu::device::operator- | ( | const uchar4 & | a, |
int | s | ||
) |
__device__ __forceinline__ int2 cv::gpu::device::operator- | ( | const uchar2 & | a, |
int | s | ||
) |
__device__ __forceinline__ float2 cv::gpu::device::operator- | ( | const uchar2 & | a, |
float | s | ||
) |
__device__ __forceinline__ float2 cv::gpu::device::operator- | ( | float | s, |
const uchar2 & | b | ||
) |
__device__ __forceinline__ float3 cv::gpu::device::operator- | ( | float | s, |
const uchar3 & | b | ||
) |
__device__ __forceinline__ float4 cv::gpu::device::operator- | ( | const uchar4 & | a, |
float | s | ||
) |
__device__ __forceinline__ float3 cv::gpu::device::operator- | ( | const uchar3 & | a, |
float | s | ||
) |
__device__ __forceinline__ float1 cv::gpu::device::operator- | ( | float | s, |
const uchar1 & | b | ||
) |
__device__ __forceinline__ float1 cv::gpu::device::operator- | ( | const uchar1 & | a, |
float | s | ||
) |
__device__ __forceinline__ float4 cv::gpu::device::operator- | ( | float | s, |
const uchar4 & | b | ||
) |
__device__ __forceinline__ double4 cv::gpu::device::operator- | ( | double | s, |
const uchar4 & | b | ||
) |
__device__ __forceinline__ double1 cv::gpu::device::operator- | ( | double | s, |
const uchar1 & | b | ||
) |
__device__ __forceinline__ double2 cv::gpu::device::operator- | ( | double | s, |
const uchar2 & | b | ||
) |
__device__ __forceinline__ double2 cv::gpu::device::operator- | ( | const uchar2 & | a, |
double | s | ||
) |
__device__ __forceinline__ double3 cv::gpu::device::operator- | ( | const uchar3 & | a, |
double | s | ||
) |
__device__ __forceinline__ double4 cv::gpu::device::operator- | ( | const uchar4 & | a, |
double | s | ||
) |
__device__ __forceinline__ double3 cv::gpu::device::operator- | ( | double | s, |
const uchar3 & | b | ||
) |
__device__ __forceinline__ double1 cv::gpu::device::operator- | ( | const uchar1 & | a, |
double | s | ||
) |
__device__ __forceinline__ int2 cv::gpu::device::operator- | ( | const char2 & | a, |
int | s | ||
) |
__device__ __forceinline__ int4 cv::gpu::device::operator- | ( | const char4 & | a, |
int | s | ||
) |
__device__ __forceinline__ int2 cv::gpu::device::operator- | ( | int | s, |
const char2 & | b | ||
) |
__device__ __forceinline__ int3 cv::gpu::device::operator- | ( | const char3 & | a, |
int | s | ||
) |
__device__ __forceinline__ int1 cv::gpu::device::operator- | ( | int | s, |
const char1 & | b | ||
) |
__device__ __forceinline__ int3 cv::gpu::device::operator- | ( | int | s, |
const char3 & | b | ||
) |
__device__ __forceinline__ int1 cv::gpu::device::operator- | ( | const char1 & | a, |
int | s | ||
) |
__device__ __forceinline__ int4 cv::gpu::device::operator- | ( | int | s, |
const char4 & | b | ||
) |
__device__ __forceinline__ float4 cv::gpu::device::operator- | ( | float | s, |
const char4 & | b | ||
) |
__device__ __forceinline__ float3 cv::gpu::device::operator- | ( | float | s, |
const char3 & | b | ||
) |
__device__ __forceinline__ float4 cv::gpu::device::operator- | ( | const char4 & | a, |
float | s | ||
) |
__device__ __forceinline__ float2 cv::gpu::device::operator- | ( | const char2 & | a, |
float | s | ||
) |
__device__ __forceinline__ float2 cv::gpu::device::operator- | ( | float | s, |
const char2 & | b | ||
) |
__device__ __forceinline__ float3 cv::gpu::device::operator- | ( | const char3 & | a, |
float | s | ||
) |
__device__ __forceinline__ float1 cv::gpu::device::operator- | ( | float | s, |
const char1 & | b | ||
) |
__device__ __forceinline__ float1 cv::gpu::device::operator- | ( | const char1 & | a, |
float | s | ||
) |
__device__ __forceinline__ double4 cv::gpu::device::operator- | ( | double | s, |
const char4 & | b | ||
) |
__device__ __forceinline__ double4 cv::gpu::device::operator- | ( | const char4 & | a, |
double | s | ||
) |
__device__ __forceinline__ double2 cv::gpu::device::operator- | ( | const char2 & | a, |
double | s | ||
) |
__device__ __forceinline__ double3 cv::gpu::device::operator- | ( | double | s, |
const char3 & | b | ||
) |
__device__ __forceinline__ double2 cv::gpu::device::operator- | ( | double | s, |
const char2 & | b | ||
) |
__device__ __forceinline__ double3 cv::gpu::device::operator- | ( | const char3 & | a, |
double | s | ||
) |
__device__ __forceinline__ double1 cv::gpu::device::operator- | ( | double | s, |
const char1 & | b | ||
) |
__device__ __forceinline__ double1 cv::gpu::device::operator- | ( | const char1 & | a, |
double | s | ||
) |
__device__ __forceinline__ int4 cv::gpu::device::operator- | ( | int | s, |
const ushort4 & | b | ||
) |
__device__ __forceinline__ int4 cv::gpu::device::operator- | ( | const ushort4 & | a, |
int | s | ||
) |
__device__ __forceinline__ int2 cv::gpu::device::operator- | ( | int | s, |
const ushort2 & | b | ||
) |
__device__ __forceinline__ int3 cv::gpu::device::operator- | ( | int | s, |
const ushort3 & | b | ||
) |
__device__ __forceinline__ int3 cv::gpu::device::operator- | ( | const ushort3 & | a, |
int | s | ||
) |
__device__ __forceinline__ int1 cv::gpu::device::operator- | ( | int | s, |
const ushort1 & | b | ||
) |
__device__ __forceinline__ int1 cv::gpu::device::operator- | ( | const ushort1 & | a, |
int | s | ||
) |
__device__ __forceinline__ int2 cv::gpu::device::operator- | ( | const ushort2 & | a, |
int | s | ||
) |
__device__ __forceinline__ float1 cv::gpu::device::operator- | ( | float | s, |
const ushort1 & | b | ||
) |
__device__ __forceinline__ float2 cv::gpu::device::operator- | ( | const ushort2 & | a, |
float | s | ||
) |
__device__ __forceinline__ float4 cv::gpu::device::operator- | ( | const ushort4 & | a, |
float | s | ||
) |
__device__ __forceinline__ float4 cv::gpu::device::operator- | ( | float | s, |
const ushort4 & | b | ||
) |
__device__ __forceinline__ float1 cv::gpu::device::operator- | ( | const ushort1 & | a, |
float | s | ||
) |
__device__ __forceinline__ float3 cv::gpu::device::operator- | ( | float | s, |
const ushort3 & | b | ||
) |
__device__ __forceinline__ float2 cv::gpu::device::operator- | ( | float | s, |
const ushort2 & | b | ||
) |
__device__ __forceinline__ float3 cv::gpu::device::operator- | ( | const ushort3 & | a, |
float | s | ||
) |
__device__ __forceinline__ double2 cv::gpu::device::operator- | ( | const ushort2 & | a, |
double | s | ||
) |
__device__ __forceinline__ double4 cv::gpu::device::operator- | ( | double | s, |
const ushort4 & | b | ||
) |
__device__ __forceinline__ double3 cv::gpu::device::operator- | ( | double | s, |
const ushort3 & | b | ||
) |
__device__ __forceinline__ double4 cv::gpu::device::operator- | ( | const ushort4 & | a, |
double | s | ||
) |
__device__ __forceinline__ double2 cv::gpu::device::operator- | ( | double | s, |
const ushort2 & | b | ||
) |
__device__ __forceinline__ double3 cv::gpu::device::operator- | ( | const ushort3 & | a, |
double | s | ||
) |
__device__ __forceinline__ double1 cv::gpu::device::operator- | ( | double | s, |
const ushort1 & | b | ||
) |
__device__ __forceinline__ double1 cv::gpu::device::operator- | ( | const ushort1 & | a, |
double | s | ||
) |
__device__ __forceinline__ int1 cv::gpu::device::operator- | ( | int | s, |
const short1 & | b | ||
) |
__device__ __forceinline__ int3 cv::gpu::device::operator- | ( | int | s, |
const short3 & | b | ||
) |
__device__ __forceinline__ int2 cv::gpu::device::operator- | ( | const short2 & | a, |
int | s | ||
) |
__device__ __forceinline__ int4 cv::gpu::device::operator- | ( | const short4 & | a, |
int | s | ||
) |
__device__ __forceinline__ int2 cv::gpu::device::operator- | ( | int | s, |
const short2 & | b | ||
) |
__device__ __forceinline__ int3 cv::gpu::device::operator- | ( | const short3 & | a, |
int | s | ||
) |
__device__ __forceinline__ int1 cv::gpu::device::operator- | ( | const short1 & | a, |
int | s | ||
) |
__device__ __forceinline__ int4 cv::gpu::device::operator- | ( | int | s, |
const short4 & | b | ||
) |
__device__ __forceinline__ float4 cv::gpu::device::operator- | ( | const short4 & | a, |
float | s | ||
) |
__device__ __forceinline__ float4 cv::gpu::device::operator- | ( | float | s, |
const short4 & | b | ||
) |
__device__ __forceinline__ float3 cv::gpu::device::operator- | ( | const short3 & | a, |
float | s | ||
) |
__device__ __forceinline__ float3 cv::gpu::device::operator- | ( | float | s, |
const short3 & | b | ||
) |
__device__ __forceinline__ float1 cv::gpu::device::operator- | ( | const short1 & | a, |
float | s | ||
) |
__device__ __forceinline__ float2 cv::gpu::device::operator- | ( | const short2 & | a, |
float | s | ||
) |
__device__ __forceinline__ float1 cv::gpu::device::operator- | ( | float | s, |
const short1 & | b | ||
) |
__device__ __forceinline__ float2 cv::gpu::device::operator- | ( | float | s, |
const short2 & | b | ||
) |
__device__ __forceinline__ double2 cv::gpu::device::operator- | ( | double | s, |
const short2 & | b | ||
) |
__device__ __forceinline__ double1 cv::gpu::device::operator- | ( | const short1 & | a, |
double | s | ||
) |
__device__ __forceinline__ double1 cv::gpu::device::operator- | ( | double | s, |
const short1 & | b | ||
) |
__device__ __forceinline__ double3 cv::gpu::device::operator- | ( | double | s, |
const short3 & | b | ||
) |
__device__ __forceinline__ double3 cv::gpu::device::operator- | ( | const short3 & | a, |
double | s | ||
) |
__device__ __forceinline__ double2 cv::gpu::device::operator- | ( | const short2 & | a, |
double | s | ||
) |
__device__ __forceinline__ double4 cv::gpu::device::operator- | ( | const short4 & | a, |
double | s | ||
) |
__device__ __forceinline__ double4 cv::gpu::device::operator- | ( | double | s, |
const short4 & | b | ||
) |
__device__ __forceinline__ int4 cv::gpu::device::operator- | ( | int | s, |
const int4 & | b | ||
) |
__device__ __forceinline__ int3 cv::gpu::device::operator- | ( | int | s, |
const int3 & | b | ||
) |
__device__ __forceinline__ int4 cv::gpu::device::operator- | ( | const int4 & | a, |
int | s | ||
) |
__device__ __forceinline__ int2 cv::gpu::device::operator- | ( | int | s, |
const int2 & | b | ||
) |
__device__ __forceinline__ int3 cv::gpu::device::operator- | ( | const int3 & | a, |
int | s | ||
) |
__device__ __forceinline__ int1 cv::gpu::device::operator- | ( | const int1 & | a, |
int | s | ||
) |
__device__ __forceinline__ int2 cv::gpu::device::operator- | ( | const int2 & | a, |
int | s | ||
) |
__device__ __forceinline__ int1 cv::gpu::device::operator- | ( | int | s, |
const int1 & | b | ||
) |
__device__ __forceinline__ float4 cv::gpu::device::operator- | ( | float | s, |
const int4 & | b | ||
) |
__device__ __forceinline__ float2 cv::gpu::device::operator- | ( | const int2 & | a, |
float | s | ||
) |
__device__ __forceinline__ float2 cv::gpu::device::operator- | ( | float | s, |
const int2 & | b | ||
) |
__device__ __forceinline__ float4 cv::gpu::device::operator- | ( | const int4 & | a, |
float | s | ||
) |
__device__ __forceinline__ float3 cv::gpu::device::operator- | ( | float | s, |
const int3 & | b | ||
) |
__device__ __forceinline__ float3 cv::gpu::device::operator- | ( | const int3 & | a, |
float | s | ||
) |
__device__ __forceinline__ float1 cv::gpu::device::operator- | ( | float | s, |
const int1 & | b | ||
) |
__device__ __forceinline__ float1 cv::gpu::device::operator- | ( | const int1 & | a, |
float | s | ||
) |
__device__ __forceinline__ double1 cv::gpu::device::operator- | ( | double | s, |
const int1 & | b | ||
) |
__device__ __forceinline__ double4 cv::gpu::device::operator- | ( | const int4 & | a, |
double | s | ||
) |
__device__ __forceinline__ double4 cv::gpu::device::operator- | ( | double | s, |
const int4 & | b | ||
) |
__device__ __forceinline__ double2 cv::gpu::device::operator- | ( | const int2 & | a, |
double | s | ||
) |
__device__ __forceinline__ double2 cv::gpu::device::operator- | ( | double | s, |
const int2 & | b | ||
) |
__device__ __forceinline__ double3 cv::gpu::device::operator- | ( | const int3 & | a, |
double | s | ||
) |
__device__ __forceinline__ double3 cv::gpu::device::operator- | ( | double | s, |
const int3 & | b | ||
) |
__device__ __forceinline__ double1 cv::gpu::device::operator- | ( | const int1 & | a, |
double | s | ||
) |
__device__ __forceinline__ uint4 cv::gpu::device::operator- | ( | uint | s, |
const uint4 & | b | ||
) |
__device__ __forceinline__ uint4 cv::gpu::device::operator- | ( | const uint4 & | a, |
uint | s | ||
) |
__device__ __forceinline__ uint1 cv::gpu::device::operator- | ( | uint | s, |
const uint1 & | b | ||
) |
__device__ __forceinline__ uint3 cv::gpu::device::operator- | ( | uint | s, |
const uint3 & | b | ||
) |
__device__ __forceinline__ uint1 cv::gpu::device::operator- | ( | const uint1 & | a, |
uint | s | ||
) |
__device__ __forceinline__ uint2 cv::gpu::device::operator- | ( | const uint2 & | a, |
uint | s | ||
) |
__device__ __forceinline__ uint2 cv::gpu::device::operator- | ( | uint | s, |
const uint2 & | b | ||
) |
__device__ __forceinline__ uint3 cv::gpu::device::operator- | ( | const uint3 & | a, |
uint | s | ||
) |
__device__ __forceinline__ float4 cv::gpu::device::operator- | ( | float | s, |
const uint4 & | b | ||
) |
__device__ __forceinline__ float1 cv::gpu::device::operator- | ( | const uint1 & | a, |
float | s | ||
) |
__device__ __forceinline__ float3 cv::gpu::device::operator- | ( | const uint3 & | a, |
float | s | ||
) |
__device__ __forceinline__ float4 cv::gpu::device::operator- | ( | const uint4 & | a, |
float | s | ||
) |
__device__ __forceinline__ float3 cv::gpu::device::operator- | ( | float | s, |
const uint3 & | b | ||
) |
__device__ __forceinline__ float2 cv::gpu::device::operator- | ( | float | s, |
const uint2 & | b | ||
) |
__device__ __forceinline__ float2 cv::gpu::device::operator- | ( | const uint2 & | a, |
float | s | ||
) |
__device__ __forceinline__ float1 cv::gpu::device::operator- | ( | float | s, |
const uint1 & | b | ||
) |
__device__ __forceinline__ double3 cv::gpu::device::operator- | ( | double | s, |
const uint3 & | b | ||
) |
__device__ __forceinline__ double1 cv::gpu::device::operator- | ( | const uint1 & | a, |
double | s | ||
) |
__device__ __forceinline__ double2 cv::gpu::device::operator- | ( | const uint2 & | a, |
double | s | ||
) |
__device__ __forceinline__ double2 cv::gpu::device::operator- | ( | double | s, |
const uint2 & | b | ||
) |
__device__ __forceinline__ double4 cv::gpu::device::operator- | ( | const uint4 & | a, |
double | s | ||
) |
__device__ __forceinline__ double4 cv::gpu::device::operator- | ( | double | s, |
const uint4 & | b | ||
) |
__device__ __forceinline__ double3 cv::gpu::device::operator- | ( | const uint3 & | a, |
double | s | ||
) |
__device__ __forceinline__ double1 cv::gpu::device::operator- | ( | double | s, |
const uint1 & | b | ||
) |
__device__ __forceinline__ float1 cv::gpu::device::operator- | ( | const float1 & | a, |
float | s | ||
) |
__device__ __forceinline__ float3 cv::gpu::device::operator- | ( | const float3 & | a, |
float | s | ||
) |
__device__ __forceinline__ float2 cv::gpu::device::operator- | ( | float | s, |
const float2 & | b | ||
) |
__device__ __forceinline__ float4 cv::gpu::device::operator- | ( | float | s, |
const float4 & | b | ||
) |
__device__ __forceinline__ float3 cv::gpu::device::operator- | ( | float | s, |
const float3 & | b | ||
) |
__device__ __forceinline__ float2 cv::gpu::device::operator- | ( | const float2 & | a, |
float | s | ||
) |
__device__ __forceinline__ float1 cv::gpu::device::operator- | ( | float | s, |
const float1 & | b | ||
) |
__device__ __forceinline__ float4 cv::gpu::device::operator- | ( | const float4 & | a, |
float | s | ||
) |
__device__ __forceinline__ double3 cv::gpu::device::operator- | ( | double | s, |
const float3 & | b | ||
) |
__device__ __forceinline__ double4 cv::gpu::device::operator- | ( | double | s, |
const float4 & | b | ||
) |
__device__ __forceinline__ double1 cv::gpu::device::operator- | ( | const float1 & | a, |
double | s | ||
) |
__device__ __forceinline__ double2 cv::gpu::device::operator- | ( | const float2 & | a, |
double | s | ||
) |
__device__ __forceinline__ double2 cv::gpu::device::operator- | ( | double | s, |
const float2 & | b | ||
) |
__device__ __forceinline__ double4 cv::gpu::device::operator- | ( | const float4 & | a, |
double | s | ||
) |
__device__ __forceinline__ double3 cv::gpu::device::operator- | ( | const float3 & | a, |
double | s | ||
) |
__device__ __forceinline__ double1 cv::gpu::device::operator- | ( | double | s, |
const float1 & | b | ||
) |
__device__ __forceinline__ double1 cv::gpu::device::operator- | ( | const double1 & | a, |
double | s | ||
) |
__device__ __forceinline__ double3 cv::gpu::device::operator- | ( | double | s, |
const double3 & | b | ||
) |
__device__ __forceinline__ double2 cv::gpu::device::operator- | ( | double | s, |
const double2 & | b | ||
) |
__device__ __forceinline__ double4 cv::gpu::device::operator- | ( | const double4 & | a, |
double | s | ||
) |
__device__ __forceinline__ double4 cv::gpu::device::operator- | ( | double | s, |
const double4 & | b | ||
) |
__device__ __forceinline__ double3 cv::gpu::device::operator- | ( | const double3 & | a, |
double | s | ||
) |
__device__ __forceinline__ double2 cv::gpu::device::operator- | ( | const double2 & | a, |
double | s | ||
) |
__device__ __forceinline__ double1 cv::gpu::device::operator- | ( | double | s, |
const double1 & | b | ||
) |
__device__ __forceinline__ int3 cv::gpu::device::operator/ | ( | const uchar3 & | a, |
const uchar3 & | b | ||
) |
__device__ __forceinline__ int4 cv::gpu::device::operator/ | ( | const uchar4 & | a, |
const uchar4 & | b | ||
) |
__device__ __forceinline__ int1 cv::gpu::device::operator/ | ( | const uchar1 & | a, |
const uchar1 & | b | ||
) |
__device__ __forceinline__ int2 cv::gpu::device::operator/ | ( | const uchar2 & | a, |
const uchar2 & | b | ||
) |
__device__ __forceinline__ int1 cv::gpu::device::operator/ | ( | const char1 & | a, |
const char1 & | b | ||
) |
__device__ __forceinline__ int2 cv::gpu::device::operator/ | ( | const char2 & | a, |
const char2 & | b | ||
) |
__device__ __forceinline__ int3 cv::gpu::device::operator/ | ( | const char3 & | a, |
const char3 & | b | ||
) |
__device__ __forceinline__ int4 cv::gpu::device::operator/ | ( | const char4 & | a, |
const char4 & | b | ||
) |
__device__ __forceinline__ int1 cv::gpu::device::operator/ | ( | const ushort1 & | a, |
const ushort1 & | b | ||
) |
__device__ __forceinline__ int2 cv::gpu::device::operator/ | ( | const ushort2 & | a, |
const ushort2 & | b | ||
) |
__device__ __forceinline__ int3 cv::gpu::device::operator/ | ( | const ushort3 & | a, |
const ushort3 & | b | ||
) |
__device__ __forceinline__ int4 cv::gpu::device::operator/ | ( | const ushort4 & | a, |
const ushort4 & | b | ||
) |
__device__ __forceinline__ int1 cv::gpu::device::operator/ | ( | const short1 & | a, |
const short1 & | b | ||
) |
__device__ __forceinline__ int2 cv::gpu::device::operator/ | ( | const short2 & | a, |
const short2 & | b | ||
) |
__device__ __forceinline__ int3 cv::gpu::device::operator/ | ( | const short3 & | a, |
const short3 & | b | ||
) |
__device__ __forceinline__ int4 cv::gpu::device::operator/ | ( | const short4 & | a, |
const short4 & | b | ||
) |
__device__ __forceinline__ int1 cv::gpu::device::operator/ | ( | const int1 & | a, |
const int1 & | b | ||
) |
__device__ __forceinline__ int2 cv::gpu::device::operator/ | ( | const int2 & | a, |
const int2 & | b | ||
) |
__device__ __forceinline__ int3 cv::gpu::device::operator/ | ( | const int3 & | a, |
const int3 & | b | ||
) |
__device__ __forceinline__ int4 cv::gpu::device::operator/ | ( | const int4 & | a, |
const int4 & | b | ||
) |
__device__ __forceinline__ uint1 cv::gpu::device::operator/ | ( | const uint1 & | a, |
const uint1 & | b | ||
) |
__device__ __forceinline__ uint2 cv::gpu::device::operator/ | ( | const uint2 & | a, |
const uint2 & | b | ||
) |
__device__ __forceinline__ uint3 cv::gpu::device::operator/ | ( | const uint3 & | a, |
const uint3 & | b | ||
) |
__device__ __forceinline__ uint4 cv::gpu::device::operator/ | ( | const uint4 & | a, |
const uint4 & | b | ||
) |
__device__ __forceinline__ float1 cv::gpu::device::operator/ | ( | const float1 & | a, |
const float1 & | b | ||
) |
__device__ __forceinline__ float2 cv::gpu::device::operator/ | ( | const float2 & | a, |
const float2 & | b | ||
) |
__device__ __forceinline__ float3 cv::gpu::device::operator/ | ( | const float3 & | a, |
const float3 & | b | ||
) |
__device__ __forceinline__ float4 cv::gpu::device::operator/ | ( | const float4 & | a, |
const float4 & | b | ||
) |
__device__ __forceinline__ double1 cv::gpu::device::operator/ | ( | const double1 & | a, |
const double1 & | b | ||
) |
__device__ __forceinline__ double2 cv::gpu::device::operator/ | ( | const double2 & | a, |
const double2 & | b | ||
) |
__device__ __forceinline__ double3 cv::gpu::device::operator/ | ( | const double3 & | a, |
const double3 & | b | ||
) |
__device__ __forceinline__ double4 cv::gpu::device::operator/ | ( | const double4 & | a, |
const double4 & | b | ||
) |
__device__ __forceinline__ int3 cv::gpu::device::operator/ | ( | const uchar3 & | a, |
int | s | ||
) |
__device__ __forceinline__ int3 cv::gpu::device::operator/ | ( | int | s, |
const uchar3 & | b | ||
) |
__device__ __forceinline__ int4 cv::gpu::device::operator/ | ( | int | s, |
const uchar4 & | b | ||
) |
__device__ __forceinline__ int1 cv::gpu::device::operator/ | ( | int | s, |
const uchar1 & | b | ||
) |
__device__ __forceinline__ int1 cv::gpu::device::operator/ | ( | const uchar1 & | a, |
int | s | ||
) |
__device__ __forceinline__ int2 cv::gpu::device::operator/ | ( | int | s, |
const uchar2 & | b | ||
) |
__device__ __forceinline__ int2 cv::gpu::device::operator/ | ( | const uchar2 & | a, |
int | s | ||
) |
__device__ __forceinline__ int4 cv::gpu::device::operator/ | ( | const uchar4 & | a, |
int | s | ||
) |
__device__ __forceinline__ float4 cv::gpu::device::operator/ | ( | float | s, |
const uchar4 & | b | ||
) |
__device__ __forceinline__ float1 cv::gpu::device::operator/ | ( | float | s, |
const uchar1 & | b | ||
) |
__device__ __forceinline__ float1 cv::gpu::device::operator/ | ( | const uchar1 & | a, |
float | s | ||
) |
__device__ __forceinline__ float2 cv::gpu::device::operator/ | ( | float | s, |
const uchar2 & | b | ||
) |
__device__ __forceinline__ float3 cv::gpu::device::operator/ | ( | float | s, |
const uchar3 & | b | ||
) |
__device__ __forceinline__ float2 cv::gpu::device::operator/ | ( | const uchar2 & | a, |
float | s | ||
) |
__device__ __forceinline__ float3 cv::gpu::device::operator/ | ( | const uchar3 & | a, |
float | s | ||
) |
__device__ __forceinline__ float4 cv::gpu::device::operator/ | ( | const uchar4 & | a, |
float | s | ||
) |
__device__ __forceinline__ double4 cv::gpu::device::operator/ | ( | double | s, |
const uchar4 & | b | ||
) |
__device__ __forceinline__ double3 cv::gpu::device::operator/ | ( | const uchar3 & | a, |
double | s | ||
) |
__device__ __forceinline__ double3 cv::gpu::device::operator/ | ( | double | s, |
const uchar3 & | b | ||
) |
__device__ __forceinline__ double2 cv::gpu::device::operator/ | ( | double | s, |
const uchar2 & | b | ||
) |
__device__ __forceinline__ double1 cv::gpu::device::operator/ | ( | const uchar1 & | a, |
double | s | ||
) |
__device__ __forceinline__ double2 cv::gpu::device::operator/ | ( | const uchar2 & | a, |
double | s | ||
) |
__device__ __forceinline__ double4 cv::gpu::device::operator/ | ( | const uchar4 & | a, |
double | s | ||
) |
__device__ __forceinline__ double1 cv::gpu::device::operator/ | ( | double | s, |
const uchar1 & | b | ||
) |
__device__ __forceinline__ int4 cv::gpu::device::operator/ | ( | int | s, |
const char4 & | b | ||
) |
__device__ __forceinline__ int2 cv::gpu::device::operator/ | ( | int | s, |
const char2 & | b | ||
) |
__device__ __forceinline__ int3 cv::gpu::device::operator/ | ( | int | s, |
const char3 & | b | ||
) |
__device__ __forceinline__ int3 cv::gpu::device::operator/ | ( | const char3 & | a, |
int | s | ||
) |
__device__ __forceinline__ int4 cv::gpu::device::operator/ | ( | const char4 & | a, |
int | s | ||
) |
__device__ __forceinline__ int1 cv::gpu::device::operator/ | ( | const char1 & | a, |
int | s | ||
) |
__device__ __forceinline__ int2 cv::gpu::device::operator/ | ( | const char2 & | a, |
int | s | ||
) |
__device__ __forceinline__ int1 cv::gpu::device::operator/ | ( | int | s, |
const char1 & | b | ||
) |
__device__ __forceinline__ float3 cv::gpu::device::operator/ | ( | float | s, |
const char3 & | b | ||
) |
__device__ __forceinline__ float4 cv::gpu::device::operator/ | ( | float | s, |
const char4 & | b | ||
) |
__device__ __forceinline__ float1 cv::gpu::device::operator/ | ( | float | s, |
const char1 & | b | ||
) |
__device__ __forceinline__ float2 cv::gpu::device::operator/ | ( | float | s, |
const char2 & | b | ||
) |
__device__ __forceinline__ float1 cv::gpu::device::operator/ | ( | const char1 & | a, |
float | s | ||
) |
__device__ __forceinline__ float2 cv::gpu::device::operator/ | ( | const char2 & | a, |
float | s | ||
) |
__device__ __forceinline__ float3 cv::gpu::device::operator/ | ( | const char3 & | a, |
float | s | ||
) |
__device__ __forceinline__ float4 cv::gpu::device::operator/ | ( | const char4 & | a, |
float | s | ||
) |
__device__ __forceinline__ double4 cv::gpu::device::operator/ | ( | double | s, |
const char4 & | b | ||
) |
__device__ __forceinline__ double1 cv::gpu::device::operator/ | ( | const char1 & | a, |
double | s | ||
) |
__device__ __forceinline__ double3 cv::gpu::device::operator/ | ( | double | s, |
const char3 & | b | ||
) |
__device__ __forceinline__ double2 cv::gpu::device::operator/ | ( | const char2 & | a, |
double | s | ||
) |
__device__ __forceinline__ double2 cv::gpu::device::operator/ | ( | double | s, |
const char2 & | b | ||
) |
__device__ __forceinline__ double3 cv::gpu::device::operator/ | ( | const char3 & | a, |
double | s | ||
) |
__device__ __forceinline__ double4 cv::gpu::device::operator/ | ( | const char4 & | a, |
double | s | ||
) |
__device__ __forceinline__ double1 cv::gpu::device::operator/ | ( | double | s, |
const char1 & | b | ||
) |
__device__ __forceinline__ int3 cv::gpu::device::operator/ | ( | int | s, |
const ushort3 & | b | ||
) |
__device__ __forceinline__ int1 cv::gpu::device::operator/ | ( | const ushort1 & | a, |
int | s | ||
) |
__device__ __forceinline__ int2 cv::gpu::device::operator/ | ( | int | s, |
const ushort2 & | b | ||
) |
__device__ __forceinline__ int2 cv::gpu::device::operator/ | ( | const ushort2 & | a, |
int | s | ||
) |
__device__ __forceinline__ int3 cv::gpu::device::operator/ | ( | const ushort3 & | a, |
int | s | ||
) |
__device__ __forceinline__ int4 cv::gpu::device::operator/ | ( | const ushort4 & | a, |
int | s | ||
) |
__device__ __forceinline__ int4 cv::gpu::device::operator/ | ( | int | s, |
const ushort4 & | b | ||
) |
__device__ __forceinline__ int1 cv::gpu::device::operator/ | ( | int | s, |
const ushort1 & | b | ||
) |
__device__ __forceinline__ float3 cv::gpu::device::operator/ | ( | float | s, |
const ushort3 & | b | ||
) |
__device__ __forceinline__ float1 cv::gpu::device::operator/ | ( | float | s, |
const ushort1 & | b | ||
) |
__device__ __forceinline__ float1 cv::gpu::device::operator/ | ( | const ushort1 & | a, |
float | s | ||
) |
__device__ __forceinline__ float2 cv::gpu::device::operator/ | ( | const ushort2 & | a, |
float | s | ||
) |
__device__ __forceinline__ float2 cv::gpu::device::operator/ | ( | float | s, |
const ushort2 & | b | ||
) |
__device__ __forceinline__ float3 cv::gpu::device::operator/ | ( | const ushort3 & | a, |
float | s | ||
) |
__device__ __forceinline__ float4 cv::gpu::device::operator/ | ( | const ushort4 & | a, |
float | s | ||
) |
__device__ __forceinline__ float4 cv::gpu::device::operator/ | ( | float | s, |
const ushort4 & | b | ||
) |
__device__ __forceinline__ double3 cv::gpu::device::operator/ | ( | double | s, |
const ushort3 & | b | ||
) |
__device__ __forceinline__ double1 cv::gpu::device::operator/ | ( | double | s, |
const ushort1 & | b | ||
) |
__device__ __forceinline__ double1 cv::gpu::device::operator/ | ( | const ushort1 & | a, |
double | s | ||
) |
__device__ __forceinline__ double2 cv::gpu::device::operator/ | ( | const ushort2 & | a, |
double | s | ||
) |
__device__ __forceinline__ double2 cv::gpu::device::operator/ | ( | double | s, |
const ushort2 & | b | ||
) |
__device__ __forceinline__ double3 cv::gpu::device::operator/ | ( | const ushort3 & | a, |
double | s | ||
) |
__device__ __forceinline__ double4 cv::gpu::device::operator/ | ( | const ushort4 & | a, |
double | s | ||
) |
__device__ __forceinline__ double4 cv::gpu::device::operator/ | ( | double | s, |
const ushort4 & | b | ||
) |
__device__ __forceinline__ int1 cv::gpu::device::operator/ | ( | int | s, |
const short1 & | b | ||
) |
__device__ __forceinline__ int1 cv::gpu::device::operator/ | ( | const short1 & | a, |
int | s | ||
) |
__device__ __forceinline__ int2 cv::gpu::device::operator/ | ( | const short2 & | a, |
int | s | ||
) |
__device__ __forceinline__ int2 cv::gpu::device::operator/ | ( | int | s, |
const short2 & | b | ||
) |
__device__ __forceinline__ int3 cv::gpu::device::operator/ | ( | const short3 & | a, |
int | s | ||
) |
__device__ __forceinline__ int3 cv::gpu::device::operator/ | ( | int | s, |
const short3 & | b | ||
) |
__device__ __forceinline__ int4 cv::gpu::device::operator/ | ( | const short4 & | a, |
int | s | ||
) |
__device__ __forceinline__ int4 cv::gpu::device::operator/ | ( | int | s, |
const short4 & | b | ||
) |
__device__ __forceinline__ float3 cv::gpu::device::operator/ | ( | float | s, |
const short3 & | b | ||
) |
__device__ __forceinline__ float1 cv::gpu::device::operator/ | ( | float | s, |
const short1 & | b | ||
) |
__device__ __forceinline__ float1 cv::gpu::device::operator/ | ( | const short1 & | a, |
float | s | ||
) |
__device__ __forceinline__ float2 cv::gpu::device::operator/ | ( | const short2 & | a, |
float | s | ||
) |
__device__ __forceinline__ float2 cv::gpu::device::operator/ | ( | float | s, |
const short2 & | b | ||
) |
__device__ __forceinline__ float3 cv::gpu::device::operator/ | ( | const short3 & | a, |
float | s | ||
) |
__device__ __forceinline__ float4 cv::gpu::device::operator/ | ( | const short4 & | a, |
float | s | ||
) |
__device__ __forceinline__ float4 cv::gpu::device::operator/ | ( | float | s, |
const short4 & | b | ||
) |
__device__ __forceinline__ double1 cv::gpu::device::operator/ | ( | double | s, |
const short1 & | b | ||
) |
__device__ __forceinline__ double1 cv::gpu::device::operator/ | ( | const short1 & | a, |
double | s | ||
) |
__device__ __forceinline__ double2 cv::gpu::device::operator/ | ( | const short2 & | a, |
double | s | ||
) |
__device__ __forceinline__ double2 cv::gpu::device::operator/ | ( | double | s, |
const short2 & | b | ||
) |
__device__ __forceinline__ double3 cv::gpu::device::operator/ | ( | const short3 & | a, |
double | s | ||
) |
__device__ __forceinline__ double3 cv::gpu::device::operator/ | ( | double | s, |
const short3 & | b | ||
) |
__device__ __forceinline__ double4 cv::gpu::device::operator/ | ( | const short4 & | a, |
double | s | ||
) |
__device__ __forceinline__ double4 cv::gpu::device::operator/ | ( | double | s, |
const short4 & | b | ||
) |
__device__ __forceinline__ int1 cv::gpu::device::operator/ | ( | int | s, |
const int1 & | b | ||
) |
__device__ __forceinline__ int3 cv::gpu::device::operator/ | ( | int | s, |
const int3 & | b | ||
) |
__device__ __forceinline__ int1 cv::gpu::device::operator/ | ( | const int1 & | a, |
int | s | ||
) |
__device__ __forceinline__ int2 cv::gpu::device::operator/ | ( | const int2 & | a, |
int | s | ||
) |
__device__ __forceinline__ int2 cv::gpu::device::operator/ | ( | int | s, |
const int2 & | b | ||
) |
__device__ __forceinline__ int3 cv::gpu::device::operator/ | ( | const int3 & | a, |
int | s | ||
) |
__device__ __forceinline__ int4 cv::gpu::device::operator/ | ( | const int4 & | a, |
int | s | ||
) |
__device__ __forceinline__ int4 cv::gpu::device::operator/ | ( | int | s, |
const int4 & | b | ||
) |
__device__ __forceinline__ float1 cv::gpu::device::operator/ | ( | float | s, |
const int1 & | b | ||
) |
__device__ __forceinline__ float1 cv::gpu::device::operator/ | ( | const int1 & | a, |
float | s | ||
) |
__device__ __forceinline__ float2 cv::gpu::device::operator/ | ( | const int2 & | a, |
float | s | ||
) |
__device__ __forceinline__ float2 cv::gpu::device::operator/ | ( | float | s, |
const int2 & | b | ||
) |
__device__ __forceinline__ float3 cv::gpu::device::operator/ | ( | const int3 & | a, |
float | s | ||
) |
__device__ __forceinline__ float3 cv::gpu::device::operator/ | ( | float | s, |
const int3 & | b | ||
) |
__device__ __forceinline__ float4 cv::gpu::device::operator/ | ( | const int4 & | a, |
float | s | ||
) |
__device__ __forceinline__ float4 cv::gpu::device::operator/ | ( | float | s, |
const int4 & | b | ||
) |
__device__ __forceinline__ double1 cv::gpu::device::operator/ | ( | double | s, |
const int1 & | b | ||
) |
__device__ __forceinline__ double3 cv::gpu::device::operator/ | ( | double | s, |
const int3 & | b | ||
) |
__device__ __forceinline__ double1 cv::gpu::device::operator/ | ( | const int1 & | a, |
double | s | ||
) |
__device__ __forceinline__ double2 cv::gpu::device::operator/ | ( | const int2 & | a, |
double | s | ||
) |
__device__ __forceinline__ double2 cv::gpu::device::operator/ | ( | double | s, |
const int2 & | b | ||
) |
__device__ __forceinline__ double3 cv::gpu::device::operator/ | ( | const int3 & | a, |
double | s | ||
) |
__device__ __forceinline__ double4 cv::gpu::device::operator/ | ( | const int4 & | a, |
double | s | ||
) |
__device__ __forceinline__ double4 cv::gpu::device::operator/ | ( | double | s, |
const int4 & | b | ||
) |
__device__ __forceinline__ uint1 cv::gpu::device::operator/ | ( | uint | s, |
const uint1 & | b | ||
) |
__device__ __forceinline__ uint1 cv::gpu::device::operator/ | ( | const uint1 & | a, |
uint | s | ||
) |
__device__ __forceinline__ uint2 cv::gpu::device::operator/ | ( | const uint2 & | a, |
uint | s | ||
) |
__device__ __forceinline__ uint2 cv::gpu::device::operator/ | ( | uint | s, |
const uint2 & | b | ||
) |
__device__ __forceinline__ uint3 cv::gpu::device::operator/ | ( | const uint3 & | a, |
uint | s | ||
) |
__device__ __forceinline__ uint3 cv::gpu::device::operator/ | ( | uint | s, |
const uint3 & | b | ||
) |
__device__ __forceinline__ uint4 cv::gpu::device::operator/ | ( | const uint4 & | a, |
uint | s | ||
) |
__device__ __forceinline__ uint4 cv::gpu::device::operator/ | ( | uint | s, |
const uint4 & | b | ||
) |
__device__ __forceinline__ float1 cv::gpu::device::operator/ | ( | float | s, |
const uint1 & | b | ||
) |
__device__ __forceinline__ float3 cv::gpu::device::operator/ | ( | float | s, |
const uint3 & | b | ||
) |
__device__ __forceinline__ float1 cv::gpu::device::operator/ | ( | const uint1 & | a, |
float | s | ||
) |
__device__ __forceinline__ float2 cv::gpu::device::operator/ | ( | const uint2 & | a, |
float | s | ||
) |
__device__ __forceinline__ float2 cv::gpu::device::operator/ | ( | float | s, |
const uint2 & | b | ||
) |
__device__ __forceinline__ float3 cv::gpu::device::operator/ | ( | const uint3 & | a, |
float | s | ||
) |
__device__ __forceinline__ float4 cv::gpu::device::operator/ | ( | const uint4 & | a, |
float | s | ||
) |
__device__ __forceinline__ float4 cv::gpu::device::operator/ | ( | float | s, |
const uint4 & | b | ||
) |
__device__ __forceinline__ double1 cv::gpu::device::operator/ | ( | double | s, |
const uint1 & | b | ||
) |
__device__ __forceinline__ double1 cv::gpu::device::operator/ | ( | const uint1 & | a, |
double | s | ||
) |
__device__ __forceinline__ double2 cv::gpu::device::operator/ | ( | const uint2 & | a, |
double | s | ||
) |
__device__ __forceinline__ double2 cv::gpu::device::operator/ | ( | double | s, |
const uint2 & | b | ||
) |
__device__ __forceinline__ double3 cv::gpu::device::operator/ | ( | const uint3 & | a, |
double | s | ||
) |
__device__ __forceinline__ double3 cv::gpu::device::operator/ | ( | double | s, |
const uint3 & | b | ||
) |
__device__ __forceinline__ double4 cv::gpu::device::operator/ | ( | const uint4 & | a, |
double | s | ||
) |
__device__ __forceinline__ double4 cv::gpu::device::operator/ | ( | double | s, |
const uint4 & | b | ||
) |
__device__ __forceinline__ float1 cv::gpu::device::operator/ | ( | float | s, |
const float1 & | b | ||
) |
__device__ __forceinline__ float3 cv::gpu::device::operator/ | ( | float | s, |
const float3 & | b | ||
) |
__device__ __forceinline__ float1 cv::gpu::device::operator/ | ( | const float1 & | a, |
float | s | ||
) |
__device__ __forceinline__ float2 cv::gpu::device::operator/ | ( | const float2 & | a, |
float | s | ||
) |
__device__ __forceinline__ float2 cv::gpu::device::operator/ | ( | float | s, |
const float2 & | b | ||
) |
__device__ __forceinline__ float3 cv::gpu::device::operator/ | ( | const float3 & | a, |
float | s | ||
) |
__device__ __forceinline__ float4 cv::gpu::device::operator/ | ( | const float4 & | a, |
float | s | ||
) |
__device__ __forceinline__ float4 cv::gpu::device::operator/ | ( | float | s, |
const float4 & | b | ||
) |
__device__ __forceinline__ double3 cv::gpu::device::operator/ | ( | double | s, |
const float3 & | b | ||
) |
__device__ __forceinline__ double1 cv::gpu::device::operator/ | ( | double | s, |
const float1 & | b | ||
) |
__device__ __forceinline__ double1 cv::gpu::device::operator/ | ( | const float1 & | a, |
double | s | ||
) |
__device__ __forceinline__ double2 cv::gpu::device::operator/ | ( | const float2 & | a, |
double | s | ||
) |
__device__ __forceinline__ double2 cv::gpu::device::operator/ | ( | double | s, |
const float2 & | b | ||
) |
__device__ __forceinline__ double3 cv::gpu::device::operator/ | ( | const float3 & | a, |
double | s | ||
) |
__device__ __forceinline__ double4 cv::gpu::device::operator/ | ( | const float4 & | a, |
double | s | ||
) |
__device__ __forceinline__ double4 cv::gpu::device::operator/ | ( | double | s, |
const float4 & | b | ||
) |
__device__ __forceinline__ double3 cv::gpu::device::operator/ | ( | double | s, |
const double3 & | b | ||
) |
__device__ __forceinline__ double1 cv::gpu::device::operator/ | ( | double | s, |
const double1 & | b | ||
) |
__device__ __forceinline__ double1 cv::gpu::device::operator/ | ( | const double1 & | a, |
double | s | ||
) |
__device__ __forceinline__ double2 cv::gpu::device::operator/ | ( | const double2 & | a, |
double | s | ||
) |
__device__ __forceinline__ double2 cv::gpu::device::operator/ | ( | double | s, |
const double2 & | b | ||
) |
__device__ __forceinline__ double3 cv::gpu::device::operator/ | ( | const double3 & | a, |
double | s | ||
) |
__device__ __forceinline__ double4 cv::gpu::device::operator/ | ( | const double4 & | a, |
double | s | ||
) |
__device__ __forceinline__ double4 cv::gpu::device::operator/ | ( | double | s, |
const double4 & | b | ||
) |
__device__ __forceinline__ uchar1 cv::gpu::device::operator< | ( | const uchar1 & | a, |
const uchar1 & | b | ||
) |
__device__ __forceinline__ uchar2 cv::gpu::device::operator< | ( | const uchar2 & | a, |
const uchar2 & | b | ||
) |
__device__ __forceinline__ uchar3 cv::gpu::device::operator< | ( | const uchar3 & | a, |
const uchar3 & | b | ||
) |
__device__ __forceinline__ uchar4 cv::gpu::device::operator< | ( | const uchar4 & | a, |
const uchar4 & | b | ||
) |
__device__ __forceinline__ uchar1 cv::gpu::device::operator< | ( | const char1 & | a, |
const char1 & | b | ||
) |
__device__ __forceinline__ uchar2 cv::gpu::device::operator< | ( | const char2 & | a, |
const char2 & | b | ||
) |
__device__ __forceinline__ uchar3 cv::gpu::device::operator< | ( | const char3 & | a, |
const char3 & | b | ||
) |
__device__ __forceinline__ uchar4 cv::gpu::device::operator< | ( | const char4 & | a, |
const char4 & | b | ||
) |
__device__ __forceinline__ uchar1 cv::gpu::device::operator< | ( | const ushort1 & | a, |
const ushort1 & | b | ||
) |
__device__ __forceinline__ uchar2 cv::gpu::device::operator< | ( | const ushort2 & | a, |
const ushort2 & | b | ||
) |
__device__ __forceinline__ uchar3 cv::gpu::device::operator< | ( | const ushort3 & | a, |
const ushort3 & | b | ||
) |
__device__ __forceinline__ uchar4 cv::gpu::device::operator< | ( | const ushort4 & | a, |
const ushort4 & | b | ||
) |
__device__ __forceinline__ uchar1 cv::gpu::device::operator< | ( | const short1 & | a, |
const short1 & | b | ||
) |
__device__ __forceinline__ uchar2 cv::gpu::device::operator< | ( | const short2 & | a, |
const short2 & | b | ||
) |
__device__ __forceinline__ uchar3 cv::gpu::device::operator< | ( | const short3 & | a, |
const short3 & | b | ||
) |
__device__ __forceinline__ uchar4 cv::gpu::device::operator< | ( | const short4 & | a, |
const short4 & | b | ||
) |
__device__ __forceinline__ uchar1 cv::gpu::device::operator< | ( | const int1 & | a, |
const int1 & | b | ||
) |
__device__ __forceinline__ uchar2 cv::gpu::device::operator< | ( | const int2 & | a, |
const int2 & | b | ||
) |
__device__ __forceinline__ uchar3 cv::gpu::device::operator< | ( | const int3 & | a, |
const int3 & | b | ||
) |
__device__ __forceinline__ uchar4 cv::gpu::device::operator< | ( | const int4 & | a, |
const int4 & | b | ||
) |
__device__ __forceinline__ uchar1 cv::gpu::device::operator< | ( | const uint1 & | a, |
const uint1 & | b | ||
) |
__device__ __forceinline__ uchar2 cv::gpu::device::operator< | ( | const uint2 & | a, |
const uint2 & | b | ||
) |
__device__ __forceinline__ uchar3 cv::gpu::device::operator< | ( | const uint3 & | a, |
const uint3 & | b | ||
) |
__device__ __forceinline__ uchar4 cv::gpu::device::operator< | ( | const uint4 & | a, |
const uint4 & | b | ||
) |
__device__ __forceinline__ uchar1 cv::gpu::device::operator< | ( | const float1 & | a, |
const float1 & | b | ||
) |
__device__ __forceinline__ uchar2 cv::gpu::device::operator< | ( | const float2 & | a, |
const float2 & | b | ||
) |
__device__ __forceinline__ uchar3 cv::gpu::device::operator< | ( | const float3 & | a, |
const float3 & | b | ||
) |
__device__ __forceinline__ uchar4 cv::gpu::device::operator< | ( | const float4 & | a, |
const float4 & | b | ||
) |
__device__ __forceinline__ uchar1 cv::gpu::device::operator< | ( | const double1 & | a, |
const double1 & | b | ||
) |
__device__ __forceinline__ uchar2 cv::gpu::device::operator< | ( | const double2 & | a, |
const double2 & | b | ||
) |
__device__ __forceinline__ uchar3 cv::gpu::device::operator< | ( | const double3 & | a, |
const double3 & | b | ||
) |
__device__ __forceinline__ uchar4 cv::gpu::device::operator< | ( | const double4 & | a, |
const double4 & | b | ||
) |
__device__ __forceinline__ uchar1 cv::gpu::device::operator< | ( | const uchar1 & | a, |
uchar | s | ||
) |
__device__ __forceinline__ uchar1 cv::gpu::device::operator< | ( | uchar | s, |
const uchar1 & | b | ||
) |
__device__ __forceinline__ uchar2 cv::gpu::device::operator< | ( | const uchar2 & | a, |
uchar | s | ||
) |
__device__ __forceinline__ uchar2 cv::gpu::device::operator< | ( | uchar | s, |
const uchar2 & | b | ||
) |
__device__ __forceinline__ uchar3 cv::gpu::device::operator< | ( | const uchar3 & | a, |
uchar | s | ||
) |
__device__ __forceinline__ uchar3 cv::gpu::device::operator< | ( | uchar | s, |
const uchar3 & | b | ||
) |
__device__ __forceinline__ uchar4 cv::gpu::device::operator< | ( | const uchar4 & | a, |
uchar | s | ||
) |
__device__ __forceinline__ uchar4 cv::gpu::device::operator< | ( | uchar | s, |
const uchar4 & | b | ||
) |
__device__ __forceinline__ uchar1 cv::gpu::device::operator< | ( | const char1 & | a, |
char | s | ||
) |
__device__ __forceinline__ uchar2 cv::gpu::device::operator< | ( | const char2 & | a, |
char | s | ||
) |
__device__ __forceinline__ uchar2 cv::gpu::device::operator< | ( | char | s, |
const char2 & | b | ||
) |
__device__ __forceinline__ uchar4 cv::gpu::device::operator< | ( | const char4 & | a, |
char | s | ||
) |
__device__ __forceinline__ uchar3 cv::gpu::device::operator< | ( | char | s, |
const char3 & | b | ||
) |
__device__ __forceinline__ uchar3 cv::gpu::device::operator< | ( | const char3 & | a, |
char | s | ||
) |
__device__ __forceinline__ uchar1 cv::gpu::device::operator< | ( | char | s, |
const char1 & | b | ||
) |
__device__ __forceinline__ uchar4 cv::gpu::device::operator< | ( | char | s, |
const char4 & | b | ||
) |
__device__ __forceinline__ uchar2 cv::gpu::device::operator< | ( | const ushort2 & | a, |
ushort | s | ||
) |
__device__ __forceinline__ uchar2 cv::gpu::device::operator< | ( | ushort | s, |
const ushort2 & | b | ||
) |
__device__ __forceinline__ uchar3 cv::gpu::device::operator< | ( | const ushort3 & | a, |
ushort | s | ||
) |
__device__ __forceinline__ uchar4 cv::gpu::device::operator< | ( | const ushort4 & | a, |
ushort | s | ||
) |
__device__ __forceinline__ uchar3 cv::gpu::device::operator< | ( | ushort | s, |
const ushort3 & | b | ||
) |
__device__ __forceinline__ uchar1 cv::gpu::device::operator< | ( | ushort | s, |
const ushort1 & | b | ||
) |
__device__ __forceinline__ uchar4 cv::gpu::device::operator< | ( | ushort | s, |
const ushort4 & | b | ||
) |
__device__ __forceinline__ uchar1 cv::gpu::device::operator< | ( | const ushort1 & | a, |
ushort | s | ||
) |
__device__ __forceinline__ uchar2 cv::gpu::device::operator< | ( | const short2 & | a, |
short | s | ||
) |
__device__ __forceinline__ uchar2 cv::gpu::device::operator< | ( | short | s, |
const short2 & | b | ||
) |
__device__ __forceinline__ uchar4 cv::gpu::device::operator< | ( | const short4 & | a, |
short | s | ||
) |
__device__ __forceinline__ uchar3 cv::gpu::device::operator< | ( | const short3 & | a, |
short | s | ||
) |
__device__ __forceinline__ uchar4 cv::gpu::device::operator< | ( | short | s, |
const short4 & | b | ||
) |
__device__ __forceinline__ uchar3 cv::gpu::device::operator< | ( | short | s, |
const short3 & | b | ||
) |
__device__ __forceinline__ uchar1 cv::gpu::device::operator< | ( | short | s, |
const short1 & | b | ||
) |
__device__ __forceinline__ uchar1 cv::gpu::device::operator< | ( | const short1 & | a, |
short | s | ||
) |
__device__ __forceinline__ uchar2 cv::gpu::device::operator< | ( | const int2 & | a, |
int | s | ||
) |
__device__ __forceinline__ uchar2 cv::gpu::device::operator< | ( | int | s, |
const int2 & | b | ||
) |
__device__ __forceinline__ uchar3 cv::gpu::device::operator< | ( | const int3 & | a, |
int | s | ||
) |
__device__ __forceinline__ uchar4 cv::gpu::device::operator< | ( | const int4 & | a, |
int | s | ||
) |
__device__ __forceinline__ uchar4 cv::gpu::device::operator< | ( | int | s, |
const int4 & | b | ||
) |
__device__ __forceinline__ uchar3 cv::gpu::device::operator< | ( | int | s, |
const int3 & | b | ||
) |
__device__ __forceinline__ uchar1 cv::gpu::device::operator< | ( | const int1 & | a, |
int | s | ||
) |
__device__ __forceinline__ uchar1 cv::gpu::device::operator< | ( | int | s, |
const int1 & | b | ||
) |
__device__ __forceinline__ uchar2 cv::gpu::device::operator< | ( | const uint2 & | a, |
uint | s | ||
) |
__device__ __forceinline__ uchar2 cv::gpu::device::operator< | ( | uint | s, |
const uint2 & | b | ||
) |
__device__ __forceinline__ uchar4 cv::gpu::device::operator< | ( | const uint4 & | a, |
uint | s | ||
) |
__device__ __forceinline__ uchar1 cv::gpu::device::operator< | ( | uint | s, |
const uint1 & | b | ||
) |
__device__ __forceinline__ uchar3 cv::gpu::device::operator< | ( | uint | s, |
const uint3 & | b | ||
) |
__device__ __forceinline__ uchar3 cv::gpu::device::operator< | ( | const uint3 & | a, |
uint | s | ||
) |
__device__ __forceinline__ uchar4 cv::gpu::device::operator< | ( | uint | s, |
const uint4 & | b | ||
) |
__device__ __forceinline__ uchar1 cv::gpu::device::operator< | ( | const uint1 & | a, |
uint | s | ||
) |
__device__ __forceinline__ uchar2 cv::gpu::device::operator< | ( | const float2 & | a, |
float | s | ||
) |
__device__ __forceinline__ uchar3 cv::gpu::device::operator< | ( | const float3 & | a, |
float | s | ||
) |
__device__ __forceinline__ uchar4 cv::gpu::device::operator< | ( | const float4 & | a, |
float | s | ||
) |
__device__ __forceinline__ uchar3 cv::gpu::device::operator< | ( | float | s, |
const float3 & | b | ||
) |
__device__ __forceinline__ uchar2 cv::gpu::device::operator< | ( | float | s, |
const float2 & | b | ||
) |
__device__ __forceinline__ uchar1 cv::gpu::device::operator< | ( | float | s, |
const float1 & | b | ||
) |
__device__ __forceinline__ uchar1 cv::gpu::device::operator< | ( | const float1 & | a, |
float | s | ||
) |
__device__ __forceinline__ uchar4 cv::gpu::device::operator< | ( | float | s, |
const float4 & | b | ||
) |
__device__ __forceinline__ uchar2 cv::gpu::device::operator< | ( | const double2 & | a, |
double | s | ||
) |
__device__ __forceinline__ uchar3 cv::gpu::device::operator< | ( | const double3 & | a, |
double | s | ||
) |
__device__ __forceinline__ uchar4 cv::gpu::device::operator< | ( | const double4 & | a, |
double | s | ||
) |
__device__ __forceinline__ uchar1 cv::gpu::device::operator< | ( | double | s, |
const double1 & | b | ||
) |
__device__ __forceinline__ uchar2 cv::gpu::device::operator< | ( | double | s, |
const double2 & | b | ||
) |
__device__ __forceinline__ uchar3 cv::gpu::device::operator< | ( | double | s, |
const double3 & | b | ||
) |
__device__ __forceinline__ uchar4 cv::gpu::device::operator< | ( | double | s, |
const double4 & | b | ||
) |
__device__ __forceinline__ uchar1 cv::gpu::device::operator< | ( | const double1 & | a, |
double | s | ||
) |
__device__ __forceinline__ uchar2 cv::gpu::device::operator<= | ( | const uchar2 & | a, |
const uchar2 & | b | ||
) |
__device__ __forceinline__ uchar4 cv::gpu::device::operator<= | ( | const uchar4 & | a, |
const uchar4 & | b | ||
) |
__device__ __forceinline__ uchar1 cv::gpu::device::operator<= | ( | const uchar1 & | a, |
const uchar1 & | b | ||
) |
__device__ __forceinline__ uchar3 cv::gpu::device::operator<= | ( | const uchar3 & | a, |
const uchar3 & | b | ||
) |
__device__ __forceinline__ uchar3 cv::gpu::device::operator<= | ( | const char3 & | a, |
const char3 & | b | ||
) |
__device__ __forceinline__ uchar4 cv::gpu::device::operator<= | ( | const char4 & | a, |
const char4 & | b | ||
) |
__device__ __forceinline__ uchar2 cv::gpu::device::operator<= | ( | const char2 & | a, |
const char2 & | b | ||
) |
__device__ __forceinline__ uchar1 cv::gpu::device::operator<= | ( | const char1 & | a, |
const char1 & | b | ||
) |
__device__ __forceinline__ uchar3 cv::gpu::device::operator<= | ( | const ushort3 & | a, |
const ushort3 & | b | ||
) |
__device__ __forceinline__ uchar4 cv::gpu::device::operator<= | ( | const ushort4 & | a, |
const ushort4 & | b | ||
) |
__device__ __forceinline__ uchar2 cv::gpu::device::operator<= | ( | const ushort2 & | a, |
const ushort2 & | b | ||
) |
__device__ __forceinline__ uchar1 cv::gpu::device::operator<= | ( | const ushort1 & | a, |
const ushort1 & | b | ||
) |
__device__ __forceinline__ uchar4 cv::gpu::device::operator<= | ( | const short4 & | a, |
const short4 & | b | ||
) |
__device__ __forceinline__ uchar2 cv::gpu::device::operator<= | ( | const short2 & | a, |
const short2 & | b | ||
) |
__device__ __forceinline__ uchar3 cv::gpu::device::operator<= | ( | const short3 & | a, |
const short3 & | b | ||
) |
__device__ __forceinline__ uchar1 cv::gpu::device::operator<= | ( | const short1 & | a, |
const short1 & | b | ||
) |
__device__ __forceinline__ uchar1 cv::gpu::device::operator<= | ( | const int1 & | a, |
const int1 & | b | ||
) |
__device__ __forceinline__ uchar3 cv::gpu::device::operator<= | ( | const int3 & | a, |
const int3 & | b | ||
) |
__device__ __forceinline__ uchar4 cv::gpu::device::operator<= | ( | const int4 & | a, |
const int4 & | b | ||
) |
__device__ __forceinline__ uchar2 cv::gpu::device::operator<= | ( | const int2 & | a, |
const int2 & | b | ||
) |
__device__ __forceinline__ uchar2 cv::gpu::device::operator<= | ( | const uint2 & | a, |
const uint2 & | b | ||
) |
__device__ __forceinline__ uchar3 cv::gpu::device::operator<= | ( | const uint3 & | a, |
const uint3 & | b | ||
) |
__device__ __forceinline__ uchar4 cv::gpu::device::operator<= | ( | const uint4 & | a, |
const uint4 & | b | ||
) |
__device__ __forceinline__ uchar1 cv::gpu::device::operator<= | ( | const uint1 & | a, |
const uint1 & | b | ||
) |
__device__ __forceinline__ uchar3 cv::gpu::device::operator<= | ( | const float3 & | a, |
const float3 & | b | ||
) |
__device__ __forceinline__ uchar4 cv::gpu::device::operator<= | ( | const float4 & | a, |
const float4 & | b | ||
) |
__device__ __forceinline__ uchar1 cv::gpu::device::operator<= | ( | const float1 & | a, |
const float1 & | b | ||
) |
__device__ __forceinline__ uchar2 cv::gpu::device::operator<= | ( | const float2 & | a, |
const float2 & | b | ||
) |
__device__ __forceinline__ uchar1 cv::gpu::device::operator<= | ( | const double1 & | a, |
const double1 & | b | ||
) |
__device__ __forceinline__ uchar3 cv::gpu::device::operator<= | ( | const double3 & | a, |
const double3 & | b | ||
) |
__device__ __forceinline__ uchar4 cv::gpu::device::operator<= | ( | const double4 & | a, |
const double4 & | b | ||
) |
__device__ __forceinline__ uchar2 cv::gpu::device::operator<= | ( | const double2 & | a, |
const double2 & | b | ||
) |
__device__ __forceinline__ uchar2 cv::gpu::device::operator<= | ( | const uchar2 & | a, |
uchar | s | ||
) |
__device__ __forceinline__ uchar3 cv::gpu::device::operator<= | ( | const uchar3 & | a, |
uchar | s | ||
) |
__device__ __forceinline__ uchar4 cv::gpu::device::operator<= | ( | const uchar4 & | a, |
uchar | s | ||
) |
__device__ __forceinline__ uchar2 cv::gpu::device::operator<= | ( | uchar | s, |
const uchar2 & | b | ||
) |
__device__ __forceinline__ uchar1 cv::gpu::device::operator<= | ( | const uchar1 & | a, |
uchar | s | ||
) |
__device__ __forceinline__ uchar1 cv::gpu::device::operator<= | ( | uchar | s, |
const uchar1 & | b | ||
) |
__device__ __forceinline__ uchar3 cv::gpu::device::operator<= | ( | uchar | s, |
const uchar3 & | b | ||
) |
__device__ __forceinline__ uchar4 cv::gpu::device::operator<= | ( | uchar | s, |
const uchar4 & | b | ||
) |
__device__ __forceinline__ uchar3 cv::gpu::device::operator<= | ( | const char3 & | a, |
char | s | ||
) |
__device__ __forceinline__ uchar4 cv::gpu::device::operator<= | ( | const char4 & | a, |
char | s | ||
) |
__device__ __forceinline__ uchar2 cv::gpu::device::operator<= | ( | char | s, |
const char2 & | b | ||
) |
__device__ __forceinline__ uchar4 cv::gpu::device::operator<= | ( | char | s, |
const char4 & | b | ||
) |
__device__ __forceinline__ uchar3 cv::gpu::device::operator<= | ( | char | s, |
const char3 & | b | ||
) |
__device__ __forceinline__ uchar1 cv::gpu::device::operator<= | ( | const char1 & | a, |
char | s | ||
) |
__device__ __forceinline__ uchar1 cv::gpu::device::operator<= | ( | char | s, |
const char1 & | b | ||
) |
__device__ __forceinline__ uchar2 cv::gpu::device::operator<= | ( | const char2 & | a, |
char | s | ||
) |
__device__ __forceinline__ uchar2 cv::gpu::device::operator<= | ( | const ushort2 & | a, |
ushort | s | ||
) |
__device__ __forceinline__ uchar3 cv::gpu::device::operator<= | ( | const ushort3 & | a, |
ushort | s | ||
) |
__device__ __forceinline__ uchar4 cv::gpu::device::operator<= | ( | const ushort4 & | a, |
ushort | s | ||
) |
__device__ __forceinline__ uchar1 cv::gpu::device::operator<= | ( | ushort | s, |
const ushort1 & | b | ||
) |
__device__ __forceinline__ uchar2 cv::gpu::device::operator<= | ( | ushort | s, |
const ushort2 & | b | ||
) |
__device__ __forceinline__ uchar3 cv::gpu::device::operator<= | ( | ushort | s, |
const ushort3 & | b | ||
) |
__device__ __forceinline__ uchar1 cv::gpu::device::operator<= | ( | const ushort1 & | a, |
ushort | s | ||
) |
__device__ __forceinline__ uchar4 cv::gpu::device::operator<= | ( | ushort | s, |
const ushort4 & | b | ||
) |
__device__ __forceinline__ uchar2 cv::gpu::device::operator<= | ( | const short2 & | a, |
short | s | ||
) |
__device__ __forceinline__ uchar3 cv::gpu::device::operator<= | ( | const short3 & | a, |
short | s | ||
) |
__device__ __forceinline__ uchar4 cv::gpu::device::operator<= | ( | const short4 & | a, |
short | s | ||
) |
__device__ __forceinline__ uchar1 cv::gpu::device::operator<= | ( | short | s, |
const short1 & | b | ||
) |
__device__ __forceinline__ uchar3 cv::gpu::device::operator<= | ( | short | s, |
const short3 & | b | ||
) |
__device__ __forceinline__ uchar4 cv::gpu::device::operator<= | ( | short | s, |
const short4 & | b | ||
) |
__device__ __forceinline__ uchar2 cv::gpu::device::operator<= | ( | short | s, |
const short2 & | b | ||
) |
__device__ __forceinline__ uchar1 cv::gpu::device::operator<= | ( | const short1 & | a, |
short | s | ||
) |
__device__ __forceinline__ uchar2 cv::gpu::device::operator<= | ( | const int2 & | a, |
int | s | ||
) |
__device__ __forceinline__ uchar2 cv::gpu::device::operator<= | ( | int | s, |
const int2 & | b | ||
) |
__device__ __forceinline__ uchar3 cv::gpu::device::operator<= | ( | const int3 & | a, |
int | s | ||
) |
__device__ __forceinline__ uchar4 cv::gpu::device::operator<= | ( | const int4 & | a, |
int | s | ||
) |
__device__ __forceinline__ uchar4 cv::gpu::device::operator<= | ( | int | s, |
const int4 & | b | ||
) |
__device__ __forceinline__ uchar1 cv::gpu::device::operator<= | ( | int | s, |
const int1 & | b | ||
) |
__device__ __forceinline__ uchar3 cv::gpu::device::operator<= | ( | int | s, |
const int3 & | b | ||
) |
__device__ __forceinline__ uchar1 cv::gpu::device::operator<= | ( | const int1 & | a, |
int | s | ||
) |
__device__ __forceinline__ uchar2 cv::gpu::device::operator<= | ( | const uint2 & | a, |
uint | s | ||
) |
__device__ __forceinline__ uchar2 cv::gpu::device::operator<= | ( | uint | s, |
const uint2 & | b | ||
) |
__device__ __forceinline__ uchar4 cv::gpu::device::operator<= | ( | const uint4 & | a, |
uint | s | ||
) |
__device__ __forceinline__ uchar1 cv::gpu::device::operator<= | ( | uint | s, |
const uint1 & | b | ||
) |
__device__ __forceinline__ uchar3 cv::gpu::device::operator<= | ( | uint | s, |
const uint3 & | b | ||
) |
__device__ __forceinline__ uchar3 cv::gpu::device::operator<= | ( | const uint3 & | a, |
uint | s | ||
) |
__device__ __forceinline__ uchar4 cv::gpu::device::operator<= | ( | uint | s, |
const uint4 & | b | ||
) |
__device__ __forceinline__ uchar1 cv::gpu::device::operator<= | ( | const uint1 & | a, |
uint | s | ||
) |
__device__ __forceinline__ uchar2 cv::gpu::device::operator<= | ( | const float2 & | a, |
float | s | ||
) |
__device__ __forceinline__ uchar2 cv::gpu::device::operator<= | ( | float | s, |
const float2 & | b | ||
) |
__device__ __forceinline__ uchar3 cv::gpu::device::operator<= | ( | const float3 & | a, |
float | s | ||
) |
__device__ __forceinline__ uchar4 cv::gpu::device::operator<= | ( | const float4 & | a, |
float | s | ||
) |
__device__ __forceinline__ uchar1 cv::gpu::device::operator<= | ( | float | s, |
const float1 & | b | ||
) |
__device__ __forceinline__ uchar4 cv::gpu::device::operator<= | ( | float | s, |
const float4 & | b | ||
) |
__device__ __forceinline__ uchar3 cv::gpu::device::operator<= | ( | float | s, |
const float3 & | b | ||
) |
__device__ __forceinline__ uchar1 cv::gpu::device::operator<= | ( | const float1 & | a, |
float | s | ||
) |
__device__ __forceinline__ uchar2 cv::gpu::device::operator<= | ( | const double2 & | a, |
double | s | ||
) |
__device__ __forceinline__ uchar2 cv::gpu::device::operator<= | ( | double | s, |
const double2 & | b | ||
) |
__device__ __forceinline__ uchar4 cv::gpu::device::operator<= | ( | double | s, |
const double4 & | b | ||
) |
__device__ __forceinline__ uchar4 cv::gpu::device::operator<= | ( | const double4 & | a, |
double | s | ||
) |
__device__ __forceinline__ uchar1 cv::gpu::device::operator<= | ( | double | s, |
const double1 & | b | ||
) |
__device__ __forceinline__ uchar3 cv::gpu::device::operator<= | ( | double | s, |
const double3 & | b | ||
) |
__device__ __forceinline__ uchar3 cv::gpu::device::operator<= | ( | const double3 & | a, |
double | s | ||
) |
__device__ __forceinline__ uchar1 cv::gpu::device::operator<= | ( | const double1 & | a, |
double | s | ||
) |
__device__ __forceinline__ uchar2 cv::gpu::device::operator== | ( | const uchar2 & | a, |
const uchar2 & | b | ||
) |
__device__ __forceinline__ uchar1 cv::gpu::device::operator== | ( | const uchar1 & | a, |
const uchar1 & | b | ||
) |
__device__ __forceinline__ uchar4 cv::gpu::device::operator== | ( | const uchar4 & | a, |
const uchar4 & | b | ||
) |
__device__ __forceinline__ uchar3 cv::gpu::device::operator== | ( | const uchar3 & | a, |
const uchar3 & | b | ||
) |
__device__ __forceinline__ uchar3 cv::gpu::device::operator== | ( | const char3 & | a, |
const char3 & | b | ||
) |
__device__ __forceinline__ uchar1 cv::gpu::device::operator== | ( | const char1 & | a, |
const char1 & | b | ||
) |
__device__ __forceinline__ uchar4 cv::gpu::device::operator== | ( | const char4 & | a, |
const char4 & | b | ||
) |
__device__ __forceinline__ uchar2 cv::gpu::device::operator== | ( | const char2 & | a, |
const char2 & | b | ||
) |
__device__ __forceinline__ uchar3 cv::gpu::device::operator== | ( | const ushort3 & | a, |
const ushort3 & | b | ||
) |
__device__ __forceinline__ uchar2 cv::gpu::device::operator== | ( | const ushort2 & | a, |
const ushort2 & | b | ||
) |
__device__ __forceinline__ uchar4 cv::gpu::device::operator== | ( | const ushort4 & | a, |
const ushort4 & | b | ||
) |
__device__ __forceinline__ uchar1 cv::gpu::device::operator== | ( | const ushort1 & | a, |
const ushort1 & | b | ||
) |
__device__ __forceinline__ uchar2 cv::gpu::device::operator== | ( | const short2 & | a, |
const short2 & | b | ||
) |
__device__ __forceinline__ uchar4 cv::gpu::device::operator== | ( | const short4 & | a, |
const short4 & | b | ||
) |
__device__ __forceinline__ uchar1 cv::gpu::device::operator== | ( | const short1 & | a, |
const short1 & | b | ||
) |
__device__ __forceinline__ uchar3 cv::gpu::device::operator== | ( | const short3 & | a, |
const short3 & | b | ||
) |
__device__ __forceinline__ uchar3 cv::gpu::device::operator== | ( | const int3 & | a, |
const int3 & | b | ||
) |
__device__ __forceinline__ uchar4 cv::gpu::device::operator== | ( | const int4 & | a, |
const int4 & | b | ||
) |
__device__ __forceinline__ uchar2 cv::gpu::device::operator== | ( | const int2 & | a, |
const int2 & | b | ||
) |
__device__ __forceinline__ uchar1 cv::gpu::device::operator== | ( | const int1 & | a, |
const int1 & | b | ||
) |
__device__ __forceinline__ uchar2 cv::gpu::device::operator== | ( | const uint2 & | a, |
const uint2 & | b | ||
) |
__device__ __forceinline__ uchar1 cv::gpu::device::operator== | ( | const uint1 & | a, |
const uint1 & | b | ||
) |
__device__ __forceinline__ uchar4 cv::gpu::device::operator== | ( | const uint4 & | a, |
const uint4 & | b | ||
) |
__device__ __forceinline__ uchar3 cv::gpu::device::operator== | ( | const uint3 & | a, |
const uint3 & | b | ||
) |
__device__ __forceinline__ uchar1 cv::gpu::device::operator== | ( | const float1 & | a, |
const float1 & | b | ||
) |
__device__ __forceinline__ uchar4 cv::gpu::device::operator== | ( | const float4 & | a, |
const float4 & | b | ||
) |
__device__ __forceinline__ uchar2 cv::gpu::device::operator== | ( | const float2 & | a, |
const float2 & | b | ||
) |
__device__ __forceinline__ uchar3 cv::gpu::device::operator== | ( | const float3 & | a, |
const float3 & | b | ||
) |
__device__ __forceinline__ uchar1 cv::gpu::device::operator== | ( | const double1 & | a, |
const double1 & | b | ||
) |
__device__ __forceinline__ uchar3 cv::gpu::device::operator== | ( | const double3 & | a, |
const double3 & | b | ||
) |
__device__ __forceinline__ uchar2 cv::gpu::device::operator== | ( | const double2 & | a, |
const double2 & | b | ||
) |
__device__ __forceinline__ uchar4 cv::gpu::device::operator== | ( | const double4 & | a, |
const double4 & | b | ||
) |
__device__ __forceinline__ uchar3 cv::gpu::device::operator== | ( | uchar | s, |
const uchar3 & | b | ||
) |
__device__ __forceinline__ uchar4 cv::gpu::device::operator== | ( | uchar | s, |
const uchar4 & | b | ||
) |
__device__ __forceinline__ uchar1 cv::gpu::device::operator== | ( | const uchar1 & | a, |
uchar | s | ||
) |
__device__ __forceinline__ uchar2 cv::gpu::device::operator== | ( | uchar | s, |
const uchar2 & | b | ||
) |
__device__ __forceinline__ uchar2 cv::gpu::device::operator== | ( | const uchar2 & | a, |
uchar | s | ||
) |
__device__ __forceinline__ uchar1 cv::gpu::device::operator== | ( | uchar | s, |
const uchar1 & | b | ||
) |
__device__ __forceinline__ uchar3 cv::gpu::device::operator== | ( | const uchar3 & | a, |
uchar | s | ||
) |
__device__ __forceinline__ uchar4 cv::gpu::device::operator== | ( | const uchar4 & | a, |
uchar | s | ||
) |
__device__ __forceinline__ uchar3 cv::gpu::device::operator== | ( | char | s, |
const char3 & | b | ||
) |
__device__ __forceinline__ uchar2 cv::gpu::device::operator== | ( | char | s, |
const char2 & | b | ||
) |
__device__ __forceinline__ uchar1 cv::gpu::device::operator== | ( | char | s, |
const char1 & | b | ||
) |
__device__ __forceinline__ uchar4 cv::gpu::device::operator== | ( | char | s, |
const char4 & | b | ||
) |
__device__ __forceinline__ uchar1 cv::gpu::device::operator== | ( | const char1 & | a, |
char | s | ||
) |
__device__ __forceinline__ uchar2 cv::gpu::device::operator== | ( | const char2 & | a, |
char | s | ||
) |
__device__ __forceinline__ uchar3 cv::gpu::device::operator== | ( | const char3 & | a, |
char | s | ||
) |
__device__ __forceinline__ uchar4 cv::gpu::device::operator== | ( | const char4 & | a, |
char | s | ||
) |
__device__ __forceinline__ uchar1 cv::gpu::device::operator== | ( | ushort | s, |
const ushort1 & | b | ||
) |
__device__ __forceinline__ uchar3 cv::gpu::device::operator== | ( | ushort | s, |
const ushort3 & | b | ||
) |
__device__ __forceinline__ uchar1 cv::gpu::device::operator== | ( | const ushort1 & | a, |
ushort | s | ||
) |
__device__ __forceinline__ uchar2 cv::gpu::device::operator== | ( | const ushort2 & | a, |
ushort | s | ||
) |
__device__ __forceinline__ uchar2 cv::gpu::device::operator== | ( | ushort | s, |
const ushort2 & | b | ||
) |
__device__ __forceinline__ uchar3 cv::gpu::device::operator== | ( | const ushort3 & | a, |
ushort | s | ||
) |
__device__ __forceinline__ uchar4 cv::gpu::device::operator== | ( | const ushort4 & | a, |
ushort | s | ||
) |
__device__ __forceinline__ uchar4 cv::gpu::device::operator== | ( | ushort | s, |
const ushort4 & | b | ||
) |
__device__ __forceinline__ uchar3 cv::gpu::device::operator== | ( | short | s, |
const short3 & | b | ||
) |
__device__ __forceinline__ uchar1 cv::gpu::device::operator== | ( | short | s, |
const short1 & | b | ||
) |
__device__ __forceinline__ uchar4 cv::gpu::device::operator== | ( | short | s, |
const short4 & | b | ||
) |
__device__ __forceinline__ uchar3 cv::gpu::device::operator== | ( | const short3 & | a, |
short | s | ||
) |
__device__ __forceinline__ uchar2 cv::gpu::device::operator== | ( | const short2 & | a, |
short | s | ||
) |
__device__ __forceinline__ uchar2 cv::gpu::device::operator== | ( | short | s, |
const short2 & | b | ||
) |
__device__ __forceinline__ uchar4 cv::gpu::device::operator== | ( | const short4 & | a, |
short | s | ||
) |
__device__ __forceinline__ uchar1 cv::gpu::device::operator== | ( | const short1 & | a, |
short | s | ||
) |
__device__ __forceinline__ uchar3 cv::gpu::device::operator== | ( | int | s, |
const int3 & | b | ||
) |
__device__ __forceinline__ uchar1 cv::gpu::device::operator== | ( | const int1 & | a, |
int | s | ||
) |
__device__ __forceinline__ uchar1 cv::gpu::device::operator== | ( | int | s, |
const int1 & | b | ||
) |
__device__ __forceinline__ uchar2 cv::gpu::device::operator== | ( | const int2 & | a, |
int | s | ||
) |
__device__ __forceinline__ uchar2 cv::gpu::device::operator== | ( | int | s, |
const int2 & | b | ||
) |
__device__ __forceinline__ uchar3 cv::gpu::device::operator== | ( | const int3 & | a, |
int | s | ||
) |
__device__ __forceinline__ uchar4 cv::gpu::device::operator== | ( | const int4 & | a, |
int | s | ||
) |
__device__ __forceinline__ uchar4 cv::gpu::device::operator== | ( | int | s, |
const int4 & | b | ||
) |
__device__ __forceinline__ uchar3 cv::gpu::device::operator== | ( | uint | s, |
const uint3 & | b | ||
) |
__device__ __forceinline__ uchar1 cv::gpu::device::operator== | ( | uint | s, |
const uint1 & | b | ||
) |
__device__ __forceinline__ uchar1 cv::gpu::device::operator== | ( | const uint1 & | a, |
uint | s | ||
) |
__device__ __forceinline__ uchar4 cv::gpu::device::operator== | ( | uint | s, |
const uint4 & | b | ||
) |
__device__ __forceinline__ uchar3 cv::gpu::device::operator== | ( | const uint3 & | a, |
uint | s | ||
) |
__device__ __forceinline__ uchar2 cv::gpu::device::operator== | ( | const uint2 & | a, |
uint | s | ||
) |
__device__ __forceinline__ uchar2 cv::gpu::device::operator== | ( | uint | s, |
const uint2 & | b | ||
) |
__device__ __forceinline__ uchar4 cv::gpu::device::operator== | ( | const uint4 & | a, |
uint | s | ||
) |
__device__ __forceinline__ uchar1 cv::gpu::device::operator== | ( | const float1 & | a, |
float | s | ||
) |
__device__ __forceinline__ uchar3 cv::gpu::device::operator== | ( | float | s, |
const float3 & | b | ||
) |
__device__ __forceinline__ uchar1 cv::gpu::device::operator== | ( | float | s, |
const float1 & | b | ||
) |
__device__ __forceinline__ uchar4 cv::gpu::device::operator== | ( | float | s, |
const float4 & | b | ||
) |
__device__ __forceinline__ uchar2 cv::gpu::device::operator== | ( | const float2 & | a, |
float | s | ||
) |
__device__ __forceinline__ uchar2 cv::gpu::device::operator== | ( | float | s, |
const float2 & | b | ||
) |
__device__ __forceinline__ uchar3 cv::gpu::device::operator== | ( | const float3 & | a, |
float | s | ||
) |
__device__ __forceinline__ uchar4 cv::gpu::device::operator== | ( | const float4 & | a, |
float | s | ||
) |
__device__ __forceinline__ uchar3 cv::gpu::device::operator== | ( | const double3 & | a, |
double | s | ||
) |
__device__ __forceinline__ uchar3 cv::gpu::device::operator== | ( | double | s, |
const double3 & | b | ||
) |
__device__ __forceinline__ uchar1 cv::gpu::device::operator== | ( | double | s, |
const double1 & | b | ||
) |
__device__ __forceinline__ uchar4 cv::gpu::device::operator== | ( | double | s, |
const double4 & | b | ||
) |
__device__ __forceinline__ uchar1 cv::gpu::device::operator== | ( | const double1 & | a, |
double | s | ||
) |
__device__ __forceinline__ uchar2 cv::gpu::device::operator== | ( | const double2 & | a, |
double | s | ||
) |
__device__ __forceinline__ uchar2 cv::gpu::device::operator== | ( | double | s, |
const double2 & | b | ||
) |
__device__ __forceinline__ uchar4 cv::gpu::device::operator== | ( | const double4 & | a, |
double | s | ||
) |
__device__ __forceinline__ uchar1 cv::gpu::device::operator> | ( | const uchar1 & | a, |
const uchar1 & | b | ||
) |
__device__ __forceinline__ uchar2 cv::gpu::device::operator> | ( | const uchar2 & | a, |
const uchar2 & | b | ||
) |
__device__ __forceinline__ uchar4 cv::gpu::device::operator> | ( | const uchar4 & | a, |
const uchar4 & | b | ||
) |
__device__ __forceinline__ uchar3 cv::gpu::device::operator> | ( | const uchar3 & | a, |
const uchar3 & | b | ||
) |
__device__ __forceinline__ uchar2 cv::gpu::device::operator> | ( | const char2 & | a, |
const char2 & | b | ||
) |
__device__ __forceinline__ uchar3 cv::gpu::device::operator> | ( | const char3 & | a, |
const char3 & | b | ||
) |
__device__ __forceinline__ uchar4 cv::gpu::device::operator> | ( | const char4 & | a, |
const char4 & | b | ||
) |
__device__ __forceinline__ uchar1 cv::gpu::device::operator> | ( | const char1 & | a, |
const char1 & | b | ||
) |
__device__ __forceinline__ uchar4 cv::gpu::device::operator> | ( | const ushort4 & | a, |
const ushort4 & | b | ||
) |
__device__ __forceinline__ uchar1 cv::gpu::device::operator> | ( | const ushort1 & | a, |
const ushort1 & | b | ||
) |
__device__ __forceinline__ uchar2 cv::gpu::device::operator> | ( | const ushort2 & | a, |
const ushort2 & | b | ||
) |
__device__ __forceinline__ uchar3 cv::gpu::device::operator> | ( | const ushort3 & | a, |
const ushort3 & | b | ||
) |
__device__ __forceinline__ uchar2 cv::gpu::device::operator> | ( | const short2 & | a, |
const short2 & | b | ||
) |
__device__ __forceinline__ uchar4 cv::gpu::device::operator> | ( | const short4 & | a, |
const short4 & | b | ||
) |
__device__ __forceinline__ uchar1 cv::gpu::device::operator> | ( | const short1 & | a, |
const short1 & | b | ||
) |
__device__ __forceinline__ uchar3 cv::gpu::device::operator> | ( | const short3 & | a, |
const short3 & | b | ||
) |
__device__ __forceinline__ uchar3 cv::gpu::device::operator> | ( | const int3 & | a, |
const int3 & | b | ||
) |
__device__ __forceinline__ uchar4 cv::gpu::device::operator> | ( | const int4 & | a, |
const int4 & | b | ||
) |
__device__ __forceinline__ uchar2 cv::gpu::device::operator> | ( | const int2 & | a, |
const int2 & | b | ||
) |
__device__ __forceinline__ uchar1 cv::gpu::device::operator> | ( | const int1 & | a, |
const int1 & | b | ||
) |
__device__ __forceinline__ uchar4 cv::gpu::device::operator> | ( | const uint4 & | a, |
const uint4 & | b | ||
) |
__device__ __forceinline__ uchar3 cv::gpu::device::operator> | ( | const uint3 & | a, |
const uint3 & | b | ||
) |
__device__ __forceinline__ uchar1 cv::gpu::device::operator> | ( | const uint1 & | a, |
const uint1 & | b | ||
) |
__device__ __forceinline__ uchar2 cv::gpu::device::operator> | ( | const uint2 & | a, |
const uint2 & | b | ||
) |
__device__ __forceinline__ uchar2 cv::gpu::device::operator> | ( | const float2 & | a, |
const float2 & | b | ||
) |
__device__ __forceinline__ uchar4 cv::gpu::device::operator> | ( | const float4 & | a, |
const float4 & | b | ||
) |
__device__ __forceinline__ uchar1 cv::gpu::device::operator> | ( | const float1 & | a, |
const float1 & | b | ||
) |
__device__ __forceinline__ uchar3 cv::gpu::device::operator> | ( | const float3 & | a, |
const float3 & | b | ||
) |
__device__ __forceinline__ uchar2 cv::gpu::device::operator> | ( | const double2 & | a, |
const double2 & | b | ||
) |
__device__ __forceinline__ uchar1 cv::gpu::device::operator> | ( | const double1 & | a, |
const double1 & | b | ||
) |
__device__ __forceinline__ uchar3 cv::gpu::device::operator> | ( | const double3 & | a, |
const double3 & | b | ||
) |
__device__ __forceinline__ uchar4 cv::gpu::device::operator> | ( | const double4 & | a, |
const double4 & | b | ||
) |
__device__ __forceinline__ uchar3 cv::gpu::device::operator> | ( | uchar | s, |
const uchar3 & | b | ||
) |
__device__ __forceinline__ uchar4 cv::gpu::device::operator> | ( | uchar | s, |
const uchar4 & | b | ||
) |
__device__ __forceinline__ uchar1 cv::gpu::device::operator> | ( | const uchar1 & | a, |
uchar | s | ||
) |
__device__ __forceinline__ uchar1 cv::gpu::device::operator> | ( | uchar | s, |
const uchar1 & | b | ||
) |
__device__ __forceinline__ uchar2 cv::gpu::device::operator> | ( | const uchar2 & | a, |
uchar | s | ||
) |
__device__ __forceinline__ uchar2 cv::gpu::device::operator> | ( | uchar | s, |
const uchar2 & | b | ||
) |
__device__ __forceinline__ uchar3 cv::gpu::device::operator> | ( | const uchar3 & | a, |
uchar | s | ||
) |
__device__ __forceinline__ uchar4 cv::gpu::device::operator> | ( | const uchar4 & | a, |
uchar | s | ||
) |
__device__ __forceinline__ uchar4 cv::gpu::device::operator> | ( | char | s, |
const char4 & | b | ||
) |
__device__ __forceinline__ uchar1 cv::gpu::device::operator> | ( | char | s, |
const char1 & | b | ||
) |
__device__ __forceinline__ uchar2 cv::gpu::device::operator> | ( | char | s, |
const char2 & | b | ||
) |
__device__ __forceinline__ uchar1 cv::gpu::device::operator> | ( | const char1 & | a, |
char | s | ||
) |
__device__ __forceinline__ uchar3 cv::gpu::device::operator> | ( | char | s, |
const char3 & | b | ||
) |
__device__ __forceinline__ uchar2 cv::gpu::device::operator> | ( | const char2 & | a, |
char | s | ||
) |
__device__ __forceinline__ uchar3 cv::gpu::device::operator> | ( | const char3 & | a, |
char | s | ||
) |
__device__ __forceinline__ uchar4 cv::gpu::device::operator> | ( | const char4 & | a, |
char | s | ||
) |
__device__ __forceinline__ uchar1 cv::gpu::device::operator> | ( | const ushort1 & | a, |
ushort | s | ||
) |
__device__ __forceinline__ uchar1 cv::gpu::device::operator> | ( | ushort | s, |
const ushort1 & | b | ||
) |
__device__ __forceinline__ uchar3 cv::gpu::device::operator> | ( | ushort | s, |
const ushort3 & | b | ||
) |
__device__ __forceinline__ uchar4 cv::gpu::device::operator> | ( | ushort | s, |
const ushort4 & | b | ||
) |
__device__ __forceinline__ uchar2 cv::gpu::device::operator> | ( | const ushort2 & | a, |
ushort | s | ||
) |
__device__ __forceinline__ uchar2 cv::gpu::device::operator> | ( | ushort | s, |
const ushort2 & | b | ||
) |
__device__ __forceinline__ uchar3 cv::gpu::device::operator> | ( | const ushort3 & | a, |
ushort | s | ||
) |
__device__ __forceinline__ uchar4 cv::gpu::device::operator> | ( | const ushort4 & | a, |
ushort | s | ||
) |
__device__ __forceinline__ uchar3 cv::gpu::device::operator> | ( | short | s, |
const short3 & | b | ||
) |
__device__ __forceinline__ uchar1 cv::gpu::device::operator> | ( | const short1 & | a, |
short | s | ||
) |
__device__ __forceinline__ uchar1 cv::gpu::device::operator> | ( | short | s, |
const short1 & | b | ||
) |
__device__ __forceinline__ uchar4 cv::gpu::device::operator> | ( | short | s, |
const short4 & | b | ||
) |
__device__ __forceinline__ uchar3 cv::gpu::device::operator> | ( | const short3 & | a, |
short | s | ||
) |
__device__ __forceinline__ uchar2 cv::gpu::device::operator> | ( | const short2 & | a, |
short | s | ||
) |
__device__ __forceinline__ uchar2 cv::gpu::device::operator> | ( | short | s, |
const short2 & | b | ||
) |
__device__ __forceinline__ uchar4 cv::gpu::device::operator> | ( | const short4 & | a, |
short | s | ||
) |
__device__ __forceinline__ uchar2 cv::gpu::device::operator> | ( | const int2 & | a, |
int | s | ||
) |
__device__ __forceinline__ uchar2 cv::gpu::device::operator> | ( | int | s, |
const int2 & | b | ||
) |
__device__ __forceinline__ uchar3 cv::gpu::device::operator> | ( | const int3 & | a, |
int | s | ||
) |
__device__ __forceinline__ uchar4 cv::gpu::device::operator> | ( | const int4 & | a, |
int | s | ||
) |
__device__ __forceinline__ uchar1 cv::gpu::device::operator> | ( | const int1 & | a, |
int | s | ||
) |
__device__ __forceinline__ uchar4 cv::gpu::device::operator> | ( | int | s, |
const int4 & | b | ||
) |
__device__ __forceinline__ uchar3 cv::gpu::device::operator> | ( | int | s, |
const int3 & | b | ||
) |
__device__ __forceinline__ uchar1 cv::gpu::device::operator> | ( | int | s, |
const int1 & | b | ||
) |
__device__ __forceinline__ uchar2 cv::gpu::device::operator> | ( | const uint2 & | a, |
uint | s | ||
) |
__device__ __forceinline__ uchar2 cv::gpu::device::operator> | ( | uint | s, |
const uint2 & | b | ||
) |
__device__ __forceinline__ uchar4 cv::gpu::device::operator> | ( | const uint4 & | a, |
uint | s | ||
) |
__device__ __forceinline__ uchar1 cv::gpu::device::operator> | ( | const uint1 & | a, |
uint | s | ||
) |
__device__ __forceinline__ uchar3 cv::gpu::device::operator> | ( | uint | s, |
const uint3 & | b | ||
) |
__device__ __forceinline__ uchar3 cv::gpu::device::operator> | ( | const uint3 & | a, |
uint | s | ||
) |
__device__ __forceinline__ uchar1 cv::gpu::device::operator> | ( | uint | s, |
const uint1 & | b | ||
) |
__device__ __forceinline__ uchar4 cv::gpu::device::operator> | ( | uint | s, |
const uint4 & | b | ||
) |
__device__ __forceinline__ uchar2 cv::gpu::device::operator> | ( | const float2 & | a, |
float | s | ||
) |
__device__ __forceinline__ uchar2 cv::gpu::device::operator> | ( | float | s, |
const float2 & | b | ||
) |
__device__ __forceinline__ uchar3 cv::gpu::device::operator> | ( | const float3 & | a, |
float | s | ||
) |
__device__ __forceinline__ uchar4 cv::gpu::device::operator> | ( | const float4 & | a, |
float | s | ||
) |
__device__ __forceinline__ uchar3 cv::gpu::device::operator> | ( | float | s, |
const float3 & | b | ||
) |
__device__ __forceinline__ uchar1 cv::gpu::device::operator> | ( | float | s, |
const float1 & | b | ||
) |
__device__ __forceinline__ uchar4 cv::gpu::device::operator> | ( | float | s, |
const float4 & | b | ||
) |
__device__ __forceinline__ uchar1 cv::gpu::device::operator> | ( | const float1 & | a, |
float | s | ||
) |
__device__ __forceinline__ uchar2 cv::gpu::device::operator> | ( | const double2 & | a, |
double | s | ||
) |
__device__ __forceinline__ uchar2 cv::gpu::device::operator> | ( | double | s, |
const double2 & | b | ||
) |
__device__ __forceinline__ uchar4 cv::gpu::device::operator> | ( | const double4 & | a, |
double | s | ||
) |
__device__ __forceinline__ uchar1 cv::gpu::device::operator> | ( | double | s, |
const double1 & | b | ||
) |
__device__ __forceinline__ uchar4 cv::gpu::device::operator> | ( | double | s, |
const double4 & | b | ||
) |
__device__ __forceinline__ uchar1 cv::gpu::device::operator> | ( | const double1 & | a, |
double | s | ||
) |
__device__ __forceinline__ uchar3 cv::gpu::device::operator> | ( | double | s, |
const double3 & | b | ||
) |
__device__ __forceinline__ uchar3 cv::gpu::device::operator> | ( | const double3 & | a, |
double | s | ||
) |
__device__ __forceinline__ uchar3 cv::gpu::device::operator>= | ( | const uchar3 & | a, |
const uchar3 & | b | ||
) |
__device__ __forceinline__ uchar2 cv::gpu::device::operator>= | ( | const uchar2 & | a, |
const uchar2 & | b | ||
) |
__device__ __forceinline__ uchar1 cv::gpu::device::operator>= | ( | const uchar1 & | a, |
const uchar1 & | b | ||
) |
__device__ __forceinline__ uchar4 cv::gpu::device::operator>= | ( | const uchar4 & | a, |
const uchar4 & | b | ||
) |
__device__ __forceinline__ uchar3 cv::gpu::device::operator>= | ( | const char3 & | a, |
const char3 & | b | ||
) |
__device__ __forceinline__ uchar2 cv::gpu::device::operator>= | ( | const char2 & | a, |
const char2 & | b | ||
) |
__device__ __forceinline__ uchar1 cv::gpu::device::operator>= | ( | const char1 & | a, |
const char1 & | b | ||
) |
__device__ __forceinline__ uchar4 cv::gpu::device::operator>= | ( | const char4 & | a, |
const char4 & | b | ||
) |
__device__ __forceinline__ uchar3 cv::gpu::device::operator>= | ( | const ushort3 & | a, |
const ushort3 & | b | ||
) |
__device__ __forceinline__ uchar2 cv::gpu::device::operator>= | ( | const ushort2 & | a, |
const ushort2 & | b | ||
) |
__device__ __forceinline__ uchar1 cv::gpu::device::operator>= | ( | const ushort1 & | a, |
const ushort1 & | b | ||
) |
__device__ __forceinline__ uchar4 cv::gpu::device::operator>= | ( | const ushort4 & | a, |
const ushort4 & | b | ||
) |
__device__ __forceinline__ uchar1 cv::gpu::device::operator>= | ( | const short1 & | a, |
const short1 & | b | ||
) |
__device__ __forceinline__ uchar2 cv::gpu::device::operator>= | ( | const short2 & | a, |
const short2 & | b | ||
) |
__device__ __forceinline__ uchar4 cv::gpu::device::operator>= | ( | const short4 & | a, |
const short4 & | b | ||
) |
__device__ __forceinline__ uchar3 cv::gpu::device::operator>= | ( | const short3 & | a, |
const short3 & | b | ||
) |
__device__ __forceinline__ uchar3 cv::gpu::device::operator>= | ( | const int3 & | a, |
const int3 & | b | ||
) |
__device__ __forceinline__ uchar1 cv::gpu::device::operator>= | ( | const int1 & | a, |
const int1 & | b | ||
) |
__device__ __forceinline__ uchar2 cv::gpu::device::operator>= | ( | const int2 & | a, |
const int2 & | b | ||
) |
__device__ __forceinline__ uchar4 cv::gpu::device::operator>= | ( | const int4 & | a, |
const int4 & | b | ||
) |
__device__ __forceinline__ uchar2 cv::gpu::device::operator>= | ( | const uint2 & | a, |
const uint2 & | b | ||
) |
__device__ __forceinline__ uchar1 cv::gpu::device::operator>= | ( | const uint1 & | a, |
const uint1 & | b | ||
) |
__device__ __forceinline__ uchar3 cv::gpu::device::operator>= | ( | const uint3 & | a, |
const uint3 & | b | ||
) |
__device__ __forceinline__ uchar4 cv::gpu::device::operator>= | ( | const uint4 & | a, |
const uint4 & | b | ||
) |
__device__ __forceinline__ uchar3 cv::gpu::device::operator>= | ( | const float3 & | a, |
const float3 & | b | ||
) |
__device__ __forceinline__ uchar1 cv::gpu::device::operator>= | ( | const float1 & | a, |
const float1 & | b | ||
) |
__device__ __forceinline__ uchar4 cv::gpu::device::operator>= | ( | const float4 & | a, |
const float4 & | b | ||
) |
__device__ __forceinline__ uchar2 cv::gpu::device::operator>= | ( | const float2 & | a, |
const float2 & | b | ||
) |
__device__ __forceinline__ uchar3 cv::gpu::device::operator>= | ( | const double3 & | a, |
const double3 & | b | ||
) |
__device__ __forceinline__ uchar4 cv::gpu::device::operator>= | ( | const double4 & | a, |
const double4 & | b | ||
) |
__device__ __forceinline__ uchar1 cv::gpu::device::operator>= | ( | const double1 & | a, |
const double1 & | b | ||
) |
__device__ __forceinline__ uchar2 cv::gpu::device::operator>= | ( | const double2 & | a, |
const double2 & | b | ||
) |
__device__ __forceinline__ uchar2 cv::gpu::device::operator>= | ( | const uchar2 & | a, |
uchar | s | ||
) |
__device__ __forceinline__ uchar2 cv::gpu::device::operator>= | ( | uchar | s, |
const uchar2 & | b | ||
) |
__device__ __forceinline__ uchar3 cv::gpu::device::operator>= | ( | uchar | s, |
const uchar3 & | b | ||
) |
__device__ __forceinline__ uchar1 cv::gpu::device::operator>= | ( | uchar | s, |
const uchar1 & | b | ||
) |
__device__ __forceinline__ uchar3 cv::gpu::device::operator>= | ( | const uchar3 & | a, |
uchar | s | ||
) |
__device__ __forceinline__ uchar4 cv::gpu::device::operator>= | ( | const uchar4 & | a, |
uchar | s | ||
) |
__device__ __forceinline__ uchar1 cv::gpu::device::operator>= | ( | const uchar1 & | a, |
uchar | s | ||
) |
__device__ __forceinline__ uchar4 cv::gpu::device::operator>= | ( | uchar | s, |
const uchar4 & | b | ||
) |
__device__ __forceinline__ uchar3 cv::gpu::device::operator>= | ( | char | s, |
const char3 & | b | ||
) |
__device__ __forceinline__ uchar4 cv::gpu::device::operator>= | ( | char | s, |
const char4 & | b | ||
) |
__device__ __forceinline__ uchar3 cv::gpu::device::operator>= | ( | const char3 & | a, |
char | s | ||
) |
__device__ __forceinline__ uchar2 cv::gpu::device::operator>= | ( | char | s, |
const char2 & | b | ||
) |
__device__ __forceinline__ uchar1 cv::gpu::device::operator>= | ( | char | s, |
const char1 & | b | ||
) |
__device__ __forceinline__ uchar1 cv::gpu::device::operator>= | ( | const char1 & | a, |
char | s | ||
) |
__device__ __forceinline__ uchar4 cv::gpu::device::operator>= | ( | const char4 & | a, |
char | s | ||
) |
__device__ __forceinline__ uchar2 cv::gpu::device::operator>= | ( | const char2 & | a, |
char | s | ||
) |
__device__ __forceinline__ uchar2 cv::gpu::device::operator>= | ( | const ushort2 & | a, |
ushort | s | ||
) |
__device__ __forceinline__ uchar4 cv::gpu::device::operator>= | ( | const ushort4 & | a, |
ushort | s | ||
) |
__device__ __forceinline__ uchar1 cv::gpu::device::operator>= | ( | ushort | s, |
const ushort1 & | b | ||
) |
__device__ __forceinline__ uchar3 cv::gpu::device::operator>= | ( | ushort | s, |
const ushort3 & | b | ||
) |
__device__ __forceinline__ uchar3 cv::gpu::device::operator>= | ( | const ushort3 & | a, |
ushort | s | ||
) |
__device__ __forceinline__ uchar2 cv::gpu::device::operator>= | ( | ushort | s, |
const ushort2 & | b | ||
) |
__device__ __forceinline__ uchar1 cv::gpu::device::operator>= | ( | const ushort1 & | a, |
ushort | s | ||
) |
__device__ __forceinline__ uchar4 cv::gpu::device::operator>= | ( | ushort | s, |
const ushort4 & | b | ||
) |
__device__ __forceinline__ uchar1 cv::gpu::device::operator>= | ( | short | s, |
const short1 & | b | ||
) |
__device__ __forceinline__ uchar2 cv::gpu::device::operator>= | ( | short | s, |
const short2 & | b | ||
) |
__device__ __forceinline__ uchar3 cv::gpu::device::operator>= | ( | const short3 & | a, |
short | s | ||
) |
__device__ __forceinline__ uchar3 cv::gpu::device::operator>= | ( | short | s, |
const short3 & | b | ||
) |
__device__ __forceinline__ uchar4 cv::gpu::device::operator>= | ( | short | s, |
const short4 & | b | ||
) |
__device__ __forceinline__ uchar4 cv::gpu::device::operator>= | ( | const short4 & | a, |
short | s | ||
) |
__device__ __forceinline__ uchar2 cv::gpu::device::operator>= | ( | const short2 & | a, |
short | s | ||
) |
__device__ __forceinline__ uchar1 cv::gpu::device::operator>= | ( | const short1 & | a, |
short | s | ||
) |
__device__ __forceinline__ uchar2 cv::gpu::device::operator>= | ( | const int2 & | a, |
int | s | ||
) |
__device__ __forceinline__ uchar4 cv::gpu::device::operator>= | ( | const int4 & | a, |
int | s | ||
) |
__device__ __forceinline__ uchar1 cv::gpu::device::operator>= | ( | int | s, |
const int1 & | b | ||
) |
__device__ __forceinline__ uchar2 cv::gpu::device::operator>= | ( | int | s, |
const int2 & | b | ||
) |
__device__ __forceinline__ uchar1 cv::gpu::device::operator>= | ( | const int1 & | a, |
int | s | ||
) |
__device__ __forceinline__ uchar3 cv::gpu::device::operator>= | ( | const int3 & | a, |
int | s | ||
) |
__device__ __forceinline__ uchar4 cv::gpu::device::operator>= | ( | int | s, |
const int4 & | b | ||
) |
__device__ __forceinline__ uchar3 cv::gpu::device::operator>= | ( | int | s, |
const int3 & | b | ||
) |
__device__ __forceinline__ uchar1 cv::gpu::device::operator>= | ( | const uint1 & | a, |
uint | s | ||
) |
__device__ __forceinline__ uchar3 cv::gpu::device::operator>= | ( | const uint3 & | a, |
uint | s | ||
) |
__device__ __forceinline__ uchar1 cv::gpu::device::operator>= | ( | uint | s, |
const uint1 & | b | ||
) |
__device__ __forceinline__ uchar2 cv::gpu::device::operator>= | ( | uint | s, |
const uint2 & | b | ||
) |
__device__ __forceinline__ uchar3 cv::gpu::device::operator>= | ( | uint | s, |
const uint3 & | b | ||
) |
__device__ __forceinline__ uchar4 cv::gpu::device::operator>= | ( | uint | s, |
const uint4 & | b | ||
) |
__device__ __forceinline__ uchar4 cv::gpu::device::operator>= | ( | const uint4 & | a, |
uint | s | ||
) |
__device__ __forceinline__ uchar2 cv::gpu::device::operator>= | ( | const uint2 & | a, |
uint | s | ||
) |
__device__ __forceinline__ uchar3 cv::gpu::device::operator>= | ( | const float3 & | a, |
float | s | ||
) |
__device__ __forceinline__ uchar2 cv::gpu::device::operator>= | ( | const float2 & | a, |
float | s | ||
) |
__device__ __forceinline__ uchar2 cv::gpu::device::operator>= | ( | float | s, |
const float2 & | b | ||
) |
__device__ __forceinline__ uchar4 cv::gpu::device::operator>= | ( | float | s, |
const float4 & | b | ||
) |
__device__ __forceinline__ uchar1 cv::gpu::device::operator>= | ( | float | s, |
const float1 & | b | ||
) |
__device__ __forceinline__ uchar3 cv::gpu::device::operator>= | ( | float | s, |
const float3 & | b | ||
) |
__device__ __forceinline__ uchar1 cv::gpu::device::operator>= | ( | const float1 & | a, |
float | s | ||
) |
__device__ __forceinline__ uchar4 cv::gpu::device::operator>= | ( | const float4 & | a, |
float | s | ||
) |
__device__ __forceinline__ uchar3 cv::gpu::device::operator>= | ( | const double3 & | a, |
double | s | ||
) |
__device__ __forceinline__ uchar1 cv::gpu::device::operator>= | ( | double | s, |
const double1 & | b | ||
) |
__device__ __forceinline__ uchar3 cv::gpu::device::operator>= | ( | double | s, |
const double3 & | b | ||
) |
__device__ __forceinline__ uchar4 cv::gpu::device::operator>= | ( | const double4 & | a, |
double | s | ||
) |
__device__ __forceinline__ uchar2 cv::gpu::device::operator>= | ( | double | s, |
const double2 & | b | ||
) |
__device__ __forceinline__ uchar4 cv::gpu::device::operator>= | ( | double | s, |
const double4 & | b | ||
) |
__device__ __forceinline__ uchar2 cv::gpu::device::operator>= | ( | const double2 & | a, |
double | s | ||
) |
__device__ __forceinline__ uchar1 cv::gpu::device::operator>= | ( | const double1 & | a, |
double | s | ||
) |
__device__ __forceinline__ uchar1 cv::gpu::device::operator^ | ( | const uchar1 & | a, |
const uchar1 & | b | ||
) |
__device__ __forceinline__ uchar2 cv::gpu::device::operator^ | ( | const uchar2 & | a, |
const uchar2 & | b | ||
) |
__device__ __forceinline__ uchar3 cv::gpu::device::operator^ | ( | const uchar3 & | a, |
const uchar3 & | b | ||
) |
__device__ __forceinline__ uchar4 cv::gpu::device::operator^ | ( | const uchar4 & | a, |
const uchar4 & | b | ||
) |
__device__ __forceinline__ char1 cv::gpu::device::operator^ | ( | const char1 & | a, |
const char1 & | b | ||
) |
__device__ __forceinline__ char3 cv::gpu::device::operator^ | ( | const char3 & | a, |
const char3 & | b | ||
) |
__device__ __forceinline__ char4 cv::gpu::device::operator^ | ( | const char4 & | a, |
const char4 & | b | ||
) |
__device__ __forceinline__ char2 cv::gpu::device::operator^ | ( | const char2 & | a, |
const char2 & | b | ||
) |
__device__ __forceinline__ ushort3 cv::gpu::device::operator^ | ( | const ushort3 & | a, |
const ushort3 & | b | ||
) |
__device__ __forceinline__ ushort4 cv::gpu::device::operator^ | ( | const ushort4 & | a, |
const ushort4 & | b | ||
) |
__device__ __forceinline__ ushort2 cv::gpu::device::operator^ | ( | const ushort2 & | a, |
const ushort2 & | b | ||
) |
__device__ __forceinline__ ushort1 cv::gpu::device::operator^ | ( | const ushort1 & | a, |
const ushort1 & | b | ||
) |
__device__ __forceinline__ short2 cv::gpu::device::operator^ | ( | const short2 & | a, |
const short2 & | b | ||
) |
__device__ __forceinline__ short4 cv::gpu::device::operator^ | ( | const short4 & | a, |
const short4 & | b | ||
) |
__device__ __forceinline__ short3 cv::gpu::device::operator^ | ( | const short3 & | a, |
const short3 & | b | ||
) |
__device__ __forceinline__ short1 cv::gpu::device::operator^ | ( | const short1 & | a, |
const short1 & | b | ||
) |
__device__ __forceinline__ int2 cv::gpu::device::operator^ | ( | const int2 & | a, |
const int2 & | b | ||
) |
__device__ __forceinline__ int3 cv::gpu::device::operator^ | ( | const int3 & | a, |
const int3 & | b | ||
) |
__device__ __forceinline__ int1 cv::gpu::device::operator^ | ( | const int1 & | a, |
const int1 & | b | ||
) |
__device__ __forceinline__ int4 cv::gpu::device::operator^ | ( | const int4 & | a, |
const int4 & | b | ||
) |
__device__ __forceinline__ uint1 cv::gpu::device::operator^ | ( | const uint1 & | a, |
const uint1 & | b | ||
) |
__device__ __forceinline__ uint3 cv::gpu::device::operator^ | ( | const uint3 & | a, |
const uint3 & | b | ||
) |
__device__ __forceinline__ uint2 cv::gpu::device::operator^ | ( | const uint2 & | a, |
const uint2 & | b | ||
) |
__device__ __forceinline__ uint4 cv::gpu::device::operator^ | ( | const uint4 & | a, |
const uint4 & | b | ||
) |
__device__ __forceinline__ uchar2 cv::gpu::device::operator^ | ( | const uchar2 & | a, |
uchar | s | ||
) |
__device__ __forceinline__ uchar3 cv::gpu::device::operator^ | ( | const uchar3 & | a, |
uchar | s | ||
) |
__device__ __forceinline__ uchar2 cv::gpu::device::operator^ | ( | uchar | s, |
const uchar2 & | b | ||
) |
__device__ __forceinline__ uchar1 cv::gpu::device::operator^ | ( | const uchar1 & | a, |
uchar | s | ||
) |
__device__ __forceinline__ uchar1 cv::gpu::device::operator^ | ( | uchar | s, |
const uchar1 & | b | ||
) |
__device__ __forceinline__ uchar3 cv::gpu::device::operator^ | ( | uchar | s, |
const uchar3 & | b | ||
) |
__device__ __forceinline__ uchar4 cv::gpu::device::operator^ | ( | uchar | s, |
const uchar4 & | b | ||
) |
__device__ __forceinline__ uchar4 cv::gpu::device::operator^ | ( | const uchar4 & | a, |
uchar | s | ||
) |
__device__ __forceinline__ char1 cv::gpu::device::operator^ | ( | const char1 & | a, |
char | s | ||
) |
__device__ __forceinline__ char2 cv::gpu::device::operator^ | ( | const char2 & | a, |
char | s | ||
) |
__device__ __forceinline__ char3 cv::gpu::device::operator^ | ( | const char3 & | a, |
char | s | ||
) |
__device__ __forceinline__ char2 cv::gpu::device::operator^ | ( | char | s, |
const char2 & | b | ||
) |
__device__ __forceinline__ char3 cv::gpu::device::operator^ | ( | char | s, |
const char3 & | b | ||
) |
__device__ __forceinline__ char4 cv::gpu::device::operator^ | ( | const char4 & | a, |
char | s | ||
) |
__device__ __forceinline__ char1 cv::gpu::device::operator^ | ( | char | s, |
const char1 & | b | ||
) |
__device__ __forceinline__ char4 cv::gpu::device::operator^ | ( | char | s, |
const char4 & | b | ||
) |
__device__ __forceinline__ ushort2 cv::gpu::device::operator^ | ( | const ushort2 & | a, |
ushort | s | ||
) |
__device__ __forceinline__ ushort2 cv::gpu::device::operator^ | ( | ushort | s, |
const ushort2 & | b | ||
) |
__device__ __forceinline__ ushort3 cv::gpu::device::operator^ | ( | const ushort3 & | a, |
ushort | s | ||
) |
__device__ __forceinline__ ushort1 cv::gpu::device::operator^ | ( | ushort | s, |
const ushort1 & | b | ||
) |
__device__ __forceinline__ ushort4 cv::gpu::device::operator^ | ( | ushort | s, |
const ushort4 & | b | ||
) |
__device__ __forceinline__ ushort3 cv::gpu::device::operator^ | ( | ushort | s, |
const ushort3 & | b | ||
) |
__device__ __forceinline__ ushort1 cv::gpu::device::operator^ | ( | const ushort1 & | a, |
ushort | s | ||
) |
__device__ __forceinline__ ushort4 cv::gpu::device::operator^ | ( | const ushort4 & | a, |
ushort | s | ||
) |
__device__ __forceinline__ short3 cv::gpu::device::operator^ | ( | const short3 & | a, |
short | s | ||
) |
__device__ __forceinline__ short2 cv::gpu::device::operator^ | ( | const short2 & | a, |
short | s | ||
) |
__device__ __forceinline__ short4 cv::gpu::device::operator^ | ( | short | s, |
const short4 & | b | ||
) |
__device__ __forceinline__ short1 cv::gpu::device::operator^ | ( | short | s, |
const short1 & | b | ||
) |
__device__ __forceinline__ short4 cv::gpu::device::operator^ | ( | const short4 & | a, |
short | s | ||
) |
__device__ __forceinline__ short2 cv::gpu::device::operator^ | ( | short | s, |
const short2 & | b | ||
) |
__device__ __forceinline__ short3 cv::gpu::device::operator^ | ( | short | s, |
const short3 & | b | ||
) |
__device__ __forceinline__ short1 cv::gpu::device::operator^ | ( | const short1 & | a, |
short | s | ||
) |
__device__ __forceinline__ int1 cv::gpu::device::operator^ | ( | const int1 & | a, |
int | s | ||
) |
__device__ __forceinline__ int2 cv::gpu::device::operator^ | ( | const int2 & | a, |
int | s | ||
) |
__device__ __forceinline__ int2 cv::gpu::device::operator^ | ( | int | s, |
const int2 & | b | ||
) |
__device__ __forceinline__ int4 cv::gpu::device::operator^ | ( | const int4 & | a, |
int | s | ||
) |
__device__ __forceinline__ int1 cv::gpu::device::operator^ | ( | int | s, |
const int1 & | b | ||
) |
__device__ __forceinline__ int4 cv::gpu::device::operator^ | ( | int | s, |
const int4 & | b | ||
) |
__device__ __forceinline__ int3 cv::gpu::device::operator^ | ( | int | s, |
const int3 & | b | ||
) |
__device__ __forceinline__ int3 cv::gpu::device::operator^ | ( | const int3 & | a, |
int | s | ||
) |
__device__ __forceinline__ uint2 cv::gpu::device::operator^ | ( | uint | s, |
const uint2 & | b | ||
) |
__device__ __forceinline__ uint4 cv::gpu::device::operator^ | ( | const uint4 & | a, |
uint | s | ||
) |
__device__ __forceinline__ uint2 cv::gpu::device::operator^ | ( | const uint2 & | a, |
uint | s | ||
) |
__device__ __forceinline__ uint4 cv::gpu::device::operator^ | ( | uint | s, |
const uint4 & | b | ||
) |
__device__ __forceinline__ uint1 cv::gpu::device::operator^ | ( | uint | s, |
const uint1 & | b | ||
) |
__device__ __forceinline__ uint1 cv::gpu::device::operator^ | ( | const uint1 & | a, |
uint | s | ||
) |
__device__ __forceinline__ uint3 cv::gpu::device::operator^ | ( | const uint3 & | a, |
uint | s | ||
) |
__device__ __forceinline__ uint3 cv::gpu::device::operator^ | ( | uint | s, |
const uint3 & | b | ||
) |
__device__ __forceinline__ uchar3 cv::gpu::device::operator| | ( | const uchar3 & | a, |
const uchar3 & | b | ||
) |
__device__ __forceinline__ uchar4 cv::gpu::device::operator| | ( | const uchar4 & | a, |
const uchar4 & | b | ||
) |
__device__ __forceinline__ uchar1 cv::gpu::device::operator| | ( | const uchar1 & | a, |
const uchar1 & | b | ||
) |
__device__ __forceinline__ uchar2 cv::gpu::device::operator| | ( | const uchar2 & | a, |
const uchar2 & | b | ||
) |
__device__ __forceinline__ char1 cv::gpu::device::operator| | ( | const char1 & | a, |
const char1 & | b | ||
) |
__device__ __forceinline__ char3 cv::gpu::device::operator| | ( | const char3 & | a, |
const char3 & | b | ||
) |
__device__ __forceinline__ char4 cv::gpu::device::operator| | ( | const char4 & | a, |
const char4 & | b | ||
) |
__device__ __forceinline__ char2 cv::gpu::device::operator| | ( | const char2 & | a, |
const char2 & | b | ||
) |
__device__ __forceinline__ ushort3 cv::gpu::device::operator| | ( | const ushort3 & | a, |
const ushort3 & | b | ||
) |
__device__ __forceinline__ ushort4 cv::gpu::device::operator| | ( | const ushort4 & | a, |
const ushort4 & | b | ||
) |
__device__ __forceinline__ ushort2 cv::gpu::device::operator| | ( | const ushort2 & | a, |
const ushort2 & | b | ||
) |
__device__ __forceinline__ ushort1 cv::gpu::device::operator| | ( | const ushort1 & | a, |
const ushort1 & | b | ||
) |
__device__ __forceinline__ short3 cv::gpu::device::operator| | ( | const short3 & | a, |
const short3 & | b | ||
) |
__device__ __forceinline__ short1 cv::gpu::device::operator| | ( | const short1 & | a, |
const short1 & | b | ||
) |
__device__ __forceinline__ short4 cv::gpu::device::operator| | ( | const short4 & | a, |
const short4 & | b | ||
) |
__device__ __forceinline__ short2 cv::gpu::device::operator| | ( | const short2 & | a, |
const short2 & | b | ||
) |
__device__ __forceinline__ int3 cv::gpu::device::operator| | ( | const int3 & | a, |
const int3 & | b | ||
) |
__device__ __forceinline__ int4 cv::gpu::device::operator| | ( | const int4 & | a, |
const int4 & | b | ||
) |
__device__ __forceinline__ int1 cv::gpu::device::operator| | ( | const int1 & | a, |
const int1 & | b | ||
) |
__device__ __forceinline__ int2 cv::gpu::device::operator| | ( | const int2 & | a, |
const int2 & | b | ||
) |
__device__ __forceinline__ uint3 cv::gpu::device::operator| | ( | const uint3 & | a, |
const uint3 & | b | ||
) |
__device__ __forceinline__ uint1 cv::gpu::device::operator| | ( | const uint1 & | a, |
const uint1 & | b | ||
) |
__device__ __forceinline__ uint4 cv::gpu::device::operator| | ( | const uint4 & | a, |
const uint4 & | b | ||
) |
__device__ __forceinline__ uint2 cv::gpu::device::operator| | ( | const uint2 & | a, |
const uint2 & | b | ||
) |
__device__ __forceinline__ uchar4 cv::gpu::device::operator| | ( | const uchar4 & | a, |
uchar | s | ||
) |
__device__ __forceinline__ uchar2 cv::gpu::device::operator| | ( | const uchar2 & | a, |
uchar | s | ||
) |
__device__ __forceinline__ uchar1 cv::gpu::device::operator| | ( | uchar | s, |
const uchar1 & | b | ||
) |
__device__ __forceinline__ uchar4 cv::gpu::device::operator| | ( | uchar | s, |
const uchar4 & | b | ||
) |
__device__ __forceinline__ uchar2 cv::gpu::device::operator| | ( | uchar | s, |
const uchar2 & | b | ||
) |
__device__ __forceinline__ uchar1 cv::gpu::device::operator| | ( | const uchar1 & | a, |
uchar | s | ||
) |
__device__ __forceinline__ uchar3 cv::gpu::device::operator| | ( | const uchar3 & | a, |
uchar | s | ||
) |
__device__ __forceinline__ uchar3 cv::gpu::device::operator| | ( | uchar | s, |
const uchar3 & | b | ||
) |
__device__ __forceinline__ char2 cv::gpu::device::operator| | ( | const char2 & | a, |
char | s | ||
) |
__device__ __forceinline__ char4 cv::gpu::device::operator| | ( | char | s, |
const char4 & | b | ||
) |
__device__ __forceinline__ char1 cv::gpu::device::operator| | ( | char | s, |
const char1 & | b | ||
) |
__device__ __forceinline__ char3 cv::gpu::device::operator| | ( | const char3 & | a, |
char | s | ||
) |
__device__ __forceinline__ char4 cv::gpu::device::operator| | ( | const char4 & | a, |
char | s | ||
) |
__device__ __forceinline__ char3 cv::gpu::device::operator| | ( | char | s, |
const char3 & | b | ||
) |
__device__ __forceinline__ char2 cv::gpu::device::operator| | ( | char | s, |
const char2 & | b | ||
) |
__device__ __forceinline__ char1 cv::gpu::device::operator| | ( | const char1 & | a, |
char | s | ||
) |
__device__ __forceinline__ ushort4 cv::gpu::device::operator| | ( | ushort | s, |
const ushort4 & | b | ||
) |
__device__ __forceinline__ ushort2 cv::gpu::device::operator| | ( | ushort | s, |
const ushort2 & | b | ||
) |
__device__ __forceinline__ ushort2 cv::gpu::device::operator| | ( | const ushort2 & | a, |
ushort | s | ||
) |
__device__ __forceinline__ ushort3 cv::gpu::device::operator| | ( | ushort | s, |
const ushort3 & | b | ||
) |
__device__ __forceinline__ ushort1 cv::gpu::device::operator| | ( | const ushort1 & | a, |
ushort | s | ||
) |
__device__ __forceinline__ ushort1 cv::gpu::device::operator| | ( | ushort | s, |
const ushort1 & | b | ||
) |
__device__ __forceinline__ ushort3 cv::gpu::device::operator| | ( | const ushort3 & | a, |
ushort | s | ||
) |
__device__ __forceinline__ ushort4 cv::gpu::device::operator| | ( | const ushort4 & | a, |
ushort | s | ||
) |
__device__ __forceinline__ short1 cv::gpu::device::operator| | ( | const short1 & | a, |
short | s | ||
) |
__device__ __forceinline__ short3 cv::gpu::device::operator| | ( | short | s, |
const short3 & | b | ||
) |
__device__ __forceinline__ short2 cv::gpu::device::operator| | ( | const short2 & | a, |
short | s | ||
) |
__device__ __forceinline__ short4 cv::gpu::device::operator| | ( | short | s, |
const short4 & | b | ||
) |
__device__ __forceinline__ short3 cv::gpu::device::operator| | ( | const short3 & | a, |
short | s | ||
) |
__device__ __forceinline__ short4 cv::gpu::device::operator| | ( | const short4 & | a, |
short | s | ||
) |
__device__ __forceinline__ short1 cv::gpu::device::operator| | ( | short | s, |
const short1 & | b | ||
) |
__device__ __forceinline__ short2 cv::gpu::device::operator| | ( | short | s, |
const short2 & | b | ||
) |
__device__ __forceinline__ int4 cv::gpu::device::operator| | ( | const int4 & | a, |
int | s | ||
) |
__device__ __forceinline__ int4 cv::gpu::device::operator| | ( | int | s, |
const int4 & | b | ||
) |
__device__ __forceinline__ int2 cv::gpu::device::operator| | ( | const int2 & | a, |
int | s | ||
) |
__device__ __forceinline__ int2 cv::gpu::device::operator| | ( | int | s, |
const int2 & | b | ||
) |
__device__ __forceinline__ int1 cv::gpu::device::operator| | ( | const int1 & | a, |
int | s | ||
) |
__device__ __forceinline__ int1 cv::gpu::device::operator| | ( | int | s, |
const int1 & | b | ||
) |
__device__ __forceinline__ int3 cv::gpu::device::operator| | ( | const int3 & | a, |
int | s | ||
) |
__device__ __forceinline__ int3 cv::gpu::device::operator| | ( | int | s, |
const int3 & | b | ||
) |
__device__ __forceinline__ uint3 cv::gpu::device::operator| | ( | uint | s, |
const uint3 & | b | ||
) |
__device__ __forceinline__ uint1 cv::gpu::device::operator| | ( | const uint1 & | a, |
uint | s | ||
) |
__device__ __forceinline__ uint2 cv::gpu::device::operator| | ( | const uint2 & | a, |
uint | s | ||
) |
__device__ __forceinline__ uint2 cv::gpu::device::operator| | ( | uint | s, |
const uint2 & | b | ||
) |
__device__ __forceinline__ uint3 cv::gpu::device::operator| | ( | const uint3 & | a, |
uint | s | ||
) |
__device__ __forceinline__ uint4 cv::gpu::device::operator| | ( | const uint4 & | a, |
uint | s | ||
) |
__device__ __forceinline__ uint1 cv::gpu::device::operator| | ( | uint | s, |
const uint1 & | b | ||
) |
__device__ __forceinline__ uint4 cv::gpu::device::operator| | ( | uint | s, |
const uint4 & | b | ||
) |
__device__ __forceinline__ uchar4 cv::gpu::device::operator|| | ( | const uchar4 & | a, |
const uchar4 & | b | ||
) |
__device__ __forceinline__ uchar2 cv::gpu::device::operator|| | ( | const uchar2 & | a, |
const uchar2 & | b | ||
) |
__device__ __forceinline__ uchar1 cv::gpu::device::operator|| | ( | const uchar1 & | a, |
const uchar1 & | b | ||
) |
__device__ __forceinline__ uchar3 cv::gpu::device::operator|| | ( | const uchar3 & | a, |
const uchar3 & | b | ||
) |
__device__ __forceinline__ uchar3 cv::gpu::device::operator|| | ( | const char3 & | a, |
const char3 & | b | ||
) |
__device__ __forceinline__ uchar4 cv::gpu::device::operator|| | ( | const char4 & | a, |
const char4 & | b | ||
) |
__device__ __forceinline__ uchar2 cv::gpu::device::operator|| | ( | const char2 & | a, |
const char2 & | b | ||
) |
__device__ __forceinline__ uchar1 cv::gpu::device::operator|| | ( | const char1 & | a, |
const char1 & | b | ||
) |
__device__ __forceinline__ uchar3 cv::gpu::device::operator|| | ( | const ushort3 & | a, |
const ushort3 & | b | ||
) |
__device__ __forceinline__ uchar2 cv::gpu::device::operator|| | ( | const ushort2 & | a, |
const ushort2 & | b | ||
) |
__device__ __forceinline__ uchar4 cv::gpu::device::operator|| | ( | const ushort4 & | a, |
const ushort4 & | b | ||
) |
__device__ __forceinline__ uchar1 cv::gpu::device::operator|| | ( | const ushort1 & | a, |
const ushort1 & | b | ||
) |
__device__ __forceinline__ uchar4 cv::gpu::device::operator|| | ( | const short4 & | a, |
const short4 & | b | ||
) |
__device__ __forceinline__ uchar1 cv::gpu::device::operator|| | ( | const short1 & | a, |
const short1 & | b | ||
) |
__device__ __forceinline__ uchar2 cv::gpu::device::operator|| | ( | const short2 & | a, |
const short2 & | b | ||
) |
__device__ __forceinline__ uchar3 cv::gpu::device::operator|| | ( | const short3 & | a, |
const short3 & | b | ||
) |
__device__ __forceinline__ uchar3 cv::gpu::device::operator|| | ( | const int3 & | a, |
const int3 & | b | ||
) |
__device__ __forceinline__ uchar4 cv::gpu::device::operator|| | ( | const int4 & | a, |
const int4 & | b | ||
) |
__device__ __forceinline__ uchar2 cv::gpu::device::operator|| | ( | const int2 & | a, |
const int2 & | b | ||
) |
__device__ __forceinline__ uchar1 cv::gpu::device::operator|| | ( | const int1 & | a, |
const int1 & | b | ||
) |
__device__ __forceinline__ uchar2 cv::gpu::device::operator|| | ( | const uint2 & | a, |
const uint2 & | b | ||
) |
__device__ __forceinline__ uchar4 cv::gpu::device::operator|| | ( | const uint4 & | a, |
const uint4 & | b | ||
) |
__device__ __forceinline__ uchar3 cv::gpu::device::operator|| | ( | const uint3 & | a, |
const uint3 & | b | ||
) |
__device__ __forceinline__ uchar1 cv::gpu::device::operator|| | ( | const uint1 & | a, |
const uint1 & | b | ||
) |
__device__ __forceinline__ uchar2 cv::gpu::device::operator|| | ( | const float2 & | a, |
const float2 & | b | ||
) |
__device__ __forceinline__ uchar1 cv::gpu::device::operator|| | ( | const float1 & | a, |
const float1 & | b | ||
) |
__device__ __forceinline__ uchar3 cv::gpu::device::operator|| | ( | const float3 & | a, |
const float3 & | b | ||
) |
__device__ __forceinline__ uchar4 cv::gpu::device::operator|| | ( | const float4 & | a, |
const float4 & | b | ||
) |
__device__ __forceinline__ uchar2 cv::gpu::device::operator|| | ( | const double2 & | a, |
const double2 & | b | ||
) |
__device__ __forceinline__ uchar4 cv::gpu::device::operator|| | ( | const double4 & | a, |
const double4 & | b | ||
) |
__device__ __forceinline__ uchar1 cv::gpu::device::operator|| | ( | const double1 & | a, |
const double1 & | b | ||
) |
__device__ __forceinline__ uchar3 cv::gpu::device::operator|| | ( | const double3 & | a, |
const double3 & | b | ||
) |
__device__ __forceinline__ uchar2 cv::gpu::device::operator|| | ( | uchar | s, |
const uchar2 & | b | ||
) |
__device__ __forceinline__ uchar2 cv::gpu::device::operator|| | ( | const uchar2 & | a, |
uchar | s | ||
) |
__device__ __forceinline__ uchar3 cv::gpu::device::operator|| | ( | uchar | s, |
const uchar3 & | b | ||
) |
__device__ __forceinline__ uchar4 cv::gpu::device::operator|| | ( | uchar | s, |
const uchar4 & | b | ||
) |
__device__ __forceinline__ uchar1 cv::gpu::device::operator|| | ( | uchar | s, |
const uchar1 & | b | ||
) |
__device__ __forceinline__ uchar1 cv::gpu::device::operator|| | ( | const uchar1 & | a, |
uchar | s | ||
) |
__device__ __forceinline__ uchar3 cv::gpu::device::operator|| | ( | const uchar3 & | a, |
uchar | s | ||
) |
__device__ __forceinline__ uchar4 cv::gpu::device::operator|| | ( | const uchar4 & | a, |
uchar | s | ||
) |
__device__ __forceinline__ uchar4 cv::gpu::device::operator|| | ( | const char4 & | a, |
char | s | ||
) |
__device__ __forceinline__ uchar4 cv::gpu::device::operator|| | ( | char | s, |
const char4 & | b | ||
) |
__device__ __forceinline__ uchar1 cv::gpu::device::operator|| | ( | char | s, |
const char1 & | b | ||
) |
__device__ __forceinline__ uchar2 cv::gpu::device::operator|| | ( | char | s, |
const char2 & | b | ||
) |
__device__ __forceinline__ uchar1 cv::gpu::device::operator|| | ( | const char1 & | a, |
char | s | ||
) |
__device__ __forceinline__ uchar3 cv::gpu::device::operator|| | ( | char | s, |
const char3 & | b | ||
) |
__device__ __forceinline__ uchar2 cv::gpu::device::operator|| | ( | const char2 & | a, |
char | s | ||
) |
__device__ __forceinline__ uchar3 cv::gpu::device::operator|| | ( | const char3 & | a, |
char | s | ||
) |
__device__ __forceinline__ uchar1 cv::gpu::device::operator|| | ( | ushort | s, |
const ushort1 & | b | ||
) |
__device__ __forceinline__ uchar1 cv::gpu::device::operator|| | ( | const ushort1 & | a, |
ushort | s | ||
) |
__device__ __forceinline__ uchar4 cv::gpu::device::operator|| | ( | ushort | s, |
const ushort4 & | b | ||
) |
__device__ __forceinline__ uchar3 cv::gpu::device::operator|| | ( | const ushort3 & | a, |
ushort | s | ||
) |
__device__ __forceinline__ uchar3 cv::gpu::device::operator|| | ( | ushort | s, |
const ushort3 & | b | ||
) |
__device__ __forceinline__ uchar2 cv::gpu::device::operator|| | ( | ushort | s, |
const ushort2 & | b | ||
) |
__device__ __forceinline__ uchar4 cv::gpu::device::operator|| | ( | const ushort4 & | a, |
ushort | s | ||
) |
__device__ __forceinline__ uchar2 cv::gpu::device::operator|| | ( | const ushort2 & | a, |
ushort | s | ||
) |
__device__ __forceinline__ uchar2 cv::gpu::device::operator|| | ( | short | s, |
const short2 & | b | ||
) |
__device__ __forceinline__ uchar3 cv::gpu::device::operator|| | ( | const short3 & | a, |
short | s | ||
) |
__device__ __forceinline__ uchar1 cv::gpu::device::operator|| | ( | const short1 & | a, |
short | s | ||
) |
__device__ __forceinline__ uchar1 cv::gpu::device::operator|| | ( | short | s, |
const short1 & | b | ||
) |
__device__ __forceinline__ uchar4 cv::gpu::device::operator|| | ( | short | s, |
const short4 & | b | ||
) |
__device__ __forceinline__ uchar3 cv::gpu::device::operator|| | ( | short | s, |
const short3 & | b | ||
) |
__device__ __forceinline__ uchar4 cv::gpu::device::operator|| | ( | const short4 & | a, |
short | s | ||
) |
__device__ __forceinline__ uchar2 cv::gpu::device::operator|| | ( | const short2 & | a, |
short | s | ||
) |
__device__ __forceinline__ uchar2 cv::gpu::device::operator|| | ( | const int2 & | a, |
int | s | ||
) |
__device__ __forceinline__ uchar3 cv::gpu::device::operator|| | ( | const int3 & | a, |
int | s | ||
) |
__device__ __forceinline__ uchar3 cv::gpu::device::operator|| | ( | int | s, |
const int3 & | b | ||
) |
__device__ __forceinline__ uchar1 cv::gpu::device::operator|| | ( | int | s, |
const int1 & | b | ||
) |
__device__ __forceinline__ uchar4 cv::gpu::device::operator|| | ( | int | s, |
const int4 & | b | ||
) |
__device__ __forceinline__ uchar4 cv::gpu::device::operator|| | ( | const int4 & | a, |
int | s | ||
) |
__device__ __forceinline__ uchar2 cv::gpu::device::operator|| | ( | int | s, |
const int2 & | b | ||
) |
__device__ __forceinline__ uchar1 cv::gpu::device::operator|| | ( | const int1 & | a, |
int | s | ||
) |
__device__ __forceinline__ uchar3 cv::gpu::device::operator|| | ( | uint | s, |
const uint3 & | b | ||
) |
__device__ __forceinline__ uchar4 cv::gpu::device::operator|| | ( | const uint4 & | a, |
uint | s | ||
) |
__device__ __forceinline__ uchar3 cv::gpu::device::operator|| | ( | const uint3 & | a, |
uint | s | ||
) |
__device__ __forceinline__ uchar1 cv::gpu::device::operator|| | ( | uint | s, |
const uint1 & | b | ||
) |
__device__ __forceinline__ uchar4 cv::gpu::device::operator|| | ( | uint | s, |
const uint4 & | b | ||
) |
__device__ __forceinline__ uchar2 cv::gpu::device::operator|| | ( | uint | s, |
const uint2 & | b | ||
) |
__device__ __forceinline__ uchar2 cv::gpu::device::operator|| | ( | const uint2 & | a, |
uint | s | ||
) |
__device__ __forceinline__ uchar1 cv::gpu::device::operator|| | ( | const uint1 & | a, |
uint | s | ||
) |
__device__ __forceinline__ uchar1 cv::gpu::device::operator|| | ( | const float1 & | a, |
float | s | ||
) |
__device__ __forceinline__ uchar3 cv::gpu::device::operator|| | ( | const float3 & | a, |
float | s | ||
) |
__device__ __forceinline__ uchar2 cv::gpu::device::operator|| | ( | const float2 & | a, |
float | s | ||
) |
__device__ __forceinline__ uchar1 cv::gpu::device::operator|| | ( | float | s, |
const float1 & | b | ||
) |
__device__ __forceinline__ uchar4 cv::gpu::device::operator|| | ( | float | s, |
const float4 & | b | ||
) |
__device__ __forceinline__ uchar2 cv::gpu::device::operator|| | ( | float | s, |
const float2 & | b | ||
) |
__device__ __forceinline__ uchar4 cv::gpu::device::operator|| | ( | const float4 & | a, |
float | s | ||
) |
__device__ __forceinline__ uchar3 cv::gpu::device::operator|| | ( | float | s, |
const float3 & | b | ||
) |
__device__ __forceinline__ uchar1 cv::gpu::device::operator|| | ( | const double1 & | a, |
double | s | ||
) |
__device__ __forceinline__ uchar2 cv::gpu::device::operator|| | ( | double | s, |
const double2 & | b | ||
) |
__device__ __forceinline__ uchar3 cv::gpu::device::operator|| | ( | const double3 & | a, |
double | s | ||
) |
__device__ __forceinline__ uchar4 cv::gpu::device::operator|| | ( | double | s, |
const double4 & | b | ||
) |
__device__ __forceinline__ uchar2 cv::gpu::device::operator|| | ( | const double2 & | a, |
double | s | ||
) |
__device__ __forceinline__ uchar1 cv::gpu::device::operator|| | ( | double | s, |
const double1 & | b | ||
) |
__device__ __forceinline__ uchar4 cv::gpu::device::operator|| | ( | const double4 & | a, |
double | s | ||
) |
__device__ __forceinline__ uchar3 cv::gpu::device::operator|| | ( | double | s, |
const double3 & | b | ||
) |
__device__ __forceinline__ uchar3 cv::gpu::device::operator~ | ( | const uchar3 & | a | ) |
__device__ __forceinline__ uchar4 cv::gpu::device::operator~ | ( | const uchar4 & | a | ) |
__device__ __forceinline__ uchar2 cv::gpu::device::operator~ | ( | const uchar2 & | a | ) |
__device__ __forceinline__ uchar1 cv::gpu::device::operator~ | ( | const uchar1 & | a | ) |
__device__ __forceinline__ char3 cv::gpu::device::operator~ | ( | const char3 & | a | ) |
__device__ __forceinline__ char2 cv::gpu::device::operator~ | ( | const char2 & | a | ) |
__device__ __forceinline__ char1 cv::gpu::device::operator~ | ( | const char1 & | a | ) |
__device__ __forceinline__ char4 cv::gpu::device::operator~ | ( | const char4 & | a | ) |
__device__ __forceinline__ ushort1 cv::gpu::device::operator~ | ( | const ushort1 & | a | ) |
__device__ __forceinline__ ushort2 cv::gpu::device::operator~ | ( | const ushort2 & | a | ) |
__device__ __forceinline__ ushort3 cv::gpu::device::operator~ | ( | const ushort3 & | a | ) |
__device__ __forceinline__ ushort4 cv::gpu::device::operator~ | ( | const ushort4 & | a | ) |
__device__ __forceinline__ short3 cv::gpu::device::operator~ | ( | const short3 & | a | ) |
__device__ __forceinline__ short1 cv::gpu::device::operator~ | ( | const short1 & | a | ) |
__device__ __forceinline__ short4 cv::gpu::device::operator~ | ( | const short4 & | a | ) |
__device__ __forceinline__ short2 cv::gpu::device::operator~ | ( | const short2 & | a | ) |
__device__ __forceinline__ int3 cv::gpu::device::operator~ | ( | const int3 & | a | ) |
__device__ __forceinline__ int2 cv::gpu::device::operator~ | ( | const int2 & | a | ) |
__device__ __forceinline__ int4 cv::gpu::device::operator~ | ( | const int4 & | a | ) |
__device__ __forceinline__ int1 cv::gpu::device::operator~ | ( | const int1 & | a | ) |
__device__ __forceinline__ uint4 cv::gpu::device::operator~ | ( | const uint4 & | a | ) |
__device__ __forceinline__ uint1 cv::gpu::device::operator~ | ( | const uint1 & | a | ) |
__device__ __forceinline__ uint3 cv::gpu::device::operator~ | ( | const uint3 & | a | ) |
__device__ __forceinline__ uint2 cv::gpu::device::operator~ | ( | const uint2 & | a | ) |
void cv::gpu::device::printFuncAttrib | ( | Func & | func | ) |
__device__ __forceinline__ void cv::gpu::device::reduce | ( | volatile T * | smem, |
T & | val, | ||
unsigned int | tid, | ||
const Op & | op | ||
) |
__device__ __forceinline__ void cv::gpu::device::reduce | ( | const thrust::tuple< P0, P1, P2, P3, P4, P5, P6, P7, P8, P9 > & | smem, |
const thrust::tuple< R0, R1, R2, R3, R4, R5, R6, R7, R8, R9 > & | val, | ||
unsigned int | tid, | ||
const thrust::tuple< Op0, Op1, Op2, Op3, Op4, Op5, Op6, Op7, Op8, Op9 > & | op | ||
) |
__device__ __forceinline__ void cv::gpu::device::reduceKeyVal | ( | volatile K * | skeys, |
K & | key, | ||
volatile V * | svals, | ||
V & | val, | ||
unsigned int | tid, | ||
const Cmp & | cmp | ||
) |
__device__ __forceinline__ void cv::gpu::device::reduceKeyVal | ( | volatile K * | skeys, |
K & | key, | ||
const thrust::tuple< VP0, VP1, VP2, VP3, VP4, VP5, VP6, VP7, VP8, VP9 > & | svals, | ||
const thrust::tuple< VR0, VR1, VR2, VR3, VR4, VR5, VR6, VR7, VR8, VR9 > & | val, | ||
unsigned int | tid, | ||
const Cmp & | cmp | ||
) |
__device__ __forceinline__ void cv::gpu::device::reduceKeyVal | ( | const thrust::tuple< KP0, KP1, KP2, KP3, KP4, KP5, KP6, KP7, KP8, KP9 > & | skeys, |
const thrust::tuple< KR0, KR1, KR2, KR3, KR4, KR5, KR6, KR7, KR8, KR9 > & | key, | ||
const thrust::tuple< VP0, VP1, VP2, VP3, VP4, VP5, VP6, VP7, VP8, VP9 > & | svals, | ||
const thrust::tuple< VR0, VR1, VR2, VR3, VR4, VR5, VR6, VR7, VR8, VR9 > & | val, | ||
unsigned int | tid, | ||
const thrust::tuple< Cmp0, Cmp1, Cmp2, Cmp3, Cmp4, Cmp5, Cmp6, Cmp7, Cmp8, Cmp9 > & | cmp | ||
) |
__device__ __forceinline__ _Tp cv::gpu::device::saturate_cast | ( | uchar | v | ) |
__device__ __forceinline__ _Tp cv::gpu::device::saturate_cast | ( | schar | v | ) |
__device__ __forceinline__ _Tp cv::gpu::device::saturate_cast | ( | ushort | v | ) |
__device__ __forceinline__ _Tp cv::gpu::device::saturate_cast | ( | short | v | ) |
__device__ __forceinline__ _Tp cv::gpu::device::saturate_cast | ( | uint | v | ) |
__device__ __forceinline__ _Tp cv::gpu::device::saturate_cast | ( | int | v | ) |
__device__ __forceinline__ _Tp cv::gpu::device::saturate_cast | ( | float | v | ) |
__device__ __forceinline__ _Tp cv::gpu::device::saturate_cast | ( | double | v | ) |
__device__ __forceinline__ short cv::gpu::device::saturate_cast< short > | ( | ushort | v | ) |
__device__ __forceinline__ short cv::gpu::device::saturate_cast< short > | ( | int | v | ) |
__device__ __forceinline__ short cv::gpu::device::saturate_cast< short > | ( | uint | v | ) |
__device__ __forceinline__ short cv::gpu::device::saturate_cast< short > | ( | float | v | ) |
__device__ __forceinline__ short cv::gpu::device::saturate_cast< short > | ( | double | v | ) |
__device__ __forceinline__ uint cv::gpu::device::saturate_cast< uint > | ( | schar | v | ) |
__device__ __forceinline__ uint cv::gpu::device::saturate_cast< uint > | ( | short | v | ) |
__device__ __forceinline__ uint cv::gpu::device::saturate_cast< uint > | ( | int | v | ) |
__device__ __forceinline__ uint cv::gpu::device::saturate_cast< uint > | ( | float | v | ) |
__device__ __forceinline__ uint cv::gpu::device::saturate_cast< uint > | ( | double | v | ) |
__device__ __forceinline__ T cv::gpu::device::shfl | ( | T | val, |
int | srcLane, | ||
int | width = warpSize |
||
) |
__device__ __forceinline__ unsigned int cv::gpu::device::shfl | ( | unsigned int | val, |
int | srcLane, | ||
int | width = warpSize |
||
) |
__device__ __forceinline__ double cv::gpu::device::shfl | ( | double | val, |
int | srcLane, | ||
int | width = warpSize |
||
) |
__device__ __forceinline__ T cv::gpu::device::shfl_down | ( | T | val, |
unsigned int | delta, | ||
int | width = warpSize |
||
) |
__device__ __forceinline__ unsigned int cv::gpu::device::shfl_down | ( | unsigned int | val, |
unsigned int | delta, | ||
int | width = warpSize |
||
) |
__device__ __forceinline__ double cv::gpu::device::shfl_down | ( | double | val, |
unsigned int | delta, | ||
int | width = warpSize |
||
) |
__device__ __forceinline__ T cv::gpu::device::shfl_up | ( | T | val, |
unsigned int | delta, | ||
int | width = warpSize |
||
) |
__device__ __forceinline__ unsigned int cv::gpu::device::shfl_up | ( | unsigned int | val, |
unsigned int | delta, | ||
int | width = warpSize |
||
) |
__device__ __forceinline__ double cv::gpu::device::shfl_up | ( | double | val, |
unsigned int | delta, | ||
int | width = warpSize |
||
) |
__device__ __forceinline__ float4 cv::gpu::device::sin | ( | const uchar4 & | a | ) |
__device__ __forceinline__ float1 cv::gpu::device::sin | ( | const uchar1 & | a | ) |
__device__ __forceinline__ float3 cv::gpu::device::sin | ( | const uchar3 & | a | ) |
__device__ __forceinline__ float2 cv::gpu::device::sin | ( | const uchar2 & | a | ) |
__device__ __forceinline__ float2 cv::gpu::device::sin | ( | const char2 & | a | ) |
__device__ __forceinline__ float3 cv::gpu::device::sin | ( | const char3 & | a | ) |
__device__ __forceinline__ float1 cv::gpu::device::sin | ( | const char1 & | a | ) |
__device__ __forceinline__ float4 cv::gpu::device::sin | ( | const char4 & | a | ) |
__device__ __forceinline__ float3 cv::gpu::device::sin | ( | const ushort3 & | a | ) |
__device__ __forceinline__ float2 cv::gpu::device::sin | ( | const ushort2 & | a | ) |
__device__ __forceinline__ float1 cv::gpu::device::sin | ( | const ushort1 & | a | ) |
__device__ __forceinline__ float4 cv::gpu::device::sin | ( | const ushort4 & | a | ) |
__device__ __forceinline__ float3 cv::gpu::device::sin | ( | const short3 & | a | ) |
__device__ __forceinline__ float4 cv::gpu::device::sin | ( | const short4 & | a | ) |
__device__ __forceinline__ float2 cv::gpu::device::sin | ( | const short2 & | a | ) |
__device__ __forceinline__ float1 cv::gpu::device::sin | ( | const short1 & | a | ) |
__device__ __forceinline__ float4 cv::gpu::device::sin | ( | const int4 & | a | ) |
__device__ __forceinline__ float3 cv::gpu::device::sin | ( | const int3 & | a | ) |
__device__ __forceinline__ float1 cv::gpu::device::sin | ( | const int1 & | a | ) |
__device__ __forceinline__ float2 cv::gpu::device::sin | ( | const int2 & | a | ) |
__device__ __forceinline__ float1 cv::gpu::device::sin | ( | const uint1 & | a | ) |
__device__ __forceinline__ float4 cv::gpu::device::sin | ( | const uint4 & | a | ) |
__device__ __forceinline__ float2 cv::gpu::device::sin | ( | const uint2 & | a | ) |
__device__ __forceinline__ float3 cv::gpu::device::sin | ( | const uint3 & | a | ) |
__device__ __forceinline__ float4 cv::gpu::device::sin | ( | const float4 & | a | ) |
__device__ __forceinline__ float3 cv::gpu::device::sin | ( | const float3 & | a | ) |
__device__ __forceinline__ float1 cv::gpu::device::sin | ( | const float1 & | a | ) |
__device__ __forceinline__ float2 cv::gpu::device::sin | ( | const float2 & | a | ) |
__device__ __forceinline__ double1 cv::gpu::device::sin | ( | const double1 & | a | ) |
__device__ __forceinline__ double3 cv::gpu::device::sin | ( | const double3 & | a | ) |
__device__ __forceinline__ double4 cv::gpu::device::sin | ( | const double4 & | a | ) |
__device__ __forceinline__ double2 cv::gpu::device::sin | ( | const double2 & | a | ) |
__device__ __forceinline__ float2 cv::gpu::device::sinh | ( | const uchar2 & | a | ) |
__device__ __forceinline__ float1 cv::gpu::device::sinh | ( | const uchar1 & | a | ) |
__device__ __forceinline__ float3 cv::gpu::device::sinh | ( | const uchar3 & | a | ) |
__device__ __forceinline__ float4 cv::gpu::device::sinh | ( | const uchar4 & | a | ) |
__device__ __forceinline__ float4 cv::gpu::device::sinh | ( | const char4 & | a | ) |
__device__ __forceinline__ float2 cv::gpu::device::sinh | ( | const char2 & | a | ) |
__device__ __forceinline__ float3 cv::gpu::device::sinh | ( | const char3 & | a | ) |
__device__ __forceinline__ float1 cv::gpu::device::sinh | ( | const char1 & | a | ) |
__device__ __forceinline__ float1 cv::gpu::device::sinh | ( | const ushort1 & | a | ) |
__device__ __forceinline__ float2 cv::gpu::device::sinh | ( | const ushort2 & | a | ) |
__device__ __forceinline__ float4 cv::gpu::device::sinh | ( | const ushort4 & | a | ) |
__device__ __forceinline__ float3 cv::gpu::device::sinh | ( | const ushort3 & | a | ) |
__device__ __forceinline__ float1 cv::gpu::device::sinh | ( | const short1 & | a | ) |
__device__ __forceinline__ float2 cv::gpu::device::sinh | ( | const short2 & | a | ) |
__device__ __forceinline__ float3 cv::gpu::device::sinh | ( | const short3 & | a | ) |
__device__ __forceinline__ float4 cv::gpu::device::sinh | ( | const short4 & | a | ) |
__device__ __forceinline__ float2 cv::gpu::device::sinh | ( | const int2 & | a | ) |
__device__ __forceinline__ float3 cv::gpu::device::sinh | ( | const int3 & | a | ) |
__device__ __forceinline__ float1 cv::gpu::device::sinh | ( | const int1 & | a | ) |
__device__ __forceinline__ float4 cv::gpu::device::sinh | ( | const int4 & | a | ) |
__device__ __forceinline__ float2 cv::gpu::device::sinh | ( | const uint2 & | a | ) |
__device__ __forceinline__ float1 cv::gpu::device::sinh | ( | const uint1 & | a | ) |
__device__ __forceinline__ float4 cv::gpu::device::sinh | ( | const uint4 & | a | ) |
__device__ __forceinline__ float3 cv::gpu::device::sinh | ( | const uint3 & | a | ) |
__device__ __forceinline__ float2 cv::gpu::device::sinh | ( | const float2 & | a | ) |
__device__ __forceinline__ float4 cv::gpu::device::sinh | ( | const float4 & | a | ) |
__device__ __forceinline__ float3 cv::gpu::device::sinh | ( | const float3 & | a | ) |
__device__ __forceinline__ float1 cv::gpu::device::sinh | ( | const float1 & | a | ) |
__device__ __forceinline__ double4 cv::gpu::device::sinh | ( | const double4 & | a | ) |
__device__ __forceinline__ double3 cv::gpu::device::sinh | ( | const double3 & | a | ) |
__device__ __forceinline__ double1 cv::gpu::device::sinh | ( | const double1 & | a | ) |
__device__ __forceinline__ double2 cv::gpu::device::sinh | ( | const double2 & | a | ) |
__device__ __forceinline__ thrust::tuple<volatile T0*> cv::gpu::device::smem_tuple | ( | T0 * | t0 | ) |
__device__ __forceinline__ thrust::tuple<volatile T0*, volatile T1*> cv::gpu::device::smem_tuple | ( | T0 * | t0, |
T1 * | t1 | ||
) |
__device__ __forceinline__ thrust::tuple<volatile T0*, volatile T1*, volatile T2*> cv::gpu::device::smem_tuple | ( | T0 * | t0, |
T1 * | t1, | ||
T2 * | t2 | ||
) |
__device__ __forceinline__ thrust::tuple<volatile T0*, volatile T1*, volatile T2*, volatile T3*> cv::gpu::device::smem_tuple | ( | T0 * | t0, |
T1 * | t1, | ||
T2 * | t2, | ||
T3 * | t3 | ||
) |
__device__ __forceinline__ thrust::tuple<volatile T0*, volatile T1*, volatile T2*, volatile T3*, volatile T4*> cv::gpu::device::smem_tuple | ( | T0 * | t0, |
T1 * | t1, | ||
T2 * | t2, | ||
T3 * | t3, | ||
T4 * | t4 | ||
) |
__device__ __forceinline__ thrust::tuple<volatile T0*, volatile T1*, volatile T2*, volatile T3*, volatile T4*, volatile T5*> cv::gpu::device::smem_tuple | ( | T0 * | t0, |
T1 * | t1, | ||
T2 * | t2, | ||
T3 * | t3, | ||
T4 * | t4, | ||
T5 * | t5 | ||
) |
__device__ __forceinline__ thrust::tuple<volatile T0*, volatile T1*, volatile T2*, volatile T3*, volatile T4*, volatile T5*, volatile T6*> cv::gpu::device::smem_tuple | ( | T0 * | t0, |
T1 * | t1, | ||
T2 * | t2, | ||
T3 * | t3, | ||
T4 * | t4, | ||
T5 * | t5, | ||
T6 * | t6 | ||
) |
__device__ __forceinline__ thrust::tuple<volatile T0*, volatile T1*, volatile T2*, volatile T3*, volatile T4*, volatile T5*, volatile T6*, volatile T7*> cv::gpu::device::smem_tuple | ( | T0 * | t0, |
T1 * | t1, | ||
T2 * | t2, | ||
T3 * | t3, | ||
T4 * | t4, | ||
T5 * | t5, | ||
T6 * | t6, | ||
T7 * | t7 | ||
) |
__device__ __forceinline__ thrust::tuple<volatile T0*, volatile T1*, volatile T2*, volatile T3*, volatile T4*, volatile T5*, volatile T6*, volatile T7*, volatile T8*> cv::gpu::device::smem_tuple | ( | T0 * | t0, |
T1 * | t1, | ||
T2 * | t2, | ||
T3 * | t3, | ||
T4 * | t4, | ||
T5 * | t5, | ||
T6 * | t6, | ||
T7 * | t7, | ||
T8 * | t8 | ||
) |
__device__ __forceinline__ thrust::tuple<volatile T0*, volatile T1*, volatile T2*, volatile T3*, volatile T4*, volatile T5*, volatile T6*, volatile T7*, volatile T8*, volatile T9*> cv::gpu::device::smem_tuple | ( | T0 * | t0, |
T1 * | t1, | ||
T2 * | t2, | ||
T3 * | t3, | ||
T4 * | t4, | ||
T5 * | t5, | ||
T6 * | t6, | ||
T7 * | t7, | ||
T8 * | t8, | ||
T9 * | t9 | ||
) |
__device__ __forceinline__ bool cv::gpu::device::solve2x2 | ( | const T | A[2][2], |
const T | b[2], | ||
T | x[2] | ||
) |
__device__ __forceinline__ bool cv::gpu::device::solve3x3 | ( | const T | A[3][3], |
const T | b[3], | ||
T | x[3] | ||
) |
__device__ __forceinline__ float4 cv::gpu::device::sqrt | ( | const uchar4 & | a | ) |
__device__ __forceinline__ float1 cv::gpu::device::sqrt | ( | const uchar1 & | a | ) |
__device__ __forceinline__ float2 cv::gpu::device::sqrt | ( | const uchar2 & | a | ) |
__device__ __forceinline__ float3 cv::gpu::device::sqrt | ( | const uchar3 & | a | ) |
__device__ __forceinline__ float3 cv::gpu::device::sqrt | ( | const char3 & | a | ) |
__device__ __forceinline__ float1 cv::gpu::device::sqrt | ( | const char1 & | a | ) |
__device__ __forceinline__ float4 cv::gpu::device::sqrt | ( | const char4 & | a | ) |
__device__ __forceinline__ float2 cv::gpu::device::sqrt | ( | const char2 & | a | ) |
__device__ __forceinline__ float3 cv::gpu::device::sqrt | ( | const ushort3 & | a | ) |
__device__ __forceinline__ float2 cv::gpu::device::sqrt | ( | const ushort2 & | a | ) |
__device__ __forceinline__ float1 cv::gpu::device::sqrt | ( | const ushort1 & | a | ) |
__device__ __forceinline__ float4 cv::gpu::device::sqrt | ( | const ushort4 & | a | ) |
__device__ __forceinline__ float3 cv::gpu::device::sqrt | ( | const short3 & | a | ) |
__device__ __forceinline__ float2 cv::gpu::device::sqrt | ( | const short2 & | a | ) |
__device__ __forceinline__ float1 cv::gpu::device::sqrt | ( | const short1 & | a | ) |
__device__ __forceinline__ float4 cv::gpu::device::sqrt | ( | const short4 & | a | ) |
__device__ __forceinline__ float1 cv::gpu::device::sqrt | ( | const int1 & | a | ) |
__device__ __forceinline__ float4 cv::gpu::device::sqrt | ( | const int4 & | a | ) |
__device__ __forceinline__ float3 cv::gpu::device::sqrt | ( | const int3 & | a | ) |
__device__ __forceinline__ float2 cv::gpu::device::sqrt | ( | const int2 & | a | ) |
__device__ __forceinline__ float4 cv::gpu::device::sqrt | ( | const uint4 & | a | ) |
__device__ __forceinline__ float2 cv::gpu::device::sqrt | ( | const uint2 & | a | ) |
__device__ __forceinline__ float3 cv::gpu::device::sqrt | ( | const uint3 & | a | ) |
__device__ __forceinline__ float1 cv::gpu::device::sqrt | ( | const uint1 & | a | ) |
__device__ __forceinline__ float1 cv::gpu::device::sqrt | ( | const float1 & | a | ) |
__device__ __forceinline__ float4 cv::gpu::device::sqrt | ( | const float4 & | a | ) |
__device__ __forceinline__ float3 cv::gpu::device::sqrt | ( | const float3 & | a | ) |
__device__ __forceinline__ float2 cv::gpu::device::sqrt | ( | const float2 & | a | ) |
__device__ __forceinline__ double1 cv::gpu::device::sqrt | ( | const double1 & | a | ) |
__device__ __forceinline__ double2 cv::gpu::device::sqrt | ( | const double2 & | a | ) |
__device__ __forceinline__ double3 cv::gpu::device::sqrt | ( | const double3 & | a | ) |
__device__ __forceinline__ double4 cv::gpu::device::sqrt | ( | const double4 & | a | ) |
void __device__ __host__ __forceinline__ cv::gpu::device::swap | ( | T & | a, |
T & | b | ||
) |
__device__ __forceinline__ float3 cv::gpu::device::tan | ( | const uchar3 & | a | ) |
__device__ __forceinline__ float2 cv::gpu::device::tan | ( | const uchar2 & | a | ) |
__device__ __forceinline__ float1 cv::gpu::device::tan | ( | const uchar1 & | a | ) |
__device__ __forceinline__ float4 cv::gpu::device::tan | ( | const uchar4 & | a | ) |
__device__ __forceinline__ float3 cv::gpu::device::tan | ( | const char3 & | a | ) |
__device__ __forceinline__ float1 cv::gpu::device::tan | ( | const char1 & | a | ) |
__device__ __forceinline__ float2 cv::gpu::device::tan | ( | const char2 & | a | ) |
__device__ __forceinline__ float4 cv::gpu::device::tan | ( | const char4 & | a | ) |
__device__ __forceinline__ float4 cv::gpu::device::tan | ( | const ushort4 & | a | ) |
__device__ __forceinline__ float3 cv::gpu::device::tan | ( | const ushort3 & | a | ) |
__device__ __forceinline__ float1 cv::gpu::device::tan | ( | const ushort1 & | a | ) |
__device__ __forceinline__ float2 cv::gpu::device::tan | ( | const ushort2 & | a | ) |
__device__ __forceinline__ float2 cv::gpu::device::tan | ( | const short2 & | a | ) |
__device__ __forceinline__ float1 cv::gpu::device::tan | ( | const short1 & | a | ) |
__device__ __forceinline__ float4 cv::gpu::device::tan | ( | const short4 & | a | ) |
__device__ __forceinline__ float3 cv::gpu::device::tan | ( | const short3 & | a | ) |
__device__ __forceinline__ float1 cv::gpu::device::tan | ( | const int1 & | a | ) |
__device__ __forceinline__ float4 cv::gpu::device::tan | ( | const int4 & | a | ) |
__device__ __forceinline__ float2 cv::gpu::device::tan | ( | const int2 & | a | ) |
__device__ __forceinline__ float3 cv::gpu::device::tan | ( | const int3 & | a | ) |
__device__ __forceinline__ float4 cv::gpu::device::tan | ( | const uint4 & | a | ) |
__device__ __forceinline__ float2 cv::gpu::device::tan | ( | const uint2 & | a | ) |
__device__ __forceinline__ float1 cv::gpu::device::tan | ( | const uint1 & | a | ) |
__device__ __forceinline__ float3 cv::gpu::device::tan | ( | const uint3 & | a | ) |
__device__ __forceinline__ float2 cv::gpu::device::tan | ( | const float2 & | a | ) |
__device__ __forceinline__ float1 cv::gpu::device::tan | ( | const float1 & | a | ) |
__device__ __forceinline__ float4 cv::gpu::device::tan | ( | const float4 & | a | ) |
__device__ __forceinline__ float3 cv::gpu::device::tan | ( | const float3 & | a | ) |
__device__ __forceinline__ double2 cv::gpu::device::tan | ( | const double2 & | a | ) |
__device__ __forceinline__ double1 cv::gpu::device::tan | ( | const double1 & | a | ) |
__device__ __forceinline__ double3 cv::gpu::device::tan | ( | const double3 & | a | ) |
__device__ __forceinline__ double4 cv::gpu::device::tan | ( | const double4 & | a | ) |
__device__ __forceinline__ float1 cv::gpu::device::tanh | ( | const uchar1 & | a | ) |
__device__ __forceinline__ float2 cv::gpu::device::tanh | ( | const uchar2 & | a | ) |
__device__ __forceinline__ float3 cv::gpu::device::tanh | ( | const uchar3 & | a | ) |
__device__ __forceinline__ float4 cv::gpu::device::tanh | ( | const uchar4 & | a | ) |
__device__ __forceinline__ float1 cv::gpu::device::tanh | ( | const char1 & | a | ) |
__device__ __forceinline__ float3 cv::gpu::device::tanh | ( | const char3 & | a | ) |
__device__ __forceinline__ float2 cv::gpu::device::tanh | ( | const char2 & | a | ) |
__device__ __forceinline__ float4 cv::gpu::device::tanh | ( | const char4 & | a | ) |
__device__ __forceinline__ float3 cv::gpu::device::tanh | ( | const ushort3 & | a | ) |
__device__ __forceinline__ float1 cv::gpu::device::tanh | ( | const ushort1 & | a | ) |
__device__ __forceinline__ float4 cv::gpu::device::tanh | ( | const ushort4 & | a | ) |
__device__ __forceinline__ float2 cv::gpu::device::tanh | ( | const ushort2 & | a | ) |
__device__ __forceinline__ float1 cv::gpu::device::tanh | ( | const short1 & | a | ) |
__device__ __forceinline__ float3 cv::gpu::device::tanh | ( | const short3 & | a | ) |
__device__ __forceinline__ float4 cv::gpu::device::tanh | ( | const short4 & | a | ) |
__device__ __forceinline__ float2 cv::gpu::device::tanh | ( | const short2 & | a | ) |
__device__ __forceinline__ float2 cv::gpu::device::tanh | ( | const int2 & | a | ) |
__device__ __forceinline__ float1 cv::gpu::device::tanh | ( | const int1 & | a | ) |
__device__ __forceinline__ float4 cv::gpu::device::tanh | ( | const int4 & | a | ) |
__device__ __forceinline__ float3 cv::gpu::device::tanh | ( | const int3 & | a | ) |
__device__ __forceinline__ float3 cv::gpu::device::tanh | ( | const uint3 & | a | ) |
__device__ __forceinline__ float1 cv::gpu::device::tanh | ( | const uint1 & | a | ) |
__device__ __forceinline__ float2 cv::gpu::device::tanh | ( | const uint2 & | a | ) |
__device__ __forceinline__ float4 cv::gpu::device::tanh | ( | const uint4 & | a | ) |
__device__ __forceinline__ float4 cv::gpu::device::tanh | ( | const float4 & | a | ) |
__device__ __forceinline__ float2 cv::gpu::device::tanh | ( | const float2 & | a | ) |
__device__ __forceinline__ float1 cv::gpu::device::tanh | ( | const float1 & | a | ) |
__device__ __forceinline__ float3 cv::gpu::device::tanh | ( | const float3 & | a | ) |
__device__ __forceinline__ double4 cv::gpu::device::tanh | ( | const double4 & | a | ) |
__device__ __forceinline__ double3 cv::gpu::device::tanh | ( | const double3 & | a | ) |
__device__ __forceinline__ double1 cv::gpu::device::tanh | ( | const double1 & | a | ) |
__device__ __forceinline__ double2 cv::gpu::device::tanh | ( | const double2 & | a | ) |
__device__ __forceinline__ T cv::gpu::device::warp_reduce | ( | volatile T * | ptr, |
const unsigned int | tid = threadIdx.x |
||
) |
__device__ __forceinline__ T cv::gpu::device::warpScanExclusive | ( | T | idata, |
volatile T * | s_Data, | ||
unsigned int | tid | ||
) |
__device__ T cv::gpu::device::warpScanInclusive | ( | T | idata, |
volatile T * | s_Data, | ||
unsigned int | tid | ||
) |