Searched refs:sc_fxval (Results 26 - 50 of 80) sorted by relevance

1234

/gem5/src/systemc/tests/systemc/datatypes/fx/constructors/
H A Dassign.cpp64 sc_fxval a = 0;
65 sc_fxval b;
66 sc_fxval c = b = -1;
75 sc_fxval a = (uint)0;
76 sc_fxval b;
77 sc_fxval c = b = (uint)-1;
86 sc_fxval a = (short)0;
87 sc_fxval b;
88 sc_fxval c = b = (short)-1;
97 sc_fxval
[all...]
H A Darray.cpp115 batch_test_fx<sc_fxval>("float", -1);
/gem5/src/systemc/tests/systemc/datatypes/fx/fast_constructors/
H A Dassign.cpp65 sc_fxval a(0);
66 sc_fxval b;
67 sc_fxval c = b = -1;
76 sc_fxval a(0u);
77 sc_fxval b;
78 sc_fxval c = b = (uint)-1;
87 sc_fxval a((short)0);
88 sc_fxval b;
89 sc_fxval c = b = (short)-1;
98 sc_fxval
[all...]
H A Darray.cpp116 batch_test_fx<sc_fxval>("float", -1);
/gem5/ext/systemc/src/sysc/datatypes/fx/
H A Dsc_fxnum.h64 #include "sysc/datatypes/fx/sc_fxval.h"
565 friend class sc_fxval;
604 DECL_CTOR_T(const sc_fxval&)
629 const sc_fxval operator - () const;
630 const sc_fxval operator + () const;
635 friend void neg( sc_fxval&, const sc_fxnum& );
642 friend const sc_fxval operator op ( const sc_fxnum&, tp ); \
643 friend const sc_fxval operator op ( tp, const sc_fxnum& );
658 friend const sc_fxval operator op ( const sc_fxnum&, const sc_fxnum& ); \
666 DECL_BIN_OP_T(op,const sc_fxval
4774 sc_fxval::sc_fxval( const sc_fxnum& a, function in class:sc_dt::sc_fxval
4785 sc_fxval::sc_fxval( const sc_fxnum_fast& a, function in class:sc_dt::sc_fxval
[all...]
H A Dscfx_other_defs.h72 sc_signed::operator = ( const sc_fxval& v )
77 "sc_signed::operator = ( const sc_fxval& )" );
143 sc_unsigned::operator = ( const sc_fxval& v )
148 "sc_unsigned::operator = ( const sc_fxval& )" );
221 sc_int_base::operator = ( const sc_fxval& v )
225 "sc_int_base::operator = ( const sc_fxval& )" );
290 sc_uint_base::operator = ( const sc_fxval& v )
294 "sc_uint_base::operator = ( const sc_fxval& )" );
359 const sc_fxval& object, const std::string& name )
368 const sc_fxval* objec
[all...]
H A Dsc_fxval.cpp22 sc_fxval.cpp -
39 // $Log: sc_fxval.cpp,v $
53 #include "sysc/datatypes/fx/sc_fxval.h"
60 // CLASS : sc_fxval
68 sc_fxval::to_string() const
74 sc_fxval::to_string( sc_numrep numrep ) const
80 sc_fxval::to_string( sc_numrep numrep, bool w_prefix ) const
86 sc_fxval::to_string( sc_fmt fmt ) const
92 sc_fxval::to_string( sc_numrep numrep, sc_fmt fmt ) const
98 sc_fxval
[all...]
H A Dsc_fixed.h99 DECL_CTORS_T_A(const sc_fxval&)
147 DECL_ASN_OP_T(op,const sc_fxval&) \
177 const sc_fxval operator ++ ( int );
178 const sc_fxval operator -- ( int );
223 DECL_CTORS_T_A(const sc_fxval&)
271 DECL_ASN_OP_T(op,const sc_fxval&) \
354 DEFN_CTORS_T(const sc_fxval&)
419 DEFN_ASN_OP_T(op,const sc_fxval&) \
451 const sc_fxval
454 return sc_fxval( sc_fi
[all...]
H A Dsc_ufixed.h99 DECL_CTORS_T_A(const sc_fxval&)
147 DECL_ASN_OP_T(op,const sc_fxval&) \
177 const sc_fxval operator ++ ( int );
178 const sc_fxval operator -- ( int );
223 DECL_CTORS_T_A(const sc_fxval&)
271 DECL_ASN_OP_T(op,const sc_fxval&) \
354 DEFN_CTORS_T(const sc_fxval&)
419 DEFN_ASN_OP_T(op,const sc_fxval&) \
451 const sc_fxval
454 return sc_fxval( sc_ufi
[all...]
/gem5/src/systemc/ext/dt/fx/
H A Dsc_fxnum.hh67 #include "sc_fxval.hh"
485 friend class sc_fxval;
515 DECL_CTOR_T(const sc_fxval &)
536 const sc_fxval operator - () const;
537 const sc_fxval operator + () const;
540 friend void neg(sc_fxval &, const sc_fxnum &);
545 friend const sc_fxval operator op (const sc_fxnum &, tp); \
546 friend const sc_fxval operator op (tp, const sc_fxnum &);
557 friend const sc_fxval operator op (const sc_fxnum &, const sc_fxnum &); \
565 DECL_BIN_OP_T(op, const sc_fxval
4078 inline sc_fxval::sc_fxval(const sc_fxnum &a, sc_fxval_observer *observer_) : function in class:sc_dt::sc_fxval
4086 inline sc_fxval::sc_fxval(const sc_fxnum_fast &a, function in class:sc_dt::sc_fxval
[all...]
H A Dscfx_other_defs.hh65 sc_signed::operator = (const sc_fxval &v)
69 "sc_signed::operator = ( const sc_fxval& )");
131 sc_unsigned::operator = (const sc_fxval &v)
135 "sc_unsigned::operator = ( const sc_fxval& )");
198 sc_int_base::operator = (const sc_fxval &v)
202 "sc_int_base::operator = ( const sc_fxval& )");
264 sc_uint_base::operator = (const sc_fxval &v)
268 "sc_uint_base::operator = ( const sc_fxval& )");
H A Dsc_fixed.hh95 DECL_CTORS_T_A(const sc_fxval &)
134 DECL_ASN_OP_T(op, const sc_fxval &) \
162 const sc_fxval operator ++ (int);
163 const sc_fxval operator -- (int);
204 DECL_CTORS_T_A(const sc_fxval &)
243 DECL_ASN_OP_T(op, const sc_fxval &) \
319 DEFN_CTORS_T(const sc_fxval &)
373 DEFN_ASN_OP_T(op, const sc_fxval &) \
402 inline const sc_fxval
405 return sc_fxval(sc_fi
[all...]
H A Dsc_ufixed.hh96 DECL_CTORS_T_A(const sc_fxval &)
134 DECL_ASN_OP_T(op, const sc_fxval &) \
162 const sc_fxval operator ++ (int);
163 const sc_fxval operator -- (int);
202 DECL_CTORS_T_A(const sc_fxval &)
240 DECL_ASN_OP_T(op, const sc_fxval &) \
316 DEFN_CTORS_T(const sc_fxval &)
370 DEFN_ASN_OP_T(op, const sc_fxval &) \
399 inline const sc_fxval
402 return sc_fxval(sc_ufi
[all...]
H A D_using.hh46 using sc_dt::sc_fxval;
/gem5/src/systemc/tests/systemc/datatypes/fx/observers/
H A Dobservers.cpp65 observe<sc_fxval, sc_fxval, sc_dt::sc_fxval_observer>("sc_fxval");
/gem5/src/systemc/dt/fx/
H A Dsc_fxval.cc22 sc_fxval.cpp -
39 // $Log: sc_fxval.cpp,v $
53 #include "systemc/ext/dt/fx/sc_fxval.hh"
60 // CLASS : sc_fxval
68 sc_fxval::to_string() const
74 sc_fxval::to_string(sc_numrep numrep) const
80 sc_fxval::to_string(sc_numrep numrep, bool w_prefix) const
86 sc_fxval::to_string(sc_fmt fmt) const
92 sc_fxval::to_string(sc_numrep numrep, sc_fmt fmt) const
98 sc_fxval
[all...]
/gem5/src/systemc/ext/dt/int/
H A Dsc_bigint.hh70 class sc_fxval;
115 explicit sc_bigint(const sc_fxval &v) : sc_signed(W) { *this = v; }
254 operator = (const sc_fxval &v)
H A Dsc_biguint.hh70 class sc_fxval;
115 explicit sc_biguint(const sc_fxval &v) : sc_unsigned(W) { *this = v; }
254 operator = (const sc_fxval &v)
/gem5/src/systemc/tests/systemc/datatypes/fx/arith_big/
H A Dadd_big.cpp83 #define T_FX_FLOAT sc_fxval
/gem5/src/systemc/tests/systemc/datatypes/fx/shift/
H A Doperator_shift_both.cpp54 #define T_FX_FLOAT sc_fxval
/gem5/src/systemc/tests/systemc/compliance_1666/test228/
H A Dtest228.cpp41 sc_fxval fxv;
/gem5/ext/systemc/src/sysc/datatypes/int/
H A Dsc_bigint.h70 class sc_fxval;
165 explicit sc_bigint( const sc_fxval& v )
253 sc_bigint<W>& operator = ( const sc_fxval& v )
H A Dsc_biguint.h70 class sc_fxval;
165 explicit sc_biguint( const sc_fxval& v )
254 sc_biguint<W>& operator = ( const sc_fxval& v )
/gem5/src/systemc/ext/utils/
H A Dsc_trace_file.hh47 class sc_fxval;
104 void sc_trace(sc_trace_file *, const sc_dt::sc_fxval &, const std::string &);
105 void sc_trace(sc_trace_file *, const sc_dt::sc_fxval *, const std::string &);
/gem5/src/systemc/tests/systemc/datatypes/fx/ranges/
H A Drange_fx.cpp53 #define T_FX_FLOAT sc_fxval

Completed in 52 milliseconds

1234