| /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 D | complex | 144 _GLIBCXX_CONSTEXPR complex(const complex<_Up>& __z) 145 : _M_real(__z.real()), _M_imag(__z.imag()) { } 270 complex<_Tp>::operator=(const complex<_Up>& __z) 272 _M_real = __z.real(); 273 _M_imag = __z.imag(); 281 complex<_Tp>::operator+=(const complex<_Up>& __z) 283 _M_real += __z.real(); 284 _M_imag += __z.imag(); 292 complex<_Tp>::operator-=(const complex<_Up>& __z) 294 _M_real -= __z.real(); [all …]
|
| H A D | cmath | 1398 fma(float __x, float __y, float __z) 1399 { return __builtin_fmaf(__x, __y, __z); } 1402 fma(long double __x, long double __y, long double __z) 1403 { return __builtin_fmal(__x, __y, __z); } 1409 fma(_Tp __x, _Up __y, _Vp __z) 1412 return fma(__type(__x), __type(__y), __type(__z)); 1854 __hypot3(_Tp __x, _Tp __y, _Tp __z) 1858 __z = std::abs(__z); 1859 if (_Tp __a = __x < __y ? __y < __z ? __z : __y : __x < __z ? __z : __x) 1862 + (__z / __a) * (__z / __a)); [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 D | complex | 144 _GLIBCXX_CONSTEXPR complex(const complex<_Up>& __z) 145 : _M_real(__z.real()), _M_imag(__z.imag()) { } 270 complex<_Tp>::operator=(const complex<_Up>& __z) 272 _M_real = __z.real(); 273 _M_imag = __z.imag(); 281 complex<_Tp>::operator+=(const complex<_Up>& __z) 283 _M_real += __z.real(); 284 _M_imag += __z.imag(); 292 complex<_Tp>::operator-=(const complex<_Up>& __z) 294 _M_real -= __z.real(); [all …]
|
| H A D | cmath | 1398 fma(float __x, float __y, float __z) 1399 { return __builtin_fmaf(__x, __y, __z); } 1402 fma(long double __x, long double __y, long double __z) 1403 { return __builtin_fmal(__x, __y, __z); } 1409 fma(_Tp __x, _Up __y, _Vp __z) 1412 return fma(__type(__x), __type(__y), __type(__z)); 1854 __hypot3(_Tp __x, _Tp __y, _Tp __z) 1858 __z = std::abs(__z); 1859 if (_Tp __a = __x < __y ? __y < __z ? __z : __y : __x < __z ? __z : __x) 1862 + (__z / __a) * (__z / __a)); [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 D | complex | 69 __complex_acos(const std::complex<_Tp>& __z) 71 const std::complex<_Tp> __t = std::tr1::asin(__z); 78 __complex_acos(__complex__ float __z) 79 { return __builtin_cacosf(__z); } 82 __complex_acos(__complex__ double __z) 83 { return __builtin_cacos(__z); } 86 __complex_acos(const __complex__ long double& __z) 87 { return __builtin_cacosl(__z); } 91 acos(const std::complex<_Tp>& __z) 92 { return __complex_acos(__z.__rep()); } [all …]
|
| H A D | ell_integral.tcc | 78 __ellint_rf(_Tp __x, _Tp __y, _Tp __z) in __ellint_rf() argument 85 if (__x < _Tp(0) || __y < _Tp(0) || __z < _Tp(0)) in __ellint_rf() 88 else if (__x + __y < __lolim || __x + __z < __lolim in __ellint_rf() 89 || __y + __z < __lolim) in __ellint_rf() 101 _Tp __zn = __z; in __ellint_rf() 318 __ellint_rd(_Tp __x, _Tp __y, _Tp __z) in __ellint_rd() argument 330 else if (__x + __y < __lolim || __z < __lolim) in __ellint_rd() 343 _Tp __zn = __z; in __ellint_rd() 569 __ellint_rj(_Tp __x, _Tp __y, _Tp __z, _Tp __p) in __ellint_rj() argument 577 if (__x < _Tp(0) || __y < _Tp(0) || __z < _Tp(0)) in __ellint_rj() [all …]
|
| H A D | modified_bessel_func.tcc | 379 const _Tp __z = _Tp(2) * __absx * __rootx / _Tp(3); in __airy() local 385 else if (__z == _S_inf) in __airy() 390 else if (__z == -_S_inf) in __airy() 396 __bessel_ik(_Tp(1) / _Tp(3), __z, __I_nu, __K_nu, __Ip_nu, __Kp_nu); in __airy() 403 __bessel_ik(_Tp(2) / _Tp(3), __z, __I_nu, __K_nu, __Ip_nu, __Kp_nu); in __airy() 415 __bessel_jn(_Tp(1) / _Tp(3), __z, __J_nu, __N_nu, __Jp_nu, __Np_nu); in __airy() 421 __bessel_jn(_Tp(2) / _Tp(3), __z, __J_nu, __N_nu, __Jp_nu, __Np_nu); in __airy()
|
| H A D | random.tcc | 349 result_type __z = _M_x[_M_p++]; in operator ()() local 350 __z ^= (__z >> __u); in operator ()() 351 __z ^= (__z << __s) & __b; in operator ()() 352 __z ^= (__z << __t) & __c; in operator ()() 353 __z ^= (__z >> __l); in operator ()() 355 return __z; in operator ()() 1394 const _IntType __z = _M_waiting(__urng, _M_t - _IntType(__x)); in operator ()() local 1395 __ret = _IntType(__x) + __z; in operator ()() 1663 const result_type __z = __u * __v * __v; in operator ()() local 1666 __reject = __r < result_type(4.5) * __z - __k; in operator ()() [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 D | complex | 69 __complex_acos(const std::complex<_Tp>& __z) 71 const std::complex<_Tp> __t = std::tr1::asin(__z); 78 __complex_acos(__complex__ float __z) 79 { return __builtin_cacosf(__z); } 82 __complex_acos(__complex__ double __z) 83 { return __builtin_cacos(__z); } 86 __complex_acos(const __complex__ long double& __z) 87 { return __builtin_cacosl(__z); } 91 acos(const std::complex<_Tp>& __z) 92 { return __complex_acos(__z.__rep()); } [all …]
|
| H A D | ell_integral.tcc | 78 __ellint_rf(_Tp __x, _Tp __y, _Tp __z) in __ellint_rf() argument 85 if (__x < _Tp(0) || __y < _Tp(0) || __z < _Tp(0)) in __ellint_rf() 88 else if (__x + __y < __lolim || __x + __z < __lolim in __ellint_rf() 89 || __y + __z < __lolim) in __ellint_rf() 101 _Tp __zn = __z; in __ellint_rf() 318 __ellint_rd(_Tp __x, _Tp __y, _Tp __z) in __ellint_rd() argument 330 else if (__x + __y < __lolim || __z < __lolim) in __ellint_rd() 343 _Tp __zn = __z; in __ellint_rd() 569 __ellint_rj(_Tp __x, _Tp __y, _Tp __z, _Tp __p) in __ellint_rj() argument 577 if (__x < _Tp(0) || __y < _Tp(0) || __z < _Tp(0)) in __ellint_rj() [all …]
|
| H A D | modified_bessel_func.tcc | 379 const _Tp __z = _Tp(2) * __absx * __rootx / _Tp(3); in __airy() local 385 else if (__z == _S_inf) in __airy() 390 else if (__z == -_S_inf) in __airy() 396 __bessel_ik(_Tp(1) / _Tp(3), __z, __I_nu, __K_nu, __Ip_nu, __Kp_nu); in __airy() 403 __bessel_ik(_Tp(2) / _Tp(3), __z, __I_nu, __K_nu, __Ip_nu, __Kp_nu); in __airy() 415 __bessel_jn(_Tp(1) / _Tp(3), __z, __J_nu, __N_nu, __Jp_nu, __Np_nu); in __airy() 421 __bessel_jn(_Tp(2) / _Tp(3), __z, __J_nu, __N_nu, __Jp_nu, __Np_nu); in __airy()
|
| H A D | random.tcc | 349 result_type __z = _M_x[_M_p++]; in operator ()() local 350 __z ^= (__z >> __u); in operator ()() 351 __z ^= (__z << __s) & __b; in operator ()() 352 __z ^= (__z << __t) & __c; in operator ()() 353 __z ^= (__z >> __l); in operator ()() 355 return __z; in operator ()() 1394 const _IntType __z = _M_waiting(__urng, _M_t - _IntType(__x)); in operator ()() local 1395 __ret = _IntType(__x) + __z; in operator ()() 1663 const result_type __z = __u * __v * __v; in operator ()() local 1666 __reject = __r < result_type(4.5) * __z - __k; in operator ()() [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 D | cmathcalls.h | 55 __MATHCALL (cacos, (_Mdouble_complex_ __z)); 57 __MATHCALL (casin, (_Mdouble_complex_ __z)); 59 __MATHCALL (catan, (_Mdouble_complex_ __z)); 62 __MATHCALL (ccos, (_Mdouble_complex_ __z)); 64 __MATHCALL (csin, (_Mdouble_complex_ __z)); 66 __MATHCALL (ctan, (_Mdouble_complex_ __z)); 72 __MATHCALL (cacosh, (_Mdouble_complex_ __z)); 74 __MATHCALL (casinh, (_Mdouble_complex_ __z)); 76 __MATHCALL (catanh, (_Mdouble_complex_ __z)); 79 __MATHCALL (ccosh, (_Mdouble_complex_ __z)); [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 D | cmathcalls.h | 55 __MATHCALL (cacos, (_Mdouble_complex_ __z)); 57 __MATHCALL (casin, (_Mdouble_complex_ __z)); 59 __MATHCALL (catan, (_Mdouble_complex_ __z)); 62 __MATHCALL (ccos, (_Mdouble_complex_ __z)); 64 __MATHCALL (csin, (_Mdouble_complex_ __z)); 66 __MATHCALL (ctan, (_Mdouble_complex_ __z)); 72 __MATHCALL (cacosh, (_Mdouble_complex_ __z)); 74 __MATHCALL (casinh, (_Mdouble_complex_ __z)); 76 __MATHCALL (catanh, (_Mdouble_complex_ __z)); 79 __MATHCALL (ccosh, (_Mdouble_complex_ __z)); [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 D | decimal | 243 decimal32(int __z) : __val(__z) {} 244 decimal32(unsigned int __z) : __val(__z) {} 245 decimal32(long __z) : __val(__z) {} 246 decimal32(unsigned long __z) : __val(__z) {} 247 decimal32(long long __z) : __val(__z) {} 248 decimal32(unsigned long long __z) : __val(__z) {} 251 decimal32(__decfloat32 __z) : __val(__z) {} 329 decimal64(int __z) : __val(__z) {} 330 decimal64(unsigned int __z) : __val(__z) {} 331 decimal64(long __z) : __val(__z) {} [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 D | decimal | 243 decimal32(int __z) : __val(__z) {} 244 decimal32(unsigned int __z) : __val(__z) {} 245 decimal32(long __z) : __val(__z) {} 246 decimal32(unsigned long __z) : __val(__z) {} 247 decimal32(long long __z) : __val(__z) {} 248 decimal32(unsigned long long __z) : __val(__z) {} 251 decimal32(__decfloat32 __z) : __val(__z) {} 329 decimal64(int __z) : __val(__z) {} 330 decimal64(unsigned int __z) : __val(__z) {} 331 decimal64(long __z) : __val(__z) {} [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/aarch64-none-linux-gnu/ext/ |
| H A D | opt_random.h | 85 __Uint32x4_t __z = __aarch64_lsr_128 ((__Uint8x16_t) __c, __sr2); in _GLIBCXX_VISIBILITY() local 89 __z = __z ^ __a; in _GLIBCXX_VISIBILITY() 90 __z = __z ^ __v; in _GLIBCXX_VISIBILITY() 95 __z = __z ^ __x; in _GLIBCXX_VISIBILITY() 96 return __z ^ __y; in _GLIBCXX_VISIBILITY()
|
| /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 D | stl_tree.h | 415 _Rb_tree_rebalance_for_erase(_Rb_tree_node_base* const __z, in _GLIBCXX_VISIBILITY() 861 _M_insert_node(_Base_ptr __x, _Base_ptr __y, _Link_type __z); in _GLIBCXX_VISIBILITY() 872 _M_insert_lower_node(_Base_ptr __p, _Link_type __z); in _GLIBCXX_VISIBILITY() 875 _M_insert_equal_lower_node(_Link_type __z); in _GLIBCXX_VISIBILITY() 1818 _Link_type __z = __node_gen(_GLIBCXX_FORWARD(_Arg, __v)); in _GLIBCXX_VISIBILITY() 1820 _Rb_tree_insert_and_rebalance(__insert_left, __z, __p, in _GLIBCXX_VISIBILITY() 1823 return iterator(__z); in _GLIBCXX_VISIBILITY() 1843 _Link_type __z = _M_create_node(_GLIBCXX_FORWARD(_Arg, __v)); in _GLIBCXX_VISIBILITY() 1845 _Rb_tree_insert_and_rebalance(__insert_left, __z, __p, in _GLIBCXX_VISIBILITY() 1848 return iterator(__z); 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 D | stl_tree.h | 415 _Rb_tree_rebalance_for_erase(_Rb_tree_node_base* const __z, in _GLIBCXX_VISIBILITY() 861 _M_insert_node(_Base_ptr __x, _Base_ptr __y, _Link_type __z); in _GLIBCXX_VISIBILITY() 872 _M_insert_lower_node(_Base_ptr __p, _Link_type __z); in _GLIBCXX_VISIBILITY() 875 _M_insert_equal_lower_node(_Link_type __z); in _GLIBCXX_VISIBILITY() 1818 _Link_type __z = __node_gen(_GLIBCXX_FORWARD(_Arg, __v)); in _GLIBCXX_VISIBILITY() 1820 _Rb_tree_insert_and_rebalance(__insert_left, __z, __p, in _GLIBCXX_VISIBILITY() 1823 return iterator(__z); in _GLIBCXX_VISIBILITY() 1843 _Link_type __z = _M_create_node(_GLIBCXX_FORWARD(_Arg, __v)); in _GLIBCXX_VISIBILITY() 1845 _Rb_tree_insert_and_rebalance(__insert_left, __z, __p, in _GLIBCXX_VISIBILITY() 1848 return iterator(__z); in _GLIBCXX_VISIBILITY() [all …]
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/ |
| H A D | complex | 258 template<class _Tp> complex<_Tp> operator*(const complex<_Tp>& __z, const complex<_Tp>& __w); 591 operator*(const complex<_Tp>& __z, const complex<_Tp>& __w) 593 _Tp __a = __z.real(); 594 _Tp __b = __z.imag(); 670 operator/(const complex<_Tp>& __z, const complex<_Tp>& __w) 673 _Tp __a = __z.real(); 674 _Tp __b = __z.imag(); 1165 complex<_Tp> __z = log(__x + sqrt(__sqr(__x) + _Tp(1))); 1166 return complex<_Tp>(copysign(__z.real(), __x.real()), copysign(__z.imag(), __x.imag())); 1199 complex<_Tp> __z = log(__x + sqrt(__sqr(__x) - _Tp(1))); [all …]
|
| H A D | utility | 1086 const uint32_t __z = __len + (static_cast<uint32_t>(__c) << 2); 1087 return __shift_mix(__y * __k2 ^ __z * __k3) * __k2; 1106 _Size __w, _Size __x, _Size __y, _Size __z, _Size __a, _Size __b) 1110 __b = __rotate(__b + __a + __z, 21); 1115 return pair<_Size, _Size>(__a + __z, __b + __c); 1135 _Size __z = __loadword<_Size>(__s + 24); 1138 _Size __b = __rotate(__a + __z, 52); 1143 _Size __vf = __a + __z; 1146 __z += __loadword<_Size>(__s + __len - 8); 1147 __b = __rotate(__a + __z, 52); [all …]
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/ |
| H A D | complex | 258 template<class _Tp> complex<_Tp> operator*(const complex<_Tp>& __z, const complex<_Tp>& __w); 591 operator*(const complex<_Tp>& __z, const complex<_Tp>& __w) 593 _Tp __a = __z.real(); 594 _Tp __b = __z.imag(); 670 operator/(const complex<_Tp>& __z, const complex<_Tp>& __w) 673 _Tp __a = __z.real(); 674 _Tp __b = __z.imag(); 1165 complex<_Tp> __z = log(__x + sqrt(__sqr(__x) + _Tp(1))); 1166 return complex<_Tp>(copysign(__z.real(), __x.real()), copysign(__z.imag(), __x.imag())); 1199 complex<_Tp> __z = log(__x + sqrt(__sqr(__x) - _Tp(1))); [all …]
|
| H A D | utility | 1086 const uint32_t __z = __len + (static_cast<uint32_t>(__c) << 2); 1087 return __shift_mix(__y * __k2 ^ __z * __k3) * __k2; 1106 _Size __w, _Size __x, _Size __y, _Size __z, _Size __a, _Size __b) 1110 __b = __rotate(__b + __a + __z, 21); 1115 return pair<_Size, _Size>(__a + __z, __b + __c); 1135 _Size __z = __loadword<_Size>(__s + 24); 1138 _Size __b = __rotate(__a + __z, 52); 1143 _Size __vf = __a + __z; 1146 __z += __loadword<_Size>(__s + __len - 8); 1147 __b = __rotate(__a + __z, 52); [all …]
|
| /OK3568_Linux_fs/kernel/drivers/media/dvb-frontends/ |
| H A D | stv6110x_priv.h | 20 #define dprintk(__y, __z, format, arg...) do { \ argument 21 if (__z) { \
|
| H A D | stv090x_priv.h | 21 #define dprintk(__y, __z, format, arg...) do { \ argument 22 if (__z) { \
|