Searched refs:normal (Results 1 - 5 of 5) sorted by relevance

/gem5/ext/systemc/src/sysc/datatypes/fx/
H A Dscfx_rep.h148 normal, enumerator in enum:sc_dt::scfx_rep::state
301 state m_state; // value state, e.g., normal, inf, etc.
318 m_state = normal;
343 : m_mant( min_mant ), m_wp( 2 ), m_sign( 1 ), m_state( normal ),
429 if( m_state != normal )
459 return ( m_state == normal );
H A Dscfx_rep.cpp114 m_state = normal;
138 m_state = normal;
153 m_state = normal;
188 m_state = normal;
207 : m_mant( min_mant ), m_wp( 0 ), m_sign(), m_state( normal ), m_msw( 0 ),
242 m_state = normal;
269 m_state = normal;
292 m_state = normal;
335 m_state = normal;
753 m_state = normal;
[all...]
/gem5/src/systemc/ext/dt/fx/
H A Dscfx_rep.hh141 normal, enumerator in enum:sc_dt::scfx_rep::state
279 state m_state; // value state, e.g., normal, inf, etc.
294 m_state = normal;
314 m_mant(min_mant), m_wp(2), m_sign(1), m_state(normal),
377 if (m_state != normal)
392 inline bool scfx_rep::is_normal() const { return (m_state == normal); }
/gem5/src/systemc/dt/fx/
H A Dscfx_rep.cc112 m_state = normal;
131 m_state = normal;
145 m_state = normal;
175 m_state = normal;
194 m_mant(min_mant), m_wp(0), m_sign(), m_state(normal), m_msw(0),
225 m_state = normal;
248 m_state = normal;
270 m_state = normal;
305 m_state = normal;
696 m_state = normal;
[all...]
/gem5/ext/googletest/googletest/test/
H A Dgtest-port_test.cc424 const RE normal(TypeParam(".*(\\w+)"));
425 EXPECT_STREQ(".*(\\w+)", normal.pattern());
886 const RE normal(NULL);
890 const RE normal(".*(\\w+");

Completed in 18 milliseconds