Lines Matching defs:sc_ufixed_fast

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