Home
last modified time | relevance | path

Searched refs:__x (Results 1 – 25 of 514) sorted by relevance

12345678910>>...21

/OK3568_Linux_fs/kernel/drivers/media/dvb-frontends/
H A Dstv090x_reg.h175 #define STV090x_Px_I2CRPT(__x) (0xf12a + (__x - 1) * 0x1) argument
197 #define STV090x_GPIOxCFG(__x) (0xf141 + (__x - 1)) argument
218 #define STV090x_CSxCFG(__x) (0xf14e + __x * 0x1) argument
246 #define STV090x_AGCRFxCFG(__x) (0xf152 + (__x - 1) * 0x4) argument
256 #define STV090x_SDATxCFG(__x) (0xf153 + (__x - 1) * 0x4) argument
266 #define STV090x_SCLTxCFG(__x) (0xf154 + (__x - 1) * 0x4) argument
276 #define STV090x_DISEQCOxCFG(__x) (0xf155 + (__x - 1) * 0x4) argument
294 #define STV090x_ERRORxCFG(__x) (0xf15b + (__x - 1) * 0x5) argument
305 #define STV090x_DPNxCFG(__x) (0xf15c + (__x - 1) * 0x5) argument
316 #define STV090x_STROUTxCFG(__x) (0xf15d + (__x - 1) * 0x5) argument
[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/libc/usr/include/bits/
H A Dmathcalls.h53 __MATHCALL (acos,, (_Mdouble_ __x));
55 __MATHCALL (asin,, (_Mdouble_ __x));
57 __MATHCALL (atan,, (_Mdouble_ __x));
59 __MATHCALL (atan2,, (_Mdouble_ __y, _Mdouble_ __x));
62 __MATHCALL_VEC (cos,, (_Mdouble_ __x));
64 __MATHCALL_VEC (sin,, (_Mdouble_ __x));
66 __MATHCALL (tan,, (_Mdouble_ __x));
71 __MATHCALL (cosh,, (_Mdouble_ __x));
73 __MATHCALL (sinh,, (_Mdouble_ __x));
75 __MATHCALL (tanh,, (_Mdouble_ __x));
[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 Dmathcalls.h53 __MATHCALL (acos,, (_Mdouble_ __x));
55 __MATHCALL (asin,, (_Mdouble_ __x));
57 __MATHCALL (atan,, (_Mdouble_ __x));
59 __MATHCALL (atan2,, (_Mdouble_ __y, _Mdouble_ __x));
62 __MATHCALL_VEC (cos,, (_Mdouble_ __x));
64 __MATHCALL_VEC (sin,, (_Mdouble_ __x));
66 __MATHCALL (tan,, (_Mdouble_ __x));
71 __MATHCALL (cosh,, (_Mdouble_ __x));
73 __MATHCALL (sinh,, (_Mdouble_ __x));
75 __MATHCALL (tanh,, (_Mdouble_ __x));
[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 Dcmath87 acos(float __x)
88 { return __builtin_acosf(__x); }
91 acos(long double __x)
92 { return __builtin_acosl(__x); }
99 acos(_Tp __x)
100 { return __builtin_acos(__x); }
106 asin(float __x)
107 { return __builtin_asinf(__x); }
110 asin(long double __x)
111 { return __builtin_asinl(__x); }
[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 Dcmath87 acos(float __x)
88 { return __builtin_acosf(__x); }
91 acos(long double __x)
92 { return __builtin_acosl(__x); }
99 acos(_Tp __x)
100 { return __builtin_acos(__x); }
106 asin(float __x)
107 { return __builtin_asinf(__x); }
110 asin(long double __x)
111 { return __builtin_asinl(__x); }
[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 Dexp_integral.tcc83 __expint_E1_series(_Tp __x) in __expint_E1_series() argument
92 __term *= - __x / __i; in __expint_E1_series()
102 - __numeric_constants<_Tp>::__gamma_e() - std::log(__x); in __expint_E1_series()
120 __expint_E1_asymp(_Tp __x) in __expint_E1_asymp() argument
129 __term *= - __i / __x; in __expint_E1_asymp()
138 return std::exp(- __x) * (__esum + __osum) / __x; in __expint_E1_asymp()
157 __expint_En_series(unsigned int __n, _Tp __x) in __expint_En_series() argument
163 ? _Tp(1) / __nm1 : -std::log(__x) in __expint_En_series()
168 __fact *= -__x / _Tp(__i); in __expint_En_series()
177 __del = __fact * (__psi - std::log(__x)); in __expint_En_series()
[all …]
H A Dcmath495 acosh(float __x)
496 { return __builtin_acoshf(__x); }
499 acosh(long double __x)
500 { return __builtin_acoshl(__x); }
506 acosh(_Tp __x)
507 { return __builtin_acosh(__x); }
511 asinh(float __x)
512 { return __builtin_asinhf(__x); }
515 asinh(long double __x)
516 { return __builtin_asinhl(__x); }
[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 Dexp_integral.tcc83 __expint_E1_series(_Tp __x) in __expint_E1_series() argument
92 __term *= - __x / __i; in __expint_E1_series()
102 - __numeric_constants<_Tp>::__gamma_e() - std::log(__x); in __expint_E1_series()
120 __expint_E1_asymp(_Tp __x) in __expint_E1_asymp() argument
129 __term *= - __i / __x; in __expint_E1_asymp()
138 return std::exp(- __x) * (__esum + __osum) / __x; in __expint_E1_asymp()
157 __expint_En_series(unsigned int __n, _Tp __x) in __expint_En_series() argument
163 ? _Tp(1) / __nm1 : -std::log(__x) in __expint_En_series()
168 __fact *= -__x / _Tp(__i); in __expint_En_series()
177 __del = __fact * (__psi - std::log(__x)); in __expint_En_series()
[all …]
H A Dcmath495 acosh(float __x)
496 { return __builtin_acoshf(__x); }
499 acosh(long double __x)
500 { return __builtin_acoshl(__x); }
506 acosh(_Tp __x)
507 { return __builtin_acosh(__x); }
511 asinh(float __x)
512 { return __builtin_asinhf(__x); }
515 asinh(long double __x)
516 { return __builtin_asinhl(__x); }
[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/bits/
H A Dstd_abs.h61 abs(long long __x) { return __builtin_llabs (__x); } in _GLIBCXX_VISIBILITY()
71 abs(double __x) in _GLIBCXX_VISIBILITY()
72 { return __builtin_fabs(__x); } in _GLIBCXX_VISIBILITY()
75 abs(float __x) in _GLIBCXX_VISIBILITY()
76 { return __builtin_fabsf(__x); } in _GLIBCXX_VISIBILITY()
79 abs(long double __x) in _GLIBCXX_VISIBILITY()
80 { return __builtin_fabsl(__x); } in _GLIBCXX_VISIBILITY()
85 abs(__GLIBCXX_TYPE_INT_N_0 __x) { return __x >= 0 ? __x : -__x; } in _GLIBCXX_VISIBILITY()
89 abs(__GLIBCXX_TYPE_INT_N_1 __x) { return __x >= 0 ? __x : -__x; } in _GLIBCXX_VISIBILITY()
93 abs(__GLIBCXX_TYPE_INT_N_2 __x) { return __x >= 0 ? __x : -__x; } in _GLIBCXX_VISIBILITY()
[all …]
H A Dspecfun.h206 assoc_laguerref(unsigned int __n, unsigned int __m, float __x) in _GLIBCXX_VISIBILITY()
207 { return __detail::__assoc_laguerre<float>(__n, __m, __x); } in _GLIBCXX_VISIBILITY()
216 assoc_laguerrel(unsigned int __n, unsigned int __m, long double __x) in _GLIBCXX_VISIBILITY()
217 { return __detail::__assoc_laguerre<long double>(__n, __m, __x); } in _GLIBCXX_VISIBILITY()
252 assoc_laguerre(unsigned int __n, unsigned int __m, _Tp __x) in _GLIBCXX_VISIBILITY()
255 return __detail::__assoc_laguerre<__type>(__n, __m, __x); in _GLIBCXX_VISIBILITY()
267 assoc_legendref(unsigned int __l, unsigned int __m, float __x) in _GLIBCXX_VISIBILITY()
268 { return __detail::__assoc_legendre_p<float>(__l, __m, __x); } in _GLIBCXX_VISIBILITY()
276 assoc_legendrel(unsigned int __l, unsigned int __m, long double __x) in _GLIBCXX_VISIBILITY()
277 { return __detail::__assoc_legendre_p<long double>(__l, __m, __x); } in _GLIBCXX_VISIBILITY()
[all …]
H A Dfs_fwd.h90 operator&(copy_options __x, copy_options __y) noexcept in _GLIBCXX_VISIBILITY()
94 static_cast<__utype>(__x) & static_cast<__utype>(__y)); in _GLIBCXX_VISIBILITY()
98 operator|(copy_options __x, copy_options __y) noexcept in _GLIBCXX_VISIBILITY()
102 static_cast<__utype>(__x) | static_cast<__utype>(__y)); in _GLIBCXX_VISIBILITY()
106 operator^(copy_options __x, copy_options __y) noexcept in _GLIBCXX_VISIBILITY()
110 static_cast<__utype>(__x) ^ static_cast<__utype>(__y)); in _GLIBCXX_VISIBILITY()
114 operator~(copy_options __x) noexcept in _GLIBCXX_VISIBILITY()
117 return static_cast<copy_options>(~static_cast<__utype>(__x)); in _GLIBCXX_VISIBILITY()
121 operator&=(copy_options& __x, copy_options __y) noexcept in _GLIBCXX_VISIBILITY()
122 { return __x = __x & __y; } in _GLIBCXX_VISIBILITY()
[all …]
H A Dstl_bvector.h77 _Bit_reference(_Bit_type * __x, _Bit_type __y) in _GLIBCXX_VISIBILITY()
78 : _M_p(__x), _M_mask(__y) { } in _GLIBCXX_VISIBILITY()
90 operator=(bool __x) _GLIBCXX_NOEXCEPT in _GLIBCXX_VISIBILITY()
92 if (__x) in _GLIBCXX_VISIBILITY()
100 operator=(const _Bit_reference& __x) _GLIBCXX_NOEXCEPT in _GLIBCXX_VISIBILITY()
101 { return *this = bool(__x); } in _GLIBCXX_VISIBILITY()
104 operator==(const _Bit_reference& __x) const in _GLIBCXX_VISIBILITY()
105 { return bool(*this) == bool(__x); } in _GLIBCXX_VISIBILITY()
108 operator<(const _Bit_reference& __x) const in _GLIBCXX_VISIBILITY()
109 { return !bool(*this) && bool(__x); } in _GLIBCXX_VISIBILITY()
[all …]
H A Dstl_list.h86 swap(_List_node_base& __x, _List_node_base& __y) _GLIBCXX_USE_NOEXCEPT; in _GLIBCXX_VISIBILITY()
113 _List_node_header(_List_node_header&& __x) noexcept in _GLIBCXX_VISIBILITY()
114 : _List_node_base{ __x._M_next, __x._M_prev } in _GLIBCXX_VISIBILITY()
116 , _M_size(__x._M_size) in _GLIBCXX_VISIBILITY()
119 if (__x._M_base()->_M_next == __x._M_base()) in _GLIBCXX_VISIBILITY()
124 __x._M_init(); in _GLIBCXX_VISIBILITY()
129 _M_move_nodes(_List_node_header&& __x) in _GLIBCXX_VISIBILITY()
131 _List_node_base* const __xnode = __x._M_base(); in _GLIBCXX_VISIBILITY()
141 _M_size = __x._M_size; in _GLIBCXX_VISIBILITY()
143 __x._M_init(); in _GLIBCXX_VISIBILITY()
[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/bits/
H A Dstd_abs.h61 abs(long long __x) { return __builtin_llabs (__x); } in _GLIBCXX_VISIBILITY()
71 abs(double __x) in _GLIBCXX_VISIBILITY()
72 { return __builtin_fabs(__x); } in _GLIBCXX_VISIBILITY()
75 abs(float __x) in _GLIBCXX_VISIBILITY()
76 { return __builtin_fabsf(__x); } in _GLIBCXX_VISIBILITY()
79 abs(long double __x) in _GLIBCXX_VISIBILITY()
80 { return __builtin_fabsl(__x); } in _GLIBCXX_VISIBILITY()
85 abs(__GLIBCXX_TYPE_INT_N_0 __x) { return __x >= 0 ? __x : -__x; } in _GLIBCXX_VISIBILITY()
89 abs(__GLIBCXX_TYPE_INT_N_1 __x) { return __x >= 0 ? __x : -__x; } in _GLIBCXX_VISIBILITY()
93 abs(__GLIBCXX_TYPE_INT_N_2 __x) { return __x >= 0 ? __x : -__x; } in _GLIBCXX_VISIBILITY()
[all …]
H A Dspecfun.h206 assoc_laguerref(unsigned int __n, unsigned int __m, float __x) in _GLIBCXX_VISIBILITY()
207 { return __detail::__assoc_laguerre<float>(__n, __m, __x); } in _GLIBCXX_VISIBILITY()
216 assoc_laguerrel(unsigned int __n, unsigned int __m, long double __x) in _GLIBCXX_VISIBILITY()
217 { return __detail::__assoc_laguerre<long double>(__n, __m, __x); } in _GLIBCXX_VISIBILITY()
252 assoc_laguerre(unsigned int __n, unsigned int __m, _Tp __x) in _GLIBCXX_VISIBILITY()
255 return __detail::__assoc_laguerre<__type>(__n, __m, __x); in _GLIBCXX_VISIBILITY()
267 assoc_legendref(unsigned int __l, unsigned int __m, float __x) in _GLIBCXX_VISIBILITY()
268 { return __detail::__assoc_legendre_p<float>(__l, __m, __x); } in _GLIBCXX_VISIBILITY()
276 assoc_legendrel(unsigned int __l, unsigned int __m, long double __x) in _GLIBCXX_VISIBILITY()
277 { return __detail::__assoc_legendre_p<long double>(__l, __m, __x); } in _GLIBCXX_VISIBILITY()
[all …]
H A Dfs_fwd.h90 operator&(copy_options __x, copy_options __y) noexcept in _GLIBCXX_VISIBILITY()
94 static_cast<__utype>(__x) & static_cast<__utype>(__y)); in _GLIBCXX_VISIBILITY()
98 operator|(copy_options __x, copy_options __y) noexcept in _GLIBCXX_VISIBILITY()
102 static_cast<__utype>(__x) | static_cast<__utype>(__y)); in _GLIBCXX_VISIBILITY()
106 operator^(copy_options __x, copy_options __y) noexcept in _GLIBCXX_VISIBILITY()
110 static_cast<__utype>(__x) ^ static_cast<__utype>(__y)); in _GLIBCXX_VISIBILITY()
114 operator~(copy_options __x) noexcept in _GLIBCXX_VISIBILITY()
117 return static_cast<copy_options>(~static_cast<__utype>(__x)); in _GLIBCXX_VISIBILITY()
121 operator&=(copy_options& __x, copy_options __y) noexcept in _GLIBCXX_VISIBILITY()
122 { return __x = __x & __y; } in _GLIBCXX_VISIBILITY()
[all …]
H A Dstl_bvector.h77 _Bit_reference(_Bit_type * __x, _Bit_type __y) in _GLIBCXX_VISIBILITY()
78 : _M_p(__x), _M_mask(__y) { } in _GLIBCXX_VISIBILITY()
90 operator=(bool __x) _GLIBCXX_NOEXCEPT in _GLIBCXX_VISIBILITY()
92 if (__x) in _GLIBCXX_VISIBILITY()
100 operator=(const _Bit_reference& __x) _GLIBCXX_NOEXCEPT in _GLIBCXX_VISIBILITY()
101 { return *this = bool(__x); } in _GLIBCXX_VISIBILITY()
104 operator==(const _Bit_reference& __x) const in _GLIBCXX_VISIBILITY()
105 { return bool(*this) == bool(__x); } in _GLIBCXX_VISIBILITY()
108 operator<(const _Bit_reference& __x) const in _GLIBCXX_VISIBILITY()
109 { return !bool(*this) && bool(__x); } in _GLIBCXX_VISIBILITY()
[all …]
H A Dstl_list.h86 swap(_List_node_base& __x, _List_node_base& __y) _GLIBCXX_USE_NOEXCEPT; in _GLIBCXX_VISIBILITY()
113 _List_node_header(_List_node_header&& __x) noexcept in _GLIBCXX_VISIBILITY()
114 : _List_node_base{ __x._M_next, __x._M_prev } in _GLIBCXX_VISIBILITY()
116 , _M_size(__x._M_size) in _GLIBCXX_VISIBILITY()
119 if (__x._M_base()->_M_next == __x._M_base()) in _GLIBCXX_VISIBILITY()
124 __x._M_init(); in _GLIBCXX_VISIBILITY()
129 _M_move_nodes(_List_node_header&& __x) in _GLIBCXX_VISIBILITY()
131 _List_node_base* const __xnode = __x._M_base(); in _GLIBCXX_VISIBILITY()
141 _M_size = __x._M_size; in _GLIBCXX_VISIBILITY()
143 __x._M_init(); in _GLIBCXX_VISIBILITY()
[all …]
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/
H A Dmath.h221 #define fpclassify(__x) (__builtin_fpclassify (FP_NAN, FP_INFINITE, \ argument
223 FP_ZERO, __x))
225 #define isfinite(__x) (__builtin_isfinite (__x)) argument
228 #define isinf(__x) (__builtin_isinf_sign (__x)) argument
231 #define isnan(__x) (__builtin_isnan (__x)) argument
233 #define isnormal(__x) (__builtin_isnormal (__x)) argument
235 #define fpclassify(__x) \ argument
236 ((sizeof(__x) == sizeof(float)) ? __fpclassifyf(__x) : \
237 __fpclassifyd(__x))
244 #define isinf(__x) (fpclassify(__x) == FP_INFINITE) argument
[all …]
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/
H A Dmath.h221 #define fpclassify(__x) (__builtin_fpclassify (FP_NAN, FP_INFINITE, \ argument
223 FP_ZERO, __x))
225 #define isfinite(__x) (__builtin_isfinite (__x)) argument
228 #define isinf(__x) (__builtin_isinf_sign (__x)) argument
231 #define isnan(__x) (__builtin_isnan (__x)) argument
233 #define isnormal(__x) (__builtin_isnormal (__x)) argument
235 #define fpclassify(__x) \ argument
236 ((sizeof(__x) == sizeof(float)) ? __fpclassifyf(__x) : \
237 __fpclassifyd(__x))
244 #define isinf(__x) (fpclassify(__x) == FP_INFINITE) argument
[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/experimental/bits/
H A Dfs_fwd.h97 operator&(copy_options __x, copy_options __y) noexcept in _GLIBCXX_VISIBILITY()
101 static_cast<__utype>(__x) & static_cast<__utype>(__y)); in _GLIBCXX_VISIBILITY()
105 operator|(copy_options __x, copy_options __y) noexcept in _GLIBCXX_VISIBILITY()
109 static_cast<__utype>(__x) | static_cast<__utype>(__y)); in _GLIBCXX_VISIBILITY()
113 operator^(copy_options __x, copy_options __y) noexcept in _GLIBCXX_VISIBILITY()
117 static_cast<__utype>(__x) ^ static_cast<__utype>(__y)); in _GLIBCXX_VISIBILITY()
121 operator~(copy_options __x) noexcept in _GLIBCXX_VISIBILITY()
124 return static_cast<copy_options>(~static_cast<__utype>(__x)); in _GLIBCXX_VISIBILITY()
128 operator&=(copy_options& __x, copy_options __y) noexcept in _GLIBCXX_VISIBILITY()
129 { return __x = __x & __y; } in _GLIBCXX_VISIBILITY()
[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/experimental/bits/
H A Dfs_fwd.h97 operator&(copy_options __x, copy_options __y) noexcept in _GLIBCXX_VISIBILITY()
101 static_cast<__utype>(__x) & static_cast<__utype>(__y)); in _GLIBCXX_VISIBILITY()
105 operator|(copy_options __x, copy_options __y) noexcept in _GLIBCXX_VISIBILITY()
109 static_cast<__utype>(__x) | static_cast<__utype>(__y)); in _GLIBCXX_VISIBILITY()
113 operator^(copy_options __x, copy_options __y) noexcept in _GLIBCXX_VISIBILITY()
117 static_cast<__utype>(__x) ^ static_cast<__utype>(__y)); in _GLIBCXX_VISIBILITY()
121 operator~(copy_options __x) noexcept in _GLIBCXX_VISIBILITY()
124 return static_cast<copy_options>(~static_cast<__utype>(__x)); in _GLIBCXX_VISIBILITY()
128 operator&=(copy_options& __x, copy_options __y) noexcept in _GLIBCXX_VISIBILITY()
129 { return __x = __x & __y; } in _GLIBCXX_VISIBILITY()
[all …]
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/
H A Dbit42 int __ctz(unsigned __x) { return __builtin_ctz(__x); }
45 int __ctz(unsigned long __x) { return __builtin_ctzl(__x); }
48 int __ctz(unsigned long long __x) { return __builtin_ctzll(__x); }
52 int __clz(unsigned __x) { return __builtin_clz(__x); }
55 int __clz(unsigned long __x) { return __builtin_clzl(__x); }
58 int __clz(unsigned long long __x) { return __builtin_clzll(__x); }
62 int __popcount(unsigned __x) { return __builtin_popcount(__x); }
65 int __popcount(unsigned long __x) { return __builtin_popcountl(__x); }
68 int __popcount(unsigned long long __x) { return __builtin_popcountll(__x); }
72 // Precondition: __x != 0
[all …]
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/
H A Dbit42 int __ctz(unsigned __x) { return __builtin_ctz(__x); }
45 int __ctz(unsigned long __x) { return __builtin_ctzl(__x); }
48 int __ctz(unsigned long long __x) { return __builtin_ctzll(__x); }
52 int __clz(unsigned __x) { return __builtin_clz(__x); }
55 int __clz(unsigned long __x) { return __builtin_clzl(__x); }
58 int __clz(unsigned long long __x) { return __builtin_clzll(__x); }
62 int __popcount(unsigned __x) { return __builtin_popcount(__x); }
65 int __popcount(unsigned long __x) { return __builtin_popcountl(__x); }
68 int __popcount(unsigned long long __x) { return __builtin_popcountll(__x); }
72 // Precondition: __x != 0
[all …]

12345678910>>...21