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

/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(),
131 : m_mant( min_mant ), m_wp(), m_sign(), m_state(), m_msw(), m_lsw(),
147 : m_mant( min_mant ), m_wp(), m_sign(), m_state(), m_msw(), m_lsw(),
181 : m_mant( min_mant ), m_wp(), m_sign(), m_state(), m_msw(), m_lsw(),
207 : m_mant( min_mant ), m_wp( 0 ), m_sign(), m_state( normal ), m_msw( 0 ),
235 : m_mant( min_mant ), m_wp(), m_sign(), m_state(), m_msw(), m_lsw(),
262 : m_mant( min_mant ), m_wp(), m_sign(), m_state(), m_msw(), m_lsw(),
280 : m_mant( min_mant ), m_wp(), m_sign(), m_state(), m_msw(), m_lsw(),
323 : m_mant( min_mant ), m_w
[all...]
H A Dscfx_rep.h108 const int min_mant = 4; member in namespace:sc_dt
325 m_mant.resize_to( min_mant );
333 m_mant.resize_to( min_mant );
343 : m_mant( min_mant ), m_wp( 2 ), m_sign( 1 ), m_state( normal ),
/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(),
125 scfx_rep::scfx_rep(unsigned int a) : m_mant(min_mant), m_wp(), m_sign(),
140 m_mant(min_mant), m_wp(), m_sign(), m_state(), m_msw(), m_lsw(),
169 m_mant(min_mant), m_wp(), m_sign(), m_state(), m_msw(), m_lsw(),
194 m_mant(min_mant), m_wp(0), m_sign(), m_state(normal), m_msw(0),
219 m_mant(min_mant), m_wp(), m_sign(), m_state(), m_msw(), m_lsw(),
242 m_mant(min_mant), m_wp(), m_sign(), m_state(), m_msw(), m_lsw(),
259 m_mant(min_mant), m_wp(), m_sign(), m_state(), m_msw(), m_lsw(),
294 m_mant(min_mant), m_w
[all...]
/gem5/src/systemc/ext/dt/fx/
H A Dscfx_rep.hh105 const int min_mant = 4; member in namespace:sc_dt
300 m_mant.resize_to(min_mant);
307 m_mant.resize_to(min_mant);
314 m_mant(min_mant), m_wp(2), m_sign(1), m_state(normal),

Completed in 7 milliseconds