|
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]) |
|
struct | __align__ (8) uchar8 |
|
struct | __align__ (16) ushort8 |
|
struct | __align__ (32) uint8 |
|
template<class T > |
__device__ __forceinline__ T | warp_reduce (volatile T *ptr, const unsigned int tid=threadIdx.x) |
|
__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) |
|
|