Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members  

sc_dt::sc_fxnum_fast Class Reference

#include <sc_fxnum.h>

Inheritance diagram for sc_dt::sc_fxnum_fast:

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

Collaboration graph
[legend]
List of all members.

Public Methods

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_fast & operator++ ()
sc_fxnum_fast & operator-- ()
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
float to_float () const
double to_double () const
const sc_string to_string () const
const sc_string to_string (sc_numrep) const
const sc_string to_string (sc_numrep, bool) const
const sc_string to_string (sc_fmt) const
const sc_string to_string (sc_numrep, sc_fmt) const
const sc_string to_string (sc_numrep, bool, sc_fmt) const
const sc_string to_dec () const
const sc_string to_bin () const
const sc_string to_oct () const
const sc_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 (ostream &=cout) const
void scan (istream &=cin)
void dump (ostream &=cout) const
void observer_read () const
bool get_bit (int) const

Public Attributes

uint64 const sc_uint_baseint

Protected Methods

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

Friends

class sc_fxval_fast
class sc_fxnum_bitref
class sc_fxnum_subref
class sc_fxnum_fast_bitref
class sc_fxnum_fast_subref
class ::isdb_sc_fxnum_fast_trace
class ::vcd_sc_fxnum_fast_trace
class ::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)

Constructor & Destructor Documentation

sc_dt::sc_fxnum_fast::sc_fxnum_fast const sc_fxtype_params  ,
sc_enc   ,
const sc_fxcast_switch  ,
sc_fxnum_fast_observer  
[inline, protected]
 

Definition at line 3596 of file sc_fxnum.h.

References sc_dt::m_observer(), sc_dt::sc_enc, SC_FXNUM_FAST_OBSERVER_CONSTRUCT_, and SC_FXNUM_FAST_OBSERVER_DEFAULT_.

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

Definition at line 3679 of file sc_fxnum.h.

References SC_FXNUM_FAST_OBSERVER_DESTRUCT_.


Member Function Documentation

sc_fxnum_fast_bitref sc_dt::sc_fxnum_fast::bit int    [inline]
 

Definition at line 4348 of file sc_fxnum.h.

References sc_dt::scfx_params::fwl(), SC_ERROR_IF_, sc_fxnum_fast_bitref, and sc_dt::scfx_params::wl().

const sc_fxnum_fast_bitref sc_dt::sc_fxnum_fast::bit int    const [inline]
 

Definition at line 4339 of file sc_fxnum.h.

References sc_dt::scfx_params::fwl(), SC_ERROR_IF_, sc_fxnum_fast_bitref, and sc_dt::scfx_params::wl().

void sc_dt::sc_fxnum_fast::cast   [protected]
 

Definition at line 603 of file sc_fxnum.cpp.

References sc_dt::scfx_params::cast_switch(), sc_dt::scfx_ieee_double::is_inf(), sc_dt::scfx_ieee_double::is_nan(), sc_dt::scfx_ieee_double::is_zero(), sc_dt::scfx_ieee_double::negative(), SC_ERROR_IF_, and sc_dt::SC_ON.

Referenced by sc_dt::b_not(), sc_dt::lshift(), sc_dt::neg(), operator++(), operator--(), and sc_dt::rshift().

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

Definition at line 4610 of file sc_fxnum.h.

References sc_dt::scfx_params::cast_switch().

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

uint64 sc_dt::sc_fxnum_fast::DECL_BIN_OP_T  ,
const sc_int_base  
 

sc_dt::sc_fxnum_fast::DECL_BIN_OP_T  ,
int64   
 

void sc_dt::sc_fxnum_fast::dump ostream &    = cout const
 

Definition at line 736 of file sc_fxnum.cpp.

References sc_dt::scfx_params::dump().

Referenced by sc_dt::sc_fxnum_fast_subref::dump(), and sc_dt::sc_fxnum_fast_bitref::dump().

bool sc_dt::sc_fxnum_fast::get_bit int    const
 

Definition at line 757 of file sc_fxnum.cpp.

References sc_dt::scfx_ieee_double::exponent(), sc_dt::scfx_ieee_double::is_inf(), sc_dt::scfx_ieee_double::is_nan(), sc_dt::scfx_ieee_double::is_normal(), sc_dt::scfx_ieee_double::is_zero(), sc_dt::scfx_ieee_double::mantissa0(), sc_dt::scfx_ieee_double::mantissa1(), and sc_dt::scfx_ieee_double::negative().

