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

Public Member Functions | |
| 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 |
Friends | |
| bool | operator== (const sc_fxtype_params &, const sc_fxtype_params &) |
| bool | operator!= (const sc_fxtype_params &, const sc_fxtype_params &) |
Definition at line 65 of file sc_fxtype_params.h.
| sc_dt::sc_fxtype_params::sc_fxtype_params | ( | ) | [inline] |
Definition at line 129 of file sc_fxtype_params.h.
| sc_dt::sc_fxtype_params::sc_fxtype_params | ( | int | wl_, | |
| int | iwl_ | |||
| ) | [inline] |
Definition at line 135 of file sc_fxtype_params.h.
| sc_dt::sc_fxtype_params::sc_fxtype_params | ( | sc_q_mode | q_mode_, | |
| sc_o_mode | o_mode_, | |||
| int | n_bits_ = 0 | |||
| ) | [inline] |
Definition at line 145 of file sc_fxtype_params.h.
| 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] |
Definition at line 157 of file sc_fxtype_params.h.
| sc_dt::sc_fxtype_params::sc_fxtype_params | ( | const sc_fxtype_params & | a | ) | [inline] |
Definition at line 171 of file sc_fxtype_params.h.
| sc_dt::sc_fxtype_params::sc_fxtype_params | ( | const sc_fxtype_params & | a, | |
| int | wl_, | |||
| int | iwl_ | |||
| ) | [inline] |
Definition at line 178 of file sc_fxtype_params.h.
| sc_dt::sc_fxtype_params::sc_fxtype_params | ( | const sc_fxtype_params & | a, | |
| sc_q_mode | q_mode_, | |||
| sc_o_mode | o_mode_, | |||
| int | n_bits_ = 0 | |||
| ) | [inline] |
Definition at line 186 of file sc_fxtype_params.h.
| sc_dt::sc_fxtype_params::sc_fxtype_params | ( | sc_without_context | ) | [inline, explicit] |
Definition at line 195 of file sc_fxtype_params.h.
| sc_fxtype_params & sc_dt::sc_fxtype_params::operator= | ( | const sc_fxtype_params & | a | ) | [inline] |
Definition at line 206 of file sc_fxtype_params.h.
| int sc_dt::sc_fxtype_params::wl | ( | ) | const [inline] |
Definition at line 245 of file sc_fxtype_params.h.
| void sc_dt::sc_fxtype_params::wl | ( | int | wl_ | ) | [inline] |
Definition at line 252 of file sc_fxtype_params.h.
| int sc_dt::sc_fxtype_params::iwl | ( | ) | const [inline] |
Definition at line 261 of file sc_fxtype_params.h.
| void sc_dt::sc_fxtype_params::iwl | ( | int | iwl_ | ) | [inline] |
Definition at line 268 of file sc_fxtype_params.h.
| sc_q_mode sc_dt::sc_fxtype_params::q_mode | ( | ) | const [inline] |
Definition at line 276 of file sc_fxtype_params.h.
| void sc_dt::sc_fxtype_params::q_mode | ( | sc_q_mode | q_mode_ | ) | [inline] |
Definition at line 283 of file sc_fxtype_params.h.
| sc_o_mode sc_dt::sc_fxtype_params::o_mode | ( | ) | const [inline] |
Definition at line 291 of file sc_fxtype_params.h.
| void sc_dt::sc_fxtype_params::o_mode | ( | sc_o_mode | o_mode_ | ) | [inline] |
Definition at line 298 of file sc_fxtype_params.h.
| int sc_dt::sc_fxtype_params::n_bits | ( | ) | const [inline] |
Definition at line 306 of file sc_fxtype_params.h.
| void sc_dt::sc_fxtype_params::n_bits | ( | int | n_bits_ | ) | [inline] |
Definition at line 313 of file sc_fxtype_params.h.
| const std::string sc_dt::sc_fxtype_params::to_string | ( | ) | const |
Definition at line 59 of file sc_fxtype_params.cpp.
| void sc_dt::sc_fxtype_params::print | ( | ::std::ostream & | os = ::std::cout |
) | const |
Definition at line 85 of file sc_fxtype_params.cpp.
| void sc_dt::sc_fxtype_params::dump | ( | ::std::ostream & | os = ::std::cout |
) | const |
Definition at line 91 of file sc_fxtype_params.cpp.
| bool operator== | ( | const sc_fxtype_params & | a, | |
| const sc_fxtype_params & | b | |||
| ) | [friend] |
Definition at line 222 of file sc_fxtype_params.h.
| bool operator!= | ( | const sc_fxtype_params & | a, | |
| const sc_fxtype_params & | b | |||
| ) | [friend] |
Definition at line 233 of file sc_fxtype_params.h.
1.5.5