Searched refs:sc_ufixed (Results 26 - 39 of 39) sorted by relevance

12

/gem5/src/systemc/tests/systemc/datatypes/fx/arith_big/
H A Dadd_big.cpp87 #define T_FX_UFIXED sc_ufixed<T_WL, T_IWL>
/gem5/src/systemc/tests/systemc/datatypes/fx/bit/
H A Dtest_all.hh75 #define T_FX_UFIXED sc_ufixed<T_WL, T_IWL>
/gem5/src/systemc/tests/systemc/datatypes/fx/shift/
H A Doperator_shift_both.cpp58 #define T_FX_UFIXED sc_ufixed<T_WL, T_IWL>
H A Doperator_shift_left.cpp58 #define T_FX_UFIXED sc_ufixed<T_WL, T_IWL>
H A Doperator_shift_right.cpp58 #define T_FX_UFIXED sc_ufixed<T_WL, T_IWL>
/gem5/src/systemc/tests/systemc/compliance_1666/test228/
H A Dtest228.cpp20 sc_ufixed<4,2> uf;
/gem5/src/systemc/tests/systemc/datatypes/fx/constructors/
H A Darray.cpp119 batch_test_fx<sc_ufixed<8, 5> >("ufixed", 1);
/gem5/src/systemc/tests/systemc/datatypes/fx/fast_constructors/
H A Darray.cpp120 batch_test_fx<sc_ufixed<8, 5> >("ufixed", 1);
/gem5/src/systemc/tests/systemc/datatypes/fx/observers/
H A Dobservers.cpp69 observe<sc_ufixed<5, 6>, sc_fxnum, sc_dt::sc_fxnum_observer>("sc_ufixed");
/gem5/src/systemc/tests/systemc/datatypes/misc/test02/
H A Dtest02.cpp102 sc_ufixed<8,4> c( "0b1010.1010" );
/gem5/src/systemc/tests/systemc/datatypes/fx/ranges/
H A Drange_fx.cpp57 #define T_FX_UFIXED sc_ufixed<222,111>
/gem5/src/systemc/tests/systemc/datatypes/fx/copy_ctors/
H A Dcopy_ctors.cpp51 sc_ufixed<5,6,SC_RND_MIN_INF,SC_SAT_SYM> ufxd;
/gem5/src/systemc/tests/systemc/kernel/sc_macros/test01/
H A Dtest01.cpp128 // sc_ufixed
130 sc_ufixed<32,32> a;
/gem5/ext/systemc/src/
H A Dsystemc.h271 using sc_dt::sc_ufixed;

Completed in 16 milliseconds

12