SystemC 3.0.0
Accellera SystemC proof-of-concept library
Public Attributes | List of all members
sc_dt::ieee_float Union Reference

#include <sysc/datatypes/fx/scfx_ieee.h>

Public Attributes

float f
 
struct {
   unsigned   mantissa:23
 
   unsigned   exponent:8
 
   unsigned   negative:1
 
s
 

Detailed Description

Definition at line 424 of file scfx_ieee.h.

Member Data Documentation

◆ exponent

unsigned sc_dt::ieee_float::exponent

Definition at line 437 of file scfx_ieee.h.

◆ f

float sc_dt::ieee_float::f

Definition at line 427 of file scfx_ieee.h.

◆ mantissa

unsigned sc_dt::ieee_float::mantissa

Definition at line 436 of file scfx_ieee.h.

◆ negative

unsigned sc_dt::ieee_float::negative

Definition at line 438 of file scfx_ieee.h.

◆ 

struct { ... } sc_dt::ieee_float::s

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