Searched refs:sc_fix (Results 26 - 45 of 45) sorted by relevance

12

/gem5/ext/systemc/src/sysc/datatypes/fx/
H A Dsc_fixed.h54 #include "sysc/datatypes/fx/sc_fix.h"
74 class sc_fixed : public sc_fix
163 DECL_ASN_OP_T(&=,const sc_fix&)
165 DECL_ASN_OP_T(|=,const sc_fix&)
167 DECL_ASN_OP_T(^=,const sc_fix&)
287 DECL_ASN_OP_T(&=,const sc_fix&)
289 DECL_ASN_OP_T(|=,const sc_fix&)
291 DECL_ASN_OP_T(^=,const sc_fix&)
321 : sc_fix( W, I, Q, O, N, observer_ )
328 : sc_fix(
[all...]
/gem5/src/systemc/ext/dt/fx/
H A Dsc_fixed.hh53 #include "sc_fix.hh"
73 class sc_fixed : public sc_fix
150 DECL_ASN_OP_T(&=, const sc_fix &)
152 DECL_ASN_OP_T(|=, const sc_fix &)
154 DECL_ASN_OP_T(^=, const sc_fix &)
259 DECL_ASN_OP_T(&=, const sc_fix &)
261 DECL_ASN_OP_T(|=, const sc_fix &)
263 DECL_ASN_OP_T(^=, const sc_fix &)
289 sc_fix(W, I, Q, O, N, observer_)
295 sc_fix(
[all...]
H A D_using.hh38 using sc_dt::sc_fix;
/gem5/src/systemc/tests/systemc/datatypes/fx/arith_big/
H A Dadd_big.cpp85 #define T_FX_FIX sc_fix
/gem5/src/systemc/tests/systemc/datatypes/fx/bit/
H A Dtest_all.hh73 #define T_FX_FIX sc_fix
/gem5/src/systemc/tests/systemc/datatypes/fx/shift/
H A Doperator_shift_both.cpp56 #define T_FX_FIX sc_fix
H A Doperator_shift_left.cpp56 #define T_FX_FIX sc_fix
H A Doperator_shift_right.cpp56 #define T_FX_FIX sc_fix
/gem5/src/systemc/tests/systemc/compliance_1666/test228/
H A Dtest228.cpp30 sc_fix fi;
/gem5/src/systemc/tests/systemc/datatypes/fx/constructors/
H A Darray.cpp117 batch_test_fx<sc_fix>("fix", -1);
/gem5/src/systemc/tests/systemc/datatypes/fx/fast_constructors/
H A Darray.cpp118 batch_test_fx<sc_fix>("fix", -1);
/gem5/src/systemc/tests/systemc/datatypes/fx/ranges/
H A Drange_fx.cpp55 #define T_FX_FIX sc_fix
/gem5/src/systemc/dt/bit/
H A Dsc_bv_base.cc60 #include "systemc/ext/dt/fx/sc_fix.hh"
195 sc_fix a(s, n * 4, n * 4, SC_TRN, SC_WRAP, 0, SC_ON);
/gem5/src/systemc/tests/systemc/kernel/sc_macros/test01/
H A Dtest01.cpp68 // sc_fix
70 sc_fix a;
/gem5/ext/systemc/src/sysc/datatypes/int/
H A Dsc_int_base.cpp73 #include "sysc/datatypes/fx/sc_fix.h"
552 sc_fix aa( a, len, len, SC_TRN, SC_WRAP, 0, SC_ON );
569 sc_fix aa( *this, len, len, SC_TRN, SC_WRAP, 0, SC_ON );
577 sc_fix aa( *this, len, len, SC_TRN, SC_WRAP, 0, SC_ON );
H A Dsc_signed.cpp90 #include "sysc/datatypes/fx/sc_fix.h"
487 sc_fix aa( a, len, len, SC_TRN, SC_WRAP, 0, SC_ON );
620 sc_fix aa( *this, len, len, SC_TRN, SC_WRAP, 0, SC_ON );
628 sc_fix aa( *this, len, len, SC_TRN, SC_WRAP, 0, SC_ON );
/gem5/src/systemc/dt/int/
H A Dsc_int_base.cc67 #include "systemc/ext/dt/fx/sc_fix.hh"
527 sc_fix aa(a, len, len, SC_TRN, SC_WRAP, 0, SC_ON);
542 sc_fix aa(*this, len, len, SC_TRN, SC_WRAP, 0, SC_ON);
550 sc_fix aa(*this, len, len, SC_TRN, SC_WRAP, 0, SC_ON);
H A Dsc_signed.cc83 #include "systemc/ext/dt/fx/sc_fix.hh"
451 sc_fix aa(a, len, len, SC_TRN, SC_WRAP, 0, SC_ON);
580 sc_fix aa(*this, len, len, SC_TRN, SC_WRAP, 0, SC_ON);
588 sc_fix aa(*this, len, len, SC_TRN, SC_WRAP, 0, SC_ON);
/gem5/ext/systemc/src/sysc/datatypes/bit/
H A Dsc_bv_base.cpp59 #include "sysc/datatypes/fx/sc_fix.h"
348 sc_fix a( s, n * 4, n * 4, SC_TRN, SC_WRAP, 0, SC_ON );
/gem5/ext/systemc/src/
H A Dsystemc.h265 using sc_dt::sc_fix;

Completed in 30 milliseconds

12