Searched defs:__t (Results 1 - 11 of 11) sorted by relevance

/freebsd-10.0-release/contrib/libstdc++/include/tr1/
H A Dtuple_defs.h49 get(tuple<_GLIBCXX_TEMPLATE_ARGS>& __t) argument
56 get(const tuple<_GLIBCXX_TEMPLATE_ARGS>& __t) argument
63 operator==(const tuple<_GLIBCXX_TEMPLATE_ARGS>& __t, argument
74 operator<(const tuple<_GLIBCXX_TEMPLATE_ARGS>& __t, argument
85 operator!=(const tuple<_GLIBCXX_TEMPLATE_ARGS>& __t, argument
91 operator >(const tuple<_GLIBCXX_TEMPLATE_ARGS>& __t, const tuple<_GLIBCXX_TEMPLATE_ARGS_U>& __u) argument
97 operator <=(const tuple<_GLIBCXX_TEMPLATE_ARGS>& __t, const tuple<_GLIBCXX_TEMPLATE_ARGS_U>& __u) argument
103 operator >=(const tuple<_GLIBCXX_TEMPLATE_ARGS>& __t, const tuple<_GLIBCXX_TEMPLATE_ARGS_U>& __u) argument
[all...]
/freebsd-10.0-release/contrib/libstdc++/src/
H A Dvalarray-inst.cc59 valarray<size_t>& __t = const_cast<valarray<size_t>&>(__a); local
76 size_t* const __t = static_cast<size_t*> local
[all...]
/freebsd-10.0-release/contrib/libstdc++/include/bits/
H A Dboost_concept_check.h239 void __aux_require_boolean_expr(const _Tp& __t) { argument
[all...]
H A Dvalarray_array.h113 _S_do_it(_Tp* __restrict__ __b, _Tp* __restrict__ __e, const _Tp __t) argument
124 _S_do_it(_Tp* __restrict__ __b, _Tp* __restrict__ __e, const _Tp __t) argument
226 __valarray_fill(_Tp* __restrict__ __a, size_t __n, const _Tp& __t) argument
133 __valarray_fill_construct(_Tp* __restrict__ __b, _Tp* __restrict__ __e, const _Tp __t) argument
235 __valarray_fill(_Tp* __restrict__ __a, size_t __n, size_t __s, const _Tp& __t) argument
245 __valarray_fill(_Tp* __restrict__ __a, const size_t* __restrict__ __i, size_t __n, const _Tp& __t) argument
385 _Value_type __t = __a[__i]; local
401 _Value_type __t = __a[__i]; local
445 __valarray_fill(_Array<_Tp> __a, size_t __n, const _Tp& __t) argument
450 __valarray_fill(_Array<_Tp> __a, size_t __n, size_t __s, const _Tp& __t) argument
455 __valarray_fill(_Array<_Tp> __a, _Array<size_t> __i, size_t __n, const _Tp& __t) argument
[all...]
H A Dvalarray_before.h544 _BinBase2(const _Clos& __e, const _Vt& __t) argument
564 _BinBase1(const _Vt& __t, const _Clos& __e) argument
651 _BinClos(const valarray<_Tp>& __v, const _Tp& __t) argument
661 _BinClos(const _Tp& __t, const valarray<_Tp>& __v) argument
[all...]
H A Dstl_tree.h936 swap(_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>& __t) argument
[all...]
H A Dstl_algo.h1742 _EuclideanRingElement __t = __m % __n; local
H A Dlocale_facets.h929 const char __t = do_narrow(__c, __dfault); local
/freebsd-10.0-release/contrib/libstdc++/include/std/
H A Dstd_valarray.h561 valarray<_Tp>::valarray(const _Tp& __t, size_t __n) argument
644 valarray<_Tp>::operator=(const _Tp& __t) argument
[all...]
H A Dstd_complex.h205 complex<_Tp>::operator=(const _Tp& __t) argument
215 complex<_Tp>::operator+=(const _Tp& __t) argument
224 complex<_Tp>::operator-=(const _Tp& __t) argument
233 complex<_Tp>::operator*=(const _Tp& __t) argument
243 complex<_Tp>::operator/=(const _Tp& __t) argument
848 _Tp __t = sqrt(abs(__y) / 2); local
853 _Tp __t = sqrt(2 * (std::abs(__z) + abs(__x))); local
1135 _ComplexT __t; local
1136 __real__ __t = __z.real(); local
1137 __imag__ __t = __z.imag(); local
1146 _ComplexT __t; local
1147 __real__ __t = __z.real(); local
1148 __imag__ __t = __z.imag(); local
1288 _ComplexT __t; local
1289 __real__ __t = __z.real(); local
1290 __imag__ __t = __z.imag(); local
1299 _ComplexT __t; local
1300 __real__ __t = __z.real(); local
1301 __imag__ __t = __z.imag(); local
1441 _ComplexT __t; local
1442 __real__ __t = __z.real(); local
1443 __imag__ __t = __z.imag(); local
1452 _ComplexT __t; local
1453 __real__ __t = __z.real(); local
1454 __imag__ __t = __z.imag(); local
[all...]
/freebsd-10.0-release/contrib/libstdc++/include/ext/
H A Dmt_allocator.h140 _M_set_options(_Tune __t) argument
663 _M_set_options(__pool_base::_Tune __t) argument

Completed in 88 milliseconds