Rocstar  1.0
Rocstar multiphysics simulation application
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
IEEE_754_double Union Reference

#include <IEEE_754_unions.h>

Public Attributes

double a
 
struct {
   unsigned   low:32
 
   unsigned   sign: 1
 
   unsigned   exp:11
 
   unsigned   high:20
 
b
 
struct {
   unsigned   L:32
 
   unsigned   H:32
 
c
 

Detailed Description

Definition at line 58 of file IEEE_754_unions.h.

Member Data Documentation

double a

Definition at line 60 of file IEEE_754_unions.h.

struct { ... } b
struct { ... } c

Referenced by show().

unsigned exp

Definition at line 73 of file IEEE_754_unions.h.

unsigned H

Definition at line 77 of file IEEE_754_unions.h.

Referenced by show().

unsigned high

Definition at line 74 of file IEEE_754_unions.h.

unsigned L

Definition at line 76 of file IEEE_754_unions.h.

Referenced by show().

unsigned low

Definition at line 71 of file IEEE_754_unions.h.

unsigned sign

Definition at line 72 of file IEEE_754_unions.h.


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