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

1 2 3 4 56 7 8 91011>>

  /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...]
alloc_traits.h 226 _S_allocate(_Alloc2& __a, size_type __n, const_void_pointer __hint)
227 { return __a.allocate(__n, __hint); }
232 _S_allocate(_Alloc2& __a, size_type __n, ...)
233 { return __a.allocate(__n); }
253 _S_construct(_Alloc& __a, _Tp* __p, _Args&&... __args)
254 { __a.construct(__p, std::forward<_Args>(__args)...); }
280 _S_destroy(_Alloc& __a, _Tp* __p)
281 { __a.destroy(__p); }
305 _S_max_size(_Alloc2& __a)
306 { return __a.max_size();
    [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...]
  /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/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
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/5/sources/cxx-stl/gnu-libstdc++/include/bits/
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/
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/
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/
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/9/sources/cxx-stl/gnu-libstdc++/4.8/include/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...]
multiseq_selection.h 51 /** @brief Compare __a pair of types lexicographically, ascending. */
78 /** @brief Compare __a pair of types lexicographically, descending. */
171 _DifferenceType* __a = new _DifferenceType[__m];
192 __a[__i] = 0;
198 // 0 <= __a[__i] <= __ns[__i], 0 <= __b[__i] <= __l
221 __a[__sample[__j].second] += __n + 1;
234 if (__a[__i] > 0)
238 __lmax = &(__S(__i)[__a[__i] - 1]);
244 if (!__comp(__S(__i)[__a[__i] - 1], *__lmax))
246 __lmax = &(__S(__i)[__a[__i] - 1])
    [all...]
  /external/clang/lib/Headers/
ammintrin.h 55 _mm_stream_sd(double *__p, __m128d __a)
57 __builtin_ia32_movntsd(__p, (__v2df)__a);
61 _mm_stream_ss(float *__p, __m128 __a)
63 __builtin_ia32_movntss(__p, (__v4sf)__a);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/tr1/
unordered_set.h 69 const allocator_type& __a = allocator_type())
72 std::_Identity<_Value>(), __a)
80 const allocator_type& __a = allocator_type())
83 std::_Identity<_Value>(), __a)
118 const allocator_type& __a = allocator_type())
121 std::_Identity<_Value>(), __a)
130 const allocator_type& __a = allocator_type())
133 std::_Identity<_Value>(), __a)
189 const allocator_type& __a = allocator_type())
190 : _Base(__n, __hf, __eql, __a)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/tr1/
unordered_set.h 69 const allocator_type& __a = allocator_type())
72 std::_Identity<_Value>(), __a)
80 const allocator_type& __a = allocator_type())
83 std::_Identity<_Value>(), __a)
118 const allocator_type& __a = allocator_type())
121 std::_Identity<_Value>(), __a)
130 const allocator_type& __a = allocator_type())
133 std::_Identity<_Value>(), __a)
189 const allocator_type& __a = allocator_type())
190 : _Base(__n, __hf, __eql, __a)
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/tr1/
unordered_set.h 69 const allocator_type& __a = allocator_type())
72 std::_Identity<_Value>(), __a)
80 const allocator_type& __a = allocator_type())
83 std::_Identity<_Value>(), __a)
118 const allocator_type& __a = allocator_type())
121 std::_Identity<_Value>(), __a)
130 const allocator_type& __a = allocator_type())
133 std::_Identity<_Value>(), __a)
189 const allocator_type& __a = allocator_type())
190 : _Base(__n, __hf, __eql, __a)
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/tr1/
unordered_set.h 69 const allocator_type& __a = allocator_type())
72 std::_Identity<_Value>(), __a)
80 const allocator_type& __a = allocator_type())
83 std::_Identity<_Value>(), __a)
118 const allocator_type& __a = allocator_type())
121 std::_Identity<_Value>(), __a)
130 const allocator_type& __a = allocator_type())
133 std::_Identity<_Value>(), __a)
189 const allocator_type& __a = allocator_type())
190 : _Base(__n, __hf, __eql, __a)
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/tr1/
unordered_set.h 69 const allocator_type& __a = allocator_type())
72 std::_Identity<_Value>(), __a)
80 const allocator_type& __a = allocator_type())
83 std::_Identity<_Value>(), __a)
118 const allocator_type& __a = allocator_type())
121 std::_Identity<_Value>(), __a)
130 const allocator_type& __a = allocator_type())
133 std::_Identity<_Value>(), __a)
189 const allocator_type& __a = allocator_type())
190 : _Base(__n, __hf, __eql, __a)
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/tr1/
unordered_set.h 69 const allocator_type& __a = allocator_type())
72 std::_Identity<_Value>(), __a)
80 const allocator_type& __a = allocator_type())
83 std::_Identity<_Value>(), __a)
118 const allocator_type& __a = allocator_type())
121 std::_Identity<_Value>(), __a)
130 const allocator_type& __a = allocator_type())
133 std::_Identity<_Value>(), __a)
189 const allocator_type& __a = allocator_type())
190 : _Base(__n, __hf, __eql, __a)
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/tr1/
unordered_set.h 69 const allocator_type& __a = allocator_type())
72 std::_Identity<_Value>(), __a)
80 const allocator_type& __a = allocator_type())
83 std::_Identity<_Value>(), __a)
118 const allocator_type& __a = allocator_type())
121 std::_Identity<_Value>(), __a)
130 const allocator_type& __a = allocator_type())
133 std::_Identity<_Value>(), __a)
189 const allocator_type& __a = allocator_type())
190 : _Base(__n, __hf, __eql, __a)
    [all...]
  /prebuilts/sdk/renderscript/clang-include/
ammintrin.h 55 _mm_stream_sd(double *__p, __m128d __a)
57 __builtin_ia32_movntsd(__p, (__v2df)__a);
61 _mm_stream_ss(float *__p, __m128 __a)
63 __builtin_ia32_movntss(__p, (__v4sf)__a);

Completed in 1076 milliseconds

1 2 3 4 56 7 8 91011>>