RetroArch
|
#include <hex_float.h>
Public Types | |
typedef uint32_t | uint_type |
typedef int32_t | int_type |
typedef FloatProxy< float > | underlying_type |
typedef float | native_type |
Static Public Attributes | |
static const uint_type | num_used_bits = 32 |
static const uint_type | num_exponent_bits = 8 |
static const uint_type | num_fraction_bits = 23 |
static const uint_type | exponent_bias = 127 |
typedef int32_t spvutils::HexFloatTraits< FloatProxy< float > >::int_type |
typedef float spvutils::HexFloatTraits< FloatProxy< float > >::native_type |
typedef uint32_t spvutils::HexFloatTraits< FloatProxy< float > >::uint_type |
typedef FloatProxy<float> spvutils::HexFloatTraits< FloatProxy< float > >::underlying_type |
|
static |
|
static |
|
static |
|
static |