クラス sc_dt::sc_fxnum_fast

#include <sc_fxnum.h>

sc_dt::sc_fxnum_fastに対する継承グラフ

Inheritance graph
[凡例]

すべてのメンバ一覧

Public メソッド

const 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_baseDECL_BIN_OP_T (/, const sc_signed &) friend const sc_fxval_fast operator<< (const sc_fxnum_fast &
const sc_fxval_fast operator++ (int)
const sc_fxval_fast operator-- (int)
sc_fxnum_fastoperator++ ()
sc_fxnum_fastoperator-- ()
const sc_fxnum_fast_bitref operator[] (int) const
sc_fxnum_fast_bitref operator[] (int)
const sc_fxnum_fast_bitref bit (int) const
sc_fxnum_fast_bitref bit (int)
const sc_fxnum_fast_subref operator() (int, int) const
sc_fxnum_fast_subref operator() (int, int)
const sc_fxnum_fast_subref range (int, int) const
sc_fxnum_fast_subref range (int, int)
const sc_fxnum_fast_subref operator() () const
sc_fxnum_fast_subref operator() ()
const sc_fxnum_fast_subref range () const
sc_fxnum_fast_subref range ()
 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
const std::string to_string () const
const std::string to_string (sc_numrep) const
const std::string to_string (sc_numrep, bool) const
const std::string to_string (sc_fmt) const
const std::string to_string (sc_numrep, sc_fmt) const
const std::string to_string (sc_numrep, bool, sc_fmt) const
const std::string to_dec () const
const std::string to_bin () const
const std::string to_oct () const
const std::string to_hex () const
bool is_neg () const
bool is_zero () const
bool is_normal () const
bool quantization_flag () const
bool overflow_flag () const
const sc_fxval_fast value () const
int wl () const
int iwl () const
sc_q_mode q_mode () const
sc_o_mode o_mode () const
int n_bits () const
const sc_fxtype_paramstype_params () const
const sc_fxcast_switchcast_switch () const
void print (::std::ostream &=::std::cout) const
void scan (::std::istream &=::std::cin)
void dump (::std::ostream &=::std::cout) const
void observer_read () const
bool get_bit (int) const

Public 変数

uint64 const sc_uint_baseint

Protected メソッド

sc_fxnum_fast_observerobserver () const
void cast ()
 sc_fxnum_fast (const sc_fxtype_params &, sc_enc, const sc_fxcast_switch &, sc_fxnum_fast_observer *)
 ~sc_fxnum_fast ()
double get_val () const
bool set_bit (int, bool)
bool get_slice (int, int, sc_bv_base &) const
bool set_slice (int, int, const sc_bv_base &)
sc_fxnum_fast_observerlock_observer () const
void unlock_observer (sc_fxnum_fast_observer *) const

Private メソッド

 sc_fxnum_fast ()
 sc_fxnum_fast (const sc_fxnum_fast &)

Private 変数

double m_val
scfx_params m_params
bool m_q_flag
bool m_o_flag
sc_fxnum_fast_observerm_observer

フレンド

class sc_fxval_fast
class sc_fxnum_bitref
class sc_fxnum_subref
class sc_fxnum_fast_bitref
class sc_fxnum_fast_subref
class sc_core::vcd_sc_fxnum_fast_trace
class sc_core::wif_sc_fxnum_fast_trace
void neg (sc_fxval_fast &, const sc_fxnum_fast &)
void neg (sc_fxnum_fast &, const sc_fxnum_fast &)
const sc_fxval_fast operator/ (const sc_fxnum_fast &, const sc_fxnum_fast &)
const sc_fxval_fast operator>> (const sc_fxnum_fast &, int)
void lshift (sc_fxval_fast &, const sc_fxnum_fast &, int)
void rshift (sc_fxval_fast &, const sc_fxnum_fast &, int)
void lshift (sc_fxnum_fast &, const sc_fxnum_fast &, int)
void rshift (sc_fxnum_fast &, const sc_fxnum_fast &, int)


コンストラクタとデストラクタ

sc_dt::sc_fxnum_fast::sc_fxnum_fast ( const sc_fxtype_params type_params_,
sc_enc  enc_,
const sc_fxcast_switch cast_sw,
sc_fxnum_fast_observer observer_ 
) [inline, protected]

sc_dt::sc_fxnum_fast::~sc_fxnum_fast (  )  [inline, protected]

sc_dt::sc_fxnum_fast::sc_fxnum_fast (  )  [private]

sc_dt::sc_fxnum_fast::sc_fxnum_fast ( const sc_fxnum_fast  )  [private]


関数

sc_fxnum_fast_observer * sc_dt::sc_fxnum_fast::observer (  )  const [inline, protected]

void sc_dt::sc_fxnum_fast::cast (  )  [protected]

double sc_dt::sc_fxnum_fast::get_val (  )  const [inline, protected]

const sc_fxval_fast sc_dt::sc_fxnum_fast::operator- (  )  const [inline]

const sc_fxval_fast sc_dt::sc_fxnum_fast::operator+ (  )  const [inline]

sc_dt::sc_fxnum_fast::DECL_BIN_OP_T ( ,
int64   
)

uint64 sc_dt::sc_fxnum_fast::DECL_BIN_OP_T ( ,
const sc_int_base  
)

uint64 const sc_uint_base& sc_dt::sc_fxnum_fast::DECL_BIN_OP_T ( ,
const sc_signed  
) const

const sc_fxval_fast sc_dt::sc_fxnum_fast::operator++ ( int   )  [inline]

const sc_fxval_fast sc_dt::sc_fxnum_fast::operator-- ( int   )  [inline]

sc_fxnum_fast & sc_dt::sc_fxnum_fast::operator++ (  )  [inline]

sc_fxnum_fast & sc_dt::sc_fxnum_fast::operator-- (  )  [inline]

const sc_fxnum_fast_bitref sc_dt::sc_fxnum_fast::operator[] ( int  i  )  const [inline]

sc_fxnum_fast_bitref sc_dt::sc_fxnum_fast::operator[] ( int  i  )  [inline]

const sc_fxnum_fast_bitref sc_dt::sc_fxnum_fast::bit ( int  i  )  const [inline]

sc_fxnum_fast_bitref sc_dt::sc_fxnum_fast::bit ( int  i  )  [inline]

const sc_fxnum_fast_subref sc_dt::sc_fxnum_fast::operator() ( int  i,
int  j 
) const [inline]

sc_fxnum_fast_subref sc_dt::sc_fxnum_fast::operator() ( int  i,
int  j 
) [inline]

const sc_fxnum_fast_subref sc_dt::sc_fxnum_fast::range ( int  i,
int  j 
) const [inline]

sc_fxnum_fast_subref sc_dt::sc_fxnum_fast::range ( int  i,
int  j 
) [inline]

const sc_fxnum_fast_subref sc_dt::sc_fxnum_fast::operator() (  )  const [inline]

sc_fxnum_fast_subref sc_dt::sc_fxnum_fast::operator() (  )  [inline]

const sc_fxnum_fast_subref sc_dt::sc_fxnum_fast::range (  )  const [inline]

sc_fxnum_fast_subref sc_dt::sc_fxnum_fast::range (  )  [inline]

sc_dt::sc_fxnum_fast::operator double (  )  const [inline]

short sc_dt::sc_fxnum_fast::to_short (  )  const [inline]

unsigned short sc_dt::sc_fxnum_fast::to_ushort (  )  const [inline]

int sc_dt::sc_fxnum_fast::to_int (  )  const [inline]

unsigned int sc_dt::sc_fxnum_fast::to_uint (  )  const [inline]

long sc_dt::sc_fxnum_fast::to_long (  )  const [inline]

unsigned long sc_dt::sc_fxnum_fast::to_ulong (  )  const [inline]

int64 sc_dt::sc_fxnum_fast::to_int64 (  )  const [inline]

uint64 sc_dt::sc_fxnum_fast::to_uint64 (  )  const [inline]

float sc_dt::sc_fxnum_fast::to_float (  )  const [inline]

double sc_dt::sc_fxnum_fast::to_double (  )  const [inline]

const std::string sc_dt::sc_fxnum_fast::to_string (  )  const

const std::string sc_dt::sc_fxnum_fast::to_string ( sc_numrep  numrep  )  const

const std::string sc_dt::sc_fxnum_fast::to_string ( sc_numrep  numrep,
bool  w_prefix 
) const

const std::string sc_dt::sc_fxnum_fast::to_string ( sc_fmt  fmt  )  const

const std::string sc_dt::sc_fxnum_fast::to_string ( sc_numrep  numrep,
sc_fmt  fmt 
) const

const std::string sc_dt::sc_fxnum_fast::to_string ( sc_numrep  numrep,
bool  w_prefix,
sc_fmt  fmt 
) const

const std::string sc_dt::sc_fxnum_fast::to_dec (  )  const

const std::string sc_dt::sc_fxnum_fast::to_bin (  )  const

const std::string sc_dt::sc_fxnum_fast::to_oct (  )  const

const std::string sc_dt::sc_fxnum_fast::to_hex (  )  const

bool sc_dt::sc_fxnum_fast::is_neg (  )  const [inline]

bool sc_dt::sc_fxnum_fast::is_zero (  )  const [inline]

bool sc_dt::sc_fxnum_fast::is_normal (  )  const [inline]

bool sc_dt::sc_fxnum_fast::quantization_flag (  )  const [inline]

bool sc_dt::sc_fxnum_fast::overflow_flag (  )  const [inline]

const sc_fxval_fast sc_dt::sc_fxnum_fast::value (  )  const [inline]

int sc_dt::sc_fxnum_fast::wl (  )  const [inline]

int sc_dt::sc_fxnum_fast::iwl (  )  const [inline]

sc_q_mode sc_dt::sc_fxnum_fast::q_mode (  )  const [inline]

sc_o_mode sc_dt::sc_fxnum_fast::o_mode (  )  const [inline]

int sc_dt::sc_fxnum_fast::n_bits (  )  const [inline]

const sc_fxtype_params & sc_dt::sc_fxnum_fast::type_params (  )  const [inline]

const sc_fxcast_switch & sc_dt::sc_fxnum_fast::cast_switch (  )  const [inline]

void sc_dt::sc_fxnum_fast::print ( ::std::ostream &  os = ::std::cout  )  const

void sc_dt::sc_fxnum_fast::scan ( ::std::istream &  is = ::std::cin  ) 

void sc_dt::sc_fxnum_fast::dump ( ::std::ostream &  os = ::std::cout  )  const

void sc_dt::sc_fxnum_fast::observer_read (  )  const [inline]

bool sc_dt::sc_fxnum_fast::get_bit ( int  i  )  const

bool sc_dt::sc_fxnum_fast::set_bit ( int  i,
bool  high 
) [protected]

bool sc_dt::sc_fxnum_fast::get_slice ( int  i,
int  j,
sc_bv_base bv 
) const [protected]

bool sc_dt::sc_fxnum_fast::set_slice ( int  i,
int  j,
const sc_bv_base bv 
) [protected]

sc_fxnum_fast_observer * sc_dt::sc_fxnum_fast::lock_observer (  )  const [protected]

void sc_dt::sc_fxnum_fast::unlock_observer ( sc_fxnum_fast_observer observer_  )  const [protected]


フレンドと関連する関数

friend class sc_fxval_fast [friend]

friend class sc_fxnum_bitref [friend]

friend class sc_fxnum_subref [friend]

friend class sc_fxnum_fast_bitref [friend]

friend class sc_fxnum_fast_subref [friend]

friend class sc_core::vcd_sc_fxnum_fast_trace [friend]

friend class sc_core::wif_sc_fxnum_fast_trace [friend]

void neg ( sc_fxval_fast c,
const sc_fxnum_fast a 
) [friend]

void neg ( sc_fxnum_fast c,
const sc_fxnum_fast a 
) [friend]

const sc_fxval_fast operator/ ( const sc_fxnum_fast a,
const sc_fxnum_fast b 
) [friend]

const sc_fxval_fast operator>> ( const sc_fxnum_fast a,
int  b 
) [friend]

void lshift ( sc_fxval_fast c,
const sc_fxnum_fast a,
int  b 
) [friend]

void rshift ( sc_fxval_fast c,
const sc_fxnum_fast a,
int  b 
) [friend]

void lshift ( sc_fxnum_fast c,
const sc_fxnum_fast a,
int  b 
) [friend]

void rshift ( sc_fxnum_fast c,
const sc_fxnum_fast a,
int  b 
) [friend]


変数

double sc_dt::sc_fxnum_fast::m_val [private]


このクラスの説明は次のファイルから生成されました:

SystemCに対してFri Jun 6 07:41:15 2008に生成されました。  doxygen 1.5.6