Lines Matching refs:operator
72 gslice_array& operator=(const gslice_array&); in _GLIBCXX_BEGIN_NAMESPACE() local
75 void operator=(const valarray<_Tp>&) const; in _GLIBCXX_BEGIN_NAMESPACE() local
77 void operator*=(const valarray<_Tp>&) const; in _GLIBCXX_BEGIN_NAMESPACE()
79 void operator/=(const valarray<_Tp>&) const; in _GLIBCXX_BEGIN_NAMESPACE()
81 void operator%=(const valarray<_Tp>&) const; in _GLIBCXX_BEGIN_NAMESPACE()
83 void operator+=(const valarray<_Tp>&) const; in _GLIBCXX_BEGIN_NAMESPACE()
85 void operator-=(const valarray<_Tp>&) const; in _GLIBCXX_BEGIN_NAMESPACE()
87 void operator^=(const valarray<_Tp>&) const; in _GLIBCXX_BEGIN_NAMESPACE()
89 void operator&=(const valarray<_Tp>&) const; in _GLIBCXX_BEGIN_NAMESPACE()
91 void operator|=(const valarray<_Tp>&) const; in _GLIBCXX_BEGIN_NAMESPACE()
93 void operator<<=(const valarray<_Tp>&) const; in _GLIBCXX_BEGIN_NAMESPACE()
95 void operator>>=(const valarray<_Tp>&) const; in _GLIBCXX_BEGIN_NAMESPACE()
97 void operator=(const _Tp&) const; in _GLIBCXX_BEGIN_NAMESPACE() local
100 void operator=(const _Expr<_Dom, _Tp>&) const; in _GLIBCXX_BEGIN_NAMESPACE() local
102 void operator*=(const _Expr<_Dom, _Tp>&) const; in _GLIBCXX_BEGIN_NAMESPACE()
104 void operator/=(const _Expr<_Dom, _Tp>&) const; in _GLIBCXX_BEGIN_NAMESPACE()
106 void operator%=(const _Expr<_Dom, _Tp>&) const; in _GLIBCXX_BEGIN_NAMESPACE()
108 void operator+=(const _Expr<_Dom, _Tp>&) const; in _GLIBCXX_BEGIN_NAMESPACE()
110 void operator-=(const _Expr<_Dom, _Tp>&) const; in _GLIBCXX_BEGIN_NAMESPACE()
112 void operator^=(const _Expr<_Dom, _Tp>&) const; in _GLIBCXX_BEGIN_NAMESPACE()
114 void operator&=(const _Expr<_Dom, _Tp>&) const; in _GLIBCXX_BEGIN_NAMESPACE()
116 void operator|=(const _Expr<_Dom, _Tp>&) const; in _GLIBCXX_BEGIN_NAMESPACE()
118 void operator<<=(const _Expr<_Dom, _Tp>&) const; in _GLIBCXX_BEGIN_NAMESPACE()
120 void operator>>=(const _Expr<_Dom, _Tp>&) const; in _GLIBCXX_BEGIN_NAMESPACE()
147 gslice_array<_Tp>::operator=(const gslice_array<_Tp>& __a)
157 gslice_array<_Tp>::operator=(const _Tp& __t) const
165 gslice_array<_Tp>::operator=(const valarray<_Tp>& __v) const
174 gslice_array<_Tp>::operator=(const _Expr<_Dom, _Tp>& __e) const
184 gslice_array<_Tp>::operator _Op##=(const valarray<_Tp>& __v) const \
193 gslice_array<_Tp>::operator _Op##= (const _Expr<_Dom, _Tp>& __e) const\