Searched refs:sc_fxval_fast (Results 1 - 25 of 56) sorted by relevance

123

/gem5/src/systemc/tests/systemc/datatypes/fx/fast_constructors/
H A Dfx_precision_double.h65 #define sc_fxval sc_fxval_fast
/gem5/src/systemc/tests/systemc/datatypes/fx/fast_limits/
H A Dfx_precision_double.h65 #define sc_fxval sc_fxval_fast
/gem5/src/systemc/tests/systemc/datatypes/fx/shift/
H A Dfx_precision_double.h65 #define sc_fxval sc_fxval_fast
/gem5/ext/systemc/src/sysc/datatypes/fx/
H A Dsc_fxval_observer.h63 class sc_fxval_fast;
151 virtual void construct( const sc_fxval_fast& );
152 virtual void destruct( const sc_fxval_fast& );
153 virtual void read( const sc_fxval_fast& );
154 virtual void write( const sc_fxval_fast& );
200 sc_fxval_fast_observer::construct( const sc_fxval_fast& )
205 sc_fxval_fast_observer::destruct( const sc_fxval_fast& )
210 sc_fxval_fast_observer::read( const sc_fxval_fast& )
215 sc_fxval_fast_observer::write( const sc_fxval_fast& )
H A Dsc_fxval.h82 class sc_fxval_fast;
119 sc_fxval( const sc_fxval_fast&, sc_fxval_observer* = 0 );
177 DECL_BIN_OP_T(op,const sc_fxval_fast&) \
195 DECL_BIN_OP_T(/,const sc_fxval_fast&)
243 DECL_BIN_FNC_T(fnc,const sc_fxval_fast&) \
287 DECL_REL_OP_T(op,const sc_fxval_fast&) \
329 DECL_ASN_OP_T(op,const sc_fxval_fast&) \
434 // CLASS : sc_fxval_fast
439 class sc_fxval_fast class in namespace:sc_dt
450 explicit sc_fxval_fast( sc_fxval_fast_observe
1555 sc_fxval_fast::sc_fxval_fast( sc_fxval_fast_observer* observer_ ) function in class:sc_dt::sc_fxval_fast
1564 sc_fxval_fast::sc_fxval_fast( const sc_fxval_fast& a, function in class:sc_dt::sc_fxval_fast
[all...]
H A Dsc_fxnum.h605 DECL_CTOR_T(const sc_fxval_fast&)
667 DECL_BIN_OP_T(op,const sc_fxval_fast&) \
685 DECL_BIN_OP_T(/,const sc_fxval_fast&)
736 DECL_BIN_FNC_T(fnc,const sc_fxval_fast&) \
783 DECL_REL_OP_T(op,const sc_fxval_fast&) \
825 DECL_ASN_OP_T(op,const sc_fxval_fast&) \
992 friend class sc_fxval_fast;
1032 DECL_CTOR_T(const sc_fxval_fast&)
1056 const sc_fxval_fast operator - () const;
1057 const sc_fxval_fast operato
4979 sc_fxval_fast::sc_fxval_fast( const sc_fxnum& a, function in class:sc_dt::sc_fxval_fast
4990 sc_fxval_fast::sc_fxval_fast( const sc_fxnum_fast& a, function in class:sc_dt::sc_fxval_fast
[all...]
H A Dsc_fxval.cpp183 // CLASS : sc_fxval_fast
354 sc_fxval_fast a( id2 );
510 sc_fxval_fast::to_string() const
516 sc_fxval_fast::to_string( sc_numrep numrep ) const
522 sc_fxval_fast::to_string( sc_numrep numrep, bool w_prefix ) const
529 sc_fxval_fast::to_string( sc_fmt fmt ) const
535 sc_fxval_fast::to_string( sc_numrep numrep, sc_fmt fmt ) const
541 sc_fxval_fast::to_string( sc_numrep numrep, bool w_prefix, sc_fmt fmt ) const
549 sc_fxval_fast::to_dec() const
555 sc_fxval_fast
[all...]
H A Dscfx_other_defs.h88 sc_signed::operator = ( const sc_fxval_fast& v )
93 "sc_signed::operator = ( const sc_fxval_fast& )" );
159 sc_unsigned::operator = ( const sc_fxval_fast& v )
164 "sc_unsigned::operator = ( const sc_fxval_fast& )" );
236 sc_int_base::operator = ( const sc_fxval_fast& v )
240 "sc_int_base::operator = ( const sc_fxval_fast& )" );
305 sc_uint_base::operator = ( const sc_fxval_fast& v )
309 "sc_uint_base::operator = ( const sc_fxval_fast& )" );
377 const sc_fxval_fast& object, const std::string& name )
386 const sc_fxval_fast* objec
[all...]
H A Dsc_fixed.h100 DECL_CTORS_T_A(const sc_fxval_fast&)
148 DECL_ASN_OP_T(op,const sc_fxval_fast&) \
224 DECL_CTORS_T_A(const sc_fxval_fast&)
272 DECL_ASN_OP_T(op,const sc_fxval_fast&) \
301 const sc_fxval_fast operator ++ ( int );
302 const sc_fxval_fast operator -- ( int );
355 DEFN_CTORS_T(const sc_fxval_fast&)
420 DEFN_ASN_OP_T(op,const sc_fxval_fast&) \
527 DEFN_CTORS_T(const sc_fxval_fast&)
592 DEFN_ASN_OP_T(op,const sc_fxval_fast
[all...]
H A Dsc_ufixed.h100 DECL_CTORS_T_A(const sc_fxval_fast&)
148 DECL_ASN_OP_T(op,const sc_fxval_fast&) \
224 DECL_CTORS_T_A(const sc_fxval_fast&)
272 DECL_ASN_OP_T(op,const sc_fxval_fast&) \
301 const sc_fxval_fast operator ++ ( int );
302 const sc_fxval_fast operator -- ( int );
355 DEFN_CTORS_T(const sc_fxval_fast&)
420 DEFN_ASN_OP_T(op,const sc_fxval_fast&) \
527 DEFN_CTORS_T(const sc_fxval_fast&)
592 DEFN_ASN_OP_T(op,const sc_fxval_fast
[all...]
/gem5/src/systemc/ext/dt/fx/
H A Dsc_fxval_observer.hh61 class sc_fxval_fast;
140 virtual void construct(const sc_fxval_fast &);
141 virtual void destruct(const sc_fxval_fast &);
142 virtual void read(const sc_fxval_fast &);
143 virtual void write(const sc_fxval_fast &);
171 inline void sc_fxval_fast_observer::construct(const sc_fxval_fast &) {}
172 inline void sc_fxval_fast_observer::destruct(const sc_fxval_fast &) {}
173 inline void sc_fxval_fast_observer::read(const sc_fxval_fast &) {}
174 inline void sc_fxval_fast_observer::write(const sc_fxval_fast &) {}
H A Dsc_fxval.hh73 class sc_fxval_fast;
106 sc_fxval(const sc_fxval_fast &, sc_fxval_observer* = 0);
152 DECL_BIN_OP_T(op, const sc_fxval_fast &) \
170 DECL_BIN_OP_T(/, const sc_fxval_fast &)
210 DECL_BIN_FNC_T(fnc, const sc_fxval_fast &) \
248 DECL_REL_OP_T(op, const sc_fxval_fast &) \
283 DECL_ASN_OP_T(op, const sc_fxval_fast &) \
371 // CLASS : sc_fxval_fast
376 class sc_fxval_fast class in namespace:sc_dt
384 explicit sc_fxval_fast(sc_fxval_fast_observe
1316 inline sc_fxval_fast::sc_fxval_fast(sc_fxval_fast_observer *observer_) : function in class:sc_dt::sc_fxval_fast
1323 inline sc_fxval_fast::sc_fxval_fast(const sc_fxval_fast &a, function in class:sc_dt::sc_fxval_fast
[all...]
H A Dsc_fxnum.hh516 DECL_CTOR_T(const sc_fxval_fast &)
566 DECL_BIN_OP_T(op, const sc_fxval_fast &) \
584 DECL_BIN_OP_T(/, const sc_fxval_fast &)
628 DECL_BIN_FNC_T(fnc, const sc_fxval_fast &) \
669 DECL_REL_OP_T(op, const sc_fxval_fast &) \
705 DECL_ASN_OP_T(op, const sc_fxval_fast &) \
846 friend class sc_fxval_fast;
877 DECL_CTOR_T(const sc_fxval_fast &)
896 const sc_fxval_fast operator - () const;
897 const sc_fxval_fast operato
4261 sc_fxval_fast::sc_fxval_fast(const sc_fxnum &a, function in class:sc_dt::sc_fxval_fast
4270 inline sc_fxval_fast::sc_fxval_fast(const sc_fxnum_fast &a, function in class:sc_dt::sc_fxval_fast
[all...]
H A Dscfx_other_defs.hh79 sc_signed::operator = (const sc_fxval_fast &v)
83 "sc_signed::operator = ( const sc_fxval_fast& )");
146 sc_unsigned::operator = (const sc_fxval_fast &v)
150 "sc_unsigned::operator = ( const sc_fxval_fast& )");
213 sc_int_base::operator = (const sc_fxval_fast &v)
217 "sc_int_base::operator = ( const sc_fxval_fast& )");
279 sc_uint_base::operator = (const sc_fxval_fast &v)
283 "sc_uint_base::operator = ( const sc_fxval_fast& )");
H A Dsc_fixed.hh96 DECL_CTORS_T_A(const sc_fxval_fast &)
135 DECL_ASN_OP_T(op, const sc_fxval_fast &) \
205 DECL_CTORS_T_A(const sc_fxval_fast &)
244 DECL_ASN_OP_T(op, const sc_fxval_fast &) \
271 const sc_fxval_fast operator ++ (int);
272 const sc_fxval_fast operator -- (int);
320 DEFN_CTORS_T(const sc_fxval_fast &)
374 DEFN_ASN_OP_T(op, const sc_fxval_fast &) \
472 DEFN_CTORS_T(const sc_fxval_fast &)
527 DEFN_ASN_OP_T(op, const sc_fxval_fast
[all...]
H A Dsc_ufixed.hh97 DECL_CTORS_T_A(const sc_fxval_fast &)
135 DECL_ASN_OP_T(op, const sc_fxval_fast &) \
203 DECL_CTORS_T_A(const sc_fxval_fast &)
241 DECL_ASN_OP_T(op, const sc_fxval_fast &) \
268 const sc_fxval_fast operator ++ (int);
269 const sc_fxval_fast operator -- (int);
317 DEFN_CTORS_T(const sc_fxval_fast &)
371 DEFN_ASN_OP_T(op, const sc_fxval_fast &) \
470 DEFN_CTORS_T(const sc_fxval_fast &)
526 DEFN_ASN_OP_T(op, const sc_fxval_fast
[all...]
H A D_using.hh47 using sc_dt::sc_fxval_fast;
/gem5/src/systemc/tests/systemc/misc/stars/star129901/
H A Dtest.cpp54 sc_fxval_fast fast(2);
76 sc_fxval_fast::operator+=(sc_fxval const &) /var/tmp/ccNbIiHN.o
77 sc_fxval_fast::operator-=(sc_fxval const &) /var/tmp/cclXNLsO.o
78 sc_fxval_fast::operator/=(sc_fxval const &) /var/tmp/cclXNLsO.o
79 sc_fxval_fast::operator*=(sc_fxval const &) /var/tmp/cclXNLsO.o
/gem5/src/systemc/dt/fx/
H A Dsc_fxval.cc177 // CLASS : sc_fxval_fast
327 sc_fxval_fast a(id2);
472 sc_fxval_fast::to_string() const
478 sc_fxval_fast::to_string(sc_numrep numrep) const
484 sc_fxval_fast::to_string(sc_numrep numrep, bool w_prefix) const
491 sc_fxval_fast::to_string(sc_fmt fmt) const
497 sc_fxval_fast::to_string(sc_numrep numrep, sc_fmt fmt) const
503 sc_fxval_fast::to_string(sc_numrep numrep, bool w_prefix, sc_fmt fmt) const
510 sc_fxval_fast::to_dec() const
516 sc_fxval_fast
[all...]
/gem5/src/systemc/tests/systemc/datatypes/fx/observers/
H A Dobservers.cpp66 observe<sc_fxval_fast, sc_fxval_fast, sc_dt::sc_fxval_fast_observer>("sc_fxval_fast");
/gem5/src/systemc/ext/dt/int/
H A Dsc_bigint.hh71 class sc_fxval_fast;
116 explicit sc_bigint(const sc_fxval_fast &v) : sc_signed(W) { *this = v; }
261 operator = (const sc_fxval_fast& v)
H A Dsc_biguint.hh71 class sc_fxval_fast;
116 explicit sc_biguint(const sc_fxval_fast &v) : sc_unsigned(W) { *this = v; }
261 operator = (const sc_fxval_fast &v)
/gem5/src/systemc/tests/systemc/compliance_1666/test228/
H A Dtest228.cpp42 sc_fxval_fast fxvf;
/gem5/ext/systemc/src/sysc/datatypes/int/
H A Dsc_bigint.h71 class sc_fxval_fast;
169 explicit sc_bigint( const sc_fxval_fast& v )
256 sc_bigint<W>& operator = ( const sc_fxval_fast& v )
H A Dsc_biguint.h71 class sc_fxval_fast;
169 explicit sc_biguint( const sc_fxval_fast& v )
257 sc_biguint<W>& operator = ( const sc_fxval_fast& v )

Completed in 53 milliseconds

123