/openbsd/gnu/llvm/libcxx/include/__random/ |
H A D | mersenne_twister_engine.h | 403 const size_t __j = (__i_ + 1) % __n; in operator() local 429 size_t __j = _VSTD::min(_Np - __x.__i_, _Np - __y.__i_); variable 439 size_t __j = _Np - __y.__i_; variable 449 size_t __j = _Np - __x.__i_; variable 488 for (size_t __j = __x.__i_ + 1; __j < _Np; ++__j) variable 490 for (size_t __j = 0; __j < __x.__i_; ++__j) variable
|
H A D | subtract_with_carry_engine.h | 265 size_t __j = _VSTD::min(_Rp - __x.__i_, _Rp - __y.__i_); variable 275 size_t __j = _Rp - __y.__i_; variable 285 size_t __j = _Rp - __x.__i_; variable 318 for (size_t __j = __x.__i_ + 1; __j < _Rp; ++__j) variable 320 for (size_t __j = 0; __j < __x.__i_; ++__j) variable
|
/openbsd/gnu/lib/libstdc++/libstdc++/src/ |
H A D | bitset.cc | 57 for (std::size_t __j = 0; __j < sizeof(_WordT); __j++ ) { in _M_do_find_first() local 91 for ( std::size_t __j = _S_whichbyte(__prev); __j < sizeof(_WordT); __j++ ) { in _M_do_find_next() local
|
H A D | valarray-inst.cc | 86 for (size_t __j = 0; __j < __z; ++__j) in __gslice_to_index() local
|
/openbsd/gnu/gcc/libstdc++-v3/config/locale/gnu/ |
H A D | numeric_members.cc | 61 for (size_t __j = 0; __j < __num_base::_S_iend; ++__j) in _GLIBCXX_BEGIN_NAMESPACE() local 116 for (size_t __j = 0; __j < __num_base::_S_iend; ++__j) in _M_initialize_numpunct() local
|
/openbsd/gnu/llvm/libcxx/src/ryu/ |
H A D | d2fixed.cpp | 92 …ne uint32_t __mulShift_mod1e9(const uint64_t __m, const uint64_t* const __mul, const int32_t __j) { in __mulShift_mod1e9() 280 const uint32_t __j = __p10bits - __e2; in __d2fixed_buffered_n() local 336 const int32_t __j = __ADDITIONAL_BITS_2 + (-__e2 - 16 * __idx); in __d2fixed_buffered_n() local 476 const uint32_t __j = __p10bits - __e2; in __d2exp_buffered_n() local 519 const int32_t __j = __ADDITIONAL_BITS_2 + (-__e2 - 16 * __idx); in __d2exp_buffered_n() local
|
H A D | d2s.cpp | 95 …BI inline uint64_t __mulShift(const uint64_t __m, const uint64_t* const __mul, const int32_t __j) { in __mulShift() 108 …I inline uint64_t __mulShiftAll(const uint64_t __m, const uint64_t* const __mul, const int32_t __j, in __mulShiftAll() 241 const int32_t __j = static_cast<int32_t>(__q) - __k; in __d2d() local
|
H A D | f2s.cpp | 142 …BI inline uint32_t __mulPow5InvDivPow2(const uint32_t __m, const uint32_t __q, const int32_t __j) { in __mulPow5InvDivPow2() 146 …M_ABI inline uint32_t __mulPow5divPow2(const uint32_t __m, const uint32_t __i, const int32_t __j) { in __mulPow5divPow2() 215 int32_t __j = static_cast<int32_t>(__q) - __k; in __f2d() local
|
/openbsd/gnu/llvm/libcxx/include/__functional/ |
H A D | boyer_moore_searcher.h | 168 difference_type __j = __pattern_length_; in __search() local 218 const size_t __j = __count - __scratch[__i]; in __build_suffix_table() local 296 difference_type __j = __pattern_length_; in __search() local
|
/openbsd/gnu/llvm/libcxx/include/__algorithm/ |
H A D | nth_element.h | 30 __nth_element_find_guard(_RandomAccessIterator& __i, _RandomAccessIterator& __j, in __nth_element_find_guard() 87 _RandomAccessIterator __j = __lm1; in __nth_element() local
|
H A D | ranges_find_first_of.h | 43 for (auto __j = __first2; __j != __last2; ++__j) { in __find_first_of_impl() local
|
H A D | next_permutation.h | 43 _BidirectionalIterator __j = __last_iter; in __next_permutation() local
|
H A D | prev_permutation.h | 44 _BidirectionalIterator __j = __last_iter; in __prev_permutation() local
|
H A D | find_first_of.h | 31 for (_ForwardIterator2 __j = __first2; __j != __last2; ++__j) in __find_first_of_ce() local
|
/openbsd/gnu/gcc/libstdc++-v3/src/ |
H A D | localename.cc | 98 for (size_t __j = 0; __j < __i; ++__j) in locale() local 193 for (size_t __j = 0; __j < _M_facets_size; ++__j) in _Impl() local
|
H A D | mt_allocator.cc | 178 const size_t __j = (_M_options._M_max_bytes + 1) * sizeof(_Binmap_type); in _M_initialize() local 475 const size_t __j = (_M_options._M_max_bytes + 1) * sizeof(_Binmap_type); in _M_initialize() local 668 const size_t __j = (_M_options._M_max_bytes + 1) * sizeof(_Binmap_type); in _M_initialize() local
|
H A D | locale.cc | 263 for (size_t __j = 0; __j < _M_facets_size; ++__j) in _Impl() local 343 for (size_t __j = 0; __j < _M_facets_size; ++__j) in _M_install_facet() local
|
H A D | valarray-inst.cc | 85 for (size_t __j = 0; __j < __z; ++__j) in __gslice_to_index() local
|
/openbsd/gnu/lib/libstdc++/libstdc++/include/std/ |
H A D | std_bitset.h | 289 for (size_t __j = 0; __j < sizeof(_WordT); __j++ ) in _M_do_find_first() local 328 for (size_t __j = _S_whichbyte(__prev); __j < sizeof(_WordT); __j++) in _M_do_find_next() local 348 for (size_t __j = 0; __j < sizeof(_WordT); __j++ ) in _M_do_find_next() local
|
/openbsd/gnu/llvm/libcxx/src/ |
H A D | valarray.cpp | 42 for (size_t __j = __i + 1; __j != __indices.size(); ++__j) in __init() local
|
/openbsd/gnu/llvm/libcxx/include/__ranges/ |
H A D | iota_view.h | 77 requires(_Iter __i, const _Iter __j, const _IotaDiffT<_Iter> __n) { in requires()
|
/openbsd/gnu/gcc/libstdc++-v3/include/tr1/ |
H A D | random.tcc | 347 for (int __j = 0; __j < __n; ++__j) in seed() local 442 for (int __j = 0; __j < __n; ++__j) in _M_initialize_npows() local 474 for (int __j = 0; __j < __n - 1; ++__j) in seed() local 481 for (int __j = 0; __j < __n; ++__j) in seed() local 502 for (int __j = 0; __j < __n - 1; ++__j) in operator ()() local 526 for (int __j = 0; __j < __n; ++__j) in operator ()() local 552 for (int __j = 0; __j < __x.__n; ++__j) in operator <<() local 574 for (int __j = 0; __j < __x.__n; ++__j) in operator >>() local
|
/openbsd/gnu/lib/libstdc++/libstdc++/include/c_std/ |
H A D | std_cstdlib.h | 122 div(long __i, long __j) { return ldiv(__i, __j); } in div()
|
/openbsd/gnu/gcc/libstdc++-v3/include/bits/ |
H A D | valarray_array.tcc | 171 size_t* __j (__i._M_data); in __valarray_copy() local 185 size_t* __j (__i._M_data); in __valarray_copy() local
|
/openbsd/gnu/llvm/libcxx/include/__iterator/ |
H A D | concepts.h | 177 requires(_Ip __i, const _Ip __j, const iter_difference_t<_Ip> __n) { in requires()
|