Lines Matching refs:_Vt
54 typedef value_type _Vt; typedef
56 _UnFunBase (const _Dom& __e, _Vt __f(_Vt)) in _UnFunBase() argument
59 _Vt operator[] (size_t __i) const { return _M_func(_M_expr[__i]); }
64 _Vt (*_M_func)(_Vt);
97 typedef value_type _Vt;
100 _Vt __f (_Vt, _Vt))
110 _Vt (*_M_func)(_Vt, _Vt);
116 typedef value_type _Vt;
118 _BinFunBase1 (const _Vt& __c, const _Dom& __e, _Vt __f(_Vt, _Vt))
126 const _Vt& _M_expr1;
128 _Vt (*_M_func)(_Vt, _Vt);
134 typedef value_type _Vt;
136 _BinFunBase2 (const _Dom& __e, const _Vt& __c, _Vt __f(_Vt, _Vt))
145 const _Vt& _M_expr2;
146 _Vt (*_M_func)(_Vt, _Vt);
371 typedef typename _Clos::value_type _Vt;
372 typedef _Oper<_Vt> _Op;
375 _BinBase2 (const _Clos& __e, const _Vt& __t)
382 const _Vt& _M_expr2;
394 typedef typename _Clos::value_type _Vt;
395 typedef _Oper<_Vt> _Op;
398 _BinBase1 (const _Vt& __t, const _Clos& __e)
404 const _Vt& _M_expr1;