HomeSort by relevance Sort by last modified time
    Searched refs:_Tp (Results 101 - 125 of 490) sorted by null

1 2 3 45 6 7 8 91011>>

  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/parallel/
numericfwd.h 41 template<typename _IIter, typename _Tp>
42 _Tp
43 accumulate(_IIter, _IIter, _Tp);
45 template<typename _IIter, typename _Tp>
46 _Tp
47 accumulate(_IIter, _IIter, _Tp, __gnu_parallel::sequential_tag);
49 template<typename _IIter, typename _Tp>
50 _Tp
51 accumulate(_IIter, _IIter, _Tp, __gnu_parallel::_Parallelism);
53 template<typename _IIter, typename _Tp, typename _Tag
    [all...]
  /external/stlport/stlport/stl/
_construct.h 55 template <class _Tp>
56 inline void __destroy_aux(_Tp* __pointer, const __false_type& /*_Trivial_destructor*/)
57 { __pointer->~_Tp(); }
59 template <class _Tp>
60 inline void __destroy_aux(_Tp*, const __true_type& /*_Trivial_destructor*/) {}
62 template <class _Tp>
63 inline void _Destroy(_Tp* __pointer) {
64 typedef typename __type_traits<_Tp>::has_trivial_destructor _Trivial_destructor;
67 memset(__REINTERPRET_CAST(char*, __pointer), _STLP_SHRED_BYTE, sizeof(_Tp));
71 template <class _Tp>
    [all...]
_valarray.h 47 template <class _Tp> class valarray;
51 template <class _Tp> class slice_array;
52 template <class _Tp> class gslice_array;
53 template <class _Tp> class mask_array;
54 template <class _Tp> class indirect_array;
63 template <class _Tp>
65 _Tp* _M_first;
74 _M_first = __STATIC_CAST(_Tp*, __stl_new(__n * sizeof(_Tp)));
90 template <class _Tp>
    [all...]
_move_construct_fwk.h 34 template <class _Tp>
37 explicit __move_source (_Tp &_src) : _M_data(_src)
40 _Tp& get() const
43 _Tp &_M_data;
46 typedef __move_source<_Tp> _Self;
51 template <class _Tp>
61 typedef typename _IsSTLportClass<_Tp>::_Ret implemented;
70 typedef __type_traits<_Tp>::has_trivial_destructor _TpMoveComplete;
73 typedef typename __type_traits<_Tp>::has_trivial_destructor complete;
82 * in such a case will be __invalid_source<_Tp> to generate a compile erro
    [all...]
_numeric.c 37 template <class _InputIterator, class _OutputIterator, class _Tp,
41 _OutputIterator __result, _Tp*, _BinaryOperation __binary_op) {
46 _Tp __val = *__first;
54 template <class _InputIterator, class _OutputIterator, class _Tp,
58 _OutputIterator __result, _Tp*,
63 _Tp __val = *__first;
65 _Tp __tmp = *__first;
73 template <class _Tp, class _Integer, class _MonoidOperation>
74 _Tp __power(_Tp __x, _Integer __n, _MonoidOperation __opr)
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_construct.h 55 template <class _Tp>
56 inline void __destroy_aux(_Tp* __pointer, const __false_type& /*_Trivial_destructor*/)
57 { __pointer->~_Tp(); }
59 template <class _Tp>
60 inline void __destroy_aux(_Tp*, const __true_type& /*_Trivial_destructor*/) {}
62 template <class _Tp>
63 inline void _Destroy(_Tp* __pointer) {
64 typedef typename __type_traits<_Tp>::has_trivial_destructor _Trivial_destructor;
67 memset(__REINTERPRET_CAST(char*, __pointer), _STLP_SHRED_BYTE, sizeof(_Tp));
71 template <class _Tp>
    [all...]
_valarray.h 47 template <class _Tp> class valarray;
51 template <class _Tp> class slice_array;
52 template <class _Tp> class gslice_array;
53 template <class _Tp> class mask_array;
54 template <class _Tp> class indirect_array;
63 template <class _Tp>
65 _Tp* _M_first;
74 _M_first = __STATIC_CAST(_Tp*, __stl_new(__n * sizeof(_Tp)));
90 template <class _Tp>
    [all...]
_move_construct_fwk.h 34 template <class _Tp>
37 explicit __move_source (_Tp &_src) : _M_data(_src)
40 _Tp& get() const
43 _Tp &_M_data;
46 typedef __move_source<_Tp> _Self;
51 template <class _Tp>
61 typedef typename _IsSTLportClass<_Tp>::_Ret implemented;
70 typedef __type_traits<_Tp>::has_trivial_destructor _TpMoveComplete;
73 typedef typename __type_traits<_Tp>::has_trivial_destructor complete;
82 * in such a case will be __invalid_source<_Tp> to generate a compile erro
    [all...]
_numeric.c 37 template <class _InputIterator, class _OutputIterator, class _Tp,
41 _OutputIterator __result, _Tp*, _BinaryOperation __binary_op) {
46 _Tp __val = *__first;
54 template <class _InputIterator, class _OutputIterator, class _Tp,
58 _OutputIterator __result, _Tp*,
63 _Tp __val = *__first;
65 _Tp __tmp = *__first;
73 template <class _Tp, class _Integer, class _MonoidOperation>
74 _Tp __power(_Tp __x, _Integer __n, _MonoidOperation __opr)
    [all...]
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/
_construct.h 55 template <class _Tp>
56 inline void __destroy_aux(_Tp* __pointer, const __false_type& /*_Trivial_destructor*/)
57 { __pointer->~_Tp(); }
59 template <class _Tp>
60 inline void __destroy_aux(_Tp*, const __true_type& /*_Trivial_destructor*/) {}
62 template <class _Tp>
63 inline void _Destroy(_Tp* __pointer) {
64 typedef typename __type_traits<_Tp>::has_trivial_destructor _Trivial_destructor;
67 memset(__REINTERPRET_CAST(char*, __pointer), _STLP_SHRED_BYTE, sizeof(_Tp));
71 template <class _Tp>
    [all...]
_valarray.h 47 template <class _Tp> class valarray;
51 template <class _Tp> class slice_array;
52 template <class _Tp> class gslice_array;
53 template <class _Tp> class mask_array;
54 template <class _Tp> class indirect_array;
63 template <class _Tp>
65 _Tp* _M_first;
74 _M_first = __STATIC_CAST(_Tp*, __stl_new(__n * sizeof(_Tp)));
90 template <class _Tp>
    [all...]
_move_construct_fwk.h 34 template <class _Tp>
37 explicit __move_source (_Tp &_src) : _M_data(_src)
40 _Tp& get() const
43 _Tp &_M_data;
46 typedef __move_source<_Tp> _Self;
51 template <class _Tp>
61 typedef typename _IsSTLportClass<_Tp>::_Ret implemented;
70 typedef __type_traits<_Tp>::has_trivial_destructor _TpMoveComplete;
73 typedef typename __type_traits<_Tp>::has_trivial_destructor complete;
82 * in such a case will be __invalid_source<_Tp> to generate a compile erro
    [all...]
_numeric.c 37 template <class _InputIterator, class _OutputIterator, class _Tp,
41 _OutputIterator __result, _Tp*, _BinaryOperation __binary_op) {
46 _Tp __val = *__first;
54 template <class _InputIterator, class _OutputIterator, class _Tp,
58 _OutputIterator __result, _Tp*,
63 _Tp __val = *__first;
65 _Tp __tmp = *__first;
73 template <class _Tp, class _Integer, class _MonoidOperation>
74 _Tp __power(_Tp __x, _Integer __n, _MonoidOperation __opr)
    [all...]
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/
_construct.h 55 template <class _Tp>
56 inline void __destroy_aux(_Tp* __pointer, const __false_type& /*_Trivial_destructor*/)
57 { __pointer->~_Tp(); }
59 template <class _Tp>
60 inline void __destroy_aux(_Tp*, const __true_type& /*_Trivial_destructor*/) {}
62 template <class _Tp>
63 inline void _Destroy(_Tp* __pointer) {
64 typedef typename __type_traits<_Tp>::has_trivial_destructor _Trivial_destructor;
67 memset(__REINTERPRET_CAST(char*, __pointer), _STLP_SHRED_BYTE, sizeof(_Tp));
71 template <class _Tp>
    [all...]
_valarray.h 47 template <class _Tp> class valarray;
51 template <class _Tp> class slice_array;
52 template <class _Tp> class gslice_array;
53 template <class _Tp> class mask_array;
54 template <class _Tp> class indirect_array;
63 template <class _Tp>
65 _Tp* _M_first;
74 _M_first = __STATIC_CAST(_Tp*, __stl_new(__n * sizeof(_Tp)));
90 template <class _Tp>
    [all...]
_move_construct_fwk.h 34 template <class _Tp>
37 explicit __move_source (_Tp &_src) : _M_data(_src)
40 _Tp& get() const
43 _Tp &_M_data;
46 typedef __move_source<_Tp> _Self;
51 template <class _Tp>
61 typedef typename _IsSTLportClass<_Tp>::_Ret implemented;
70 typedef __type_traits<_Tp>::has_trivial_destructor _TpMoveComplete;
73 typedef typename __type_traits<_Tp>::has_trivial_destructor complete;
82 * in such a case will be __invalid_source<_Tp> to generate a compile erro
    [all...]
_numeric.c 37 template <class _InputIterator, class _OutputIterator, class _Tp,
41 _OutputIterator __result, _Tp*, _BinaryOperation __binary_op) {
46 _Tp __val = *__first;
54 template <class _InputIterator, class _OutputIterator, class _Tp,
58 _OutputIterator __result, _Tp*,
63 _Tp __val = *__first;
65 _Tp __tmp = *__first;
73 template <class _Tp, class _Integer, class _MonoidOperation>
74 _Tp __power(_Tp __x, _Integer __n, _MonoidOperation __opr)
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
stl_tempbuf.h 83 template<typename _Tp>
84 pair<_Tp*, ptrdiff_t>
88 __gnu_cxx::__numeric_traits<ptrdiff_t>::__max / sizeof(_Tp);
94 _Tp* __tmp = static_cast<_Tp*>(::operator new(__len * sizeof(_Tp),
97 return std::pair<_Tp*, ptrdiff_t>(__tmp, __len);
100 return std::pair<_Tp*, ptrdiff_t>(static_cast<_Tp*>(0), 0);
110 template<typename _Tp>
    [all...]
stl_stack.h 91 template<typename _Tp, typename _Sequence = deque<_Tp> >
96 __glibcxx_class_requires(_Tp, _SGIAssignableConcept)
98 __glibcxx_class_requires2(_Tp, _Sequence_value_type, _SameTypeConcept)
233 template<typename _Tp, typename _Seq>
235 operator==(const stack<_Tp, _Seq>& __x, const stack<_Tp, _Seq>& __y)
251 template<typename _Tp, typename _Seq>
253 operator<(const stack<_Tp, _Seq>& __x, const stack<_Tp, _Seq>& __y
    [all...]
allocator.h 59 template<typename _Tp>
85 template<typename _Tp>
86 class allocator: public __glibcxx_base_allocator<_Tp>
91 typedef _Tp* pointer;
92 typedef const _Tp* const_pointer;
93 typedef _Tp& reference;
94 typedef const _Tp& const_reference;
95 typedef _Tp value_type;
104 : __glibcxx_base_allocator<_Tp>(__a) { }
119 template<typename _Tp>
    [all...]
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_tempbuf.h 83 template<typename _Tp>
84 pair<_Tp*, ptrdiff_t>
88 __gnu_cxx::__numeric_traits<ptrdiff_t>::__max / sizeof(_Tp);
94 _Tp* __tmp = static_cast<_Tp*>(::operator new(__len * sizeof(_Tp),
97 return std::pair<_Tp*, ptrdiff_t>(__tmp, __len);
100 return std::pair<_Tp*, ptrdiff_t>(static_cast<_Tp*>(0), 0);
110 template<typename _Tp>
    [all...]
stl_stack.h 91 template<typename _Tp, typename _Sequence = deque<_Tp> >
96 __glibcxx_class_requires(_Tp, _SGIAssignableConcept)
98 __glibcxx_class_requires2(_Tp, _Sequence_value_type, _SameTypeConcept)
233 template<typename _Tp, typename _Seq>
235 operator==(const stack<_Tp, _Seq>& __x, const stack<_Tp, _Seq>& __y)
251 template<typename _Tp, typename _Seq>
253 operator<(const stack<_Tp, _Seq>& __x, const stack<_Tp, _Seq>& __y
    [all...]
allocator.h 59 template<typename _Tp>
85 template<typename _Tp>
86 class allocator: public __glibcxx_base_allocator<_Tp>
91 typedef _Tp* pointer;
92 typedef const _Tp* const_pointer;
93 typedef _Tp& reference;
94 typedef const _Tp& const_reference;
95 typedef _Tp value_type;
104 : __glibcxx_base_allocator<_Tp>(__a) { }
119 template<typename _Tp>
    [all...]
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_tempbuf.h 83 template<typename _Tp>
84 pair<_Tp*, ptrdiff_t>
88 __gnu_cxx::__numeric_traits<ptrdiff_t>::__max / sizeof(_Tp);
94 _Tp* __tmp = static_cast<_Tp*>(::operator new(__len * sizeof(_Tp),
97 return std::pair<_Tp*, ptrdiff_t>(__tmp, __len);
100 return std::pair<_Tp*, ptrdiff_t>(static_cast<_Tp*>(0), 0);
110 template<typename _Tp>
    [all...]
stl_stack.h 91 template<typename _Tp, typename _Sequence = deque<_Tp> >
96 __glibcxx_class_requires(_Tp, _SGIAssignableConcept)
98 __glibcxx_class_requires2(_Tp, _Sequence_value_type, _SameTypeConcept)
233 template<typename _Tp, typename _Seq>
235 operator==(const stack<_Tp, _Seq>& __x, const stack<_Tp, _Seq>& __y)
251 template<typename _Tp, typename _Seq>
253 operator<(const stack<_Tp, _Seq>& __x, const stack<_Tp, _Seq>& __y
    [all...]

Completed in 503 milliseconds

1 2 3 45 6 7 8 91011>>