Searched refs:sc_fxnum_fast_subref (Results 1 - 5 of 5) sorted by relevance

/gem5/ext/systemc/src/sysc/datatypes/fx/
H A Dsc_fxnum.h84 class sc_fxnum_fast_subref;
241 friend class sc_fxnum_fast_subref;
269 DECL_ASN_OP_T(const sc_fxnum_fast_subref&)
293 DECL_ASN_OP_T_A(op,const sc_fxnum_fast_subref&) \
315 const sc_fxnum_fast_subref& ); \
395 // CLASS : sc_fxnum_fast_subref
401 class sc_fxnum_fast_subref class in namespace:sc_dt
412 sc_fxnum_fast_subref( sc_fxnum_fast&, int, int );
418 sc_fxnum_fast_subref( const sc_fxnum_fast_subref
2214 sc_fxnum_fast_subref::sc_fxnum_fast_subref( sc_fxnum_fast& num_, function in class:sc_dt::sc_fxnum_fast_subref
2225 sc_fxnum_fast_subref::sc_fxnum_fast_subref( const sc_fxnum_fast_subref& a ) function in class:sc_dt::sc_fxnum_fast_subref
[all...]
H A Dsc_fxnum.cpp206 // CLASS : sc_fxnum_fast_subref
213 sc_fxnum_fast_subref::get() const
219 sc_fxnum_fast_subref::set()
228 sc_fxnum_fast_subref::print( ::std::ostream& os ) const
235 sc_fxnum_fast_subref::scan( ::std::istream& is )
242 sc_fxnum_fast_subref::dump( ::std::ostream& os ) const
244 os << "sc_fxnum_fast_subref" << ::std::endl;
/gem5/src/systemc/ext/dt/fx/
H A Dsc_fxnum.hh86 class sc_fxnum_fast_subref;
216 friend class sc_fxnum_fast_subref;
236 DECL_ASN_OP_T(const sc_fxnum_fast_subref &)
260 DECL_ASN_OP_T_A(op, const sc_fxnum_fast_subref &) \
280 const sc_fxnum_fast_subref &); \
343 // CLASS : sc_fxnum_fast_subref
349 class sc_fxnum_fast_subref class in namespace:sc_dt
358 sc_fxnum_fast_subref(sc_fxnum_fast &, int, int);
362 sc_fxnum_fast_subref(const sc_fxnum_fast_subref
1880 inline sc_fxnum_fast_subref::sc_fxnum_fast_subref( function in class:sc_dt::sc_fxnum_fast_subref
1888 inline sc_fxnum_fast_subref::sc_fxnum_fast_subref( function in class:sc_dt::sc_fxnum_fast_subref
[all...]
/gem5/src/systemc/dt/fx/
H A Dsc_fxnum.cc173 // CLASS : sc_fxnum_fast_subref
180 sc_fxnum_fast_subref::get() const
186 sc_fxnum_fast_subref::set()
193 sc_fxnum_fast_subref::print(::std::ostream &os) const
200 sc_fxnum_fast_subref::scan(::std::istream &is)
207 sc_fxnum_fast_subref::dump(::std::ostream &os) const
209 os << "sc_fxnum_fast_subref" << ::std::endl;
/gem5/src/systemc/tests/systemc/datatypes/misc/test01/
H A Dtest01.cpp131 test( sc_dt::sc_fxnum_fast_subref a )
434 // sc_fxnum_fast_subref

Completed in 28 milliseconds