Searched refs:sc_fixed (Results 26 - 40 of 40) sorted by relevance

12

/gem5/src/systemc/ext/dt/fx/
H A D_using.hh42 using sc_dt::sc_fixed;
/gem5/src/systemc/tests/systemc/datatypes/fx/arith_big/
H A Dadd_big.cpp86 #define T_FX_FIXED sc_fixed<T_WL, T_IWL>
/gem5/src/systemc/tests/systemc/datatypes/fx/bit/
H A Dtest_all.hh74 #define T_FX_FIXED sc_fixed<T_WL, T_IWL>
/gem5/src/systemc/tests/systemc/datatypes/fx/shift/
H A Doperator_shift_both.cpp57 #define T_FX_FIXED sc_fixed<T_WL, T_IWL>
H A Doperator_shift_left.cpp57 #define T_FX_FIXED sc_fixed<T_WL, T_IWL>
H A Doperator_shift_right.cpp57 #define T_FX_FIXED sc_fixed<T_WL, T_IWL>
/gem5/src/systemc/tests/systemc/compliance_1666/test228/
H A Dtest228.cpp19 sc_fixed<4,2> f;
/gem5/src/systemc/tests/systemc/datatypes/fx/constructors/
H A Darray.cpp118 batch_test_fx<sc_fixed<8, 5> >("fixed", 1);
/gem5/src/systemc/tests/systemc/datatypes/fx/fast_constructors/
H A Darray.cpp119 batch_test_fx<sc_fixed<8, 5> >("fixed", 1);
/gem5/src/systemc/tests/systemc/datatypes/fx/observers/
H A Dobservers.cpp67 observe<sc_fixed<1, 2>, sc_fxnum, sc_dt::sc_fxnum_observer>("sc_fixed");
/gem5/src/systemc/tests/systemc/datatypes/misc/test02/
H A Dtest02.cpp94 sc_fixed<8,4> a( "0b1010.1010" );
/gem5/src/systemc/tests/systemc/datatypes/fx/ranges/
H A Drange_fx.cpp56 #define T_FX_FIXED sc_fixed<222,111>
/gem5/src/systemc/tests/systemc/datatypes/fx/copy_ctors/
H A Dcopy_ctors.cpp49 sc_fixed<1,2,SC_RND,SC_SAT> fxd;
/gem5/src/systemc/tests/systemc/kernel/sc_macros/test01/
H A Dtest01.cpp108 // sc_fixed
110 sc_fixed<32,32> a;
/gem5/ext/systemc/src/
H A Dsystemc.h269 using sc_dt::sc_fixed;

Completed in 16 milliseconds

12