/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/include/tr1/ |
H A D | gamma.tcc | 116 for (unsigned int __k = 1; __k <= __n; ++__k) in __bernoulli_series() local 203 for(unsigned int __k = 1; __k < 9; ++__k) in __log_gamma_lanczos() local 285 __log_bincoef(unsigned int __n, unsigned int __k) in __log_bincoef() 316 __bincoef(unsigned int __n, unsigned int __k) in __bincoef() 362 for (unsigned int __k = 1; __k < __max_iter; ++__k) in __psi_series() local 394 for (unsigned int __k = 1; __k < __max_iter; ++__k) in __psi_asymp() local
|
H A D | ell_integral.tcc | 157 __comp_ellint_1_series(_Tp __k) in __comp_ellint_1_series() 195 __comp_ellint_1(_Tp __k) in __comp_ellint_1() 223 __ellint_1(_Tp __k, _Tp __phi) in __ellint_1() 270 __comp_ellint_2_series(_Tp __k) in __comp_ellint_2_series() 406 __comp_ellint_2(_Tp __k) in __comp_ellint_2() 440 __ellint_2(_Tp __k, _Tp __phi) in __ellint_2() 674 __comp_ellint_3(_Tp __k, _Tp __nu) in __comp_ellint_3() 714 __ellint_3(_Tp __k, _Tp __nu, _Tp __phi) in __ellint_3()
|
H A D | poly_laguerre.tcc | 140 for (unsigned int __k = 1; __k <= __n; ++__k) in __poly_laguerre_hyperg() local 145 for (int __k = int(__n) - 1; __k >= 0; --__k) in __poly_laguerre_hyperg() local 261 for (unsigned int __k = 2; __k <= __n; ++__k) in __poly_laguerre() local
|
H A D | hashtable.h | 860 const key_type& __k = this->_M_extract(__v); in _GLIBCXX_VISIBILITY() local 891 const key_type& __k = this->_M_extract(__v); in _GLIBCXX_VISIBILITY() local 918 const key_type& __k = this->_M_extract(__v); in _GLIBCXX_VISIBILITY() local
|
H A D | beta_function.tcc | 166 for (unsigned int __k = 1; __k < __max_iter; ++__k) in __beta_product() local
|
/dflybsd-src/contrib/gcc-4.7/libstdc++-v3/include/tr1/ |
H A D | gamma.tcc | 109 for (unsigned int __k = 1; __k <= __n; ++__k) in __bernoulli_series() local 198 for(unsigned int __k = 1; __k < 9; ++__k) in __log_gamma_lanczos() local 280 __log_bincoef(const unsigned int __n, const unsigned int __k) in __log_bincoef() 311 __bincoef(const unsigned int __n, const unsigned int __k) in __bincoef() 359 for (unsigned int __k = 1; __k < __max_iter; ++__k) in __psi_series() local 391 for (unsigned int __k = 1; __k < __max_iter; ++__k) in __psi_asymp() local
|
H A D | ell_integral.tcc | 153 __comp_ellint_1_series(const _Tp __k) in __comp_ellint_1_series() 191 __comp_ellint_1(const _Tp __k) in __comp_ellint_1() 219 __ellint_1(const _Tp __k, const _Tp __phi) in __ellint_1() 266 __comp_ellint_2_series(const _Tp __k) in __comp_ellint_2_series() 402 __comp_ellint_2(const _Tp __k) in __comp_ellint_2() 436 __ellint_2(const _Tp __k, const _Tp __phi) in __ellint_2() 670 __comp_ellint_3(const _Tp __k, const _Tp __nu) in __comp_ellint_3() 710 __ellint_3(const _Tp __k, const _Tp __nu, const _Tp __phi) in __ellint_3()
|
H A D | poly_laguerre.tcc | 136 for (unsigned int __k = 1; __k <= __n; ++__k) in __poly_laguerre_hyperg() local 141 for (int __k = int(__n) - 1; __k >= 0; --__k) in __poly_laguerre_hyperg() local 259 for (unsigned int __k = 2; __k <= __n; ++__k) in __poly_laguerre() local
|
H A D | hashtable.h | 860 const key_type& __k = this->_M_extract(__v); in _GLIBCXX_VISIBILITY() local 891 const key_type& __k = this->_M_extract(__v); in _GLIBCXX_VISIBILITY() local 918 const key_type& __k = this->_M_extract(__v); in _GLIBCXX_VISIBILITY() local
|
H A D | beta_function.tcc | 160 for (unsigned int __k = 1; __k < __max_iter; ++__k) in __beta_product() local
|
/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/include/parallel/ |
H A D | losertree.h | 94 _LoserTreeBase(unsigned int __k, _Compare __comp) in _LoserTreeBase() 179 _LoserTree(unsigned int __k, _Compare __comp) in _LoserTree() 272 _LoserTree(unsigned int __k, _Compare __comp) in _LoserTree() 419 : _Base::_LoserTreePointerBase(__k, __comp) in _LoserTreePointerBase() argument 501 : _Base::_LoserTreePointerBase(__k, __comp) in _LoserTreePointerBase() argument 657 : _Base::_LoserTreeUnguardedBase(__k, __sentinel, __comp) in _LoserTreeUnguardedBase() argument 745 : _Base::_LoserTreeUnguardedBase(__k, __sentinel, __comp) in _LoserTreeUnguardedBase() argument 902 : _Base::_LoserTreePointerUnguardedBase(__k, __sentinel, __comp) in _LoserTreePointerUnguardedBase() argument 988 : _Base::_LoserTreePointerUnguardedBase(__k, __sentinel, __comp) in _LoserTreePointerUnguardedBase() argument
|
H A D | search.h | 59 _DifferenceType __k = 0; in __calc_borders() local
|
H A D | multiway_merge.h | 507 _SeqNumber __k = static_cast<_SeqNumber>(__seqs_end - __seqs_begin); in multiway_merge_loser_tree() local 594 _SeqNumber __k = __seqs_end - __seqs_begin; in multiway_merge_loser_tree_unguarded() local
|
/dflybsd-src/contrib/gcc-4.7/libstdc++-v3/include/parallel/ |
H A D | losertree.h | 94 _LoserTreeBase(unsigned int __k, _Compare __comp) in _LoserTreeBase() 179 _LoserTree(unsigned int __k, _Compare __comp) in _LoserTree() 272 _LoserTree(unsigned int __k, _Compare __comp) in _LoserTree() 419 : _Base::_LoserTreePointerBase(__k, __comp) in _LoserTreePointerBase() argument 501 : _Base::_LoserTreePointerBase(__k, __comp) in _LoserTreePointerBase() argument 657 : _Base::_LoserTreeUnguardedBase(__k, __sentinel, __comp) in _LoserTreeUnguardedBase() argument 745 : _Base::_LoserTreeUnguardedBase(__k, __sentinel, __comp) in _LoserTreeUnguardedBase() argument 902 : _Base::_LoserTreePointerUnguardedBase(__k, __sentinel, __comp) in _LoserTreePointerUnguardedBase() argument 988 : _Base::_LoserTreePointerUnguardedBase(__k, __sentinel, __comp) in _LoserTreePointerUnguardedBase() argument
|
H A D | search.h | 59 _DifferenceType __k = 0; in __calc_borders() local
|
H A D | multiway_merge.h | 507 _SeqNumber __k = static_cast<_SeqNumber>(__seqs_end - __seqs_begin); in multiway_merge_loser_tree() local 594 _SeqNumber __k = __seqs_end - __seqs_begin; in multiway_merge_loser_tree_unguarded() local
|
/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/include/bits/ |
H A D | hashtable.h | 797 const key_type& __k = __nh._M_key(); in _GLIBCXX_VISIBILITY() local 888 const key_type& __k = this->_M_extract()(__pos._M_cur->_M_v()); in _GLIBCXX_VISIBILITY() local 1661 const key_type& __k = this->_M_extract()(__node->_M_v()); in _GLIBCXX_VISIBILITY() local 1776 const key_type& __k = this->_M_extract()(__node->_M_v()); in _GLIBCXX_VISIBILITY() local 1831 const key_type& __k = this->_M_extract()(__v); in _GLIBCXX_VISIBILITY() local
|
H A D | valarray_array.tcc | 115 _Array<_Tp> __b, _Array<bool> __k) in __valarray_copy() 169 for (size_t __k = 0; __k < __n; ++__k, ++__j) in __valarray_copy() local 183 for (size_t __k = 0; __k < __n; ++__k, ++__j, ++__g) in __valarray_copy() local
|
H A D | random.tcc | 137 const _UIntType __k = (__k0 + 31) / 32; in seed() local 355 const size_t __k = (__w + 31) / 32; in seed() local 401 for (size_t __k = 0; __k < (__n - __m); ++__k) in _M_gen_rand() local 409 for (size_t __k = (__n - __m); __k < (__n - 1); ++__k) in _M_gen_rand() local 571 const size_t __k = (__w + 31) / 32; in seed() local 788 for (size_t __k = 0; __k < __n0; ++__k) in operator ()() local 796 for (size_t __k = __n0; __k < __n; ++__k) in operator ()() local 1226 _IntType __k; in operator >>() local 2678 for (size_t __k = 0; __k < __nw; ++__k) in param_type() local 2821 for (size_t __k = 0; __k < _M_den.size(); ++__k) in _M_initialize() local [all …]
|
H A D | forward_list.tcc | 184 iterator __k = before_begin(); in resize() local 203 iterator __k = before_begin(); in resize() local
|
/dflybsd-src/contrib/gcc-4.7/libstdc++-v3/include/bits/ |
H A D | hashtable.h | 1176 const key_type& __k = this->_M_extract()(__new_node->_M_v); in _GLIBCXX_VISIBILITY() local 1234 const key_type& __k = this->_M_extract()(__new_node->_M_v); in _GLIBCXX_VISIBILITY() local 1289 const key_type& __k = this->_M_extract()(__v); in _GLIBCXX_VISIBILITY() local 1331 const key_type& __k = this->_M_extract()(__v); in _GLIBCXX_VISIBILITY() local
|
H A D | valarray_array.tcc | 116 _Array<_Tp> __b, _Array<bool> __k) in __valarray_copy() 170 for (size_t __k = 0; __k < __n; ++__k, ++__j) in __valarray_copy() local 184 for (size_t __k = 0; __k < __n; ++__k, ++__j, ++__g) in __valarray_copy() local
|
H A D | random.tcc | 156 const _UIntType __k = (__k0 + 31) / 32; in seed() local 374 const size_t __k = (__w + 31) / 32; in seed() local 425 for (size_t __k = 0; __k < (__n - __m); ++__k) in operator ()() local 433 for (size_t __k = (__n - __m); __k < (__n - 1); ++__k) in operator ()() local 561 const size_t __k = (__w + 31) / 32; in seed() local 778 for (size_t __k = 0; __k < __n0; ++__k) in operator ()() local 786 for (size_t __k = __n0; __k < __n; ++__k) in operator ()() local 1174 _IntType __k; in operator >>() local 2281 for (size_t __k = 0; __k < __nw; ++__k) in param_type() local 2393 for (size_t __k = 0; __k < _M_den.size(); ++__k) in _M_initialize() local [all …]
|
H A D | forward_list.tcc | 192 iterator __k = before_begin(); in resize() local 211 iterator __k = before_begin(); in resize() local
|
/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/config/locale/dragonfly/ |
H A D | ctype_members.cc | 220 for (size_t __k = 0; __k <= 11; ++__k) in _M_initialize_ctype() local
|