HomeSort by relevance Sort by last modified time
    Searched refs:_Tp (Results 126 - 150 of 1542) sorted by null

1 2 3 4 56 7 8 91011>>

  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
valarray_before.h 66 template<typename _Tp>
67 _Tp operator()(const _Tp& __t) const
73 template<typename _Tp>
74 _Tp operator()(const _Tp& __t) const
80 template<typename _Tp>
81 _Tp operator()(const _Tp& __t) const
87 template<typename _Tp>
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
mask_array.h 62 template <class _Tp>
66 typedef _Tp value_type;
78 void operator=(const valarray<_Tp>&) const;
80 void operator*=(const valarray<_Tp>&) const;
82 void operator/=(const valarray<_Tp>&) const;
84 void operator%=(const valarray<_Tp>&) const;
86 void operator+=(const valarray<_Tp>&) const;
88 void operator-=(const valarray<_Tp>&) const;
90 void operator^=(const valarray<_Tp>&) const;
92 void operator&=(const valarray<_Tp>&) const
    [all...]
slice_array.h 123 template<typename _Tp>
127 typedef _Tp value_type;
140 void operator=(const valarray<_Tp>&) const;
142 void operator*=(const valarray<_Tp>&) const;
144 void operator/=(const valarray<_Tp>&) const;
146 void operator%=(const valarray<_Tp>&) const;
148 void operator+=(const valarray<_Tp>&) const;
150 void operator-=(const valarray<_Tp>&) const;
152 void operator^=(const valarray<_Tp>&) const;
154 void operator&=(const valarray<_Tp>&) const
    [all...]
valarray_before.h 66 template<typename _Tp>
67 _Tp operator()(const _Tp& __t) const
73 template<typename _Tp>
74 _Tp operator()(const _Tp& __t) const
80 template<typename _Tp>
81 _Tp operator()(const _Tp& __t) const
87 template<typename _Tp>
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
mask_array.h 61 template <class _Tp>
65 typedef _Tp value_type;
77 void operator=(const valarray<_Tp>&) const;
79 void operator*=(const valarray<_Tp>&) const;
81 void operator/=(const valarray<_Tp>&) const;
83 void operator%=(const valarray<_Tp>&) const;
85 void operator+=(const valarray<_Tp>&) const;
87 void operator-=(const valarray<_Tp>&) const;
89 void operator^=(const valarray<_Tp>&) const;
91 void operator&=(const valarray<_Tp>&) const
    [all...]
slice_array.h 122 template<typename _Tp>
126 typedef _Tp value_type;
139 void operator=(const valarray<_Tp>&) const;
141 void operator*=(const valarray<_Tp>&) const;
143 void operator/=(const valarray<_Tp>&) const;
145 void operator%=(const valarray<_Tp>&) const;
147 void operator+=(const valarray<_Tp>&) const;
149 void operator-=(const valarray<_Tp>&) const;
151 void operator^=(const valarray<_Tp>&) const;
153 void operator&=(const valarray<_Tp>&) const
    [all...]
valarray_before.h 65 template<typename _Tp>
66 _Tp operator()(const _Tp& __t) const
72 template<typename _Tp>
73 _Tp operator()(const _Tp& __t) const
79 template<typename _Tp>
80 _Tp operator()(const _Tp& __t) const
86 template<typename _Tp>
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
mask_array.h 61 template <class _Tp>
65 typedef _Tp value_type;
77 void operator=(const valarray<_Tp>&) const;
79 void operator*=(const valarray<_Tp>&) const;
81 void operator/=(const valarray<_Tp>&) const;
83 void operator%=(const valarray<_Tp>&) const;
85 void operator+=(const valarray<_Tp>&) const;
87 void operator-=(const valarray<_Tp>&) const;
89 void operator^=(const valarray<_Tp>&) const;
91 void operator&=(const valarray<_Tp>&) const
    [all...]
slice_array.h 122 template<typename _Tp>
126 typedef _Tp value_type;
139 void operator=(const valarray<_Tp>&) const;
141 void operator*=(const valarray<_Tp>&) const;
143 void operator/=(const valarray<_Tp>&) const;
145 void operator%=(const valarray<_Tp>&) const;
147 void operator+=(const valarray<_Tp>&) const;
149 void operator-=(const valarray<_Tp>&) const;
151 void operator^=(const valarray<_Tp>&) const;
153 void operator&=(const valarray<_Tp>&) const
    [all...]
valarray_before.h 65 template<typename _Tp>
66 _Tp operator()(const _Tp& __t) const
72 template<typename _Tp>
73 _Tp operator()(const _Tp& __t) const
79 template<typename _Tp>
80 _Tp operator()(const _Tp& __t) const
86 template<typename _Tp>
    [all...]
stl_function.h 146 template<typename _Tp = void>
149 template<typename _Tp = void>
152 template<typename _Tp = void>
155 template<typename _Tp = void>
158 template<typename _Tp = void>
161 template<typename _Tp = void>
166 template<typename _Tp>
167 struct plus : public binary_function<_Tp, _Tp, _Tp>
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/
aligned_buffer.h 42 template<typename _Tp>
44 : std::aligned_storage<sizeof(_Tp), std::alignment_of<_Tp>::value>
47 std::aligned_storage<sizeof(_Tp), std::alignment_of<_Tp>::value>::type
62 _Tp*
64 { return static_cast<_Tp*>(_M_addr()); }
66 const _Tp*
68 { return static_cast<const _Tp*>(_M_addr()); }
  /external/stlport/test/unit/
