クラス sc_dt::sc_ufix_fast

#include <sc_ufix.h>

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

Inheritance graph
[凡例]

すべてのメンバ一覧

Public メソッド

 sc_ufix_fast (sc_fxnum_fast_observer *=0)
 sc_ufix_fast (int, int, sc_fxnum_fast_observer *=0)
 sc_ufix_fast (sc_q_mode, sc_o_mode, sc_fxnum_fast_observer *=0)
 sc_ufix_fast (sc_q_mode, sc_o_mode, int, sc_fxnum_fast_observer *=0)
 sc_ufix_fast (int, int, sc_q_mode, sc_o_mode, sc_fxnum_fast_observer *=0)
 sc_ufix_fast (int, int, sc_q_mode, sc_o_mode, int, sc_fxnum_fast_observer *=0)
 sc_ufix_fast (const sc_fxcast_switch &, sc_fxnum_fast_observer *=0)
 sc_ufix_fast (int, int, const sc_fxcast_switch &, sc_fxnum_fast_observer *=0)
 sc_ufix_fast (sc_q_mode, sc_o_mode, const sc_fxcast_switch &, sc_fxnum_fast_observer *=0)
 sc_ufix_fast (sc_q_mode, sc_o_mode, int, const sc_fxcast_switch &, sc_fxnum_fast_observer *=0)
 sc_ufix_fast (int, int, sc_q_mode, sc_o_mode, const sc_fxcast_switch &, sc_fxnum_fast_observer *=0)
 sc_ufix_fast (int, int, sc_q_mode, sc_o_mode, int, const sc_fxcast_switch &, sc_fxnum_fast_observer *=0)
 sc_ufix_fast (const sc_fxtype_params &, sc_fxnum_fast_observer *=0)
 sc_ufix_fast (const sc_fxtype_params &, const sc_fxcast_switch &, sc_fxnum_fast_observer *=0)
 sc_ufix_fast (const sc_ufix_fast &)
const sc_ufix_fast operator~ () const
sc_ufix_fastoperator= (const sc_ufix_fast &)
const sc_fxval_fast operator++ (int)
const sc_fxval_fast operator-- (int)
sc_ufix_fastoperator++ ()
sc_ufix_fastoperator-- ()

フレンド

void b_not (sc_ufix_fast &, const sc_ufix_fast &)
const sc_ufix_fast operator & (const sc_ufix_fast &, const sc_ufix_fast &)
const sc_ufix_fast operator^ (const sc_ufix_fast &, const sc_ufix_fast &)
const sc_ufix_fast operator| (const sc_ufix_fast &, const sc_ufix_fast &)
void b_and (sc_ufix_fast &, const sc_ufix_fast &, const sc_ufix_fast &)
void b_or (sc_ufix_fast &, const sc_ufix_fast &, const sc_ufix_fast &)
void b_xor (sc_ufix_fast &, const sc_ufix_fast &, const sc_ufix_fast &)


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

sc_dt::sc_ufix_fast::sc_ufix_fast ( sc_fxnum_fast_observer observer_ = 0  )  [inline, explicit]

sc_dt::sc_ufix_fast::sc_ufix_fast ( int  wl_,
int  iwl_,
sc_fxnum_fast_observer observer_ = 0 
) [inline]

sc_dt::sc_ufix_fast::sc_ufix_fast ( sc_q_mode  qm,
sc_o_mode  om,
sc_fxnum_fast_observer observer_ = 0 
) [inline]

sc_dt::sc_ufix_fast::sc_ufix_fast ( sc_q_mode  qm,
sc_o_mode  om,
int  nb,
sc_fxnum_fast_observer observer_ = 0 
) [inline]

sc_dt::sc_ufix_fast::sc_ufix_fast ( int  wl_,
int  iwl_,
sc_q_mode  qm,
sc_o_mode  om,
sc_fxnum_fast_observer observer_ = 0 
) [inline]

