Lines Matching refs:__t

66       _Tp operator()(const _Tp& __t) const  in _GLIBCXX_VISIBILITY()
67 { return abs(__t); } in _GLIBCXX_VISIBILITY()
73 _Tp operator()(const _Tp& __t) const in _GLIBCXX_VISIBILITY()
74 { return cos(__t); } in _GLIBCXX_VISIBILITY()
80 _Tp operator()(const _Tp& __t) const in _GLIBCXX_VISIBILITY()
81 { return acos(__t); } in _GLIBCXX_VISIBILITY()
87 _Tp operator()(const _Tp& __t) const in _GLIBCXX_VISIBILITY()
88 { return cosh(__t); } in _GLIBCXX_VISIBILITY()
94 _Tp operator()(const _Tp& __t) const in _GLIBCXX_VISIBILITY()
95 { return sin(__t); } in _GLIBCXX_VISIBILITY()
101 _Tp operator()(const _Tp& __t) const in _GLIBCXX_VISIBILITY()
102 { return asin(__t); } in _GLIBCXX_VISIBILITY()
108 _Tp operator()(const _Tp& __t) const in _GLIBCXX_VISIBILITY()
109 { return sinh(__t); } in _GLIBCXX_VISIBILITY()
115 _Tp operator()(const _Tp& __t) const in _GLIBCXX_VISIBILITY()
116 { return tan(__t); } in _GLIBCXX_VISIBILITY()
122 _Tp operator()(const _Tp& __t) const in _GLIBCXX_VISIBILITY()
123 { return atan(__t); } in _GLIBCXX_VISIBILITY()
129 _Tp operator()(const _Tp& __t) const in _GLIBCXX_VISIBILITY()
130 { return tanh(__t); } in _GLIBCXX_VISIBILITY()
136 _Tp operator()(const _Tp& __t) const in _GLIBCXX_VISIBILITY()
137 { return exp(__t); } in _GLIBCXX_VISIBILITY()
143 _Tp operator()(const _Tp& __t) const in _GLIBCXX_VISIBILITY()
144 { return log(__t); } in _GLIBCXX_VISIBILITY()
150 _Tp operator()(const _Tp& __t) const in _GLIBCXX_VISIBILITY()
151 { return log10(__t); } in _GLIBCXX_VISIBILITY()
157 _Tp operator()(const _Tp& __t) const in _GLIBCXX_VISIBILITY()
158 { return sqrt(__t); } in _GLIBCXX_VISIBILITY()
168 _Tp operator()(const _Tp& __t) const in _GLIBCXX_VISIBILITY()
169 { return +__t; } in _GLIBCXX_VISIBILITY()
175 _Tp operator()(const _Tp& __t) const in _GLIBCXX_VISIBILITY()
176 { return -__t; } in _GLIBCXX_VISIBILITY()
182 _Tp operator()(const _Tp& __t) const in _GLIBCXX_VISIBILITY()
183 { return ~__t; } in _GLIBCXX_VISIBILITY()
551 _BinBase2(const _Clos& __e, const _Vt& __t) in _GLIBCXX_VISIBILITY()
552 : _M_expr1(__e), _M_expr2(__t) {} in _GLIBCXX_VISIBILITY()
571 _BinBase1(const _Vt& __t, const _Clos& __e) in _GLIBCXX_VISIBILITY()
572 : _M_expr1(__t), _M_expr2(__e) {} in _GLIBCXX_VISIBILITY()
658 _BinClos(const valarray<_Tp>& __v, const _Tp& __t) : _Base(__v, __t) {} in _GLIBCXX_VISIBILITY()
668 _BinClos(const _Tp& __t, const valarray<_Tp>& __v) : _Base(__t, __v) {} in _GLIBCXX_VISIBILITY()