/ndk/tests/build/b9193874-neon/jni/ |
D | b9193874-neon.c | 24 vaddq_u16 (uint16x8_t __a, uint16x8_t __b) in vaddq_u16() argument 26 return (uint16x8_t)__builtin_neon_vaddv8hi ((int16x8_t) __a, (int16x8_t) __b, 0); in vaddq_u16() 29 vaddl_s16 (int16x4_t __a, int16x4_t __b) in vaddl_s16() argument 31 return (int32x4_t)__builtin_neon_vaddlv4hi (__a, __b, 1); in vaddl_s16() 34 vaddl_u8 (uint8x8_t __a, uint8x8_t __b) in vaddl_u8() argument 36 return (uint16x8_t)__builtin_neon_vaddlv8qi ((int8x8_t) __a, (int8x8_t) __b, 0); in vaddl_u8() 39 vaddw_u8 (uint16x8_t __a, uint8x8_t __b) in vaddw_u8() argument 41 return (uint16x8_t)__builtin_neon_vaddwv8qi ((int16x8_t) __a, (int8x8_t) __b, 0); in vaddw_u8() 44 vrhadd_u8 (uint8x8_t __a, uint8x8_t __b) in vrhadd_u8() argument 46 return (uint8x8_t)__builtin_neon_vhaddv8qi ((int8x8_t) __a, (int8x8_t) __b, 4); in vrhadd_u8() [all …]
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/ |
D | locale | 409 // Scans [__b, __e) until a match is found in the basic_strings range 411 // __b will be incremented (visibly), consuming CharT until a match is found 420 // If on exit __b == __e, eofbit is set in __err. If __case_sensitive is false, 429 __scan_keyword(_InputIterator& __b, _InputIterator __e, 465 for (size_t __indx = 0; __b != __e && __n_might_match > 0; ++__indx) 468 _CharT __c = *__b; 506 ++__b; 525 if (__b == __e) 712 iter_type get(iter_type __b, iter_type __e, ios_base& __iob, 715 return do_get(__b, __e, __iob, __err, __v); [all …]
|
D | __bit_reference | 173 __storage_type __b = *__first.__seg_ & __m; 174 if (__b) 175 return _It(__first.__seg_, static_cast<unsigned>(_VSTD::__ctz(__b))); 189 __storage_type __b = *__first.__seg_ & __m; 190 if (__b) 191 return _It(__first.__seg_, static_cast<unsigned>(_VSTD::__ctz(__b))); 209 __storage_type __b = ~*__first.__seg_ & __m; 210 if (__b) 211 return _It(__first.__seg_, static_cast<unsigned>(_VSTD::__ctz(__b))); 220 __storage_type __b = ~*__first.__seg_; [all …]
|
D | complex | 590 _Tp __b = __z.imag(); 594 _Tp __bd = __b * __d; 596 _Tp __bc = __b * __c; 602 if (isinf(__a) || isinf(__b)) 605 __b = copysign(isinf(__b) ? _Tp(1) : _Tp(0), __b); 618 if (isnan(__b)) 619 __b = copysign(_Tp(0), __b); 627 if (isnan(__b)) 628 __b = copysign(_Tp(0), __b); 637 __x = _Tp(INFINITY) * (__a * __c - __b * __d); [all …]
|
D | initializer_list | 66 initializer_list(const _Ep* __b, size_t __s) _NOEXCEPT 67 : __begin_(__b),
|
D | deque | 877 template <bool __b> 879 __deque_base_common<__b>::__throw_length_error() const 886 template <bool __b> 888 __deque_base_common<__b>::__throw_out_of_range() const 1876 iterator __b = __base::begin(); 1877 iterator __bm1 = _VSTD::prev(__b); 1878 if (__vt == pointer_traits<const_pointer>::pointer_to(*__b)) 1880 __alloc_traits::construct(__a, _VSTD::addressof(*__bm1), _VSTD::move(*__b)); 1884 __b = __move_and_check(_VSTD::next(__b), __b + __pos, __b, __vt); 1885 *__b = *__vt; [all …]
|
D | random | 1804 template <unsigned long long __a, unsigned long long __c, unsigned long long __m, bool __b> 1805 struct __lce_ta<__a, __c, __m, (unsigned short)(~0), __b> 2013 _UIntType __b, size_t __t, _UIntType __c, size_t __l, _UIntType __f> 2055 _UIntType __b, size_t __t, _UIntType __c, size_t __l, _UIntType __f> 2082 static_assert(__b <= _Max, "mersenne_twister_engine invalid parameters"); 2096 static _LIBCPP_CONSTEXPR const result_type tempering_b = __b; 2221 _UIntType __b, size_t __t, _UIntType __c, size_t __l, _UIntType __f> 2223 …mersenne_twister_engine<_UIntType, __w, __n, __m, __r, __a, __u, __d, __s, __b, __t, __c, __l, __f… 2227 _UIntType __b, size_t __t, _UIntType __c, size_t __l, _UIntType __f> 2229 …mersenne_twister_engine<_UIntType, __w, __n, __m, __r, __a, __u, __d, __s, __b, __t, __c, __l, __f… [all …]
|
D | scoped_allocator | 550 const scoped_allocator_adaptor<_OuterA2>& __b) _NOEXCEPT 552 return __a.outer_allocator() == __b.outer_allocator(); 559 const scoped_allocator_adaptor<_OuterA2, _InnerA0, _InnerAllocs...>& __b) _NOEXCEPT 561 return __a.outer_allocator() == __b.outer_allocator() && 562 __a.inner_allocator() == __b.inner_allocator(); 569 const scoped_allocator_adaptor<_OuterA2, _InnerAllocs...>& __b) _NOEXCEPT 571 return !(__a == __b);
|
D | functional | 2042 __bind(const __bind& __b) 2043 : __f_(__b.__f_), 2044 __bound_args_(__b.__bound_args_) {} 2047 __bind& operator=(const __bind& __b) 2049 __f_ = __b.__f_; 2050 __bound_args_ = __b.__bound_args_; 2055 __bind(__bind&& __b) 2056 : __f_(_VSTD::move(__b.__f_)), 2057 __bound_args_(_VSTD::move(__b.__bound_args_)) {} 2060 __bind& operator=(__bind&& __b) [all …]
|
D | regex | 672 regex_iterator(_BidirectionalIterator __a, _BidirectionalIterator __b, 2236 void __add_range(string_type __b, string_type __e) 2242 for (size_t __i = 0; __i < __b.size(); ++__i) 2243 __b[__i] = __traits_.translate_nocase(__b[__i]); 2249 for (size_t __i = 0; __i < __b.size(); ++__i) 2250 __b[__i] = __traits_.translate(__b[__i]); 2255 __traits_.transform(__b.begin(), __b.end()), 2261 if (__b.size() != 1 || __e.size() != 1) 2266 __b[0] = __traits_.translate_nocase(__b[0]); 2269 __ranges_.push_back(make_pair(_VSTD::move(__b), _VSTD::move(__e))); [all …]
|
D | memory | 3151 _Size __b = (__v ^ __a) * __mul; 3152 __b ^= (__b >> 47); 3153 __b *= __mul; 3154 return __b; 3160 const _Size __b = __loadword<_Size>(__s + __len - 8); 3161 return __hash_len_16(__a, __rotate_by_at_least_1(__b + __len, __len)) ^ __b; 3165 const uint32_t __b = __loadword<uint32_t>(__s + __len - 4); 3166 return __hash_len_16(__len + (__a << 3), __b); 3170 const unsigned char __b = __s[__len >> 1]; 3173 (static_cast<uint32_t>(__b) << 8); [all …]
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
D | _algobase.h | 66 inline void __swap_aux(_Tp& __a, _Tp& __b, const __true_type& /*SwapImplemented*/) { in __swap_aux() argument 67 __a._M_swap_workaround(__b); in __swap_aux() 71 inline void __swap_aux(_Tp& __a, _Tp& __b, const __false_type& /*SwapImplemented*/) { in __swap_aux() argument 73 __a = __b; in __swap_aux() 74 __b = __tmp; in __swap_aux() 81 inline void swap(_Tp& __a, _Tp& __b) { in swap() argument 89 _STLP_PRIV __swap_aux(__a, __b, _Implemented()); in swap() 92 __a = __b; in swap() 93 __b = __tmp; in swap() 139 inline const _Tp& (min)(const _Tp& __a, const _Tp& __b) { return __b < __a ? __b : __a; } [all …]
|
D | concept_checks.h | 382 const _Type& __b) { 383 _Type __c(__b); 389 const _Type& __b) { 390 __a = __b; 395 __less_than_comparable_requirement_violation(_Type __a, _Type __b) { 396 if (__a < __b || __a > __b || __a <= __b || __a >= __b) return __a; 397 return __b; 401 __equality_comparable_requirement_violation(_Type __a, _Type __b) { 402 if (__a == __b || __a != __b) return __a; 403 return __b;
|
D | _hashtable.c | 484 for (size_t __b = 0; __b < __num_buckets; ++__b) { in _M_check() local 485 _ElemsIte __cur(_M_buckets[__b]), __last(_M_buckets[__b + 1]); in _M_check() 488 _STLP_ASSERT( _M_bkt_num(*__cur, __num_buckets) == __b ) in _M_check()
|
D | _pair.h | 62 pair(const _T1& __a, const _T2& __b) : first(__a), second(__b) {} in pair()
|
D | _rope.h | 378 _Rope_RopeRep(_Tag __t, unsigned char __d, bool __b, size_t _p_size, 381 _M_tag(__t), _M_is_balanced(__b), _M_depth(__d), _M_c_string(0), _M_size(__a, _p_size) { 601 _Rope_RopeSubstring(_RopeRep* __b, size_t __s, size_t __l, allocator_type __a) 603 _M_base(__b), _M_start(__s) { 605 _STLP_ASSERT(__s + __l <= __b->_M_size._M_data) 685 _Rope_char_ref_proxy <_CharT, __Alloc > __b) { 687 __a = __b; 688 __b = __tmp; 699 _Rope_char_ref_proxy <_CharT, __Alloc > __b) { \ 701 __a = __b; \ [all …]
|
D | _algo.c | 62 const _Tp& __median(const _Tp& __a, const _Tp& __b, const _Tp& __c) { in __median() argument 63 if (__a < __b) in __median() 64 if (__b < __c) in __median() 65 return __b; in __median() 72 else if (__b < __c) in __median() 75 return __b; in __median() 83 __median(const _Tp& __a, const _Tp& __b, const _Tp& __c, _Compare __comp) { in __median() argument 84 if (__comp(__a, __b)) { in __median() 85 _STLP_VERBOSE_ASSERT(!__comp(__b, __a), _StlMsg_INVALID_STRICT_WEAK_PREDICATE) in __median() 86 if (__comp(__b, __c)) { in __median() [all …]
|
D | _monetary.c | 287 typename string_type::iterator __b = __buf.begin(), __e = __buf.end(); in do_get() local 289 if (!__is_positive) ++__b; in do_get() 292 _STLP_PRIV __get_decimal_integer(__b, __e, __units, (_CharT*)0); in do_get()
|
D | _bitset.h | 373 reference( _Bitset& __b, size_t __pos ) { 374 _M_wp = &__b._M_getword(__pos);
|
/ndk/tests/device/test-stlport/unit/ |
D | stack_allocator.h | 185 inline void swap(StackAllocator<_Tp>& __a, StackAllocator<_Tp>& __b) in swap() argument 186 { __a.swap(__b); } in swap() 191 inline void swap(StackAllocator<int>& __a, StackAllocator<int>& __b) in swap() argument 192 { __a.swap(__b); } in swap() 193 inline void swap(StackAllocator<char>& __a, StackAllocator<char>& __b) in swap() argument 194 { __a.swap(__b); } in swap() 196 StackAllocator<pair<const int, int> >& __b) in swap() 197 { __a.swap(__b); } in swap()
|
/ndk/tests/device/test-gnustl-full/unit/ |
D | stack_allocator.h | 185 inline void swap(StackAllocator<_Tp>& __a, StackAllocator<_Tp>& __b) in swap() argument 186 { __a.swap(__b); } in swap() 191 inline void swap(StackAllocator<int>& __a, StackAllocator<int>& __b) in swap() argument 192 { __a.swap(__b); } in swap() 193 inline void swap(StackAllocator<char>& __a, StackAllocator<char>& __b) in swap() argument 194 { __a.swap(__b); } in swap() 196 StackAllocator<pair<const int, int> >& __b) in swap() 197 { __a.swap(__b); } in swap()
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/config/ |
D | suffix.hpp | 373 inline const _Tp& min BOOST_PREVENT_MACRO_SUBSTITUTION (const _Tp& __a, const _Tp& __b) { in BOOST_PREVENT_MACRO_SUBSTITUTION() argument 374 return __b < __a ? __b : __a; in BOOST_PREVENT_MACRO_SUBSTITUTION() 377 inline const _Tp& max BOOST_PREVENT_MACRO_SUBSTITUTION (const _Tp& __a, const _Tp& __b) { in BOOST_PREVENT_MACRO_SUBSTITUTION() argument 378 return __a < __b ? __b : __a; in BOOST_PREVENT_MACRO_SUBSTITUTION()
|
/ndk/sources/cxx-stl/stlport/stlport/stl/config/ |
D | _windows.h | 206 void* _STLP_CALL STLPInterlockedExchangePointer(void* volatile* __a, void* __b) { in STLPInterlockedExchangePointer() argument 218 reinterpret_cast<long>(__b))); in STLPInterlockedExchangePointer() 220 return (void*)InterlockedExchange((long*)__a, (long)__b); in STLPInterlockedExchangePointer()
|
/ndk/sources/cxx-stl/system/include/ |
D | stl_pair.h | 79 pair(const _T1& __a, const _T2& __b) : first(__a), second(__b) {} in pair()
|
/ndk/sources/cxx-stl/gabi++/include/ |
D | stl_pair.h | 79 pair(const _T1& __a, const _T2& __b) : first(__a), second(__b) {} in pair()
|