#include <utils.h>
|
| static constexpr constant half | max = metal::numeric_limits<half>::infinity() |
| |
| static constexpr constant half | min = -metal::numeric_limits<half>::infinity() |
| |
| static constexpr constant half | finite_max = metal::numeric_limits<half>::max() |
| |
| static constexpr constant half | finite_min = -metal::numeric_limits<half>::max() |
| |
| static const constant half | max |
| |
| static const constant half | min |
| |
| static const constant half | finite_max |
| |
| static const constant half | finite_min |
| |
◆ finite_max [1/2]
| const constant half Limits< half >::finite_max |
|
static |
◆ finite_max [2/2]
| constant half Limits< half >::finite_max = metal::numeric_limits<half>::max() |
|
staticconstexpr |
◆ finite_min [1/2]
| const constant half Limits< half >::finite_min |
|
static |
◆ finite_min [2/2]
| constant half Limits< half >::finite_min = -metal::numeric_limits<half>::max() |
|
staticconstexpr |
◆ max [1/2]
| const constant half Limits< half >::max |
|
static |
◆ max [2/2]
| constant half Limits< half >::max = metal::numeric_limits<half>::infinity() |
|
staticconstexpr |
◆ min [1/2]
| const constant half Limits< half >::min |
|
static |
◆ min [2/2]
| constant half Limits< half >::min = -metal::numeric_limits<half>::infinity() |
|
staticconstexpr |
The documentation for this struct was generated from the following file: