Structural deformable models
Public Attributes | List of all members
_airFloat Union Reference

#include <airnan.h>

Public Attributes

unsigned int i
 
struct {
   unsigned int   frac: 23
 
   unsigned int   exp: 8
 
   unsigned int   sign: 1
 
c
 
float v
 

Detailed Description

Definition at line 47 of file airnan.h.

Member Data Documentation

struct { ... } _airFloat::c

Referenced by airIsNaN().

unsigned int _airFloat::exp

Definition at line 52 of file airnan.h.

Referenced by airIsNaN().

unsigned int _airFloat::frac

Definition at line 51 of file airnan.h.

Referenced by airIsNaN().

unsigned int _airFloat::i

Definition at line 48 of file airnan.h.

unsigned int _airFloat::sign

Definition at line 53 of file airnan.h.

float _airFloat::v

Definition at line 60 of file airnan.h.

Referenced by airIsNaN().


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