sc_dt::sc_ufix_fast Class Reference

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

Inheritance diagram for sc_dt::sc_ufix_fast:
Inheritance graph
[legend]
Collaboration diagram for sc_dt::sc_ufix_fast:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 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-- ()

Friends

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 &)

Detailed Description

Definition at line 304 of file sc_ufix.h.


Constructor & Destructor Documentation

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

Definition at line 1246 of file sc_ufix.h.

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

Definition at line 1254 of file sc_ufix.h.

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

Definition at line 1263 of file sc_ufix.h.

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]

Definition at line 1272 of file sc_ufix.h.

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]

Definition at line 1281 of file sc_ufix.h.

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]

Definition at line 1290 of file sc_ufix.h.

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

Definition at line 1300 of file sc_ufix.h.

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]

Definition at line 1309 of file sc_ufix.h.

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]

Definition at line 1319 of file sc_ufix.h.

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]

Definition at line 1329 of file sc_ufix.h.

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]

Definition at line 1339 of file sc_ufix.h.

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]

Definition at line 1349 of file sc_ufix.h.

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

Definition at line 1360 of file sc_ufix.h.

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]

Definition at line 1369 of file sc_ufix.h.

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

Definition at line 1728 of file sc_ufix.h.


Member Function Documentation

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

Reimplemented from sc_dt::sc_fxnum_fast.

Reimplemented in sc_dt::sc_ufixed_fast< W, I, Q, O, N >.

Definition at line 1920 of file sc_ufix.h.

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

Reimplemented from sc_dt::sc_fxnum_fast.

Reimplemented in sc_dt::sc_ufixed_fast< W, I, Q, O, N >.

Definition at line 1906 of file sc_ufix.h.

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

Reimplemented from sc_dt::sc_fxnum_fast.

Reimplemented in sc_dt::sc_ufixed_fast< W, I, Q, O, N >.

Definition at line 1928 of file sc_ufix.h.

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

Reimplemented from sc_dt::sc_fxnum_fast.

Reimplemented in sc_dt::sc_ufixed_fast< W, I, Q, O, N >.

Definition at line 1913 of file sc_ufix.h.

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

Reimplemented in sc_dt::sc_ufixed_fast< W, I, Q, O, N >.

Definition at line 1821 of file sc_ufix.h.

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

Definition at line 1741 of file sc_ufix.h.


Friends And Related Function Documentation

void b_and ( sc_ufix_fast ,
const sc_ufix_fast ,
const sc_ufix_fast  
) [friend]
void b_not ( 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]
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]

The documentation for this class was generated from the following file:

Generated on 29 Oct 2015 for SystemC by  doxygen 1.6.1