Code-Eli  0.3.6
eli::util::long_double_type Union Reference

#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
 

Member Typedef Documentation

Member Data Documentation

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

The documentation for this union was generated from the following file: