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

/gem5/ext/googletest/googlemock/src/
H A Dgmock-matchers.cc146 // a vector<int> called 'left_' whose elements are initialized to the
150 // - An edge from source to each left_ node
152 // - An edge from each left_ node to each right_ node, if the
155 // When the TryAugment() method adds a flow, it sets left_[l] = r for some
164 // When the method augments a flow (moving left_[l] from some r1 to some
170 // information in 'graph' and in left_.
202 left_(graph_->LhsSize(), kUnused),
224 // source to sink starting at the left_[ilhs] node.
225 GTEST_CHECK_(left_[ilhs] == kUnused)
226 << "ilhs: " << ilhs << ", left_[ilh local
299 ::std::vector<size_t> left_; 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_ );
1639 // left_ = left-most bit in selection.
1643 sc_signed_part_if* if_p, int left_, int right_ )
1646 m_left = left_;
1642 initialize( sc_signed_part_if* if_p, int left_, int right_ ) argument
H A Dscx_signal_unsigned.h281 inline void initialize( sc_unsigned_part_if* if_p, int left_, int right_ );
1636 // left_ = left-most bit in selection.
1640 sc_unsigned_part_if* if_p, int left_, int right_ )
1643 m_left = left_;
1639 initialize( sc_unsigned_part_if* if_p, int left_, int right_ ) argument
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
829 m_left = left_;
H A Dsc_unsigned.hh733 initialize(const sc_unsigned *obj_p, int left_, int right_) argument
736 m_left = left_;
/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_ ) argument
909 m_left = left_;
H A Dsc_unsigned.h810 void initialize( const sc_unsigned* obj_p, int left_, int right_ ) argument
813 m_left = left_;

Completed in 87 milliseconds