#include <sc_fxtype_params.hh>
|
| sc_fxtype_params () |
|
| sc_fxtype_params (int, int) |
|
| sc_fxtype_params (sc_q_mode, sc_o_mode, int=0) |
|
| sc_fxtype_params (int, int, sc_q_mode, sc_o_mode, int=0) |
|
| sc_fxtype_params (const sc_fxtype_params &) |
|
| sc_fxtype_params (const sc_fxtype_params &, int, int) |
|
| sc_fxtype_params (const sc_fxtype_params &, sc_q_mode, sc_o_mode, int=0) |
|
| sc_fxtype_params (sc_without_context) |
|
sc_fxtype_params & | operator= (const sc_fxtype_params &) |
|
int | wl () const |
|
void | wl (int) |
|
int | iwl () const |
|
void | iwl (int) |
|
sc_q_mode | q_mode () const |
|
void | q_mode (sc_q_mode) |
|
sc_o_mode | o_mode () const |
|
void | o_mode (sc_o_mode) |
|
int | n_bits () const |
|
void | n_bits (int) |
|
const std::string | to_string () const |
|
void | print (::std::ostream &=::std::cout) const |
|
void | dump (::std::ostream &=::std::cout) const |
|
Definition at line 101 of file sc_fxtype_params.hh.
◆ sc_fxtype_params() [1/8]
sc_dt::sc_fxtype_params::sc_fxtype_params |
( |
| ) |
|
|
inline |
◆ sc_fxtype_params() [2/8]
sc_dt::sc_fxtype_params::sc_fxtype_params |
( |
int |
wl_, |
|
|
int |
iwl_ |
|
) |
| |
|
inline |
◆ sc_fxtype_params() [3/8]
sc_dt::sc_fxtype_params::sc_fxtype_params |
( |
sc_q_mode |
q_mode_, |
|
|
sc_o_mode |
o_mode_, |
|
|
int |
n_bits_ = 0 |
|
) |
| |
|
inline |
◆ sc_fxtype_params() [4/8]
sc_dt::sc_fxtype_params::sc_fxtype_params |
( |
int |
wl_, |
|
|
int |
iwl_, |
|
|
sc_q_mode |
q_mode_, |
|
|
sc_o_mode |
o_mode_, |
|
|
int |
n_bits_ = 0 |
|
) |
| |
|
inline |
◆ sc_fxtype_params() [5/8]
◆ sc_fxtype_params() [6/8]
sc_dt::sc_fxtype_params::sc_fxtype_params |
( |
const sc_fxtype_params & |
a, |
|
|
int |
wl_, |
|
|
int |
iwl_ |
|
) |
| |
|
inline |
◆ sc_fxtype_params() [7/8]
◆ sc_fxtype_params() [8/8]
◆ dump()
void sc_dt::sc_fxtype_params::dump |
( |
::std::ostream & |
os = ::std::cout | ) |
const |
◆ iwl() [1/2]
int sc_dt::sc_fxtype_params::iwl |
( |
| ) |
const |
|
inline |
◆ iwl() [2/2]
void sc_dt::sc_fxtype_params::iwl |
( |
int |
iwl_ | ) |
|
|
inline |
◆ n_bits() [1/2]
int sc_dt::sc_fxtype_params::n_bits |
( |
| ) |
const |
|
inline |
◆ n_bits() [2/2]
void sc_dt::sc_fxtype_params::n_bits |
( |
int |
n_bits_ | ) |
|
|
inline |
◆ o_mode() [1/2]
sc_o_mode sc_dt::sc_fxtype_params::o_mode |
( |
| ) |
const |
|
inline |
◆ o_mode() [2/2]
void sc_dt::sc_fxtype_params::o_mode |
( |
sc_o_mode |
o_mode_ | ) |
|
|
inline |
◆ operator=()
◆ print()
void sc_dt::sc_fxtype_params::print |
( |
::std::ostream & |
os = ::std::cout | ) |
const |
◆ q_mode() [1/2]
sc_q_mode sc_dt::sc_fxtype_params::q_mode |
( |
| ) |
const |
|
inline |
◆ q_mode() [2/2]
void sc_dt::sc_fxtype_params::q_mode |
( |
sc_q_mode |
q_mode_ | ) |
|
|
inline |
◆ to_string()
const std::string sc_dt::sc_fxtype_params::to_string |
( |
| ) |
const |
◆ wl() [1/2]
int sc_dt::sc_fxtype_params::wl |
( |
| ) |
const |
|
inline |
◆ wl() [2/2]
void sc_dt::sc_fxtype_params::wl |
( |
int |
wl_ | ) |
|
|
inline |
◆ operator!=
◆ operator==
◆ m_iwl
int sc_dt::sc_fxtype_params::m_iwl |
|
private |
◆ m_n_bits
int sc_dt::sc_fxtype_params::m_n_bits |
|
private |
◆ m_o_mode
◆ m_q_mode
◆ m_wl
int sc_dt::sc_fxtype_params::m_wl |
|
private |
The documentation for this class was generated from the following files: