sc_dt::sc_fix_fast Class Reference

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

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

List of all members.

Public Member Functions

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

Friends

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

Detailed Description

Definition at line 304 of file sc_fix.h.


Constructor & Destructor Documentation

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

Definition at line 1243 of file sc_fix.h.

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

Definition at line 1251 of file sc_fix.h.

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

Definition at line 1260 of file sc_fix.h.

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

Definition at line 1269 of file sc_fix.h.

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

Definition at line 1278 of file sc_fix.h.

sc_dt::sc_fix_fast::sc_fix_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 1287 of file sc_fix.h.

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

Definition at line 1297 of file sc_fix.h.

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

Definition at line 1306 of file sc_fix.h.

sc_dt::sc_fix_fast::sc_fix_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 1316 of file sc_fix.h.

sc_dt::sc_fix_fast::sc_fix_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 1326 of file sc_fix.h.

sc_dt::sc_fix_fast::sc_fix_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 1336 of file sc_fix.h.

sc_dt::sc_fix_fast::sc_fix_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 1346 of file sc_fix.h.

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

Definition at line 1357 of file sc_fix.h.

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

Definition at line 1366 of file sc_fix.h.

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

Definition at line 1725 of file sc_fix.h.


Member Function Documentation

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

Reimplemented from sc_dt::sc_fxnum_fast.

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

Definition at line 1917 of file sc_fix.h.

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

Reimplemented from sc_dt::sc_fxnum_fast.

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

Definition at line 1903 of file sc_fix.h.

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

Reimplemented from sc_dt::sc_fxnum_fast.

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

Definition at line 1925 of file sc_fix.h.

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

Reimplemented from sc_dt::sc_fxnum_fast.

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

Definition at line 1910 of file sc_fix.h.

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

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

Definition at line 1818 of file sc_fix.h.

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

Definition at line 1738 of file sc_fix.h.


Friends And Related Function Documentation

void b_and ( sc_fix_fast ,
const sc_fix_fast ,
const sc_fix_fast  
) [friend]
void b_not ( sc_fix_fast ,
const sc_fix_fast  
) [friend]
void b_or ( sc_fix_fast ,
const sc_fix_fast ,
const sc_fix_fast  
) [friend]
void b_xor ( sc_fix_fast ,
const sc_fix_fast ,
const sc_fix_fast  
) [friend]
const sc_fix_fast operator& ( const sc_fix_fast ,
const sc_fix_fast  
) [friend]
const sc_fix_fast operator^ ( const sc_fix_fast ,
const sc_fix_fast  
) [friend]
const sc_fix_fast operator| ( const sc_fix_fast ,
const sc_fix_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