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

/gem5/ext/systemc/src/sysc/datatypes/fx/
H A Dscfx_rep.h278 bool q_odd( const scfx_index& ) const;
755 scfx_rep::q_odd( const scfx_index& x ) const function in class:sc_dt::scfx_rep
H A Dscfx_rep.cpp2004 if( (qb && ! qz) || (qb && qz && q_odd( x )) )
2914 (q_bit( x ) && q_zero( x ) && q_odd( x )) )
/gem5/src/systemc/ext/dt/fx/
H A Dscfx_rep.hh257 bool q_odd(const scfx_index &) const;
651 scfx_rep::q_odd(const scfx_index &x) const function in class:sc_dt::scfx_rep
/gem5/src/systemc/dt/fx/
H A Dscfx_rep.cc1825 if ((qb && !qz) || (qb && qz && q_odd(x)))
2645 if ((q_bit(x) && ! q_zero(x)) || (q_bit(x) && q_zero(x) && q_odd(x))) {

Completed in 20 milliseconds