Lines Matching defs:sc_fixed_fast

62 template <int W, int I, sc_q_mode Q, sc_o_mode O, int N> class sc_fixed_fast;
187 // TEMPLATE CLASS : sc_fixed_fast
195 class sc_fixed_fast : public sc_fix_fast
202 explicit sc_fixed_fast( sc_fxnum_fast_observer* = 0 );
203 explicit sc_fixed_fast( const sc_fxcast_switch&,
207 sc_fixed_fast( tp, sc_fxnum_fast_observer* = 0 ); \
208 sc_fixed_fast( tp, const sc_fxcast_switch&, \
212 explicit sc_fixed_fast( tp, sc_fxnum_fast_observer* = 0 ); \
213 sc_fixed_fast( tp, const sc_fxcast_switch&, \
241 sc_fixed_fast( const sc_fixed_fast<W,I,Q,O,N>& );
246 sc_fixed_fast& operator = ( const sc_fixed_fast<W,I,Q,O,N>& );
249 sc_fixed_fast& operator op ( tp );
304 sc_fixed_fast& operator ++ ();
305 sc_fixed_fast& operator -- ();
485 // TEMPLATE CLASS : sc_fixed_fast
492 sc_fixed_fast<W,I,Q,O,N>::sc_fixed_fast( sc_fxnum_fast_observer* observer_ )
498 sc_fixed_fast<W,I,Q,O,N>::sc_fixed_fast( const sc_fxcast_switch& cast_sw,
506 sc_fixed_fast<W,I,Q,O,N>::sc_fixed_fast( tp a, \
513 sc_fixed_fast<W,I,Q,O,N>::sc_fixed_fast( tp a, \
545 sc_fixed_fast<W,I,Q,O,N>::sc_fixed_fast( const sc_fixed_fast<W,I,Q,O,N>& a )
554 sc_fixed_fast<W,I,Q,O,N>&
555 sc_fixed_fast<W,I,Q,O,N>::operator = ( const sc_fixed_fast<W,I,Q,O,N>& a )
564 sc_fixed_fast<W,I,Q,O,N>& \
565 sc_fixed_fast<W,I,Q,O,N>::operator op ( tp a ) \
624 sc_fixed_fast<W,I,Q,O,N>::operator ++ ( int )
632 sc_fixed_fast<W,I,Q,O,N>::operator -- ( int )
639 sc_fixed_fast<W,I,Q,O,N>&
640 sc_fixed_fast<W,I,Q,O,N>::operator ++ ()
648 sc_fixed_fast<W,I,Q,O,N>&
649 sc_fixed_fast<W,I,Q,O,N>::operator -- ()