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

#include <IEEE_754_unions.h>

Public Attributes

float a
 
struct {
   unsigned   sign: 1
 
   unsigned   exp: 8
 
   unsigned   high:23
 
b
 
unsigned c
 

Detailed Description

Definition at line 82 of file IEEE_754_unions.h.

Member Data Documentation

float a

Definition at line 84 of file IEEE_754_unions.h.

struct { ... } b
unsigned c

Definition at line 89 of file IEEE_754_unions.h.

Referenced by show().

unsigned exp

Definition at line 86 of file IEEE_754_unions.h.

unsigned high

Definition at line 87 of file IEEE_754_unions.h.

unsigned sign

Definition at line 85 of file IEEE_754_unions.h.


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