gem5  v20.1.0.0
Public Member Functions | List of all members
sc_dt::sc_ufixed< W, I, Q, O, N > Class Template Reference

#include <sc_ufixed.hh>

Public Member Functions

 sc_ufixed (sc_fxnum_observer *=0)
 
 sc_ufixed (const sc_fxcast_switch &, sc_fxnum_observer *=0)
 
 sc_ufixed (const sc_ufixed< W, I, Q, O, N > &)
 
sc_ufixedoperator= (const sc_ufixed< W, I, Q, O, N > &)
 
const sc_fxval operator++ (int)
 
const sc_fxval operator-- (int)
 
sc_ufixedoperator++ ()
 
sc_ufixedoperator-- ()
 

Detailed Description

template<int W, int I, sc_q_mode Q = SC_DEFAULT_Q_MODE_, sc_o_mode O = SC_DEFAULT_O_MODE_, int N = SC_DEFAULT_N_BITS_>
class sc_dt::sc_ufixed< W, I, Q, O, N >

Definition at line 91 of file sc_ufixed.hh.

Constructor & Destructor Documentation

◆ sc_ufixed() [1/3]

template<int W, int I, sc_q_mode Q, sc_o_mode O, int N>
sc_dt::sc_ufixed< W, I, Q, O, N >::sc_ufixed ( sc_fxnum_observer observer_ = 0)
inlineexplicit

Definition at line 316 of file sc_ufixed.hh.

◆ sc_ufixed() [2/3]

template<int W, int I, sc_q_mode Q, sc_o_mode O, int N>
sc_dt::sc_ufixed< W, I, Q, O, N >::sc_ufixed ( const sc_fxcast_switch cast_sw,
sc_fxnum_observer observer_ = 0 
)
inlineexplicit

Definition at line 321 of file sc_ufixed.hh.

◆ sc_ufixed() [3/3]

template<int W, int I, sc_q_mode Q, sc_o_mode O, int N>
sc_dt::sc_ufixed< W, I, Q, O, N >::sc_ufixed ( const sc_ufixed< W, I, Q, O, N > &  a)
inline

Definition at line 363 of file sc_ufixed.hh.

Member Function Documentation

◆ operator++() [1/2]

template<int W, int I, sc_q_mode Q, sc_o_mode O, int N>
sc_ufixed< W, I, Q, O, N > & sc_dt::sc_ufixed< W, I, Q, O, N >::operator++
inline

Definition at line 445 of file sc_ufixed.hh.

◆ operator++() [2/2]

template<int W, int I, sc_q_mode Q, sc_o_mode O, int N>
const sc_fxval sc_dt::sc_ufixed< W, I, Q, O, N >::operator++ ( int  )
inline

Definition at line 431 of file sc_ufixed.hh.

◆ operator--() [1/2]

template<int W, int I, sc_q_mode Q, sc_o_mode O, int N>
sc_ufixed< W, I, Q, O, N > & sc_dt::sc_ufixed< W, I, Q, O, N >::operator--
inline

Definition at line 453 of file sc_ufixed.hh.

◆ operator--() [2/2]

template<int W, int I, sc_q_mode Q, sc_o_mode O, int N>
const sc_fxval sc_dt::sc_ufixed< W, I, Q, O, N >::operator-- ( int  )
inline

Definition at line 438 of file sc_ufixed.hh.

◆ operator=()

template<int W, int I, sc_q_mode Q, sc_o_mode O, int N>
sc_ufixed< W, I, Q, O, N > & sc_dt::sc_ufixed< W, I, Q, O, N >::operator= ( const sc_ufixed< W, I, Q, O, N > &  a)
inline

Definition at line 370 of file sc_ufixed.hh.

References sc_fxval.


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

Generated on Wed Sep 30 2020 14:03:10 for gem5 by doxygen 1.8.17