Searched defs:GetMaxFloat (Results 1 – 1 of 1) sorted by relevance
95 struct GetMaxFloat { struct96 __device__ __forceinline__ AccT operator()(AccT max, T v) const { return ::max(max, (AccT)v); } in operator ()()