Code-Eli
0.3.6
|
#include <floating_point.hpp>
Public Types | |
typedef uint64_t | integer_type |
Public Attributes | |
integer_type | i [2] |
struct { | |
uint64_t mantissa: 63 | |
uint32_t integer_bit: 1 | |
uint32_t exponent: 15 | |
uint32_t sign: 1 | |
} | parts |
typedef uint64_t eli::util::long_double_type::integer_type |
uint32_t eli::util::long_double_type::exponent |
integer_type eli::util::long_double_type::i[2] |
uint32_t eli::util::long_double_type::integer_bit |
uint64_t eli::util::long_double_type::mantissa |
struct { ... } eli::util::long_double_type::parts |
uint32_t eli::util::long_double_type::sign |