Searched refs:__t (Results 1 - 18 of 18) sorted by relevance

/macosx-10.10.1/libstdcxx-104.1/include/c++/4.2.1/tr1/
H A Dtuple_defs.h49 get(tuple<_GLIBCXX_TEMPLATE_ARGS>& __t) argument
51 return __get_helper<__i, tuple<_GLIBCXX_TEMPLATE_ARGS> >::get_value(__t);
56 get(const tuple<_GLIBCXX_TEMPLATE_ARGS>& __t) argument
58 return __get_helper<__i, tuple<_GLIBCXX_TEMPLATE_ARGS> >::get_value(__t);
63 operator==(const tuple<_GLIBCXX_TEMPLATE_ARGS>& __t, argument
69 tuple_size<_Tp>::value, _Tp, _Up>::__eq(__t, __u);
74 operator<(const tuple<_GLIBCXX_TEMPLATE_ARGS>& __t, argument
80 tuple_size<_Tp>::value, _Tp, _Up>::__less(__t, __u);
85 operator!=(const tuple<_GLIBCXX_TEMPLATE_ARGS>& __t, argument
87 { return !(__t
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...]
H A Dref_fwd.h50 ref(_Tp& __t);
55 cref(const _Tp& __t);
/macosx-10.10.1/libstdcxx-104.1/src/
H A Dvalarray-inst.cc59 valarray<size_t>& __t = const_cast<valarray<size_t>&>(__a); local
60 return __valarray_product(&__t[0], &__t[0] + __n);
76 size_t* const __t = static_cast<size_t*> local
78 __valarray_fill(__t, __n, size_t(0));
92 __a += __s[__k] * __t[__k];
98 ++__t[__n - 1];
101 if (__t[__k2] >= __l[__k2])
103 __t[__k2] = 0;
104 ++__t[__k
[all...]
/macosx-10.10.1/libstdcxx-104.1/include/c++/4.2.1/bits/
H A Dvalarray_before.h70 _Tp operator()(const _Tp& __t) const
71 { return abs(__t); }
77 _Tp operator()(const _Tp& __t) const
78 { return cos(__t); }
84 _Tp operator()(const _Tp& __t) const
85 { return acos(__t); }
91 _Tp operator()(const _Tp& __t) const
92 { return cosh(__t); }
98 _Tp operator()(const _Tp& __t) const
99 { return sin(__t); }
544 _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 Dvalarray_array.h104 // Turn a raw-memory into an array of _Tp filled with __t
113 _S_do_it(_Tp* __restrict__ __b, _Tp* __restrict__ __e, const _Tp __t) argument
116 new(__b++) _Tp(__t);
124 _S_do_it(_Tp* __restrict__ __b, _Tp* __restrict__ __e, const _Tp __t) argument
127 *__b++ = __t;
134 const _Tp __t)
136 _Array_init_ctor<_Tp, __is_pod<_Tp>::__value>::_S_do_it(__b, __e, __t);
223 // Fill a plain array __a[<__n>] with __t
226 __valarray_fill(_Tp* __restrict__ __a, size_t __n, const _Tp& __t) argument
229 *__a++ = __t;
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 Dboost_concept_check.h243 void __aux_require_boolean_expr(const _Tp& __t) { argument
244 bool __x _IsUnused = __t;
472 *__i++ = __t; // require postincrement and assignment
475 _ValueT __t;
735 __c _IsUnused(__n, __t),
738 __c.insert(__p, __t);
739 __c.insert(__p, __n, __t);
752 typename _Sequence::value_type __t;
764 __c.push_front(__t);
768 typename _FrontInsertionSequence::value_type __t;
[all...]
H A Dstl_tree.h658 swap(_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>& __t);
923 swap(_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>& __t) argument
927 if (__t._M_root() != 0)
929 _M_root() = __t._M_root();
930 _M_leftmost() = __t._M_leftmost();
931 _M_rightmost() = __t._M_rightmost();
934 __t._M_root() = 0;
935 __t._M_leftmost() = __t._M_end();
936 __t
[all...]
H A Dmask_array.h157 mask_array<_Tp>::operator=(const _Tp& __t) const
158 { std::__valarray_fill(_M_array, _M_sz, _M_mask, __t); }
H A Dvalarray_after.h359 const typename _Dom::value_type& __t) \
364 return _Expr<_Closure, _Value>(_Closure(__v(), __t)); \
371 operator _Op(const typename _Dom::value_type& __t, \
377 return _Expr<_Closure, _Value>(_Closure(__t, __v())); \
504 const typename _Dom::value_type& __t) \
508 return _Expr<_Closure, _Tp>(_Closure(__e(), __t)); \
515 _Fun(const typename _Dom::value_type& __t, \
520 return _Expr<_Closure, _Tp>(_Closure(__t, __e())); \
533 _Fun(const valarray<_Tp>& __v, const _Tp& __t) \
536 return _Expr<_Closure, _Tp>(_Closure(__v, __t)); \
[all...]
H A Dgslice_array.h157 gslice_array<_Tp>::operator=(const _Tp& __t) const
160 _M_index.size(), __t);
H A Dindirect_array.h162 indirect_array<_Tp>::operator=(const _Tp& __t) const
163 { std::__valarray_fill(_M_array, _M_index, _M_sz, __t); }
H A Dslice_array.h222 slice_array<_Tp>::operator=(const _Tp& __t) const
223 { std::__valarray_fill(_M_array, _M_sz, _M_stride, __t); }
H A Dlocale_facets.h938 const char __t = do_narrow(__c, __dfault); local
939 if (__t != __dfault)
940 _M_narrow[static_cast<unsigned char>(__c)] = __t;
941 return __t;
H A Dstl_algo.h1742 _EuclideanRingElement __t = __m % __n; local
1744 __n = __t;
/macosx-10.10.1/BerkeleyDB-21/db/dist/
H A Ds_readme10 t=/tmp/__t
H A Ds_test9 t=/tmp/__t
/macosx-10.10.1/libstdcxx-104.1/include/c++/4.2.1/ext/
H A Dmt_allocator.h140 _M_set_options(_Tune __t) argument
143 _M_options = __t;
663 _M_set_options(__pool_base::_Tune __t) argument
664 { __policy_type::_S_get_pool()._M_set_options(__t); }
/macosx-10.10.1/copyfile-118.1.2/
H A Dcopyfile.c125 struct acl_entry *__t = (struct acl_entry*)(ace); \
126 fprintf(stderr, "%s(%d): " #ace " = { flags = %#x, perms = %#x }\n", __FUNCTION__, __LINE__, __t->ae_flags, __t->ae_perms); \

Completed in 319 milliseconds