Searched refs:sc_fxval_observer (Results 1 - 11 of 11) sorted by relevance

/gem5/ext/systemc/src/sysc/datatypes/fx/
H A Dsc_fxval_observer.cpp22 sc_fxval_observer.cpp -
39 // $Log: sc_fxval_observer.cpp,v $
48 #include "sysc/datatypes/fx/sc_fxval_observer.h"
55 // CLASS : sc_fxval_observer
61 sc_fxval_observer* (*sc_fxval_observer::default_observer) () = 0;
H A Dsc_fxval_observer.h22 sc_fxval_observer.h -
38 // $Log: sc_fxval_observer.h,v $
58 class sc_fxval_observer;
69 SC_OBSERVER_(object,sc_fxval_observer*,construct)
71 SC_OBSERVER_(object,sc_fxval_observer*,destruct)
73 SC_OBSERVER_(object,sc_fxval_observer*,read)
75 SC_OBSERVER_(object,sc_fxval_observer*,write)
77 SC_OBSERVER_DEFAULT_(sc_fxval_observer)
108 // CLASS : sc_fxval_observer
114 class sc_fxval_observer class in namespace:sc_dt
119 sc_fxval_observer() {} function in class:sc_dt::sc_fxval_observer
[all...]
H A Dsc_fxval.h64 #include "sysc/datatypes/fx/sc_fxval_observer.h"
102 sc_fxval_observer* observer() const;
110 explicit sc_fxval( sc_fxval_observer* = 0 );
111 SCFX_EXPLICIT_ sc_fxval( int, sc_fxval_observer* = 0 );
112 SCFX_EXPLICIT_ sc_fxval( unsigned int, sc_fxval_observer* = 0 );
113 SCFX_EXPLICIT_ sc_fxval( long, sc_fxval_observer* = 0 );
114 SCFX_EXPLICIT_ sc_fxval( unsigned long, sc_fxval_observer* = 0 );
115 SCFX_EXPLICIT_ sc_fxval( float, sc_fxval_observer* = 0 );
116 SCFX_EXPLICIT_ sc_fxval( double, sc_fxval_observer* = 0 );
117 SCFX_EXPLICIT_ sc_fxval( const char*, sc_fxval_observer*
[all...]
H A Dsc_fxval.cpp165 sc_fxval_observer*
169 sc_fxval_observer* tmp = m_observer;
175 sc_fxval::unlock_observer( sc_fxval_observer* observer_ ) const
H A Dsc_fxnum.h4775 sc_fxval_observer* observer_ )
4786 sc_fxval_observer* observer_ )
/gem5/src/systemc/dt/fx/
H A Dsc_fxval_observer.cc22 sc_fxval_observer.cpp -
39 // $Log: sc_fxval_observer.cpp,v $
48 #include "systemc/ext/dt/fx/sc_fxval_observer.hh"
54 // CLASS : sc_fxval_observer
60 sc_fxval_observer *(* sc_fxval_observer::default_observer)() = 0;
H A Dsc_fxval.cc159 sc_fxval_observer *
163 sc_fxval_observer *tmp = m_observer;
169 sc_fxval::unlock_observer(sc_fxval_observer *observer_) const
/gem5/src/systemc/ext/dt/fx/
H A Dsc_fxval_observer.hh22 sc_fxval_observer.h -
38 // $Log: sc_fxval_observer.h,v $
56 class sc_fxval_observer;
66 SC_OBSERVER_(object, sc_fxval_observer *, construct)
68 SC_OBSERVER_(object, sc_fxval_observer *, destruct)
70 SC_OBSERVER_(object, sc_fxval_observer *, read)
72 SC_OBSERVER_(object, sc_fxval_observer *, write)
74 SC_OBSERVER_DEFAULT_(sc_fxval_observer)
105 // CLASS : sc_fxval_observer
111 class sc_fxval_observer class in namespace:sc_dt
114 sc_fxval_observer() {} function in class:sc_dt::sc_fxval_observer
[all...]
H A Dsc_fxval.hh62 #include "sc_fxval_observer.hh"
91 sc_fxval_observer* observer() const;
97 explicit sc_fxval(sc_fxval_observer * =0);
98 explicit sc_fxval(int, sc_fxval_observer * =0);
99 explicit sc_fxval(unsigned int, sc_fxval_observer * =0);
100 explicit sc_fxval(long, sc_fxval_observer * =0);
101 explicit sc_fxval(unsigned long, sc_fxval_observer * =0);
102 explicit sc_fxval(float, sc_fxval_observer* = 0);
103 explicit sc_fxval(double, sc_fxval_observer* = 0);
104 explicit sc_fxval(const char *, sc_fxval_observer*
[all...]
H A Dsc_fxnum.hh4078 inline sc_fxval::sc_fxval(const sc_fxnum &a, sc_fxval_observer *observer_) :
4087 sc_fxval_observer *observer_) :
/gem5/src/systemc/tests/systemc/datatypes/fx/observers/
H A Dobservers.cpp65 observe<sc_fxval, sc_fxval, sc_dt::sc_fxval_observer>("sc_fxval");

Completed in 44 milliseconds