Referenced by sc_dt::b_not(), sc_dt::sc_ufix_fast::operator~(), sc_dt::sc_fix_fast::operator~(), set_bit(), and set_slice().

bool sc_dt::sc_fxnum_fast::get_slice int   ,
int   ,
sc_bv_base  
const [protected]
 

Definition at line 828 of file sc_fxnum.cpp.

References sc_dt::scfx_ieee_double::exponent(), sc_dt::scfx_ieee_double::is_inf(), sc_dt::scfx_ieee_double::is_nan(), sc_dt::scfx_ieee_double::is_normal(), sc_dt::sc_bv_base::length(), sc_dt::scfx_ieee_double::mantissa0(), sc_dt::scfx_ieee_double::mantissa1(), and sc_dt::scfx_ieee_double::negative().

double sc_dt::sc_fxnum_fast::get_val   [inline, protected]
 

Definition at line 3688 of file sc_fxnum.h.

References SC_FXNUM_FAST_OBSERVER_READ_.

bool sc_dt::sc_fxnum_fast::is_neg   [inline]
 

Definition at line 4511 of file sc_fxnum.h.

References sc_dt::scfx_ieee_double::negative(), and SC_FXNUM_FAST_OBSERVER_READ_.

bool sc_dt::sc_fxnum_fast::is_normal   [inline]
 

Definition at line 4530 of file sc_fxnum.h.

References sc_dt::scfx_ieee_double::is_normal(), sc_dt::scfx_ieee_double::is_subnormal(), sc_dt::scfx_ieee_double::is_zero(), and SC_FXNUM_FAST_OBSERVER_READ_.

bool sc_dt::sc_fxnum_fast::is_zero   [inline]
 

Definition at line 4520 of file sc_fxnum.h.

References sc_dt::scfx_ieee_double::is_zero(), and SC_FXNUM_FAST_OBSERVER_READ_.

int sc_dt::sc_fxnum_fast::iwl   [inline]
 

Definition at line 4573 of file sc_fxnum.h.

References sc_dt::scfx_params::iwl().

Referenced by sc_dt::b_not(), sc_dt::sc_ufix_fast::operator~(), and sc_dt::sc_fix_fast::operator~().

sc_fxnum_fast_observer * sc_dt::sc_fxnum_fast::lock_observer   [protected]
 

Definition at line 923 of file sc_fxnum.cpp.

References SC_ASSERT_.

int sc_dt::sc_fxnum_fast::n_bits   [inline]
 

Definition at line 4594 of file sc_fxnum.h.

References sc_dt::scfx_params::n_bits().

sc_o_mode sc_dt::sc_fxnum_fast::o_mode   [inline]
 

Definition at line 4587 of file sc_fxnum.h.

References sc_dt::scfx_params::o_mode().

sc_fxnum_fast_observer * sc_dt::sc_fxnum_fast::observer   [inline, protected]
 

Definition at line 3587 of file sc_fxnum.h.

void sc_dt::sc_fxnum_fast::observer_read   [inline]
 

Definition at line 4619 of file sc_fxnum.h.

References SC_FXNUM_OBSERVER_READ_.

sc_dt::sc_fxnum_fast::operator double   [inline]
 

Definition at line 4433 of file sc_fxnum.h.

References SC_FXNUM_FAST_OBSERVER_READ_.

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

Definition at line 4410 of file sc_fxnum.h.

References operator()(), and sc_dt::scfx_params::wl().

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

Definition at line 4403 of file sc_fxnum.h.

References sc_dt::scfx_params::wl().

Referenced by operator()().

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

Definition at line 4370 of file sc_fxnum.h.

References sc_dt::scfx_params::fwl(), SC_ERROR_IF_, sc_fxnum_fast_subref, and sc_dt::scfx_params::wl().

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

Definition at line 4359 of file sc_fxnum.h.

References sc_dt::scfx_params::fwl(), SC_ERROR_IF_, sc_fxnum_fast_subref, and sc_dt::scfx_params::wl().

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

Definition at line 3707 of file sc_fxnum.h.

References SC_FXNUM_FAST_OBSERVER_READ_, and sc_fxval_fast.

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

