|
Structural deformable models
|
#include <airnan.h>
Public Attributes | |
| unsigned int | i |
| struct { | |
| unsigned int frac: 23 | |
| unsigned int exp: 8 | |
| unsigned int sign: 1 | |
| } | c |
| float | v |
| 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().
| float _airFloat::v |
Definition at line 60 of file airnan.h.
Referenced by airIsNaN().
1.8.11