Searched refs:T_FX_FIX (Results 1 - 6 of 6) sorted by relevance

/gem5/src/systemc/tests/systemc/datatypes/fx/ranges/
H A Drange_fx.cpp55 #define T_FX_FIX sc_fix macro
120 RANGE_TO_MIN(T_FX_FIX);
129 RANGE_TO_MAX(T_FX_FIX);
138 RANGE_MIN_MAX(T_FX_FIX);
/gem5/src/systemc/tests/systemc/datatypes/fx/arith_big/
H A Dadd_big.cpp85 #define T_FX_FIX sc_fix macro
92 BIG_ARROW(T_FX_FIX) \
/gem5/src/systemc/tests/systemc/datatypes/fx/bit/
H A Dtest_all.hh66 TEST_BIT_T(T_FX_FIX); \
73 #define T_FX_FIX sc_fix macro
/gem5/src/systemc/tests/systemc/datatypes/fx/shift/
H A Doperator_shift_both.cpp56 #define T_FX_FIX sc_fix macro
88 SHIFT_BOTH_OP(T_FX_FIX) \
H A Doperator_shift_left.cpp56 #define T_FX_FIX sc_fix macro
106 SHIFT_LEFT_OP(T_FX_FIX) \
219 out << "------------------ " QUOTE(T_FX_FIX) " ---- " << T_WL << ", "
221 T_FX_FIX r(2);
231 T_FX_FIX m(1);
232 T_FX_FIX q;
419 out << "------------------ " QUOTE(T_FX_FIX) " ---- " << T_WL << ", "
421 T_FX_FIX r(2);
431 T_FX_FIX m(1);
432 T_FX_FIX
[all...]
H A Doperator_shift_right.cpp56 #define T_FX_FIX sc_fix macro
100 SHIFT_RIGHT_OP(T_FX_FIX) \
203 out << "------------------ " QUOTE(T_FX_FIX) " ---- " << T_WL << ", "
205 T_FX_FIX r(0x8000);
207 T_FX_FIX m(0x8000);
208 T_FX_FIX q;
378 out << "------------------ " QUOTE(T_FX_FIX) " ---- " << T_WL << ", "
380 T_FX_FIX r(0x8000);
382 T_FX_FIX m(0x8000);
383 T_FX_FIX
[all...]

Completed in 9 milliseconds