Home
last modified time | relevance | path

Searched refs:__j (Results 1 – 25 of 119) sorted by relevance

12345

/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/tr1/
H A Driemann_zeta.tcc199 for (unsigned int __j = 0; __j <= __i; ++__j) in __riemann_zeta_glob() local
203 - _GLIBCXX_MATH_NS::lgamma(_Tp(1 + __j)) in __riemann_zeta_glob()
204 - _GLIBCXX_MATH_NS::lgamma(_Tp(1 + __i - __j)); in __riemann_zeta_glob()
207 - __log_gamma(_Tp(1 + __j)) in __riemann_zeta_glob()
208 - __log_gamma(_Tp(1 + __i - __j)); in __riemann_zeta_glob()
217 __term += __sgn * __bincoeff * std::pow(_Tp(1 + __j), -__s); in __riemann_zeta_glob()
382 for (unsigned int __j = 0; __j <= __i; ++__j) in __hurwitz_zeta_glob() local
386 - _GLIBCXX_MATH_NS::lgamma(_Tp(1 + __j)) in __hurwitz_zeta_glob()
387 - _GLIBCXX_MATH_NS::lgamma(_Tp(1 + __i - __j)); in __hurwitz_zeta_glob()
390 - __log_gamma(_Tp(1 + __j)) in __hurwitz_zeta_glob()
[all …]
H A Dexp_integral.tcc256 for (unsigned int __j = 2; __j < __n; ++__j) in __expint_En_recursion() local
257 __En = (std::exp(-__x) - __x * __En) / _Tp(__j - 1); in __expint_En_recursion()
265 for (int __j = __N; __j > 0; --__j) in __expint_En_recursion() local
267 __En = (std::exp(-__x) - __j * __En) / __x; in __expint_En_recursion()
268 if (__j == __n) in __expint_En_recursion()
H A Drandom.tcc450 for (int __j = 0; __j < __n; ++__j) in seed() local
557 for (int __j = 0; __j < __n; ++__j) in _M_initialize_npows() local
559 _M_npows[__j] = std::tr1::ldexp(_RealType(1), -__w + __j * 32); in _M_initialize_npows()
561 _M_npows[__j] = std::pow(_RealType(2), -__w + __j * 32); in _M_initialize_npows()
589 for (int __j = 0; __j < __n - 1; ++__j) in seed() local
590 _M_x[__i][__j] = __detail::__mod<_UInt32Type, 1, 0, 0>(__gen()); in seed()
596 for (int __j = 0; __j < __n; ++__j) in seed() local
597 if (_M_x[long_lag - 1][__j] != 0) in seed()
617 for (int __j = 0; __j < __n - 1; ++__j) in operator ()() local
619 if (_M_x[__ps][__j] > _M_x[_M_p][__j] in operator ()()
[all …]
H A Dhypergeometric.tcc505 const int __j = __i - 1; in __hyperg_reflect() local
506 __term *= (__a + __d2 + __j) * (__b + __d2 + __j) in __hyperg_reflect()
507 / (_Tp(1) + __d2 + __j) / __i * (_Tp(1) - __x); in __hyperg_reflect()
556 int __j; in __hyperg_reflect() local
557 for (__j = 1; __j < __maxiter; ++__j) in __hyperg_reflect()
561 const _Tp __term1 = _Tp(1) / _Tp(__j) in __hyperg_reflect()
562 + _Tp(1) / (__ad + __j); in __hyperg_reflect()
563 const _Tp __term2 = _Tp(1) / (__a + __d1 + _Tp(__j - 1)) in __hyperg_reflect()
564 + _Tp(1) / (__b + __d1 + _Tp(__j - 1)); in __hyperg_reflect()
566 __fact *= (__a + __d1 + _Tp(__j - 1)) in __hyperg_reflect()
[all …]
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/tr1/
H A Driemann_zeta.tcc199 for (unsigned int __j = 0; __j <= __i; ++__j) in __riemann_zeta_glob() local
203 - _GLIBCXX_MATH_NS::lgamma(_Tp(1 + __j)) in __riemann_zeta_glob()
204 - _GLIBCXX_MATH_NS::lgamma(_Tp(1 + __i - __j)); in __riemann_zeta_glob()
207 - __log_gamma(_Tp(1 + __j)) in __riemann_zeta_glob()
208 - __log_gamma(_Tp(1 + __i - __j)); in __riemann_zeta_glob()
217 __term += __sgn * __bincoeff * std::pow(_Tp(1 + __j), -__s); in __riemann_zeta_glob()
382 for (unsigned int __j = 0; __j <= __i; ++__j) in __hurwitz_zeta_glob() local
386 - _GLIBCXX_MATH_NS::lgamma(_Tp(1 + __j)) in __hurwitz_zeta_glob()
387 - _GLIBCXX_MATH_NS::lgamma(_Tp(1 + __i - __j)); in __hurwitz_zeta_glob()
390 - __log_gamma(_Tp(1 + __j)) in __hurwitz_zeta_glob()
[all …]
H A Dexp_integral.tcc256 for (unsigned int __j = 2; __j < __n; ++__j) in __expint_En_recursion() local
257 __En = (std::exp(-__x) - __x * __En) / _Tp(__j - 1); in __expint_En_recursion()
265 for (int __j = __N; __j > 0; --__j) in __expint_En_recursion() local
267 __En = (std::exp(-__x) - __j * __En) / __x; in __expint_En_recursion()
268 if (__j == __n) in __expint_En_recursion()
H A Drandom.tcc450 for (int __j = 0; __j < __n; ++__j) in seed() local
557 for (int __j = 0; __j < __n; ++__j) in _M_initialize_npows() local
559 _M_npows[__j] = std::tr1::ldexp(_RealType(1), -__w + __j * 32); in _M_initialize_npows()
561 _M_npows[__j] = std::pow(_RealType(2), -__w + __j * 32); in _M_initialize_npows()
589 for (int __j = 0; __j < __n - 1; ++__j) in seed() local
590 _M_x[__i][__j] = __detail::__mod<_UInt32Type, 1, 0, 0>(__gen()); in seed()
596 for (int __j = 0; __j < __n; ++__j) in seed() local
597 if (_M_x[long_lag - 1][__j] != 0) in seed()
617 for (int __j = 0; __j < __n - 1; ++__j) in operator ()() local
619 if (_M_x[__ps][__j] > _M_x[_M_p][__j] in operator ()()
[all …]
H A Dhypergeometric.tcc505 const int __j = __i - 1; in __hyperg_reflect() local
506 __term *= (__a + __d2 + __j) * (__b + __d2 + __j) in __hyperg_reflect()
507 / (_Tp(1) + __d2 + __j) / __i * (_Tp(1) - __x); in __hyperg_reflect()
556 int __j; in __hyperg_reflect() local
557 for (__j = 1; __j < __maxiter; ++__j) in __hyperg_reflect()
561 const _Tp __term1 = _Tp(1) / _Tp(__j) in __hyperg_reflect()
562 + _Tp(1) / (__ad + __j); in __hyperg_reflect()
563 const _Tp __term2 = _Tp(1) / (__a + __d1 + _Tp(__j - 1)) in __hyperg_reflect()
564 + _Tp(1) / (__b + __d1 + _Tp(__j - 1)); in __hyperg_reflect()
566 __fact *= (__a + __d1 + _Tp(__j - 1)) in __hyperg_reflect()
[all …]
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/config/locale/dragonfly/
H A Dnumeric_members.cc61 for (size_t __j = 0; __j < __num_base::_S_iend; ++__j) in _M_initialize_numpunct() local
62 _M_data->_M_atoms_in[__j] = __num_base::_S_atoms_in[__j]; in _M_initialize_numpunct()
159 for (size_t __j = 0; __j < __num_base::_S_iend; ++__j) in _M_initialize_numpunct() local
160 _M_data->_M_atoms_in[__j] = in _M_initialize_numpunct()
161 static_cast<wchar_t>(__num_base::_S_atoms_in[__j]); in _M_initialize_numpunct()
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/config/locale/dragonfly/
H A Dnumeric_members.cc61 for (size_t __j = 0; __j < __num_base::_S_iend; ++__j) in _M_initialize_numpunct() local
62 _M_data->_M_atoms_in[__j] = __num_base::_S_atoms_in[__j]; in _M_initialize_numpunct()
159 for (size_t __j = 0; __j < __num_base::_S_iend; ++__j) in _M_initialize_numpunct() local
160 _M_data->_M_atoms_in[__j] = in _M_initialize_numpunct()
161 static_cast<wchar_t>(__num_base::_S_atoms_in[__j]); in _M_initialize_numpunct()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/config/locale/gnu/
H A Dnumeric_members.cc109 for (size_t __j = 0; __j < __num_base::_S_iend; ++__j) in _M_initialize_numpunct() local
110 _M_data->_M_atoms_in[__j] = __num_base::_S_atoms_in[__j]; in _M_initialize_numpunct()
202 for (size_t __j = 0; __j < __num_base::_S_iend; ++__j) in _M_initialize_numpunct() local
203 _M_data->_M_atoms_in[__j] = in _M_initialize_numpunct()
204 static_cast<wchar_t>(__num_base::_S_atoms_in[__j]); in _M_initialize_numpunct()
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/config/locale/gnu/
H A Dnumeric_members.cc109 for (size_t __j = 0; __j < __num_base::_S_iend; ++__j) in _M_initialize_numpunct() local
110 _M_data->_M_atoms_in[__j] = __num_base::_S_atoms_in[__j]; in _M_initialize_numpunct()
202 for (size_t __j = 0; __j < __num_base::_S_iend; ++__j) in _M_initialize_numpunct() local
203 _M_data->_M_atoms_in[__j] = in _M_initialize_numpunct()
204 static_cast<wchar_t>(__num_base::_S_atoms_in[__j]); in _M_initialize_numpunct()
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
H A Dvalarray_array.h239 for (size_t __j = 0; __j < __n; ++__j, ++__i) in _GLIBCXX_VISIBILITY()
314 for (size_t __j = 0; __j < __n; ++__j, ++__b, ++__i) in _GLIBCXX_VISIBILITY()
324 for (size_t __j = 0; __j < __n; ++__j, ++__a, ++__i) in _GLIBCXX_VISIBILITY()
334 _Tp* __restrict__ __dst, const size_t* __restrict__ __j) in _GLIBCXX_VISIBILITY()
337 __dst[*__j++] = __src[*__i++]; in _GLIBCXX_VISIBILITY()
484 _Array<_Tp> __dst, _Array<size_t> __j) in _GLIBCXX_VISIBILITY()
487 __dst._M_data, __j._M_data); in _GLIBCXX_VISIBILITY()
577 for (size_t* __j = __i._M_data; __j < __i._M_data + __n; \ in _GLIBCXX_VISIBILITY()
578 ++__j, ++__q) \ in _GLIBCXX_VISIBILITY()
579 __a._M_data[*__j] _Op##= *__q; \ in _GLIBCXX_VISIBILITY()
[all …]
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Dvalarray_array.h239 for (size_t __j = 0; __j < __n; ++__j, ++__i) in _GLIBCXX_VISIBILITY()
314 for (size_t __j = 0; __j < __n; ++__j, ++__b, ++__i) in _GLIBCXX_VISIBILITY()
324 for (size_t __j = 0; __j < __n; ++__j, ++__a, ++__i) in _GLIBCXX_VISIBILITY()
334 _Tp* __restrict__ __dst, const size_t* __restrict__ __j) in _GLIBCXX_VISIBILITY()
337 __dst[*__j++] = __src[*__i++]; in _GLIBCXX_VISIBILITY()
484 _Array<_Tp> __dst, _Array<size_t> __j) in _GLIBCXX_VISIBILITY()
487 __dst._M_data, __j._M_data); in _GLIBCXX_VISIBILITY()
577 for (size_t* __j = __i._M_data; __j < __i._M_data + __n; \ in _GLIBCXX_VISIBILITY()
578 ++__j, ++__q) \ in _GLIBCXX_VISIBILITY()
579 __a._M_data[*__j] _Op##= *__q; \ in _GLIBCXX_VISIBILITY()
[all …]
/netbsd-src/external/apache2/llvm/dist/libcxx/src/
H A Dvalarray.cpp42 for (size_t __j = __i + 1; __j != __indices.size(); ++__j) in __init() local
43 __1d_[__k] -= __stride_[__j] * (__size_[__j] - 1); in __init()
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++98/
H A Dlocale.cc273 for (size_t __j = 0; __j < _M_facets_size; ++__j) in _Impl()
275 _M_caches[__j] = __imp._M_caches[__j]; in _Impl()
276 if (_M_caches[__j]) in _Impl()
277 _M_caches[__j]->_M_add_reference(); in _Impl()
353 for (size_t __j = 0; __j < _M_facets_size; ++__j) in _M_install_facet() local
354 __newc[__j] = _M_caches[__j]; in _M_install_facet()
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/parallel/
H A Dmultiseq_selection.h217 _SeqNumber __j; variable
218 for (__j = 0;
219 __j < __localrank && ((__n + 1) <= __ns[__sample[__j].second]);
220 ++__j)
221 __a[__sample[__j].second] += __n + 1;
222 for (; __j < __m; __j++)
223 __b[__sample[__j].second] -= __n + 1;
470 _SeqNumber __j; variable
471 for (__j = 0;
472 __j < __localrank && ((__n + 1) <= __ns[__sample[__j].second]);
[all …]
H A Dsearch.h60 for (_DifferenceType __j = 2; __j <= __length; __j++) in __calc_borders() local
62 while ((__k >= 0) && !(__elements[__k] == __elements[__j-1])) in __calc_borders()
64 __off[__j] = ++__k; in __calc_borders()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/parallel/
H A Dmultiseq_selection.h217 _SeqNumber __j; variable
218 for (__j = 0;
219 __j < __localrank && ((__n + 1) <= __ns[__sample[__j].second]);
220 ++__j)
221 __a[__sample[__j].second] += __n + 1;
222 for (; __j < __m; __j++)
223 __b[__sample[__j].second] -= __n + 1;
470 _SeqNumber __j; variable
471 for (__j = 0;
472 __j < __localrank && ((__n + 1) <= __ns[__sample[__j].second]);
[all …]
H A Dsearch.h60 for (_DifferenceType __j = 2; __j <= __length; __j++) in __calc_borders() local
62 while ((__k >= 0) && !(__elements[__k] == __elements[__j-1])) in __calc_borders()
64 __off[__j] = ++__k; in __calc_borders()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/src/c++98/
H A Dlocale.cc273 for (size_t __j = 0; __j < _M_facets_size; ++__j) in _Impl()
275 _M_caches[__j] = __imp._M_caches[__j]; in _Impl()
276 if (_M_caches[__j]) in _Impl()
277 _M_caches[__j]->_M_add_reference(); in _Impl()
353 for (size_t __j = 0; __j < _M_facets_size; ++__j) in _M_install_facet() local
354 __newc[__j] = _M_caches[__j]; in _M_install_facet()
/netbsd-src/external/apache2/llvm/dist/libcxx/include/experimental/
H A Dfunctional278 difference_type __j = __pattern_length_;
279 while (__pred_(__first_ [__j-1], __cur [__j-1])) {
280 __j--;
282 if ( __j == 0 )
287 difference_type __k = __skip[__cur [ __j - 1 ]];
288 difference_type __m = __j - __k - 1;
289 if (__k < __j && __m > __suffix[ __j ])
292 __cur += __suffix[ __j ];
335 const size_t __j = __count - __scratch[__i];
338 if (__suffix[__j] > __k)
[all …]
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/pstl/
H A Dparallel_impl.h37 [__comp, __f, __first, &__extremum](_Index __i, _Index __j) { in __parallel_find()
42 _Index __res = __f(__i, __j); in __parallel_find()
44 if (__res != __j) in __parallel_find()
68 [__f, &__found](_Index __i, _Index __j) { in __parallel_or()
69 if (!__found.load(std::memory_order_relaxed) && __f(__i, __j)) in __parallel_or()
H A Dunseq_backend_simd.h477 for (_Size __j = 0; __j < __block_size; ++__j) in __simd_transform_reduce() local
479 __lane[__j] = __binary_op(__lane[__j], __f(__i + __j)); in __simd_transform_reduce()
484 for (_Size __j = 0; __j < __n - last_iteration; ++__j) in __simd_transform_reduce() local
486 __lane[__j] = __binary_op(__lane[__j], __f(last_iteration + __j)); in __simd_transform_reduce()
489 for (_Size __j = 0; __j < __block_size; ++__j) in __simd_transform_reduce() local
491 __init = __binary_op(__init, __lane[__j]); in __simd_transform_reduce()
495 for (_Size __j = 0; __j < __block_size; ++__j) in __simd_transform_reduce() local
497 __lane[__j].~_Tp(); in __simd_transform_reduce()
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/pstl/
H A Dparallel_impl.h37 [__comp, __f, __first, &__extremum](_Index __i, _Index __j) { in __parallel_find()
42 _Index __res = __f(__i, __j); in __parallel_find()
44 if (__res != __j) in __parallel_find()
68 [__f, &__found](_Index __i, _Index __j) { in __parallel_or()
69 if (!__found.load(std::memory_order_relaxed) && __f(__i, __j)) in __parallel_or()

12345