sc_dt::sc_ufix_fast::sc_ufix_fast ( int  wl_,
int  iwl_,
sc_q_mode  qm,
sc_o_mode  om,
int  nb,
sc_fxnum_fast_observer observer_ = 0 
) [inline]

sc_dt::sc_ufix_fast::sc_ufix_fast ( const sc_fxcast_switch cast_sw,
sc_fxnum_fast_observer observer_ = 0 
) [inline, explicit]

sc_dt::sc_ufix_fast::sc_ufix_fast ( int  wl_,
int  iwl_,
const sc_fxcast_switch cast_sw,
sc_fxnum_fast_observer observer_ = 0 
) [inline]

sc_dt::sc_ufix_fast::sc_ufix_fast ( sc_q_mode  qm,
sc_o_mode  om,
const sc_fxcast_switch cast_sw,
sc_fxnum_fast_observer observer_ = 0 
) [inline]

sc_dt::sc_ufix_fast::sc_ufix_fast ( sc_q_mode  qm,
sc_o_mode  om,
int  nb,
const sc_fxcast_switch cast_sw,
sc_fxnum_fast_observer observer_ = 0 
) [inline]

sc_dt::sc_ufix_fast::sc_ufix_fast ( int  wl_,
int  iwl_,
sc_q_mode  qm,
sc_o_mode  om,
const sc_fxcast_switch cast_sw,
sc_fxnum_fast_observer observer_ = 0 
) [inline]

sc_dt::sc_ufix_fast::sc_ufix_fast ( int  wl_,
int  iwl_,
sc_q_mode  qm,
sc_o_mode  om,
int  nb,
const sc_fxcast_switch cast_sw,
sc_fxnum_fast_observer observer_ = 0 
) [inline]

sc_dt::sc_ufix_fast::sc_ufix_fast ( const sc_fxtype_params type_params,
sc_fxnum_fast_observer observer_ = 0 
) [inline, explicit]

sc_dt::sc_ufix_fast::sc_ufix_fast ( const sc_fxtype_params type_params,
const sc_fxcast_switch cast_sw,
sc_fxnum_fast_observer observer_ = 0 
) [inline]

sc_dt::sc_ufix_fast::sc_ufix_fast ( const sc_ufix_fast a  )  [inline]


関数

const sc_ufix_fast sc_dt::sc_ufix_fast::operator~ (  )  const [inline]

sc_ufix_fast & sc_dt::sc_ufix_fast::operator= ( const sc_ufix_fast a  )  [inline]

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

sc_dt::sc_fxnum_fastを再定義しています。

sc_dt::sc_ufixed_fast< W, I, Q, O, N >で再定義されています。

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

sc_dt::sc_fxnum_fastを再定義しています。

sc_dt::sc_ufixed_fast< W, I, Q, O, N >で再定義されています。

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

sc_dt::sc_fxnum_fastを再定義しています。

sc_dt::sc_ufixed_fast< W, I, Q, O, N >で再定義されています。

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

sc_dt::sc_fxnum_fastを再定義しています。

sc_dt::sc_ufixed_fast< W, I, Q, O, N >で再定義されています。


フレンドと関連する関数

void b_not ( sc_ufix_fast c,
const sc_ufix_fast a 
) [friend]

const sc_ufix_fast operator & ( const sc_ufix_fast ,
const sc_ufix_fast  
) [friend]

const sc_ufix_fast operator^ ( const sc_ufix_fast ,
const sc_ufix_fast  
) [friend]

const sc_ufix_fast operator| ( const sc_ufix_fast ,
const sc_ufix_fast  
) [friend]

void b_and ( sc_ufix_fast ,
const sc_ufix_fast ,
const sc_ufix_fast  
) [friend]

void b_or ( sc_ufix_fast ,
const sc_ufix_fast ,
const sc_ufix_fast  
) [friend]

void b_xor ( sc_ufix_fast ,
const sc_ufix_fast ,
const sc_ufix_fast  
) [friend]


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

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