#include <bit/utility.h>
Public Attributes | |
double | d |
struct { | |
unsigned int sign: 1 | |
unsigned int biased_exponent: 11 | |
unsigned int mantissa_high: 20 | |
unsigned int mantissa_low: 32 | |
} | mpn |
double bit::be_double_IEEE754::d |
unsigned int bit::be_double_IEEE754::sign |
unsigned int bit::be_double_IEEE754::biased_exponent |
unsigned int bit::be_double_IEEE754::mantissa_high |
unsigned int bit::be_double_IEEE754::mantissa_low |
struct { ... } bit::be_double_IEEE754::mpn |