Home
last modified time | relevance | path

Searched refs:__d (Results 1 – 25 of 153) sorted by relevance

1234567

/OK3568_Linux_fs/kernel/tools/include/linux/
H A Doverflow.h52 typeof(d) __d = (d); \
54 (void) (&__a == __d); \
55 __builtin_add_overflow(__a, __b, __d); \
61 typeof(d) __d = (d); \
63 (void) (&__a == __d); \
64 __builtin_sub_overflow(__a, __b, __d); \
70 typeof(d) __d = (d); \
72 (void) (&__a == __d); \
73 __builtin_mul_overflow(__a, __b, __d); \
83 typeof(d) __d = (d); \
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/decimal/
H A Ddecimal.h101 inline long long decimal32_to_long_long(decimal32 __d) in _GLIBCXX_VISIBILITY()
102 { return (long long)__d.__getval(); } in _GLIBCXX_VISIBILITY()
104 inline long long decimal64_to_long_long(decimal64 __d) in _GLIBCXX_VISIBILITY()
105 { return (long long)__d.__getval(); } in _GLIBCXX_VISIBILITY()
107 inline long long decimal128_to_long_long(decimal128 __d) in _GLIBCXX_VISIBILITY()
108 { return (long long)__d.__getval(); } in _GLIBCXX_VISIBILITY()
110 inline long long decimal_to_long_long(decimal32 __d) in _GLIBCXX_VISIBILITY()
111 { return (long long)__d.__getval(); } in _GLIBCXX_VISIBILITY()
113 inline long long decimal_to_long_long(decimal64 __d) in _GLIBCXX_VISIBILITY()
114 { return (long long)__d.__getval(); } in _GLIBCXX_VISIBILITY()
[all …]
H A Ddecimal73 long long decimal32_to_long_long(decimal32 __d);
74 long long decimal64_to_long_long(decimal64 __d);
75 long long decimal128_to_long_long(decimal128 __d);
76 long long decimal_to_long_long(decimal32 __d);
77 long long decimal_to_long_long(decimal64 __d);
78 long long decimal_to_long_long(decimal128 __d);
81 float decimal32_to_float(decimal32 __d);
82 float decimal64_to_float(decimal64 __d);
83 float decimal128_to_float(decimal128 __d);
84 float decimal_to_float(decimal32 __d);
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/decimal/
H A Ddecimal.h101 inline long long decimal32_to_long_long(decimal32 __d) in _GLIBCXX_VISIBILITY()
102 { return (long long)__d.__getval(); } in _GLIBCXX_VISIBILITY()
104 inline long long decimal64_to_long_long(decimal64 __d) in _GLIBCXX_VISIBILITY()
105 { return (long long)__d.__getval(); } in _GLIBCXX_VISIBILITY()
107 inline long long decimal128_to_long_long(decimal128 __d) in _GLIBCXX_VISIBILITY()
108 { return (long long)__d.__getval(); } in _GLIBCXX_VISIBILITY()
110 inline long long decimal_to_long_long(decimal32 __d) in _GLIBCXX_VISIBILITY()
111 { return (long long)__d.__getval(); } in _GLIBCXX_VISIBILITY()
113 inline long long decimal_to_long_long(decimal64 __d) in _GLIBCXX_VISIBILITY()
114 { return (long long)__d.__getval(); } in _GLIBCXX_VISIBILITY()
[all …]
H A Ddecimal73 long long decimal32_to_long_long(decimal32 __d);
74 long long decimal64_to_long_long(decimal64 __d);
75 long long decimal128_to_long_long(decimal128 __d);
76 long long decimal_to_long_long(decimal32 __d);
77 long long decimal_to_long_long(decimal64 __d);
78 long long decimal_to_long_long(decimal128 __d);
81 float decimal32_to_float(decimal32 __d);
82 float decimal64_to_float(decimal64 __d);
83 float decimal128_to_float(decimal128 __d);
84 float decimal_to_float(decimal32 __d);
[all …]
/OK3568_Linux_fs/kernel/include/linux/
H A Doverflow.h69 typeof(d) __d = (d); \
71 (void) (&__a == __d); \
72 __builtin_add_overflow(__a, __b, __d); \
78 typeof(d) __d = (d); \
80 (void) (&__a == __d); \
81 __builtin_sub_overflow(__a, __b, __d); \
87 typeof(d) __d = (d); \
89 (void) (&__a == __d); \
90 __builtin_mul_overflow(__a, __b, __d); \
100 typeof(d) __d = (d); \
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/bits/
H A Dselect2.h24 extern long int __fdelt_chk (long int __d);
25 extern long int __fdelt_warn (long int __d)
30 ({ long int __d = (d); \
31 (__builtin_constant_p (__d) \
32 ? (0 <= __d && __d < __FD_SETSIZE \
33 ? (__d / __NFDBITS) \
34 : __fdelt_warn (__d)) \
35 : __fdelt_chk (__d)); })
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/bits/
H A Dselect2.h24 extern long int __fdelt_chk (long int __d);
25 extern long int __fdelt_warn (long int __d)
30 ({ long int __d = (d); \
31 (__builtin_constant_p (__d) \
32 ? (0 <= __d && __d < __FD_SETSIZE \
33 ? (__d / __NFDBITS) \
34 : __fdelt_warn (__d)) \
35 : __fdelt_chk (__d)); })
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/ext/
H A Dvstring_util.h107 _S_copy(_CharT* __d, const _CharT* __s, size_type __n) in _GLIBCXX_VISIBILITY()
110 traits_type::assign(*__d, *__s); in _GLIBCXX_VISIBILITY()
112 traits_type::copy(__d, __s, __n); in _GLIBCXX_VISIBILITY()
116 _S_move(_CharT* __d, const _CharT* __s, size_type __n) in _GLIBCXX_VISIBILITY()
119 traits_type::assign(*__d, *__s); in _GLIBCXX_VISIBILITY()
121 traits_type::move(__d, __s, __n); in _GLIBCXX_VISIBILITY()
125 _S_assign(_CharT* __d, size_type __n, _CharT __c) in _GLIBCXX_VISIBILITY()
128 traits_type::assign(*__d, __c); in _GLIBCXX_VISIBILITY()
130 traits_type::assign(__d, __n, __c); in _GLIBCXX_VISIBILITY()
172 const difference_type __d = difference_type(__n1 - __n2); in _GLIBCXX_VISIBILITY() local
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/ext/
H A Dvstring_util.h107 _S_copy(_CharT* __d, const _CharT* __s, size_type __n) in _GLIBCXX_VISIBILITY()
110 traits_type::assign(*__d, *__s); in _GLIBCXX_VISIBILITY()
112 traits_type::copy(__d, __s, __n); in _GLIBCXX_VISIBILITY()
116 _S_move(_CharT* __d, const _CharT* __s, size_type __n) in _GLIBCXX_VISIBILITY()
119 traits_type::assign(*__d, *__s); in _GLIBCXX_VISIBILITY()
121 traits_type::move(__d, __s, __n); in _GLIBCXX_VISIBILITY()
125 _S_assign(_CharT* __d, size_type __n, _CharT __c) in _GLIBCXX_VISIBILITY()
128 traits_type::assign(*__d, __c); in _GLIBCXX_VISIBILITY()
130 traits_type::assign(__d, __n, __c); in _GLIBCXX_VISIBILITY()
172 const difference_type __d = difference_type(__n1 - __n2); in _GLIBCXX_VISIBILITY() local
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/parallel/
H A Dset_operations.h79 _M_invoke(_IIter __a, _IIter __b, _IIter __c, _IIter __d, in _M_invoke()
82 while (__a != __b && __c != __d) in _M_invoke()
102 return std::copy(__c, __d, std::copy(__a, __b, __r)); in _M_invoke()
106 __count(_IIter __a, _IIter __b, _IIter __c, _IIter __d) const in __count()
110 while (__a != __b && __c != __d) in __count()
129 return __counter + (__b - __a) + (__d - __c); in __count()
133 __first_empty(_IIter __c, _IIter __d, _OutputIterator __out) const in __first_empty()
134 { return std::copy(__c, __d, __out); } in __first_empty()
156 _M_invoke(_IIter __a, _IIter __b, _IIter __c, _IIter __d, in _M_invoke()
159 while (__a != __b && __c != __d) in _M_invoke()
[all …]
H A Drandom_shuffle.h130 _DRSSorterPU<_RAIter, _RandomNumberGenerator>* __d = &__pus[__iam]; in __parallel_random_shuffle_drs_pu() local
131 _DRandomShufflingGlobalData<_RAIter>* __sd = __d->_M_sd; in __parallel_random_shuffle_drs_pu()
139 _ValueType** __temporaries = new _ValueType*[__d->_M_num_threads]; in __parallel_random_shuffle_drs_pu()
146 _RandomNumber __rng(__d->_M_seed); in __parallel_random_shuffle_drs_pu()
170 + __d->_M_num_threads + 1, in __parallel_random_shuffle_drs_pu()
177 for (_BinIndex __s = 0; __s < __d->_M_bins_begin; ++__s) in __parallel_random_shuffle_drs_pu()
178 __global_offset += __sd->_M_dist[__s + 1][__d->_M_num_threads]; in __parallel_random_shuffle_drs_pu()
182 for (_BinIndex __s = __d->_M_bins_begin; __s < __d->__bins_end; ++__s) in __parallel_random_shuffle_drs_pu()
184 for (int __t = 0; __t < __d->_M_num_threads + 1; ++__t) in __parallel_random_shuffle_drs_pu()
186 __offset = __sd->_M_dist[__s + 1][__d->_M_num_threads]; in __parallel_random_shuffle_drs_pu()
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/parallel/
H A Dset_operations.h79 _M_invoke(_IIter __a, _IIter __b, _IIter __c, _IIter __d, in _M_invoke()
82 while (__a != __b && __c != __d) in _M_invoke()
102 return std::copy(__c, __d, std::copy(__a, __b, __r)); in _M_invoke()
106 __count(_IIter __a, _IIter __b, _IIter __c, _IIter __d) const in __count()
110 while (__a != __b && __c != __d) in __count()
129 return __counter + (__b - __a) + (__d - __c); in __count()
133 __first_empty(_IIter __c, _IIter __d, _OutputIterator __out) const in __first_empty()
134 { return std::copy(__c, __d, __out); } in __first_empty()
156 _M_invoke(_IIter __a, _IIter __b, _IIter __c, _IIter __d, in _M_invoke()
159 while (__a != __b && __c != __d) in _M_invoke()
[all …]
H A Drandom_shuffle.h130 _DRSSorterPU<_RAIter, _RandomNumberGenerator>* __d = &__pus[__iam]; in __parallel_random_shuffle_drs_pu() local
131 _DRandomShufflingGlobalData<_RAIter>* __sd = __d->_M_sd; in __parallel_random_shuffle_drs_pu()
139 _ValueType** __temporaries = new _ValueType*[__d->_M_num_threads]; in __parallel_random_shuffle_drs_pu()
146 _RandomNumber __rng(__d->_M_seed); in __parallel_random_shuffle_drs_pu()
170 + __d->_M_num_threads + 1, in __parallel_random_shuffle_drs_pu()
177 for (_BinIndex __s = 0; __s < __d->_M_bins_begin; ++__s) in __parallel_random_shuffle_drs_pu()
178 __global_offset += __sd->_M_dist[__s + 1][__d->_M_num_threads]; in __parallel_random_shuffle_drs_pu()
182 for (_BinIndex __s = __d->_M_bins_begin; __s < __d->__bins_end; ++__s) in __parallel_random_shuffle_drs_pu()
184 for (int __t = 0; __t < __d->_M_num_threads + 1; ++__t) in __parallel_random_shuffle_drs_pu()
186 __offset = __sd->_M_dist[__s + 1][__d->_M_num_threads]; in __parallel_random_shuffle_drs_pu()
[all …]
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/
H A Datomic912 void store(_Tp __d, memory_order __m = memory_order_seq_cst) volatile _NOEXCEPT
914 {__c11_atomic_store(&__a_, __d, __m);}
916 void store(_Tp __d, memory_order __m = memory_order_seq_cst) _NOEXCEPT
918 {__c11_atomic_store(&__a_, __d, __m);}
932 _Tp exchange(_Tp __d, memory_order __m = memory_order_seq_cst) volatile _NOEXCEPT
933 {return __c11_atomic_exchange(&__a_, __d, __m);}
935 _Tp exchange(_Tp __d, memory_order __m = memory_order_seq_cst) _NOEXCEPT
936 {return __c11_atomic_exchange(&__a_, __d, __m);}
938 bool compare_exchange_weak(_Tp& __e, _Tp __d,
941 {return __c11_atomic_compare_exchange_weak(&__a_, &__e, __d, __s, __f);}
[all …]
H A D__mutex_base147 unique_lock(mutex_type& __m, const chrono::duration<_Rep, _Period>& __d)
148 : __m_(_VSTD::addressof(__m)), __owns_(__m.try_lock_for(__d)) {}
184 bool try_lock_for(const chrono::duration<_Rep, _Period>& __d);
241 unique_lock<_Mutex>::try_lock_for(const chrono::duration<_Rep, _Period>& __d)
247 __owns_ = __m_->try_lock_for(__d);
335 const chrono::duration<_Rep, _Period>& __d);
341 const chrono::duration<_Rep, _Period>& __d,
360 __ceil(chrono::duration<_Rep, _Period> __d)
363 _To __r = duration_cast<_To>(__d);
364 if (__r < __d)
[all …]
H A D__split_buffer474 difference_type __d = __end_cap() - __end_;
475 __d = (__d + 1) / 2;
476 __begin_ = _VSTD::move_backward(__begin_, __end_, __end_ + __d);
477 __end_ += __d;
505 difference_type __d = __end_cap() - __end_;
506 __d = (__d + 1) / 2;
507 __begin_ = _VSTD::move_backward(__begin_, __end_, __end_ + __d);
508 __end_ += __d;
538 difference_type __d = __begin_ - __first_;
539 __d = (__d + 1) / 2;
[all …]
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/
H A Datomic912 void store(_Tp __d, memory_order __m = memory_order_seq_cst) volatile _NOEXCEPT
914 {__c11_atomic_store(&__a_, __d, __m);}
916 void store(_Tp __d, memory_order __m = memory_order_seq_cst) _NOEXCEPT
918 {__c11_atomic_store(&__a_, __d, __m);}
932 _Tp exchange(_Tp __d, memory_order __m = memory_order_seq_cst) volatile _NOEXCEPT
933 {return __c11_atomic_exchange(&__a_, __d, __m);}
935 _Tp exchange(_Tp __d, memory_order __m = memory_order_seq_cst) _NOEXCEPT
936 {return __c11_atomic_exchange(&__a_, __d, __m);}
938 bool compare_exchange_weak(_Tp& __e, _Tp __d,
941 {return __c11_atomic_compare_exchange_weak(&__a_, &__e, __d, __s, __f);}
[all …]
H A D__mutex_base147 unique_lock(mutex_type& __m, const chrono::duration<_Rep, _Period>& __d)
148 : __m_(_VSTD::addressof(__m)), __owns_(__m.try_lock_for(__d)) {}
184 bool try_lock_for(const chrono::duration<_Rep, _Period>& __d);
241 unique_lock<_Mutex>::try_lock_for(const chrono::duration<_Rep, _Period>& __d)
247 __owns_ = __m_->try_lock_for(__d);
335 const chrono::duration<_Rep, _Period>& __d);
341 const chrono::duration<_Rep, _Period>& __d,
360 __ceil(chrono::duration<_Rep, _Period> __d)
363 _To __r = duration_cast<_To>(__d);
364 if (__r < __d)
[all …]
H A D__split_buffer474 difference_type __d = __end_cap() - __end_;
475 __d = (__d + 1) / 2;
476 __begin_ = _VSTD::move_backward(__begin_, __end_, __end_ + __d);
477 __end_ += __d;
505 difference_type __d = __end_cap() - __end_;
506 __d = (__d + 1) / 2;
507 __begin_ = _VSTD::move_backward(__begin_, __end_, __end_ + __d);
508 __end_ += __d;
538 difference_type __d = __begin_ - __first_;
539 __d = (__d + 1) / 2;
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/tr1/
H A Dmodified_bessel_func.tcc125 _Tp __d = _Tp(0); in __bessel_ik() local
131 __d = _Tp(1) / (__b + __d); in __bessel_ik()
133 const _Tp __del = __c * __d; in __bessel_ik()
162 _Tp __d = -std::log(__x2); in __bessel_ik() local
163 _Tp __e = __mu * __d; in __bessel_ik()
169 * (__gam1 * std::cosh(__e) + __gam2 * __fact2 * __d); in __bessel_ik()
175 __d = __x2 * __x2; in __bessel_ik()
181 __c *= __d / __i; in __bessel_ik()
200 _Tp __d = _Tp(1) / __b; in __bessel_ik() local
201 _Tp __delh = __d; in __bessel_ik()
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/tr1/
H A Dmodified_bessel_func.tcc125 _Tp __d = _Tp(0); in __bessel_ik() local
131 __d = _Tp(1) / (__b + __d); in __bessel_ik()
133 const _Tp __del = __c * __d; in __bessel_ik()
162 _Tp __d = -std::log(__x2); in __bessel_ik() local
163 _Tp __e = __mu * __d; in __bessel_ik()
169 * (__gam1 * std::cosh(__e) + __gam2 * __fact2 * __d); in __bessel_ik()
175 __d = __x2 * __x2; in __bessel_ik()
181 __c *= __d / __i; in __bessel_ik()
200 _Tp __d = _Tp(1) / __b; in __bessel_ik() local
201 _Tp __delh = __d; in __bessel_ik()
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/
H A Dratio164 // This version assumes that the high bit of __d is 1.
165 template<uintmax_t __n1, uintmax_t __n0, uintmax_t __d>
169 static_assert(__d >= (uintmax_t(1) << (sizeof(intmax_t) * 8 - 1)),
171 static_assert(__n1 < __d, "Internal library error");
173 static constexpr uintmax_t __d1 = __d / __c;
174 static constexpr uintmax_t __d0 = __d % __c;
180 static constexpr uintmax_t __r1z = __r1y + __d;
182 = ((__r1y < __m) ? ((__r1z >= __d) && (__r1z < __m))
183 ? (__r1z + __d) : __r1z : __r1y) - __m;
186 ? ((__r1z >= __d) && (__r1z < __m)) ? 2 : 1 : 0);
[all …]
H A Dchrono184 __cast(const duration<_Rep, _Period>& __d)
187 return _ToDur(static_cast<__to_rep>(static_cast<_CR>(__d.count())
198 __cast(const duration<_Rep, _Period>& __d)
201 return _ToDur(static_cast<__to_rep>(__d.count()));
210 __cast(const duration<_Rep, _Period>& __d)
214 static_cast<_CR>(__d.count()) / static_cast<_CR>(_CF::den)));
223 __cast(const duration<_Rep, _Period>& __d)
227 static_cast<_CR>(__d.count()) * static_cast<_CR>(_CF::num)));
254 duration_cast(const duration<_Rep, _Period>& __d)
263 return __dc::__cast(__d);
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/
H A Dratio164 // This version assumes that the high bit of __d is 1.
165 template<uintmax_t __n1, uintmax_t __n0, uintmax_t __d>
169 static_assert(__d >= (uintmax_t(1) << (sizeof(intmax_t) * 8 - 1)),
171 static_assert(__n1 < __d, "Internal library error");
173 static constexpr uintmax_t __d1 = __d / __c;
174 static constexpr uintmax_t __d0 = __d % __c;
180 static constexpr uintmax_t __r1z = __r1y + __d;
182 = ((__r1y < __m) ? ((__r1z >= __d) && (__r1z < __m))
183 ? (__r1z + __d) : __r1z : __r1y) - __m;
186 ? ((__r1z >= __d) && (__r1z < __m)) ? 2 : 1 : 0);
[all …]

1234567