Home
last modified time | relevance | path

Searched defs:__y (Results 1 – 24 of 24) sorted by relevance

/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 Dbeta_function.tcc81 __beta_gamma(_Tp __x, _Tp __y) in __beta_gamma()
129 __beta_lgamma(_Tp __x, _Tp __y) in __beta_lgamma()
160 __beta_product(_Tp __x, _Tp __y) in __beta_product()
191 __beta(_Tp __x, _Tp __y) in __beta()
H A Drandom.tcc327 _UIntType __y = ((_M_x[__k] & __upper_mask) in operator ()() local
335 _UIntType __y = ((_M_x[__k] & __upper_mask) in operator ()() local
341 _UIntType __y = ((_M_x[__n - 1] & __upper_mask) in operator ()() local
1111 const _RealType __y = -std::abs(__n) * _M_sm - 1; in operator ()() local
1120 const _RealType __y = 1 + std::abs(__n) * _M_scx; in operator ()() local
1137 const _RealType __y = _M_d + __v * __2cx / _M_d; in operator ()() local
1336 const _RealType __y = _M_s1 * std::abs(__n); in operator ()() local
1348 const _RealType __y = _M_s2 * std::abs(__n); in operator ()() local
1362 const _RealType __y = _M_d1 + 2 * __s1s * __e1 / _M_d1; in operator ()() local
1373 const _RealType __y = _M_d2 + 2 * __s2s * __e1 / _M_d2; in operator ()() local
[all …]
H A Dell_integral.tcc78 __ellint_rf(_Tp __x, _Tp __y, _Tp __z) in __ellint_rf()
318 __ellint_rd(_Tp __x, _Tp __y, _Tp __z) in __ellint_rd()
498 __ellint_rc(_Tp __x, _Tp __y) in __ellint_rc()
569 __ellint_rj(_Tp __x, _Tp __y, _Tp __z, _Tp __p) in __ellint_rj()
/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 Dbeta_function.tcc81 __beta_gamma(_Tp __x, _Tp __y) in __beta_gamma()
129 __beta_lgamma(_Tp __x, _Tp __y) in __beta_lgamma()
160 __beta_product(_Tp __x, _Tp __y) in __beta_product()
191 __beta(_Tp __x, _Tp __y) in __beta()
H A Drandom.tcc327 _UIntType __y = ((_M_x[__k] & __upper_mask) in operator ()() local
335 _UIntType __y = ((_M_x[__k] & __upper_mask) in operator ()() local
341 _UIntType __y = ((_M_x[__n - 1] & __upper_mask) in operator ()() local
1111 const _RealType __y = -std::abs(__n) * _M_sm - 1; in operator ()() local
1120 const _RealType __y = 1 + std::abs(__n) * _M_scx; in operator ()() local
1137 const _RealType __y = _M_d + __v * __2cx / _M_d; in operator ()() local
1336 const _RealType __y = _M_s1 * std::abs(__n); in operator ()() local
1348 const _RealType __y = _M_s2 * std::abs(__n); in operator ()() local
1362 const _RealType __y = _M_d1 + 2 * __s1s * __e1 / _M_d1; in operator ()() local
1373 const _RealType __y = _M_d2 + 2 * __s2s * __e1 / _M_d2; in operator ()() local
[all …]
H A Dell_integral.tcc78 __ellint_rf(_Tp __x, _Tp __y, _Tp __z) in __ellint_rf()
318 __ellint_rd(_Tp __x, _Tp __y, _Tp __z) in __ellint_rd()
498 __ellint_rc(_Tp __x, _Tp __y) in __ellint_rc()
569 __ellint_rj(_Tp __x, _Tp __y, _Tp __z, _Tp __p) in __ellint_rj()
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/
H A Dmath.h239 #define isfinite(__y) \ argument
270 #define isgreater(__x,__y) (__builtin_isgreater (__x, __y)) argument
271 #define isgreaterequal(__x,__y) (__builtin_isgreaterequal (__x, __y)) argument
272 #define isless(__x,__y) (__builtin_isless (__x, __y)) argument
273 #define islessequal(__x,__y) (__builtin_islessequal (__x, __y)) argument
274 #define islessgreater(__x,__y) (__builtin_islessgreater (__x, __y)) argument
275 #define isunordered(__x,__y) (__builtin_isunordered (__x, __y)) argument
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/
H A Dmath.h239 #define isfinite(__y) \ argument
270 #define isgreater(__x,__y) (__builtin_isgreater (__x, __y)) argument
271 #define isgreaterequal(__x,__y) (__builtin_isgreaterequal (__x, __y)) argument
272 #define isless(__x,__y) (__builtin_isless (__x, __y)) argument
273 #define islessequal(__x,__y) (__builtin_islessequal (__x, __y)) argument
274 #define islessgreater(__x,__y) (__builtin_islessgreater (__x, __y)) argument
275 #define isunordered(__x,__y) (__builtin_isunordered (__x, __y)) argument
/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 Dbase.h200 __binder1st(const _Operation& __x, const _FirstArgumentType& __y) in __binder1st()
228 __binder2nd(const _Operation& __x, const _SecondArgumentType& __y) in __binder2nd()
/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 Dbase.h200 __binder1st(const _Operation& __x, const _FirstArgumentType& __y) in __binder1st()
228 __binder2nd(const _Operation& __x, const _SecondArgumentType& __y) in __binder2nd()
/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 Drandom.tcc403 _UIntType __y = ((_M_x[__k] & __upper_mask) in _M_gen_rand() local
411 _UIntType __y = ((_M_x[__k] & __upper_mask) in _M_gen_rand() local
417 _UIntType __y = ((_M_x[__n - 1] & __upper_mask) in _M_gen_rand() local
1114 const double __y = _M_gd(__urng); in operator ()() local
1131 const double __y = in operator ()() local
1149 const double __y = _M_gd(__urng); in __generate_impl() local
1172 const double __y = _M_gd(__urng, __p2); in __generate_impl() local
1311 const double __y = -std::abs(__n) * __param._M_sm - 1; in operator ()() local
1320 const double __y = 1 + std::abs(__n) * __param._M_scx; in operator ()() local
1341 const double __y = __param._M_d in operator ()() local
[all …]
H A Drange_cmp.h127 auto __y = reinterpret_cast<__UINTPTR_TYPE__>( in _GLIBCXX_VISIBILITY() local
/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 Drandom.tcc403 _UIntType __y = ((_M_x[__k] & __upper_mask) in _M_gen_rand() local
411 _UIntType __y = ((_M_x[__k] & __upper_mask) in _M_gen_rand() local
417 _UIntType __y = ((_M_x[__n - 1] & __upper_mask) in _M_gen_rand() local
1114 const double __y = _M_gd(__urng); in operator ()() local
1131 const double __y = in operator ()() local
1149 const double __y = _M_gd(__urng); in __generate_impl() local
1172 const double __y = _M_gd(__urng, __p2); in __generate_impl() local
1311 const double __y = -std::abs(__n) * __param._M_sm - 1; in operator ()() local
1320 const double __y = 1 + std::abs(__n) * __param._M_scx; in operator ()() local
1341 const double __y = __param._M_d in operator ()() local
[all …]
H A Drange_cmp.h127 auto __y = reinterpret_cast<__UINTPTR_TYPE__>( in _GLIBCXX_VISIBILITY() local
/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 Drandom.tcc253 uint32_t __y[4]; in __recursion() local
424 result_type __x, __y; in operator ()() local
452 result_type __x, __y; in __generate_impl() local
740 result_type __y = this->_M_ndy(__py, __urng); in __generate_impl() local
935 result_type __y = this->_M_gd2(__urng); in operator ()() local
950 result_type __y = this->_M_gd2(__p2, __urng); in operator ()() local
972 result_type __y = this->_M_gd2(__p2, __urng); in __generate_impl() local
1101 result_type __y = this->_M_ed(__urng); in operator ()() local
1119 result_type __y = this->_M_ed(__urng); in operator ()() local
1146 result_type __y = this->_M_ed(__urng); in __generate_impl() local
/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 Drandom.tcc253 uint32_t __y[4]; in __recursion() local
424 result_type __x, __y; in operator ()() local
452 result_type __x, __y; in __generate_impl() local
740 result_type __y = this->_M_ndy(__py, __urng); in __generate_impl() local
935 result_type __y = this->_M_gd2(__urng); in operator ()() local
950 result_type __y = this->_M_gd2(__p2, __urng); in operator ()() local
972 result_type __y = this->_M_gd2(__p2, __urng); in __generate_impl() local
1101 result_type __y = this->_M_ed(__urng); in operator ()() local
1119 result_type __y = this->_M_ed(__urng); in operator ()() local
1146 result_type __y = this->_M_ed(__urng); in __generate_impl() local
/OK3568_Linux_fs/kernel/drivers/media/dvb-frontends/
H A Dstv090x_reg.h773 #define STV090x_Px_AGCIQINy(__x, __y) (0xF40F - (__x-1) * 0x200 - __y * 0x1) argument
943 #define STV090x_Px_AGC2Iy(__x, __y) (0xF437 - (__x - 1) * 0x200 - __y * 0x1) argument
1009 #define STV090x_Pn_CFRUPy(__x, __y) (0xF443 - (__x - 1) * 0x200 - __y * 0x1) argument
1017 #define STV090x_Pn_CFRLOWy(__x, __y) (0xF447 - (__x - 1) * 0x200 - __y * 0x1) argument
1025 #define STV090x_Pn_CFRINITy(__x, __y) (0xF449 - (__x - 1) * 0x200 - __y * 0x1) argument
1045 #define STV090x_Pn_CFRy(__x, __y) (0xF44E - (__x - 1) * 0x200 - __y * 0x1) argument
1167 #define STV090x_Px_SFRy(__x, __y) (0xF467 - (__x-1) * 0x200 - __y) argument
1197 #define STV090x_Px_TMGLOCKy(__x, __y) (0xF46C - (__x - 1) * 0x200 - __y * 0x1) argument
1219 #define STV090x_Px_EQUAIy(__x, __y) (0xf470 - (__x-1) * 0x200 + 2 * (__y-1)) argument
1240 #define STV090x_Px_EQUAQy(__x, __y) (0xf471 - (__x-1) * 0x200 + 2 * (__y-1)) argument
[all …]
H A Dstv6110x_priv.h20 #define dprintk(__y, __z, format, arg...) do { \ argument
H A Disl6423.c30 #define dprintk(__y, __z, format, arg...) do { \ argument
H A Dstv090x_priv.h21 #define dprintk(__y, __z, format, arg...) do { \ argument
/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 Dopt_random.h84 __Uint32x4_t __y = (__b >> __sr1); in _GLIBCXX_VISIBILITY() local
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/machine/
H A Dieeefp.h131 #define isfinite(__y) \ argument
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/machine/
H A Dieeefp.h131 #define isfinite(__y) \ argument
/OK3568_Linux_fs/kernel/drivers/staging/media/sunxi/cedrus/
H A Dcedrus_regs.h97 #define VE_DEC_MPEG_MP12HDR_F_CODE(__x, __y, __v) \ argument