RetroArch
|
#include <hex_float.h>
Public Types | |
typedef uint64_t | uint_type |
typedef int64_t | int_type |
typedef FloatProxy< double > | underlying_type |
typedef double | native_type |
Static Public Attributes | |
static const uint_type | num_used_bits = 64 |
static const uint_type | num_exponent_bits = 11 |
static const uint_type | num_fraction_bits = 52 |
static const uint_type | exponent_bias = 1023 |
typedef int64_t spvutils::HexFloatTraits< FloatProxy< double > >::int_type |
typedef double spvutils::HexFloatTraits< FloatProxy< double > >::native_type |
typedef uint64_t spvutils::HexFloatTraits< FloatProxy< double > >::uint_type |
typedef FloatProxy<double> spvutils::HexFloatTraits< FloatProxy< double > >::underlying_type |
|
static |
|
static |
|
static |
|
static |