math_aux.h 18 template <class _Tp>
19 bool are_equals(_Tp val, _Tp ref) {
21 return (ref - val) <= __STD numeric_limits<_Tp>::epsilon();
24 return (val - ref) <= __STD numeric_limits<_Tp>::epsilon();
  /ndk/tests/device/test-gnustl-full/unit/
math_aux.h 18 template <class _Tp>
19 bool are_equals(_Tp val, _Tp ref) {
21 return (ref - val) <= __STD numeric_limits<_Tp>::epsilon();
24 return (val - ref) <= __STD numeric_limits<_Tp>::epsilon();
  /ndk/tests/device/test-stlport/unit/
math_aux.h 18 template <class _Tp>
19 bool are_equals(_Tp val, _Tp ref) {
21 return (ref - val) <= __STD numeric_limits<_Tp>::epsilon();
24 return (val - ref) <= __STD numeric_limits<_Tp>::epsilon();
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
move.h 43 template<typename _Tp>
46 typedef _Tp type;
49 template<typename _Tp>
50 inline _Tp&&
51 forward(typename std::identity<_Tp>::type&& __t)
54 template<typename _Tp>
55 inline typename std::remove_reference<_Tp>::type&&
56 move(_Tp&& __t)
61 #define _GLIBCXX_MOVE(_Tp) std::move(_Tp)
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
move.h 43 template<typename _Tp>
46 typedef _Tp type;
49 template<typename _Tp>
50 inline _Tp&&
51 forward(typename std::identity<_Tp>::type&& __t)
54 template<typename _Tp>
55 inline typename std::remove_reference<_Tp>::type&&
56 move(_Tp&& __t)
61 #define _GLIBCXX_MOVE(_Tp) std::move(_Tp)
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
move.h 43 template<typename _Tp>
46 typedef _Tp type;
49 template<typename _Tp>
50 inline _Tp&&
51 forward(typename std::identity<_Tp>::type&& __t)
54 template<typename _Tp>
55 inline typename std::remove_reference<_Tp>::type&&
56 move(_Tp&& __t)
61 #define _GLIBCXX_MOVE(_Tp) std::move(_Tp)
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/
new_allocator.h 50 template<typename _Tp>
56 typedef _Tp* pointer;
57 typedef const _Tp* const_pointer;
58 typedef _Tp& reference;
59 typedef const _Tp& const_reference;
60 typedef _Tp value_type;
89 return static_cast<_Tp*>(::operator new(__n * sizeof(_Tp)));
99 { return size_t(-1) / sizeof(_Tp); }
104 construct(pointer __p, const _Tp& __val)
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/
new_allocator.h 50 template<typename _Tp>
56 typedef _Tp* pointer;
57 typedef const _Tp* const_pointer;
58 typedef _Tp& reference;
59 typedef const _Tp& const_reference;
60 typedef _Tp value_type;
89 return static_cast<_Tp*>(::operator new(__n * sizeof(_Tp)));
99 { return size_t(-1) / sizeof(_Tp); }
104 construct(pointer __p, const _Tp& __val)
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/
new_allocator.h 50 template<typename _Tp>
56 typedef _Tp* pointer;
57 typedef const _Tp* const_pointer;
58 typedef _Tp& reference;
59 typedef const _Tp& const_reference;
60 typedef _Tp value_type;
89 return static_cast<_Tp*>(::operator new(__n * sizeof(_Tp)));
99 { return size_t(-1) / sizeof(_Tp); }
104 construct(pointer __p, const _Tp& __val)
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/
new_allocator.h 50 template<typename _Tp>
56 typedef _Tp* pointer;
57 typedef const _Tp* const_pointer;
58 typedef _Tp& reference;
59 typedef const _Tp& const_reference;
60 typedef _Tp value_type;
89 return static_cast<_Tp*>(::operator new(__n * sizeof(_Tp)));
99 { return size_t(-1) / sizeof(_Tp); }
104 construct(pointer __p, const _Tp& __val)
    [all...]
  /external/clang/test/CodeGenCXX/
atomic.cpp 4 template<typename _Tp> struct Ptr {
10 template<typename _Tp> inline void Ptr<_Tp>::f() {
  /external/clang/test/PCH/
cxx-variadic-templates.h 2 template<typename _Tp>
7 shared_ptr<_Tp>
11 template<class _Tp>
13 shared_ptr<_Tp>
14 shared_ptr<_Tp>::allocate_shared(const _Alloc& __a, _Args&& ...__args)
16 shared_ptr<_Tp> __r;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/parallel/
compatibility.h 54 template<typename _Tp>
55 inline _Tp
56 __add_omp(volatile _Tp* __ptr, _Tp __addend)
72 template<typename _Tp>
73 inline _Tp
74 __fetch_and_add(volatile _Tp* __ptr, _Tp __addend)
76 if (__atomic_always_lock_free(sizeof(_Tp), __ptr))
81 template<typename _Tp>
    [all...]

Completed in 751 milliseconds

1 2 3 4 56 7 8 91011>>