Lines Matching defs:__t

202     _BinFunClos (const _Dom& __e, const _Tp& __t, _Tp __f (_Tp, _Tp))
203 : _Base (__e, __t, __f) {}
213 _BinFunClos (const _Tp& __t, const _Dom& __e, _Tp __f (_Tp, _Tp))
214 : _Base (__t, __e, __f) {}
223 _BinFunClos (const valarray<_Tp>& __v, const _Tp& __t,
225 : _Base (__v, __t, __f) {}
234 _BinFunClos (const _Tp& __t, const valarray<_Tp>& __v,
236 : _Base (__t, __v, __f) {}
375 _BinBase2 (const _Clos& __e, const _Vt& __t)
376 : _M_expr1 (__e), _M_expr2 (__t) {}
398 _BinBase1 (const _Vt& __t, const _Clos& __e)
399 : _M_expr1 (__t), _M_expr2 (__e) {}
482 _BinClos (const valarray<_Tp>& __v, const _Tp& __t)
483 : _Base (__v, __t) {}
492 _BinClos (const _Tp& __t, const valarray<_Tp>& __v)
493 : _Base (__t, __v) {}
788 const typename _Dom::value_type& __t) \
793 return _Expr<_Closure,_Value> (_Closure (__v (), __t)); \
799 operator##_Op (const typename _Dom::value_type& __t, \
805 return _Expr<_Closure,_Value> (_Closure (__t, __v ())); \
860 const typename _Dom::value_type& __t) \
864 return _Expr<_Closure,bool> (_Closure (__v (), __t)); \
870 operator##_Op (const typename _Dom::value_type& __t, \
875 return _Expr<_Closure,bool> (_Closure (__t, __v ())); \
990 const typename _Dom::value_type& __t) \
995 (_Closure (__e (), __t, (_Tp(*)(_Tp, _Tp))(&_Name))); \
1001 _Name (const typename _Dom::value_type& __t, \
1007 (_Closure (__t, __e (), (_Tp(*)(_Tp, _Tp))(&_Name))); \
1021 _Name (const valarray<_Tp>& __v, const _Tp& __t) \
1025 (_Closure (__v, __t, (_Tp(*)(_Tp,_Tp))(&_Name))); \
1030 _Name (const _Tp& __t, const valarray<_Tp>& __v) \
1034 (_Closure (__t, __v, (_Tp(*)(_Tp,_Tp))(&_Name))); \