HomeSort by relevance Sort by last modified time
    Searched refs:__a (Results 201 - 225 of 1286) sorted by null

1 2 3 4 5 6 7 891011>>

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
valarray_array.h 166 // copy-construct raw array [__o, *) from strided array __a[<__n : __s>]
169 __valarray_copy_construct (const _Tp* __restrict__ __a, size_t __n,
175 *__o++ = *__a;
176 __a += __s;
181 new(__o++) _Tp(*__a);
182 __a += __s;
186 // copy-construct raw array [__o, *) from indexed array __a[__i[<__n>]]
189 __valarray_copy_construct (const _Tp* __restrict__ __a,
195 *__o++ = __a[*__i++];
198 new (__o++) _Tp(__a[*__i++])
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
valarray_array.h 166 // copy-construct raw array [__o, *) from strided array __a[<__n : __s>]
169 __valarray_copy_construct (const _Tp* __restrict__ __a, size_t __n,
175 *__o++ = *__a;
176 __a += __s;
181 new(__o++) _Tp(*__a);
182 __a += __s;
186 // copy-construct raw array [__o, *) from indexed array __a[__i[<__n>]]
189 __valarray_copy_construct (const _Tp* __restrict__ __a,
195 *__o++ = __a[*__i++];
198 new (__o++) _Tp(__a[*__i++])
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
valarray_array.h 170 // copy-construct raw array [__o, *) from strided array __a[<__n : __s>]
173 __valarray_copy_construct (const _Tp* __restrict__ __a, size_t __n,
179 *__o++ = *__a;
180 __a += __s;
185 new(__o++) _Tp(*__a);
186 __a += __s;
190 // copy-construct raw array [__o, *) from indexed array __a[__i[<__n>]]
193 __valarray_copy_construct (const _Tp* __restrict__ __a,
199 *__o++ = __a[*__i++];
202 new (__o++) _Tp(__a[*__i++])
    [all...]
move.h 76 swap(_Tp& __a, _Tp& __b)
81 _Tp __tmp = _GLIBCXX_MOVE(__a);
82 __a = _GLIBCXX_MOVE(__b);
90 swap(_Tp (&__a)[_Nm], _Tp (&__b)[_Nm])
93 swap(__a[__n], __b[__n]);
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
valarray_array.h 170 // copy-construct raw array [__o, *) from strided array __a[<__n : __s>]
173 __valarray_copy_construct (const _Tp* __restrict__ __a, size_t __n,
179 *__o++ = *__a;
180 __a += __s;
185 new(__o++) _Tp(*__a);
186 __a += __s;
190 // copy-construct raw array [__o, *) from indexed array __a[__i[<__n>]]
193 __valarray_copy_construct (const _Tp* __restrict__ __a,
199 *__o++ = __a[*__i++];
202 new (__o++) _Tp(__a[*__i++])
    [all...]
move.h 76 swap(_Tp& __a, _Tp& __b)
81 _Tp __tmp = _GLIBCXX_MOVE(__a);
82 __a = _GLIBCXX_MOVE(__b);
90 swap(_Tp (&__a)[_Nm], _Tp (&__b)[_Nm])
93 swap(__a[__n], __b[__n]);
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
valarray_array.h 170 // copy-construct raw array [__o, *) from strided array __a[<__n : __s>]
173 __valarray_copy_construct (const _Tp* __restrict__ __a, size_t __n,
179 *__o++ = *__a;
180 __a += __s;
185 new(__o++) _Tp(*__a);
186 __a += __s;
190 // copy-construct raw array [__o, *) from indexed array __a[__i[<__n>]]
193 __valarray_copy_construct (const _Tp* __restrict__ __a,
199 *__o++ = __a[*__i++];
202 new (__o++) _Tp(__a[*__i++])
    [all...]
move.h 76 swap(_Tp& __a, _Tp& __b)
81 _Tp __tmp = _GLIBCXX_MOVE(__a);
82 __a = _GLIBCXX_MOVE(__b);
90 swap(_Tp (&__a)[_Nm], _Tp (&__b)[_Nm])
93 swap(__a[__n], __b[__n]);
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
valarray_array.h 170 // copy-construct raw array [__o, *) from strided array __a[<__n : __s>]
173 __valarray_copy_construct (const _Tp* __restrict__ __a, size_t __n,
179 *__o++ = *__a;
180 __a += __s;
185 new(__o++) _Tp(*__a);
186 __a += __s;
190 // copy-construct raw array [__o, *) from indexed array __a[__i[<__n>]]
193 __valarray_copy_construct (const _Tp* __restrict__ __a,
199 *__o++ = __a[*__i++];
202 new (__o++) _Tp(__a[*__i++])
    [all...]
move.h 98 swap(_Tp& __a, _Tp& __b)
103 _Tp __tmp = _GLIBCXX_MOVE(__a);
104 __a = _GLIBCXX_MOVE(__b);
112 swap(_Tp (&__a)[_Nm], _Tp (&__b)[_Nm])
115 swap(__a[__n], __b[__n]);
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
valarray_array.h 168 // copy-construct raw array [__o, *) from strided array __a[<__n : __s>]
171 __valarray_copy_construct (const _Tp* __restrict__ __a, size_t __n,
177 *__o++ = *__a;
178 __a += __s;
183 new(__o++) _Tp(*__a);
184 __a += __s;
188 // copy-construct raw array [__o, *) from indexed array __a[__i[<__n>]]
191 __valarray_copy_construct (const _Tp* __restrict__ __a,
197 *__o++ = __a[*__i++];
200 new (__o++) _Tp(__a[*__i++])
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
valarray_array.h 168 // copy-construct raw array [__o, *) from strided array __a[<__n : __s>]
171 __valarray_copy_construct (const _Tp* __restrict__ __a, size_t __n,
177 *__o++ = *__a;
178 __a += __s;
183 new(__o++) _Tp(*__a);
184 __a += __s;
188 // copy-construct raw array [__o, *) from indexed array __a[__i[<__n>]]
191 __valarray_copy_construct (const _Tp* __restrict__ __a,
197 *__o++ = __a[*__i++];
200 new (__o++) _Tp(__a[*__i++])
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
valarray_array.h 168 // copy-construct raw array [__o, *) from strided array __a[<__n : __s>]
171 __valarray_copy_construct (const _Tp* __restrict__ __a, size_t __n,
177 *__o++ = *__a;
178 __a += __s;
183 new(__o++) _Tp(*__a);
184 __a += __s;
188 // copy-construct raw array [__o, *) from indexed array __a[__i[<__n>]]
191 __valarray_copy_construct (const _Tp* __restrict__ __a,
197 *__o++ = __a[*__i++];
200 new (__o++) _Tp(__a[*__i++])
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
valarray_array.h 168 // copy-construct raw array [__o, *) from strided array __a[<__n : __s>]
171 __valarray_copy_construct (const _Tp* __restrict__ __a, size_t __n,
177 *__o++ = *__a;
178 __a += __s;
183 new(__o++) _Tp(*__a);
184 __a += __s;
188 // copy-construct raw array [__o, *) from indexed array __a[__i[<__n>]]
191 __valarray_copy_construct (const _Tp* __restrict__ __a,
197 *__o++ = __a[*__i++];
200 new (__o++) _Tp(__a[*__i++])
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
valarray_array.h 166 // copy-construct raw array [__o, *) from strided array __a[<__n : __s>]
169 __valarray_copy_construct (const _Tp* __restrict__ __a, size_t __n,
175 *__o++ = *__a;
176 __a += __s;
181 new(__o++) _Tp(*__a);
182 __a += __s;
186 // copy-construct raw array [__o, *) from indexed array __a[__i[<__n>]]
189 __valarray_copy_construct (const _Tp* __restrict__ __a,
195 *__o++ = __a[*__i++];
198 new (__o++) _Tp(__a[*__i++])
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
valarray_array.h 166 // copy-construct raw array [__o, *) from strided array __a[<__n : __s>]
169 __valarray_copy_construct (const _Tp* __restrict__ __a, size_t __n,
175 *__o++ = *__a;
176 __a += __s;
181 new(__o++) _Tp(*__a);
182 __a += __s;
186 // copy-construct raw array [__o, *) from indexed array __a[__i[<__n>]]
189 __valarray_copy_construct (const _Tp* __restrict__ __a,
195 *__o++ = __a[*__i++];
198 new (__o++) _Tp(__a[*__i++])
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/
alloc_traits.h 154 construct(_Alloc& __a, _Ptr __p, _Args&&... __args)
156 _Base_type::construct(__a, std::addressof(*__p),
163 destroy(_Alloc& __a, _Ptr __p)
164 { _Base_type::destroy(__a, std::addressof(*__p)); }
166 static _Alloc _S_select_on_copy(const _Alloc& __a)
167 { return _Base_type::select_on_container_copy_construction(__a); }
169 static void _S_on_swap(_Alloc& __a, _Alloc& __b)
170 { std::__alloc_on_swap(__a, __b); }
208 allocate(_Alloc& __a, size_type __n)
209 { return __a.allocate(__n);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/
alloc_traits.h 154 construct(_Alloc& __a, _Ptr __p, _Args&&... __args)
156 _Base_type::construct(__a, std::addressof(*__p),
163 destroy(_Alloc& __a, _Ptr __p)
164 { _Base_type::destroy(__a, std::addressof(*__p)); }
166 static _Alloc _S_select_on_copy(const _Alloc& __a)
167 { return _Base_type::select_on_container_copy_construction(__a); }
169 static void _S_on_swap(_Alloc& __a, _Alloc& __b)
170 { std::__alloc_on_swap(__a, __b); }
208 allocate(_Alloc& __a, size_type __n)
209 { return __a.allocate(__n);
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/
alloc_traits.h 141 construct(_Alloc& __a, _Ptr __p, _Args&&... __args)
143 _Base_type::construct(__a, std::addressof(*__p),
150 destroy(_Alloc& __a, _Ptr __p)
151 { _Base_type::destroy(__a, std::addressof(*__p)); }
153 static _Alloc _S_select_on_copy(const _Alloc& __a)
154 { return _Base_type::select_on_container_copy_construction(__a); }
156 static void _S_on_swap(_Alloc& __a, _Alloc& __b)
157 { std::__alloc_on_swap(__a, __b); }
194 allocate(_Alloc& __a, size_type __n)
195 { return __a.allocate(__n);
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/
alloc_traits.h 141 construct(_Alloc& __a, _Ptr __p, _Args&&... __args)
143 _Base_type::construct(__a, std::addressof(*__p),
150 destroy(_Alloc& __a, _Ptr __p)
151 { _Base_type::destroy(__a, std::addressof(*__p)); }
153 static _Alloc _S_select_on_copy(const _Alloc& __a)
154 { return _Base_type::select_on_container_copy_construction(__a); }
156 static void _S_on_swap(_Alloc& __a, _Alloc& __b)
157 { std::__alloc_on_swap(__a, __b); }
194 allocate(_Alloc& __a, size_type __n)
195 { return __a.allocate(__n);
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/
alloc_traits.h 154 construct(_Alloc& __a, _Ptr __p, _Args&&... __args)
156 _Base_type::construct(__a, std::addressof(*__p),
163 destroy(_Alloc& __a, _Ptr __p)
164 { _Base_type::destroy(__a, std::addressof(*__p)); }
166 static _Alloc _S_select_on_copy(const _Alloc& __a)
167 { return _Base_type::select_on_container_copy_construction(__a); }
169 static void _S_on_swap(_Alloc& __a, _Alloc& __b)
170 { std::__alloc_on_swap(__a, __b); }
208 allocate(_Alloc& __a, size_type __n)
209 { return __a.allocate(__n);
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/
alloc_traits.h 127 construct(_Alloc& __a, _Ptr __p, _Args&&... __args)
129 _Base_type::construct(__a, std::addressof(*__p),
136 destroy(_Alloc& __a, _Ptr __p)
137 { _Base_type::destroy(__a, std::addressof(*__p)); }
139 static _Alloc _S_select_on_copy(const _Alloc& __a)
140 { return _Base_type::select_on_container_copy_construction(__a); }
142 static void _S_on_swap(_Alloc& __a, _Alloc& __b)
143 { std::__alloc_on_swap(__a, __b); }
181 allocate(_Alloc& __a, size_type __n)
182 { return __a.allocate(__n);
    [all...]
  /ndk/tests/build/b9193874-neon/jni/
b9193874-neon.c 24 vaddq_u16 (uint16x8_t __a, uint16x8_t __b)
26 return (uint16x8_t)__builtin_neon_vaddv8hi ((int16x8_t) __a, (int16x8_t) __b, 0);
29 vaddl_s16 (int16x4_t __a, int16x4_t __b)
31 return (int32x4_t)__builtin_neon_vaddlv4hi (__a, __b, 1);
34 vaddl_u8 (uint8x8_t __a, uint8x8_t __b)
36 return (uint16x8_t)__builtin_neon_vaddlv8qi ((int8x8_t) __a, (int8x8_t) __b, 0);
39 vaddw_u8 (uint16x8_t __a, uint8x8_t __b)
41 return (uint16x8_t)__builtin_neon_vaddwv8qi ((int16x8_t) __a, (int8x8_t) __b, 0);
44 vrhadd_u8 (uint8x8_t __a, uint8x8_t __b)
46 return (uint8x8_t)__builtin_neon_vhaddv8qi ((int8x8_t) __a, (int8x8_t) __b, 4)
    [all...]
  /external/clang/test/CodeGenCXX/
lpad-linetable.cpp 28 _Vector_impl(_Tp_alloc_type const& __a) { }
31 _Vector_base(const allocator_type& __a)
32 : _M_impl(__a)
46 vector(const allocator_type& __a = allocator_type())
47 : _Base(__a)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/parallel/
base.h 111 * @param __a First integer, to be encoded in the most-significant @c
115 * @return value encoding @c __a and @c __b.
119 __encode2(int __a, int __b) //must all be non-negative, actually
121 return (((_CASable)__a) << (_CASable_bits / 2)) | (((_CASable)__b) << 0);
126 * @param __a First integer, to be decoded from the most-significant
133 __decode2(_CASable __x, int& __a, int& __b)
135 __a = (int)((__x >> (_CASable_bits / 2)) & _CASable_mask);
144 min(const _Tp& __a, const _Tp& __b)
145 { return (__a < __b) ? __a : __b;
    [all...]

Completed in 1140 milliseconds

1 2 3 4 5 6 7 891011>>