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

/gem5/src/systemc/tests/systemc/datatypes/fx/bit/
H A Dtest_bit.cpp55 #undef T_WL macro
57 #define T_WL 13 macro
60 #undef T_WL macro
62 #define T_WL 13 macro
65 #undef T_WL macro
67 #define T_WL 5 macro
71 #undef T_WL macro
73 #define T_WL 65 macro
76 #undef T_WL macro
78 #define T_WL 6 macro
81 #undef T_WL macro
83 #define T_WL macro
[all...]
H A Dtest_all.hh17 out << #T_op << " " << T_WL << " " << T_IWL << "\n"; \
18 sc_fxtype_context fooc(sc_fxtype_params(T_WL, T_IWL)); \
21 for (i = 0; i < T_WL; ++i) \
29 for (i = 0; i < T_WL; i += 3) \
31 for (i = 0; i < T_WL; ++i) \
41 for (i = 0; i < T_WL; ++i) \
49 for (i = 0; i < T_WL; i += 3) \
51 for (i = 0; i < T_WL; ++i) \
74 #define T_FX_FIXED sc_fixed<T_WL, T_IWL>
75 #define T_FX_UFIXED sc_ufixed<T_WL, T_IW
77 #define T_WL macro
[all...]
/gem5/src/systemc/tests/systemc/datatypes/fx/arith_big/
H A Dadd_big.cpp63 sc_fxtype_params fooc(T_WL, T_IWL, SC_RND, SC_SAT); \
67 for (i = 0; i < T_WL + 10; ++i) \
75 for (i = 0; i < T_WL + 10; ++i) \
86 #define T_FX_FIXED sc_fixed<T_WL, T_IWL>
87 #define T_FX_UFIXED sc_ufixed<T_WL, T_IWL>
101 #define T_WL 16 macro
102 #define T_IWL T_WL
103 out << "************* add_big " << T_WL << " ***************\n"; local
105 #undef T_WL macro
107 #define T_WL 6 macro
109 out << "************* add_big " << T_WL << " ***************\\n"; local
111 #undef T_WL macro
113 #define T_WL macro
115 out << "************* add_big " << T_WL << " ***************\\n"; local
[all...]
/gem5/src/systemc/tests/systemc/datatypes/fx/shift/
H A Doperator_shift_both.cpp57 #define T_FX_FIXED sc_fixed<T_WL, T_IWL>
58 #define T_FX_UFIXED sc_ufixed<T_WL, T_IWL>
66 sc_fxtype_params fooc(T_WL, T_IWL, SC_TRN, SC_WRAP); \
70 for (i = 0; i < T_WL+10; ++i) \
77 for (i = 0; i < T_WL+10; ++i) \
96 #define T_WL 26 macro
99 #undef T_WL macro
101 #define T_WL 130 macro
104 #undef T_WL macro
106 #define T_WL 30 macro
[all...]
H A Doperator_shift_left.cpp57 #define T_FX_FIXED sc_fixed<T_WL, T_IWL>
58 #define T_FX_UFIXED sc_ufixed<T_WL, T_IWL>
68 sc_fxtype_params fooc(T_WL, T_IWL, SC_TRN, SC_WRAP); \
70 out << "------------------ " #T_op " ---- " << T_WL << ", " << T_IWL << " --------------\n"; \
73 for (i = 0; i < T_WL+10; ++i) \
82 for (i = 0; i < T_WL+10; ++i) \
114 #define T_WL 13
117 #undef T_WL
119 #define T_WL 65
122 #undef T_WL
135 #define T_WL macro
333 #undef T_WL macro
335 #define T_WL macro
533 #undef T_WL macro
535 #define T_WL macro
[all...]
H A Doperator_shift_right.cpp57 #define T_FX_FIXED sc_fixed<T_WL, T_IWL>
58 #define T_FX_UFIXED sc_ufixed<T_WL, T_IWL>
67 sc_fxtype_params fooc(T_WL, T_IWL, SC_TRN, SC_WRAP); \
69 out << "------------------ " #T_op " ---- " << T_WL << ", " << T_IWL << " --------------\n"; \
74 for (i = 0; i < T_WL+10; ++i) \
108 #define T_WL 13
111 #undef T_WL
113 #define T_WL 65
116 #undef T_WL
118 #define T_WL 15
129 #define T_WL macro
302 #undef T_WL macro
304 #define T_WL macro
477 #undef T_WL macro
479 #define T_WL macro
[all...]

Completed in 8 milliseconds