Searched refs:right_ (Results 1 - 11 of 11) sorted by relevance

/gem5/ext/googletest/googlemock/src/
H A Dgmock-matchers.cc151 // - An edge from each right_ node to sink
152 // - An edge from each left_ node to each right_ node, if the
172 // As an optimization, there is a second vector<int> called right_ which
203 right_(graph_->RhsSize(), kUnused) {
270 // right_[irhs] == kUnused means that there is residual flow from
277 if (right_[irhs] == kUnused || TryAugment(right_[irhs], seen)) {
278 // Add flow from left_[ilhs] to right_[irhs].
280 right_[irhs] = ilhs;
289 // (i.e. an element) and each element of right_ i
300 ::std::vector<size_t> right_; member in class:testing::internal::MaxBipartiteMatchState
[all...]
/gem5/src/systemc/tests/include/specialized_signals/
H A Dscx_signal_signed.h291 inline void initialize( sc_signed_part_if* if_p, int left_, int right_ );
1640 // right_ = right-most bit in selection.
1643 sc_signed_part_if* if_p, int left_, int right_ )
1647 m_right = right_;
H A Dscx_signal_unsigned.h281 inline void initialize( sc_unsigned_part_if* if_p, int left_, int right_ );
1637 // right_ = right-most bit in selection.
1640 sc_unsigned_part_if* if_p, int left_, int right_ )
1644 m_right = right_;
H A Dscx_signal_int.h241 inline void initialize( sc_int_part_if* if_p, int left_, int right_ );
H A Dscx_signal_uint.h273 inline void initialize( sc_uint_part_if* if_p, int left_, int right_ );
/gem5/src/systemc/ext/dt/bit/
H A Dsc_bit_proxies.hh1040 sc_concref_r(const X &left_, const Y &right_, int delete_=0) : argument
1041 m_left(const_cast<X &>(left_)), m_right(const_cast<Y &>(right_)),
1301 sc_concref(X &left_, Y &right_, int delete_=0) : argument
1302 sc_concref_r<X, Y>(left_, right_, delete_)
/gem5/src/systemc/ext/dt/int/
H A Dsc_signed.hh826 initialize(const sc_signed *obj_p, int left_, int right_) argument
830 m_right = right_;
H A Dsc_unsigned.hh733 initialize(const sc_unsigned *obj_p, int left_, int right_) argument
737 m_right = right_;
/gem5/ext/systemc/src/sysc/datatypes/bit/
H A Dsc_bit_proxies.h1113 sc_concref_r( const X& left_, const Y& right_, int delete_ = 0 ) argument
1114 : m_left( CCAST<X&>( left_ ) ), m_right( CCAST<Y&>( right_ ) ),
1448 sc_concref( X& left_, Y& right_, int delete_ = 0 ) argument
1449 : sc_concref_r<X,Y>( left_, right_, delete_ )
/gem5/ext/systemc/src/sysc/datatypes/int/
H A Dsc_signed.h906 void initialize( const sc_signed* obj_p, int left_, int right_ )
910 m_right = right_;
H A Dsc_unsigned.h810 void initialize( const sc_unsigned* obj_p, int left_, int right_ )
814 m_right = right_;

Completed in 97 milliseconds