Searched defs:thresh_trunc_func (Results 1 – 2 of 2) sorted by relevance
584 template <typename T> struct thresh_trunc_func : unary_function<T, T> struct586 … __host__ __device__ __forceinline__ thresh_trunc_func(T thresh_, T maxVal_ = 0) : thresh(thresh_)… in thresh_trunc_func() function588 __device__ __forceinline__ T operator()(typename TypeTraits<T>::ParameterType src) const in operator ()()593 __host__ __device__ __forceinline__ thresh_trunc_func() {} in thresh_trunc_func() argument594 __host__ __device__ __forceinline__ thresh_trunc_func(const thresh_trunc_func& other) in thresh_trunc_func() argument597 T thresh;
725 __host__ __device__ ThreshTruncFunc<T> thresh_trunc_func(T thresh) in thresh_trunc_func() function