#include <sysc/datatypes/fx/sc_fxval.h>
|
| sc_fxval_fast (sc_fxval_fast_observer *=0) |
|
SCFX_EXPLICIT_ | sc_fxval_fast (int, sc_fxval_fast_observer *=0) |
|
SCFX_EXPLICIT_ | sc_fxval_fast (unsigned int, sc_fxval_fast_observer *=0) |
|
SCFX_EXPLICIT_ | sc_fxval_fast (long, sc_fxval_fast_observer *=0) |
|
SCFX_EXPLICIT_ | sc_fxval_fast (unsigned long, sc_fxval_fast_observer *=0) |
|
SCFX_EXPLICIT_ | sc_fxval_fast (float, sc_fxval_fast_observer *=0) |
|
SCFX_EXPLICIT_ | sc_fxval_fast (double, sc_fxval_fast_observer *=0) |
|
SCFX_EXPLICIT_ | sc_fxval_fast (const char *, sc_fxval_fast_observer *=0) |
|
| sc_fxval_fast (const sc_fxval &, sc_fxval_fast_observer *=0) |
|
| sc_fxval_fast (const sc_fxval_fast &, sc_fxval_fast_observer *=0) |
|
| sc_fxval_fast (const sc_fxnum &, sc_fxval_fast_observer *=0) |
|
| sc_fxval_fast (const sc_fxnum_fast &, sc_fxval_fast_observer *=0) |
|
SCFX_EXPLICIT_OTHER_ | sc_fxval_fast (int64, sc_fxval_fast_observer *=0) |
|
SCFX_EXPLICIT_OTHER_ | sc_fxval_fast (uint64, sc_fxval_fast_observer *=0) |
|
SCFX_EXPLICIT_OTHER_ | sc_fxval_fast (const sc_int_base &, sc_fxval_fast_observer *=0) |
|
SCFX_EXPLICIT_OTHER_ | sc_fxval_fast (const sc_uint_base &, sc_fxval_fast_observer *=0) |
|
SCFX_EXPLICIT_OTHER_ | sc_fxval_fast (const sc_signed &, sc_fxval_fast_observer *=0) |
|
SCFX_EXPLICIT_OTHER_ | sc_fxval_fast (const sc_unsigned &, sc_fxval_fast_observer *=0) |
|
| ~sc_fxval_fast () |
|
double | get_val () const |
|
void | set_val (double) |
|
sc_fxval_fast | operator- () const |
|
const sc_fxval_fast & | operator+ () const |
|
| DECL_BIN_OP_T (/, int64) DECL_BIN_OP_T(/ |
|
uint64 | DECL_BIN_OP_T (/, const sc_int_base &) DECL_BIN_OP_T(/ |
|
uint64 const sc_uint_base & | DECL_BIN_OP_T (/, const sc_signed &) friend sc_fxval_fast operator<<(const sc_fxval_fast & |
|
sc_fxval_fast | operator++ (int) |
|
sc_fxval_fast | operator-- (int) |
|
sc_fxval_fast & | operator++ () |
|
sc_fxval_fast & | operator-- () |
|
| operator double () const |
|
short | to_short () const |
|
unsigned short | to_ushort () const |
|
int | to_int () const |
|
unsigned int | to_uint () const |
|
long | to_long () const |
|
unsigned long | to_ulong () const |
|
int64 | to_int64 () const |
|
uint64 | to_uint64 () const |
|
float | to_float () const |
|
double | to_double () const |
|
std::string | to_string () const |
|
std::string | to_string (sc_numrep) const |
|
std::string | to_string (sc_numrep, bool) const |
|
std::string | to_string (sc_fmt) const |
|
std::string | to_string (sc_numrep, sc_fmt) const |
|
std::string | to_string (sc_numrep, bool, sc_fmt) const |
|
std::string | to_dec () const |
|
std::string | to_bin () const |
|
std::string | to_oct () const |
|
std::string | to_hex () const |
|
bool | is_neg () const |
|
bool | is_zero () const |
|
bool | is_nan () const |
|
bool | is_inf () const |
|
bool | is_normal () const |
|
bool | rounding_flag () const |
|
void | print (::std::ostream &=::std::cout) const |
|
void | scan (::std::istream &=::std::cin) |
|
void | dump (::std::ostream &=::std::cout) const |
|
bool | get_bit (int) const |
|
Definition at line 417 of file sc_fxval.h.
◆ sc_fxval_fast() [1/18]
◆ sc_fxval_fast() [2/18]
◆ sc_fxval_fast() [3/18]
◆ sc_fxval_fast() [4/18]
◆ sc_fxval_fast() [5/18]
◆ sc_fxval_fast() [6/18]
◆ sc_fxval_fast() [7/18]
◆ sc_fxval_fast() [8/18]
◆ sc_fxval_fast() [9/18]
◆ sc_fxval_fast() [10/18]
◆ sc_fxval_fast() [11/18]
◆ sc_fxval_fast() [12/18]
◆ sc_fxval_fast() [13/18]
◆ sc_fxval_fast() [14/18]
◆ sc_fxval_fast() [15/18]
◆ sc_fxval_fast() [16/18]
◆ sc_fxval_fast() [17/18]
◆ sc_fxval_fast() [18/18]
◆ ~sc_fxval_fast()
sc_dt::sc_fxval_fast::~sc_fxval_fast |
( |
| ) |
|
|
inline |
◆ DECL_BIN_OP_T() [1/3]
◆ DECL_BIN_OP_T() [2/3]
◆ DECL_BIN_OP_T() [3/3]
sc_dt::sc_fxval_fast::DECL_BIN_OP_T |
( |
/ |
, |
|
|
int64 |
|
|
) |
| |
◆ dump()
void sc_dt::sc_fxval_fast::dump |
( |
::std::ostream & |
= ::std::cout | ) |
const |
◆ from_string()
static double sc_dt::sc_fxval_fast::from_string |
( |
const char * |
| ) |
|
|
staticprotected |
◆ get_bit()
bool sc_dt::sc_fxval_fast::get_bit |
( |
int |
| ) |
const |
◆ get_val()
double sc_dt::sc_fxval_fast::get_val |
( |
| ) |
const |
|
inline |
◆ is_inf()
bool sc_dt::sc_fxval_fast::is_inf |
( |
| ) |
const |
|
inline |
◆ is_nan()
bool sc_dt::sc_fxval_fast::is_nan |
( |
| ) |
const |
|
inline |
◆ is_neg()
bool sc_dt::sc_fxval_fast::is_neg |
( |
| ) |
const |
|
inline |
◆ is_normal()
bool sc_dt::sc_fxval_fast::is_normal |
( |
| ) |
const |
|
inline |
◆ is_zero()
bool sc_dt::sc_fxval_fast::is_zero |
( |
| ) |
const |
|
inline |
◆ lock_observer()
◆ observer()
◆ operator double()
sc_dt::sc_fxval_fast::operator double |
( |
| ) |
const |
|
inline |
◆ operator+()
◆ operator++() [1/2]
◆ operator++() [2/2]
◆ operator-()
◆ operator--() [1/2]
◆ operator--() [2/2]
◆ print()
void sc_dt::sc_fxval_fast::print |
( |
::std::ostream & |
= ::std::cout | ) |
const |
◆ rounding_flag()
bool sc_dt::sc_fxval_fast::rounding_flag |
( |
| ) |
const |
|
inline |
◆ scan()
void sc_dt::sc_fxval_fast::scan |
( |
::std::istream & |
= ::std::cin | ) |
|
◆ set_val()
void sc_dt::sc_fxval_fast::set_val |
( |
double |
val_ | ) |
|
|
inline |
◆ to_bin()
std::string sc_dt::sc_fxval_fast::to_bin |
( |
| ) |
const |
◆ to_dec()
std::string sc_dt::sc_fxval_fast::to_dec |
( |
| ) |
const |
◆ to_double()
double sc_dt::sc_fxval_fast::to_double |
( |
| ) |
const |
|
inline |
◆ to_float()
float sc_dt::sc_fxval_fast::to_float |
( |
| ) |
const |
|
inline |
◆ to_hex()
std::string sc_dt::sc_fxval_fast::to_hex |
( |
| ) |
const |
◆ to_int()
int sc_dt::sc_fxval_fast::to_int |
( |
| ) |
const |
|
inline |
◆ to_int64()
int64 sc_dt::sc_fxval_fast::to_int64 |
( |
| ) |
const |
|
inline |
◆ to_long()
long sc_dt::sc_fxval_fast::to_long |
( |
| ) |
const |
|
inline |
◆ to_oct()
std::string sc_dt::sc_fxval_fast::to_oct |
( |
| ) |
const |
◆ to_short()
short sc_dt::sc_fxval_fast::to_short |
( |
| ) |
const |
|
inline |
◆ to_string() [1/6]
std::string sc_dt::sc_fxval_fast::to_string |
( |
| ) |
const |
◆ to_string() [2/6]
std::string sc_dt::sc_fxval_fast::to_string |
( |
sc_fmt |
| ) |
const |
◆ to_string() [3/6]
std::string sc_dt::sc_fxval_fast::to_string |
( |
sc_numrep |
| ) |
const |
◆ to_string() [4/6]
std::string sc_dt::sc_fxval_fast::to_string |
( |
sc_numrep |
, |
|
|
bool |
|
|
) |
| const |
◆ to_string() [5/6]
std::string sc_dt::sc_fxval_fast::to_string |
( |
sc_numrep |
, |
|
|
bool |
, |
|
|
sc_fmt |
|
|
) |
| const |
◆ to_string() [6/6]
◆ to_uint()
unsigned int sc_dt::sc_fxval_fast::to_uint |
( |
| ) |
const |
|
inline |
◆ to_uint64()
uint64 sc_dt::sc_fxval_fast::to_uint64 |
( |
| ) |
const |
|
inline |
◆ to_ulong()
unsigned long sc_dt::sc_fxval_fast::to_ulong |
( |
| ) |
const |
|
inline |
◆ to_ushort()
unsigned short sc_dt::sc_fxval_fast::to_ushort |
( |
| ) |
const |
|
inline |
◆ unlock_observer()
◆ lshift
◆ neg
◆ operator/
◆ operator>>
◆ rshift
◆ sc_fxnum_fast
◆ int
The documentation for this class was generated from the following files: