NumericLimits< f4_t > Struct Reference#
ck::NumericLimits< f4_t > Struct Reference
#include <numeric_limits.hpp>
Static Public Member Functions | |
| __host__ static __device__ constexpr f4_t | Min () |
| __host__ static __device__ constexpr f4_t | Max () |
| __host__ static __device__ constexpr f4_t | Lowest () |
| __host__ static __device__ constexpr f4_t | MinSubnorm () |
| __host__ static __device__ constexpr f4_t | MaxSubnorm () |
| __host__ static __device__ constexpr float | DataMaxNorm () |
| __host__ static __device__ constexpr float | DataMinSubnorm () |
| __host__ static __device__ constexpr f4_t | QuietNaN () |
| __host__ static __device__ constexpr f4_t | Infinity () |
Static Public Attributes | |
| static constexpr uint8_t | binary_min_normal = 0x2 |
| static constexpr uint8_t | binary_max_normal = 0x7 |
| static constexpr uint8_t | binary_lowest_normal = 0xF |
| static constexpr uint8_t | binary_min_subnorm = 0x1 |
| static constexpr uint8_t | binary_max_subnorm = 0x1 |
| static constexpr float | data_max_normal_number = 6 |
| static constexpr float | data_min_subnormal_number = 0.5 |
Member Function Documentation
◆ DataMaxNorm()
|
inlinestaticconstexpr |
◆ DataMinSubnorm()
|
inlinestaticconstexpr |
◆ Infinity()
|
inlinestaticconstexpr |
◆ Lowest()
|
inlinestaticconstexpr |
◆ Max()
|
inlinestaticconstexpr |
◆ MaxSubnorm()
|
inlinestaticconstexpr |
◆ Min()
|
inlinestaticconstexpr |
◆ MinSubnorm()
|
inlinestaticconstexpr |
◆ QuietNaN()
|
inlinestaticconstexpr |
Member Data Documentation
◆ binary_lowest_normal
|
staticconstexpr |
◆ binary_max_normal
|
staticconstexpr |
◆ binary_max_subnorm
|
staticconstexpr |
◆ binary_min_normal
|
staticconstexpr |
◆ binary_min_subnorm
|
staticconstexpr |
◆ data_max_normal_number
|
staticconstexpr |
◆ data_min_subnormal_number
|
staticconstexpr |
The documentation for this struct was generated from the following file: