Lines Matching refs:sc_fxval_fast_observer

446     sc_fxval_fast_observer* observer() const;
450 explicit sc_fxval_fast( sc_fxval_fast_observer* = 0 );
451 SCFX_EXPLICIT_ sc_fxval_fast( int, sc_fxval_fast_observer* = 0 );
452 SCFX_EXPLICIT_ sc_fxval_fast( unsigned int, sc_fxval_fast_observer* = 0 );
453 SCFX_EXPLICIT_ sc_fxval_fast( long, sc_fxval_fast_observer* = 0 );
454 SCFX_EXPLICIT_ sc_fxval_fast( unsigned long, sc_fxval_fast_observer* = 0 );
455 SCFX_EXPLICIT_ sc_fxval_fast( float, sc_fxval_fast_observer* = 0 );
456 SCFX_EXPLICIT_ sc_fxval_fast( double, sc_fxval_fast_observer* = 0 );
457 SCFX_EXPLICIT_ sc_fxval_fast( const char*, sc_fxval_fast_observer* = 0 );
458 sc_fxval_fast( const sc_fxval&, sc_fxval_fast_observer* = 0 );
459 sc_fxval_fast( const sc_fxval_fast&, sc_fxval_fast_observer* = 0 );
460 sc_fxval_fast( const sc_fxnum&, sc_fxval_fast_observer* = 0 );
461 sc_fxval_fast( const sc_fxnum_fast&, sc_fxval_fast_observer* = 0 );
463 SCFX_EXPLICIT_OTHER_ sc_fxval_fast( int64, sc_fxval_fast_observer* = 0 );
464 SCFX_EXPLICIT_OTHER_ sc_fxval_fast( uint64, sc_fxval_fast_observer* = 0 );
465 SCFX_EXPLICIT_OTHER_ sc_fxval_fast( const sc_int_base&, sc_fxval_fast_observer* = 0 );
466 SCFX_EXPLICIT_OTHER_ sc_fxval_fast( const sc_uint_base&, sc_fxval_fast_observer* = 0 );
467 SCFX_EXPLICIT_OTHER_ sc_fxval_fast( const sc_signed&, sc_fxval_fast_observer* = 0 );
468 SCFX_EXPLICIT_OTHER_ sc_fxval_fast( const sc_unsigned&, sc_fxval_fast_observer* = 0 );
749 sc_fxval_fast_observer* lock_observer() const;
750 void unlock_observer( sc_fxval_fast_observer* ) const;
759 mutable sc_fxval_fast_observer* m_observer;
1545 sc_fxval_fast_observer*
1555 sc_fxval_fast::sc_fxval_fast( sc_fxval_fast_observer* observer_ )
1565 sc_fxval_fast_observer* observer_ )
1578 sc_fxval_fast_observer* observer_ ) \