Reimplemented in sc_dt::sc_fix_fast, sc_dt::sc_fixed_fast< W, I, Q, O, N >, sc_dt::sc_ufix_fast, and sc_dt::sc_ufixed_fast< W, I, Q, O, N >.

Definition at line 4297 of file sc_fxnum.h.

References cast(), SC_FXNUM_FAST_OBSERVER_READ_, and SC_FXNUM_FAST_OBSERVER_WRITE_.

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

Reimplemented in sc_dt::sc_fix_fast, sc_dt::sc_fixed_fast< W, I, Q, O, N >, sc_dt::sc_ufix_fast, and sc_dt::sc_ufixed_fast< W, I, Q, O, N >.

Definition at line 4271 of file sc_fxnum.h.

References cast(), SC_FXNUM_FAST_OBSERVER_READ_, SC_FXNUM_FAST_OBSERVER_WRITE_, and sc_fxval_fast.

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

Definition at line 3699 of file sc_fxnum.h.

References SC_FXNUM_FAST_OBSERVER_READ_, and sc_fxval_fast.

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

Reimplemented in sc_dt::sc_fix_fast, sc_dt::sc_fixed_fast< W, I, Q, O, N >, sc_dt::sc_ufix_fast, and sc_dt::sc_ufixed_fast< W, I, Q, O, N >.

Definition at line 4308 of file sc_fxnum.h.

References cast(), SC_FXNUM_FAST_OBSERVER_READ_, and SC_FXNUM_FAST_OBSERVER_WRITE_.

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

Reimplemented in sc_dt::sc_fix_fast, sc_dt::sc_fixed_fast< W, I, Q, O, N >, sc_dt::sc_ufix_fast, and sc_dt::sc_ufixed_fast< W, I, Q, O, N >.

Definition at line 4284 of file sc_fxnum.h.

References cast(), SC_FXNUM_FAST_OBSERVER_READ_, SC_FXNUM_FAST_OBSERVER_WRITE_, and sc_fxval_fast.

sc_fxnum_fast_bitref sc_dt::sc_fxnum_fast::operator[] int    [inline]
 

Definition at line 4331 of file sc_fxnum.h.

References sc_dt::scfx_params::fwl(), SC_ERROR_IF_, sc_fxnum_fast_bitref, and sc_dt::scfx_params::wl().

const sc_fxnum_fast_bitref sc_dt::sc_fxnum_fast::operator[] int    const [inline]
 

Definition at line 4322 of file sc_fxnum.h.

References sc_dt::scfx_params::fwl(), SC_ERROR_IF_, sc_fxnum_fast_bitref, and sc_dt::scfx_params::wl().

bool sc_dt::sc_fxnum_fast::overflow_flag   [inline]
 

Definition at line 4547 of file sc_fxnum.h.

void sc_dt::sc_fxnum_fast::print ostream &    = cout const
 

Definition at line 722 of file sc_fxnum.cpp.

References SC_DEC, sc_dt::SC_F, and sc_dt::to_string().

Referenced by sc_dt::operator<<().

sc_q_mode sc_dt::sc_fxnum_fast::q_mode   [inline]
 

Definition at line 4580 of file sc_fxnum.h.

References sc_dt::scfx_params::q_mode().

bool sc_dt::sc_fxnum_fast::quantization_flag   [inline]
 

Definition at line 4540 of file sc_fxnum.h.

sc_fxnum_fast_subref sc_dt::sc_fxnum_fast::range   [inline]
 

Definition at line 4424 of file sc_fxnum.h.

References range(), and sc_dt::scfx_params::wl().

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

Definition at line 4417 of file sc_fxnum.h.

References sc_dt::scfx_params::wl().

Referenced by range().

sc_fxnum_fast_subref sc_dt::sc_fxnum_fast::range int   ,
int   
[inline]
 

Definition at line 4392 of file sc_fxnum.h.

References sc_dt::scfx_params::fwl(), SC_ERROR_IF_, sc_fxnum_fast_subref, and sc_dt::scfx_params::wl().

const sc_fxnum_fast_subref sc_dt::sc_fxnum_fast::range int   ,
int   
const [inline]
 

Definition at line 4381 of file sc_fxnum.h.

