sc_dt::sc_fix Class Reference

#include <sc_fix.h>

Inheritance diagram for sc_dt::sc_fix:

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

Collaboration graph
[legend]
List of all members.

Public Member Functions

 sc_fix (sc_fxnum_observer *=0)
 sc_fix (int, int, sc_fxnum_observer *=0)
 sc_fix (sc_q_mode, sc_o_mode, sc_fxnum_observer *=0)
 sc_fix (sc_q_mode, sc_o_mode, int, sc_fxnum_observer *=0)
 sc_fix (int, int, sc_q_mode, sc_o_mode, sc_fxnum_observer *=0)
 sc_fix (int, int, sc_q_mode, sc_o_mode, int, sc_fxnum_observer *=0)
 sc_fix (const sc_fxcast_switch &, sc_fxnum_observer *=0)
 sc_fix (int, int, const sc_fxcast_switch &, sc_fxnum_observer *=0)
 sc_fix (sc_q_mode, sc_o_mode, const sc_fxcast_switch &, sc_fxnum_observer *=0)
 sc_fix (sc_q_mode, sc_o_mode, int, const sc_fxcast_switch &, sc_fxnum_observer *=0)
 sc_fix (int, int, sc_q_mode, sc_o_mode, const sc_fxcast_switch &, sc_fxnum_observer *=0)
 sc_fix (int, int, sc_q_mode, sc_o_mode, int, const sc_fxcast_switch &, sc_fxnum_observer *=0)
 sc_fix (const sc_fxtype_params &, sc_fxnum_observer *=0)
 sc_fix (const sc_fxtype_params &, const sc_fxcast_switch &, sc_fxnum_observer *=0)
 sc_fix (const sc_fix &)
const sc_fix operator~ () const
sc_fixoperator= (const sc_fix &)
const sc_fxval operator++ (int)
const sc_fxval operator-- (int)
sc_fixoperator++ ()
sc_fixoperator-- ()

Friends

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

Constructor & Destructor Documentation

sc_dt::sc_fix::sc_fix ( sc_fxnum_observer = 0  )  [inline, explicit]

sc_dt::sc_fix::sc_fix ( int  ,
int  ,
sc_fxnum_observer = 0 
) [inline]

sc_dt::sc_fix::sc_fix ( sc_q_mode  ,
sc_o_mode  ,
sc_fxnum_observer = 0 
) [inline]

sc_dt::sc_fix::sc_fix ( sc_q_mode  ,
sc_o_mode  ,
int  ,
sc_fxnum_observer = 0 
) [inline]

sc_dt::sc_fix::sc_fix ( int  ,
int  ,
sc_q_mode  ,
sc_o_mode  ,
sc_fxnum_observer = 0 
) [inline]

sc_dt::sc_fix::sc_fix ( int  ,
int  ,
sc_q_mode  ,
sc_o_mode  ,
int  ,
sc_fxnum_observer = 0 
) [inline]

sc_dt::sc_fix::sc_fix ( const sc_fxcast_switch ,
sc_fxnum_observer = 0 
) [inline, explicit]

sc_dt::sc_fix::sc_fix ( int  ,
int  ,
const sc_fxcast_switch ,
sc_fxnum_observer = 0 
) [inline]

sc_dt::sc_fix::sc_fix ( sc_q_mode  ,
sc_o_mode  ,
const sc_fxcast_switch ,
sc_fxnum_observer = 0 
) [inline]

sc_dt::sc_fix::sc_fix ( sc_q_mode  ,
sc_o_mode  ,
int  ,
const sc_fxcast_switch ,
sc_fxnum_observer = 0 
) [inline]

sc_dt::sc_fix::sc_fix ( int  ,
int  ,
sc_q_mode  ,
sc_o_mode  ,
const sc_fxcast_switch ,
sc_fxnum_observer = 0 
) [inline]

sc_dt::sc_fix::sc_fix ( int  ,
int  ,
sc_q_mode  ,
sc_o_mode  ,
int  ,
const sc_fxcast_switch ,
sc_fxnum_observer = 0 
) [inline]

sc_dt::sc_fix::sc_fix ( const sc_fxtype_params ,
sc_fxnum_observer = 0 
) [inline, explicit]

sc_dt::sc_fix::sc_fix ( const sc_fxtype_params ,
const sc_fxcast_switch ,
sc_fxnum_observer = 0 
) [inline]

sc_dt::sc_fix::sc_fix ( const sc_fix  )  [inline]


Member Function Documentation

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

sc_fix & sc_dt::sc_fix::operator= ( const sc_fix  )  [inline]

const sc_fxval sc_dt::sc_fix::operator++ ( int   )  [inline]

Reimplemented from sc_dt::sc_fxnum.

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

const sc_fxval sc_dt::sc_fix::operator-- ( int   )  [inline]

Reimplemented from sc_dt::sc_fxnum.

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

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

Reimplemented from sc_dt::sc_fxnum.

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

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

Reimplemented from sc_dt::sc_fxnum.

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


Friends And Related Function Documentation

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

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

const sc_fix operator & ( const sc_fix ,
const sc_fix_fast  
) [friend]

const sc_fix operator & ( const sc_fix_fast ,
const sc_fix  
) [friend]

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

const sc_fix operator| ( const sc_fix ,
const sc_fix_fast  
) [friend]

const sc_fix operator| ( const sc_fix_fast ,
const sc_fix  
) [friend]

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

const sc_fix operator^ ( const sc_fix ,
const sc_fix_fast  
) [friend]

const sc_fix operator^ ( const sc_fix_fast ,
const sc_fix  
) [friend]

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

void b_and ( sc_fix ,
const sc_fix ,
const sc_fix_fast  
) [friend]

void b_and ( sc_fix ,
const sc_fix_fast ,
const sc_fix  
) [friend]

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

void b_or ( sc_fix ,
const sc_fix ,
const sc_fix_fast  
) [friend]

void b_or ( sc_fix ,
const sc_fix_fast ,
const sc_fix  
) [friend]

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

void b_xor ( sc_fix ,
const sc_fix ,
const sc_fix_fast  
) [friend]

void b_xor ( sc_fix ,
const sc_fix_fast ,
const sc_fix  
) [friend]


The documentation for this class was generated from the following file:
Generated on Wed Apr 25 13:53:31 2007 for SystemC by  doxygen 1.5.1