#include <sysc/datatypes/fx/sc_fixed.h>
Public Member Functions | |
sc_fixed_fast (sc_fxnum_fast_observer *=0) | |
sc_fixed_fast (const sc_fxcast_switch &, sc_fxnum_fast_observer *=0) | |
sc_fixed_fast (const sc_fixed_fast< W, I, Q, O, N > &) | |
sc_fixed_fast & | operator= (const sc_fixed_fast< W, I, Q, O, N > &) |
const sc_fxval_fast | operator++ (int) |
const sc_fxval_fast | operator-- (int) |
sc_fixed_fast & | operator++ () |
sc_fixed_fast & | operator-- () |
Definition at line 193 of file sc_fixed.h.
sc_dt::sc_fixed_fast< W, I, Q, O, N >::sc_fixed_fast | ( | sc_fxnum_fast_observer * | observer_ = 0 |
) | [inline, explicit] |
Definition at line 490 of file sc_fixed.h.
sc_dt::sc_fixed_fast< W, I, Q, O, N >::sc_fixed_fast | ( | const sc_fxcast_switch & | cast_sw, | |
sc_fxnum_fast_observer * | observer_ = 0 | |||
) | [inline, explicit] |
Definition at line 496 of file sc_fixed.h.
sc_dt::sc_fixed_fast< W, I, Q, O, N >::sc_fixed_fast | ( | const sc_fixed_fast< W, I, Q, O, N > & | a | ) | [inline] |
Definition at line 543 of file sc_fixed.h.
sc_fixed_fast< W, I, Q, O, N > & sc_dt::sc_fixed_fast< W, I, Q, O, N >::operator++ | ( | ) | [inline] |
Reimplemented from sc_dt::sc_fix_fast.
Definition at line 638 of file sc_fixed.h.
const sc_fxval_fast sc_dt::sc_fixed_fast< W, I, Q, O, N >::operator++ | ( | int | ) | [inline] |
Reimplemented from sc_dt::sc_fix_fast.
Definition at line 622 of file sc_fixed.h.
sc_fixed_fast< W, I, Q, O, N > & sc_dt::sc_fixed_fast< W, I, Q, O, N >::operator-- | ( | ) | [inline] |
Reimplemented from sc_dt::sc_fix_fast.
Definition at line 647 of file sc_fixed.h.
const sc_fxval_fast sc_dt::sc_fixed_fast< W, I, Q, O, N >::operator-- | ( | int | ) | [inline] |
Reimplemented from sc_dt::sc_fix_fast.
Definition at line 630 of file sc_fixed.h.
sc_fixed_fast< W, I, Q, O, N > & sc_dt::sc_fixed_fast< W, I, Q, O, N >::operator= | ( | const sc_fixed_fast< W, I, Q, O, N > & | a | ) | [inline] |
Reimplemented from sc_dt::sc_fix_fast.
Definition at line 553 of file sc_fixed.h.