Convenient wrapper to union ieee_float.
More...
#include <sysc/datatypes/fx/scfx_ieee.h>
Convenient wrapper to union ieee_float.
Definition at line 460 of file scfx_ieee.h.
◆ scfx_ieee_float() [1/3]
sc_dt::scfx_ieee_float::scfx_ieee_float |
( |
| ) |
|
|
inline |
◆ scfx_ieee_float() [2/3]
sc_dt::scfx_ieee_float::scfx_ieee_float |
( |
float |
f | ) |
|
|
inline |
◆ scfx_ieee_float() [3/3]
◆ exponent() [1/2]
int sc_dt::scfx_ieee_float::exponent |
( |
| ) |
const |
|
inline |
◆ exponent() [2/2]
void sc_dt::scfx_ieee_float::exponent |
( |
int |
a | ) |
|
|
inline |
◆ is_inf()
bool sc_dt::scfx_ieee_float::is_inf |
( |
| ) |
const |
|
inline |
◆ is_nan()
bool sc_dt::scfx_ieee_float::is_nan |
( |
| ) |
const |
|
inline |
◆ is_normal()
bool sc_dt::scfx_ieee_float::is_normal |
( |
| ) |
const |
|
inline |
◆ is_subnormal()
bool sc_dt::scfx_ieee_float::is_subnormal |
( |
| ) |
const |
|
inline |
◆ is_zero()
bool sc_dt::scfx_ieee_float::is_zero |
( |
| ) |
const |
|
inline |
◆ mantissa() [1/2]
unsigned int sc_dt::scfx_ieee_float::mantissa |
( |
| ) |
const |
|
inline |
◆ mantissa() [2/2]
void sc_dt::scfx_ieee_float::mantissa |
( |
unsigned int |
a | ) |
|
|
inline |
◆ negative() [1/2]
unsigned int sc_dt::scfx_ieee_float::negative |
( |
| ) |
const |
|
inline |
◆ negative() [2/2]
void sc_dt::scfx_ieee_float::negative |
( |
unsigned int |
a | ) |
|
|
inline |
◆ operator float()
sc_dt::scfx_ieee_float::operator float |
( |
| ) |
const |
|
inline |
◆ operator=() [1/2]
◆ operator=() [2/2]
◆ set_inf()
void sc_dt::scfx_ieee_float::set_inf |
( |
| ) |
|
|
inline |
◆ set_nan()
void sc_dt::scfx_ieee_float::set_nan |
( |
| ) |
|
|
inline |
The documentation for this class was generated from the following file: