template<
int NUM_CHANNELS,
int NUM_ACTIVE_CHANNELS, typename SampleIteratorT, typename CounterT, typename LevelT, typename
OffsetT>
struct cub::DipatchHistogram< NUM_CHANNELS, NUM_ACTIVE_CHANNELS, SampleIteratorT, CounterT, LevelT, OffsetT >::ScaleTransform
Definition at line 235 of file dispatch_histogram.cuh.
|
template<typename _LevelT > |
__host__ __device__ __forceinline__ void | Init (int num_output_levels, _LevelT max, _LevelT min, _LevelT scale) |
|
__host__ __device__ __forceinline__ void | Init (int num_output_levels, float max, float min, float scale) |
|
__host__ __device__ __forceinline__ void | Init (int num_output_levels, double max, double min, double scale) |
|
template<CacheLoadModifier LOAD_MODIFIER, typename _SampleT > |
__host__ __device__ __forceinline__ void | BinSelect (_SampleT sample, int &bin, bool valid) |
|
template<CacheLoadModifier LOAD_MODIFIER> |
__host__ __device__ __forceinline__ void | BinSelect (float sample, int &bin, bool valid) |
|
template<CacheLoadModifier LOAD_MODIFIER> |
__host__ __device__ __forceinline__ void | BinSelect (double sample, int &bin, bool valid) |
|