References sc_dt::scfx_params::fwl(), SC_ERROR_IF_, sc_fxnum_fast_subref, and sc_dt::scfx_params::wl().

void sc_dt::sc_fxnum_fast::scan istream &    = cin
 

Definition at line 728 of file sc_fxnum.cpp.

References sc_string::c_str(), and s.

Referenced by sc_dt::operator>>().

bool sc_dt::sc_fxnum_fast::set_bit int   ,
bool   
[protected]
 

Definition at line 796 of file sc_fxnum.cpp.

References sc_dt::scfx_params::enc(), get_bit(), sc_dt::scfx_ieee_double::is_inf(), sc_dt::scfx_ieee_double::is_nan(), sc_dt::scfx_params::iwl(), sc_dt::SC_TC_, and sc_dt::scfx_pow2().

Referenced by sc_dt::b_not(), sc_dt::sc_ufix_fast::operator~(), and sc_dt::sc_fix_fast::operator~().

bool sc_dt::sc_fxnum_fast::set_slice int   ,
int   ,
const sc_bv_base  
[protected]
 

Definition at line 879 of file sc_fxnum.cpp.

References sc_dt::scfx_params::enc(), get_bit(), sc_dt::scfx_ieee_double::is_inf(), sc_dt::scfx_ieee_double::is_nan(), sc_dt::scfx_params::iwl(), sc_dt::sc_bv_base::length(), sc_dt::SC_TC_, and sc_dt::scfx_pow2().

const sc_string sc_dt::sc_fxnum_fast::to_bin  
 

Definition at line 701 of file sc_fxnum.cpp.

References SC_BIN, and sc_dt::SC_F.

const sc_string sc_dt::sc_fxnum_fast::to_dec  
 

Definition at line 695 of file sc_fxnum.cpp.

References SC_DEC, and sc_dt::SC_F.

double sc_dt::sc_fxnum_fast::to_double   [inline]
 

Definition at line 4500 of file sc_fxnum.h.

References SC_FXNUM_FAST_OBSERVER_READ_.

float sc_dt::sc_fxnum_fast::to_float   [inline]
 

Definition at line 4492 of file sc_fxnum.h.

References SC_FXNUM_FAST_OBSERVER_READ_.

const sc_string sc_dt::sc_fxnum_fast::to_hex  
 

Definition at line 713 of file sc_fxnum.cpp.

References sc_dt::SC_F, and SC_HEX.

int sc_dt::sc_fxnum_fast::to_int   [inline]
 

Definition at line 4460 of file sc_fxnum.h.

References SC_FXNUM_FAST_OBSERVER_READ_.

long sc_dt::sc_fxnum_fast::to_long   [inline]
 

Definition at line 4476 of file sc_fxnum.h.

References SC_FXNUM_FAST_OBSERVER_READ_.

const sc_string sc_dt::sc_fxnum_fast::to_oct  
 

Definition at line 707 of file sc_fxnum.cpp.

References sc_dt::SC_F, and SC_OCT.

short sc_dt::sc_fxnum_fast::to_short   [inline]
 

Definition at line 4444 of file sc_fxnum.h.

References SC_FXNUM_FAST_OBSERVER_READ_.

const sc_string sc_dt::sc_fxnum_fast::to_string sc_numrep   ,
bool   ,
sc_fmt   
const
 

Definition at line 687 of file sc_fxnum.cpp.

References sc_dt::sc_fmt, and sc_numrep.

const sc_string sc_dt::sc_fxnum_fast::to_string sc_numrep   ,
sc_fmt   
const
 

Definition at line 681 of file sc_fxnum.cpp.

References sc_dt::sc_fmt, and sc_numrep.

const sc_string sc_dt::sc_fxnum_fast::to_string sc_fmt    const
 

Definition at line 675 of file sc_fxnum.cpp.

References SC_DEC, and sc_dt::sc_fmt.

const sc_string sc_dt::sc_fxnum_fast::to_string sc_numrep   ,
bool   
const
 

Definition at line 668 of file sc_fxnum.cpp.

References sc_dt::SC_F, and sc_numrep.

const sc_string sc_dt::sc_fxnum_fast::to_string sc_numrep    const
 

Definition at line 662 of file sc_fxnum.cpp.

References sc_dt::SC_F, and sc_numrep.

const sc_string sc_dt::sc_fxnum_fast::to_string  
 

