|
SystemC 3.0.0
Accellera SystemC proof-of-concept library
|
#include <sysc/datatypes/fx/scfx_ieee.h>
Public Attributes | |
| float | f |
| struct { | |
| unsigned mantissa:23 | |
| unsigned exponent:8 | |
| unsigned negative:1 | |
| } | s |
Definition at line 424 of file scfx_ieee.h.
| unsigned sc_dt::ieee_float::exponent |
Definition at line 437 of file scfx_ieee.h.
| float sc_dt::ieee_float::f |
Definition at line 427 of file scfx_ieee.h.
| unsigned sc_dt::ieee_float::mantissa |
Definition at line 436 of file scfx_ieee.h.
| unsigned sc_dt::ieee_float::negative |
Definition at line 438 of file scfx_ieee.h.
| struct { ... } sc_dt::ieee_float::s |