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

/gem5/ext/systemc/src/sysc/datatypes/fx/
H A Dscfx_rep.h279 bool q_zero( const scfx_index& ) const;
767 scfx_rep::q_zero( const scfx_index& x ) const function in class:sc_dt::scfx_rep
H A Dscfx_rep.cpp1964 bool qz = q_zero( x );
2913 if( (q_bit( x ) && ! q_zero( x )) ||
2914 (q_bit( x ) && q_zero( x ) && q_odd( x )) )
/gem5/src/systemc/ext/dt/fx/
H A Dscfx_rep.hh258 bool q_zero(const scfx_index &) const;
662 scfx_rep::q_zero(const scfx_index &x) const function in class:sc_dt::scfx_rep
/gem5/src/systemc/dt/fx/
H A Dscfx_rep.cc1790 bool qz = q_zero(x);
2645 if ((q_bit(x) && ! q_zero(x)) || (q_bit(x) && q_zero(x) && q_odd(x))) {

Completed in 21 milliseconds