| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/include/ |
| H A D | arm_acle.h | 184 __sxtab16 (int16x2_t __a, int8x4_t __b) in __sxtab16() argument 186 return __builtin_arm_sxtab16 (__a, __b); in __sxtab16() 198 __uxtab16 (uint16x2_t __a, uint8x4_t __b) in __uxtab16() argument 200 return __builtin_arm_uxtab16 (__a, __b); in __uxtab16() 212 __qadd8 (int8x4_t __a, int8x4_t __b) in __qadd8() argument 214 return __builtin_arm_qadd8 (__a, __b); in __qadd8() 219 __qsub8 (int8x4_t __a, int8x4_t __b) in __qsub8() argument 221 return __builtin_arm_qsub8 (__a, __b); in __qsub8() 226 __shadd8 (int8x4_t __a, int8x4_t __b) in __shadd8() argument 228 return __builtin_arm_shadd8 (__a, __b); in __shadd8() [all …]
|
| H A D | arm_neon.h | 531 vadd_s8 (int8x8_t __a, int8x8_t __b) in vadd_s8() argument 533 return __a + __b; in vadd_s8() 538 vadd_s16 (int16x4_t __a, int16x4_t __b) in vadd_s16() argument 540 return __a + __b; in vadd_s16() 545 vadd_s32 (int32x2_t __a, int32x2_t __b) in vadd_s32() argument 547 return __a + __b; in vadd_s32() 552 vadd_f32 (float32x2_t __a, float32x2_t __b) in vadd_f32() argument 555 return __a + __b; in vadd_f32() 557 return (float32x2_t) __builtin_neon_vaddv2sf (__a, __b); in vadd_f32() 563 vadd_u8 (uint8x8_t __a, uint8x8_t __b) in vadd_u8() argument [all …]
|
| H A D | arm_mve.h | 56 #define vcmpneq(__a, __b) __arm_vcmpneq(__a, __b) argument 57 #define vshlq(__a, __b) __arm_vshlq(__a, __b) argument 58 #define vsubq(__a, __b) __arm_vsubq(__a, __b) argument 59 #define vrmulhq(__a, __b) __arm_vrmulhq(__a, __b) argument 60 #define vrhaddq(__a, __b) __arm_vrhaddq(__a, __b) argument 61 #define vqsubq(__a, __b) __arm_vqsubq(__a, __b) argument 62 #define vqaddq(__a, __b) __arm_vqaddq(__a, __b) argument 63 #define vorrq(__a, __b) __arm_vorrq(__a, __b) argument 64 #define vornq(__a, __b) __arm_vornq(__a, __b) argument 65 #define vmulq(__a, __b) __arm_vmulq(__a, __b) argument [all …]
|
| H A D | arm_fp16.h | 51 vaddh_f16 (float16_t __a, float16_t __b) in vaddh_f16() argument 53 return __a + __b; in vaddh_f16() 81 vcvth_n_f16_s32 (int32_t __a, const int __b) in vcvth_n_f16_s32() argument 83 return __builtin_neon_vcvths_nhf (__a, __b); in vcvth_n_f16_s32() 87 vcvth_n_f16_u32 (uint32_t __a, const int __b) in vcvth_n_f16_u32() argument 89 return __builtin_neon_vcvthu_nhf ((int32_t)__a, __b); in vcvth_n_f16_u32() 93 vcvth_n_s32_f16 (float16_t __a, const int __b) in vcvth_n_s32_f16() argument 95 return __builtin_neon_vcvths_nsi (__a, __b); in vcvth_n_s32_f16() 99 vcvth_n_u32_f16 (float16_t __a, const int __b) in vcvth_n_u32_f16() argument 101 return (uint32_t)__builtin_neon_vcvthu_nsi (__a, __b); in vcvth_n_u32_f16() [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/include/ |
| H A D | arm_neon.h | 530 #define __aarch64_vdup_lane_any(__size, __q, __a, __b) \ argument 531 vdup##__q##_n_##__size (__aarch64_vget_lane_any (__a, __b)) 533 #define __aarch64_vdup_lane_f16(__a, __b) \ argument 534 __aarch64_vdup_lane_any (f16, , __a, __b) 535 #define __aarch64_vdup_lane_f32(__a, __b) \ argument 536 __aarch64_vdup_lane_any (f32, , __a, __b) 537 #define __aarch64_vdup_lane_f64(__a, __b) \ argument 538 __aarch64_vdup_lane_any (f64, , __a, __b) 539 #define __aarch64_vdup_lane_p8(__a, __b) \ argument 540 __aarch64_vdup_lane_any (p8, , __a, __b) [all …]
|
| H A D | arm_fp16.h | 366 vaddh_f16 (float16_t __a, float16_t __b) in vaddh_f16() argument 368 return __a + __b; in vaddh_f16() 372 vabdh_f16 (float16_t __a, float16_t __b) in vabdh_f16() argument 374 return __builtin_aarch64_fabdhf (__a, __b); in vabdh_f16() 378 vcageh_f16 (float16_t __a, float16_t __b) in vcageh_f16() argument 380 return __builtin_aarch64_facgehf_uss (__a, __b); in vcageh_f16() 384 vcagth_f16 (float16_t __a, float16_t __b) in vcagth_f16() argument 386 return __builtin_aarch64_facgthf_uss (__a, __b); in vcagth_f16() 390 vcaleh_f16 (float16_t __a, float16_t __b) in vcaleh_f16() argument 392 return __builtin_aarch64_faclehf_uss (__a, __b); in vcaleh_f16() [all …]
|
| H A D | arm_acle.h | 104 __crc32b (uint32_t __a, uint8_t __b) in __crc32b() argument 106 return __builtin_aarch64_crc32b (__a, __b); in __crc32b() 110 __crc32cb (uint32_t __a, uint8_t __b) in __crc32cb() argument 112 return __builtin_aarch64_crc32cb (__a, __b); in __crc32cb() 116 __crc32ch (uint32_t __a, uint16_t __b) in __crc32ch() argument 118 return __builtin_aarch64_crc32ch (__a, __b); in __crc32ch() 122 __crc32cw (uint32_t __a, uint32_t __b) in __crc32cw() argument 124 return __builtin_aarch64_crc32cw (__a, __b); in __crc32cw() 128 __crc32cd (uint32_t __a, uint64_t __b) in __crc32cd() argument 130 return __builtin_aarch64_crc32cx (__a, __b); in __crc32cd() [all …]
|
| /OK3568_Linux_fs/kernel/tools/include/linux/ |
| H A D | overflow.h | 51 typeof(b) __b = (b); \ 53 (void) (&__a == &__b); \ 55 __builtin_add_overflow(__a, __b, __d); \ 60 typeof(b) __b = (b); \ 62 (void) (&__a == &__b); \ 64 __builtin_sub_overflow(__a, __b, __d); \ 69 typeof(b) __b = (b); \ 71 (void) (&__a == &__b); \ 73 __builtin_mul_overflow(__a, __b, __d); \ 82 typeof(b) __b = (b); \ [all …]
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | overflow.h | 68 typeof(b) __b = (b); \ 70 (void) (&__a == &__b); \ 72 __builtin_add_overflow(__a, __b, __d); \ 77 typeof(b) __b = (b); \ 79 (void) (&__a == &__b); \ 81 __builtin_sub_overflow(__a, __b, __d); \ 86 typeof(b) __b = (b); \ 88 (void) (&__a == &__b); \ 90 __builtin_mul_overflow(__a, __b, __d); \ 99 typeof(b) __b = (b); \ [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 D | valarray_array.h | 73 _S_do_it(_Tp* __b, _Tp* __e) in _GLIBCXX_VISIBILITY() 75 while (__b != __e) in _GLIBCXX_VISIBILITY() 76 new(__b++) _Tp(); in _GLIBCXX_VISIBILITY() 85 _S_do_it(_Tp* __b, _Tp* __e) in _GLIBCXX_VISIBILITY() 86 { __builtin_memset(__b, 0, (__e - __b) * sizeof(_Tp)); } in _GLIBCXX_VISIBILITY() 91 __valarray_default_construct(_Tp* __b, _Tp* __e) in _GLIBCXX_VISIBILITY() 93 _Array_default_ctor<_Tp, __is_scalar<_Tp>::__value>::_S_do_it(__b, __e); in _GLIBCXX_VISIBILITY() 105 _S_do_it(_Tp* __b, _Tp* __e, const _Tp __t) in _GLIBCXX_VISIBILITY() 107 while (__b != __e) in _GLIBCXX_VISIBILITY() 108 new(__b++) _Tp(__t); in _GLIBCXX_VISIBILITY() [all …]
|
| H A D | regex_constants.h | 183 operator&(syntax_option_type __a, syntax_option_type __b) in _GLIBCXX_VISIBILITY() 186 & static_cast<unsigned int>(__b)); in _GLIBCXX_VISIBILITY() 190 operator|(syntax_option_type __a, syntax_option_type __b) in _GLIBCXX_VISIBILITY() 193 | static_cast<unsigned int>(__b)); in _GLIBCXX_VISIBILITY() 197 operator^(syntax_option_type __a, syntax_option_type __b) in _GLIBCXX_VISIBILITY() 200 ^ static_cast<unsigned int>(__b)); in _GLIBCXX_VISIBILITY() 208 operator&=(syntax_option_type& __a, syntax_option_type __b) in _GLIBCXX_VISIBILITY() 209 { return __a = __a & __b; } in _GLIBCXX_VISIBILITY() 212 operator|=(syntax_option_type& __a, syntax_option_type __b) in _GLIBCXX_VISIBILITY() 213 { return __a = __a | __b; } in _GLIBCXX_VISIBILITY() [all …]
|
| H A D | ios_base.h | 83 operator&(_Ios_Fmtflags __a, _Ios_Fmtflags __b) in _GLIBCXX_VISIBILITY() 84 { return _Ios_Fmtflags(static_cast<int>(__a) & static_cast<int>(__b)); } in _GLIBCXX_VISIBILITY() 87 operator|(_Ios_Fmtflags __a, _Ios_Fmtflags __b) in _GLIBCXX_VISIBILITY() 88 { return _Ios_Fmtflags(static_cast<int>(__a) | static_cast<int>(__b)); } in _GLIBCXX_VISIBILITY() 91 operator^(_Ios_Fmtflags __a, _Ios_Fmtflags __b) in _GLIBCXX_VISIBILITY() 92 { return _Ios_Fmtflags(static_cast<int>(__a) ^ static_cast<int>(__b)); } in _GLIBCXX_VISIBILITY() 99 operator|=(_Ios_Fmtflags& __a, _Ios_Fmtflags __b) in _GLIBCXX_VISIBILITY() 100 { return __a = __a | __b; } in _GLIBCXX_VISIBILITY() 103 operator&=(_Ios_Fmtflags& __a, _Ios_Fmtflags __b) in _GLIBCXX_VISIBILITY() 104 { return __a = __a & __b; } 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 | valarray_array.h | 73 _S_do_it(_Tp* __b, _Tp* __e) in _GLIBCXX_VISIBILITY() 75 while (__b != __e) in _GLIBCXX_VISIBILITY() 76 new(__b++) _Tp(); in _GLIBCXX_VISIBILITY() 85 _S_do_it(_Tp* __b, _Tp* __e) in _GLIBCXX_VISIBILITY() 86 { __builtin_memset(__b, 0, (__e - __b) * sizeof(_Tp)); } in _GLIBCXX_VISIBILITY() 91 __valarray_default_construct(_Tp* __b, _Tp* __e) in _GLIBCXX_VISIBILITY() 93 _Array_default_ctor<_Tp, __is_scalar<_Tp>::__value>::_S_do_it(__b, __e); in _GLIBCXX_VISIBILITY() 105 _S_do_it(_Tp* __b, _Tp* __e, const _Tp __t) in _GLIBCXX_VISIBILITY() 107 while (__b != __e) in _GLIBCXX_VISIBILITY() 108 new(__b++) _Tp(__t); in _GLIBCXX_VISIBILITY() [all …]
|
| H A D | regex_constants.h | 183 operator&(syntax_option_type __a, syntax_option_type __b) in _GLIBCXX_VISIBILITY() 186 & static_cast<unsigned int>(__b)); in _GLIBCXX_VISIBILITY() 190 operator|(syntax_option_type __a, syntax_option_type __b) in _GLIBCXX_VISIBILITY() 193 | static_cast<unsigned int>(__b)); in _GLIBCXX_VISIBILITY() 197 operator^(syntax_option_type __a, syntax_option_type __b) in _GLIBCXX_VISIBILITY() 200 ^ static_cast<unsigned int>(__b)); in _GLIBCXX_VISIBILITY() 208 operator&=(syntax_option_type& __a, syntax_option_type __b) in _GLIBCXX_VISIBILITY() 209 { return __a = __a & __b; } in _GLIBCXX_VISIBILITY() 212 operator|=(syntax_option_type& __a, syntax_option_type __b) in _GLIBCXX_VISIBILITY() 213 { return __a = __a | __b; } in _GLIBCXX_VISIBILITY() [all …]
|
| H A D | ios_base.h | 83 operator&(_Ios_Fmtflags __a, _Ios_Fmtflags __b) in _GLIBCXX_VISIBILITY() 84 { return _Ios_Fmtflags(static_cast<int>(__a) & static_cast<int>(__b)); } in _GLIBCXX_VISIBILITY() 87 operator|(_Ios_Fmtflags __a, _Ios_Fmtflags __b) in _GLIBCXX_VISIBILITY() 88 { return _Ios_Fmtflags(static_cast<int>(__a) | static_cast<int>(__b)); } in _GLIBCXX_VISIBILITY() 91 operator^(_Ios_Fmtflags __a, _Ios_Fmtflags __b) in _GLIBCXX_VISIBILITY() 92 { return _Ios_Fmtflags(static_cast<int>(__a) ^ static_cast<int>(__b)); } in _GLIBCXX_VISIBILITY() 99 operator|=(_Ios_Fmtflags& __a, _Ios_Fmtflags __b) in _GLIBCXX_VISIBILITY() 100 { return __a = __a | __b; } in _GLIBCXX_VISIBILITY() 103 operator&=(_Ios_Fmtflags& __a, _Ios_Fmtflags __b) in _GLIBCXX_VISIBILITY() 104 { return __a = __a & __b; } 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/parallel/ |
| H A D | random_shuffle.h | 142 for (_BinIndex __b = 0; __b < __sd->_M_num_bins + 1; ++__b) in __parallel_random_shuffle_drs_pu() local 143 __dist[__b] = 0; in __parallel_random_shuffle_drs_pu() 158 for (_BinIndex __b = 0; __b < __sd->_M_num_bins + 1; ++__b) in __parallel_random_shuffle_drs_pu() local 159 __sd->_M_dist[__b][__iam + 1] = __dist[__b]; in __parallel_random_shuffle_drs_pu() 195 for (_BinIndex __b = 0; __b < __sd->_M_num_bins + 1; ++__b) in __parallel_random_shuffle_drs_pu() local 196 __dist[__b] = __sd->_M_dist[__b][__iam]; in __parallel_random_shuffle_drs_pu() 197 for (_BinIndex __b = 0; __b < __sd->_M_num_bins; ++__b) in __parallel_random_shuffle_drs_pu() local 198 __bin_proc[__b] = __sd->_M_bin_proc[__b]; in __parallel_random_shuffle_drs_pu() 224 for (_BinIndex __b = __d->_M_bins_begin; __b < __d->__bins_end; ++__b) in __parallel_random_shuffle_drs_pu() local 228 + (__b == __d->_M_bins_begin in __parallel_random_shuffle_drs_pu() [all …]
|
| H A D | set_operations.h | 46 __copy_tail(std::pair<_IIter, _IIter> __b, in __copy_tail() argument 49 if (__b.first != __e.first) in __copy_tail() 53 *__r++ = *__b.first++; in __copy_tail() 55 while (__b.first != __e.first); in __copy_tail() 59 while (__b.second != __e.second) in __copy_tail() 60 *__r++ = *__b.second++; in __copy_tail() 79 _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() [all …]
|
| H A D | base.h | 119 __encode2(int __a, int __b) //must all be non-negative, actually in __encode2() argument 121 return (((_CASable)__a) << (_CASable_bits / 2)) | (((_CASable)__b) << 0); in __encode2() 133 __decode2(_CASable __x, int& __a, int& __b) in __decode2() argument 136 __b = (int)((__x >> 0 ) & _CASable_mask); in __decode2() 144 min(const _Tp& __a, const _Tp& __b) in min() argument 145 { return (__a < __b) ? __a : __b; } in min() 150 max(const _Tp& __a, const _Tp& __b) in max() argument 151 { return (__a > __b) ? __a : __b; } in max() 165 bool operator()(const _T1& __a, const _T2& __b) in operator() 166 { return !_M_comp(__a, __b) && !_M_comp(__b, __a); } in operator() [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 D | random_shuffle.h | 142 for (_BinIndex __b = 0; __b < __sd->_M_num_bins + 1; ++__b) in __parallel_random_shuffle_drs_pu() local 143 __dist[__b] = 0; in __parallel_random_shuffle_drs_pu() 158 for (_BinIndex __b = 0; __b < __sd->_M_num_bins + 1; ++__b) in __parallel_random_shuffle_drs_pu() local 159 __sd->_M_dist[__b][__iam + 1] = __dist[__b]; in __parallel_random_shuffle_drs_pu() 195 for (_BinIndex __b = 0; __b < __sd->_M_num_bins + 1; ++__b) in __parallel_random_shuffle_drs_pu() local 196 __dist[__b] = __sd->_M_dist[__b][__iam]; in __parallel_random_shuffle_drs_pu() 197 for (_BinIndex __b = 0; __b < __sd->_M_num_bins; ++__b) in __parallel_random_shuffle_drs_pu() local 198 __bin_proc[__b] = __sd->_M_bin_proc[__b]; in __parallel_random_shuffle_drs_pu() 224 for (_BinIndex __b = __d->_M_bins_begin; __b < __d->__bins_end; ++__b) in __parallel_random_shuffle_drs_pu() local 228 + (__b == __d->_M_bins_begin in __parallel_random_shuffle_drs_pu() [all …]
|
| H A D | set_operations.h | 46 __copy_tail(std::pair<_IIter, _IIter> __b, in __copy_tail() argument 49 if (__b.first != __e.first) in __copy_tail() 53 *__r++ = *__b.first++; in __copy_tail() 55 while (__b.first != __e.first); in __copy_tail() 59 while (__b.second != __e.second) in __copy_tail() 60 *__r++ = *__b.second++; in __copy_tail() 79 _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() [all …]
|
| H A D | base.h | 119 __encode2(int __a, int __b) //must all be non-negative, actually in __encode2() argument 121 return (((_CASable)__a) << (_CASable_bits / 2)) | (((_CASable)__b) << 0); in __encode2() 133 __decode2(_CASable __x, int& __a, int& __b) in __decode2() argument 136 __b = (int)((__x >> 0 ) & _CASable_mask); in __decode2() 144 min(const _Tp& __a, const _Tp& __b) in min() argument 145 { return (__a < __b) ? __a : __b; } in min() 150 max(const _Tp& __a, const _Tp& __b) in max() argument 151 { return (__a > __b) ? __a : __b; } in max() 165 bool operator()(const _T1& __a, const _T2& __b) in operator() 166 { return !_M_comp(__a, __b) && !_M_comp(__b, __a); } 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/tr2/ |
| H A D | bool_set | 65 bool contains(bool_set __b) const 66 { return this->is_singleton() && this->equals(__b); } 69 bool equals(bool_set __b) const 70 { return __b._M_b == _M_b; } 96 bool_set __b; 97 __b._M_b = _S_indet; 98 return __b; 104 bool_set __b; 105 __b._M_b = _S_empty; 106 return __b; [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/tr2/ |
| H A D | bool_set | 65 bool contains(bool_set __b) const 66 { return this->is_singleton() && this->equals(__b); } 69 bool equals(bool_set __b) const 70 { return __b._M_b == _M_b; } 96 bool_set __b; 97 __b._M_b = _S_indet; 98 return __b; 104 bool_set __b; 105 __b._M_b = _S_empty; 106 return __b; [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 | hypergeometric.tcc | 273 __hyperg_series(_Tp __a, _Tp __b, _Tp __c, _Tp __x) in __hyperg_series() argument 283 __term *= (__a + _Tp(__i)) * (__b + _Tp(__i)) * __x in __hyperg_series() 306 __hyperg_luke(_Tp __a, _Tp __b, _Tp __c, _Tp __xin) in __hyperg_luke() argument 313 const _Tp __t0 = __a * __b / __c; in __hyperg_luke() 314 const _Tp __t1 = (__a + _Tp(1)) * (__b + _Tp(1)) / (_Tp(2) * __c); in __hyperg_luke() 315 const _Tp __t2 = (__a + _Tp(2)) * (__b + _Tp(2)) in __hyperg_luke() 333 const _Tp __npbm1 = _Tp(__n - 1) + __b; in __hyperg_luke() 336 const _Tp __npbm2 = _Tp(__n - 2) + __b; in __hyperg_luke() 342 const _Tp __F1 = (_Tp(3) * __n2 + (__a + __b - _Tp(6)) * __n in __hyperg_luke() 343 + _Tp(2) - __a * __b - _Tp(2) * (__a + __b)) in __hyperg_luke() [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 | hypergeometric.tcc | 273 __hyperg_series(_Tp __a, _Tp __b, _Tp __c, _Tp __x) in __hyperg_series() argument 283 __term *= (__a + _Tp(__i)) * (__b + _Tp(__i)) * __x in __hyperg_series() 306 __hyperg_luke(_Tp __a, _Tp __b, _Tp __c, _Tp __xin) in __hyperg_luke() argument 313 const _Tp __t0 = __a * __b / __c; in __hyperg_luke() 314 const _Tp __t1 = (__a + _Tp(1)) * (__b + _Tp(1)) / (_Tp(2) * __c); in __hyperg_luke() 315 const _Tp __t2 = (__a + _Tp(2)) * (__b + _Tp(2)) in __hyperg_luke() 333 const _Tp __npbm1 = _Tp(__n - 1) + __b; in __hyperg_luke() 336 const _Tp __npbm2 = _Tp(__n - 2) + __b; in __hyperg_luke() 342 const _Tp __F1 = (_Tp(3) * __n2 + (__a + __b - _Tp(6)) * __n in __hyperg_luke() 343 + _Tp(2) - __a * __b - _Tp(2) * (__a + __b)) in __hyperg_luke() [all …]
|