Definition at line 656 of file sc_fxnum.cpp.

References SC_DEC, and sc_dt::SC_F.

unsigned int sc_dt::sc_fxnum_fast::to_uint   [inline]
 

Definition at line 4468 of file sc_fxnum.h.

References SC_FXNUM_FAST_OBSERVER_READ_.

unsigned long sc_dt::sc_fxnum_fast::to_ulong   [inline]
 

Definition at line 4484 of file sc_fxnum.h.

References SC_FXNUM_FAST_OBSERVER_READ_.

unsigned short sc_dt::sc_fxnum_fast::to_ushort   [inline]
 

Definition at line 4452 of file sc_fxnum.h.

References SC_FXNUM_FAST_OBSERVER_READ_.

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

Definition at line 4602 of file sc_fxnum.h.

References sc_dt::scfx_params::type_params().

void sc_dt::sc_fxnum_fast::unlock_observer sc_fxnum_fast_observer   const [protected]
 

Definition at line 932 of file sc_fxnum.cpp.

References SC_ASSERT_.

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

Definition at line 4555 of file sc_fxnum.h.

References SC_FXNUM_FAST_OBSERVER_READ_, and sc_fxval_fast.

int sc_dt::sc_fxnum_fast::wl   [inline]
 

Definition at line 4566 of file sc_fxnum.h.

References sc_dt::scfx_params::wl().

Referenced by sc_dt::b_not(), sc_dt::sc_ufix_fast::operator~(), and sc_dt::sc_fix_fast::operator~().


Friends And Related Function Documentation

friend class ::isdb_sc_fxnum_fast_trace [friend]
 

Definition at line 965 of file sc_fxnum.h.

friend class ::vcd_sc_fxnum_fast_trace [friend]
 

Definition at line 966 of file sc_fxnum.h.

friend class ::wif_sc_fxnum_fast_trace [friend]
 

Definition at line 967 of file sc_fxnum.h.

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

Definition at line 4019 of file sc_fxnum.h.

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

Definition at line 4003 of file sc_fxnum.h.

void neg sc_fxnum_fast &    c,
const sc_fxnum_fast &    a
[friend]
 

Definition at line 3726 of file sc_fxnum.h.

void neg sc_fxval_fast   c,
const sc_fxnum_fast &    a
[friend]
 

Definition at line 3718 of file sc_fxnum.h.

const sc_fxval_fast operator/ const sc_fxnum_fast &    a,
const sc_fxnum_fast &    b
[friend]
 

Definition at line 3808 of file sc_fxnum.h.

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

Definition at line 3862 of file sc_fxnum.h.

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

Definition at line 4029 of file sc_fxnum.h.

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

Definition at line 4011 of file sc_fxnum.h.

friend class sc_fxnum_bitref [friend]
 

Definition at line 960 of file sc_fxnum.h.

friend class sc_fxnum_fast_bitref [friend]
 

Definition at line 962 of file sc_fxnum.h.

Referenced by bit(), and operator[]().

friend class sc_fxnum_fast_subref [friend]
 

Definition at line 963 of file sc_fxnum.h.

Referenced by operator()(), and range().

friend class sc_fxnum_subref [friend]
 

Definition at line 961 of file sc_fxnum.h.

friend class sc_fxval_fast [friend]
 

Definition at line 958 of file sc_fxnum.h.

Referenced by operator+(), sc_dt::sc_ufixed_fast< W, I, Q, O, N >::operator++(), sc_dt::sc_ufix_fast::operator++(), operator++(), sc_dt::sc_fixed_fast< W, I, Q, O, N >::operator++(), sc_dt::sc_fix_fast::operator++(), operator-(), sc_dt::sc_ufixed_fast< W, I, Q, O, N >::operator--(), sc_dt::sc_ufix_fast::operator--(), operator--(), sc_dt::sc_fixed_fast< W, I, Q, O, N >::operator--(), sc_dt::sc_fix_fast::operator--(), and value().


Member Data Documentation

uint64 const sc_uint_base& sc_dt::sc_fxnum_fast::int
 

Definition at line 1089 of file sc_fxnum.h.


The documentation for this class was generated from the following files:
Generated on Sun Dec 12 19:23:57 2004 for SystemC2.0.1(excludingMSLib)(IncludingSCV) by