Searched refs:m_wp (Results 1 - 4 of 4) sorted by relevance

/gem5/src/systemc/dt/fx/
H A Dscfx_rep.cc100 m_mant(min_mant), m_wp(), m_sign(), m_state(), m_msw(), m_lsw(),
106 scfx_rep::scfx_rep(int a) : m_mant(min_mant), m_wp(), m_sign(), m_state(),
111 m_wp = m_msw = m_lsw = 2;
125 scfx_rep::scfx_rep(unsigned int a) : m_mant(min_mant), m_wp(), m_sign(),
130 m_wp = m_msw = m_lsw = 2;
140 m_mant(min_mant), m_wp(), m_sign(), m_state(), m_msw(), m_lsw(),
153 m_wp = 1;
158 m_wp = 2;
169 m_mant(min_mant), m_wp(), m_sign(), m_state(), m_msw(), m_lsw(),
174 m_wp
[all...]
/gem5/ext/systemc/src/sysc/datatypes/fx/
H A Dscfx_rep.cpp100 : m_mant( min_mant ), m_wp(), m_sign(), m_state(), m_msw(), m_lsw(),
107 : m_mant( min_mant ), m_wp(), m_sign(), m_state(), m_msw(), m_lsw(),
113 m_wp = m_msw = m_lsw = 2;
131 : m_mant( min_mant ), m_wp(), m_sign(), m_state(), m_msw(), m_lsw(),
137 m_wp = m_msw = m_lsw = 2;
147 : m_mant( min_mant ), m_wp(), m_sign(), m_state(), m_msw(), m_lsw(),
164 m_wp = 1;
169 m_wp = 2;
181 : m_mant( min_mant ), m_wp(), m_sign(), m_state(), m_msw(), m_lsw(),
187 m_wp
[all...]
H A Dscfx_rep.h299 int m_wp; // index of highest order word in value. member in class:sc_dt::scfx_rep
316 m_wp = m_msw = m_lsw = 0;
343 : m_mant( min_mant ), m_wp( 2 ), m_sign( 1 ), m_state( normal ),
366 m_wp = f.m_wp;
498 m_wp += size_incr;
509 int wi = n / bits_in_word + m_wp;
/gem5/src/systemc/ext/dt/fx/
H A Dscfx_rep.hh277 int m_wp; // index of highest order word in value. member in class:sc_dt::scfx_rep
292 m_wp = m_msw = m_lsw = 0;
314 m_mant(min_mant), m_wp(2), m_sign(1), m_state(normal),
329 m_wp = f.m_wp;
418 m_wp += size_incr;
428 int wi = n / bits_in_word + m_wp;

Completed in 11 milliseconds