NumericLimits< T > Struct Template Reference

NumericLimits&lt; T &gt; Struct Template Reference#

Composable Kernel: ck::NumericLimits< T > Struct Template Reference
ck::NumericLimits< T > Struct Template Reference

#include <numeric_limits.hpp>

Static Public Member Functions

__host__ static __device__ constexpr T Min ()
__host__ static __device__ constexpr T Max ()
__host__ static __device__ constexpr T Lowest ()
__host__ static __device__ constexpr T QuietNaN ()
__host__ static __device__ constexpr T Infinity ()

Member Function Documentation

◆ Infinity()

template<typename T>
__host__ static __device__ constexpr T ck::NumericLimits< T >::Infinity ( )
inlinestaticconstexpr

◆ Lowest()

template<typename T>
__host__ static __device__ constexpr T ck::NumericLimits< T >::Lowest ( )
inlinestaticconstexpr

◆ Max()

template<typename T>
__host__ static __device__ constexpr T ck::NumericLimits< T >::Max ( )
inlinestaticconstexpr

◆ Min()

template<typename T>
__host__ static __device__ constexpr T ck::NumericLimits< T >::Min ( )
inlinestaticconstexpr

◆ QuietNaN()

template<typename T>
__host__ static __device__ constexpr T ck::NumericLimits< T >::QuietNaN ( )
inlinestaticconstexpr

The documentation for this struct was generated from the following file: