HomeSort by relevance Sort by last modified time
    Searched defs:_M_k (Results 1 - 8 of 8) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/parallel/
losertree.h 69 unsigned int _M_ik, _M_k, _M_offset;
71 /** log_2{_M_k} */
99 // Compute log_2{_M_k} for the _Loser Tree
103 _M_k = 1 << _M_log_k;
104 _M_offset = _M_k;
107 _M_losers = static_cast<_Loser*>(::operator new(2 * _M_k
109 for (unsigned int __i = _M_ik - 1; __i < _M_k; ++__i)
110 _M_losers[__i + _M_k]._M_sup = true;
120 for (unsigned int __i = 0; __i < (2 * _M_k); ++__i)
136 unsigned int __pos = _M_k + __source
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/parallel/
losertree.h 69 unsigned int _M_ik, _M_k, _M_offset;
71 /** log_2{_M_k} */
99 // Compute log_2{_M_k} for the _Loser Tree
103 _M_k = 1 << _M_log_k;
104 _M_offset = _M_k;
107 _M_losers = static_cast<_Loser*>(::operator new(2 * _M_k
109 for (unsigned int __i = _M_ik - 1; __i < _M_k; ++__i)
110 _M_losers[__i + _M_k]._M_sup = true;
120 for (unsigned int __i = 0; __i < (2 * _M_k); ++__i)
136 unsigned int __pos = _M_k + __source
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/parallel/
losertree.h 69 unsigned int _M_ik, _M_k, _M_offset;
71 /** log_2{_M_k} */
99 // Compute log_2{_M_k} for the _Loser Tree
103 _M_k = 1 << _M_log_k;
104 _M_offset = _M_k;
107 _M_losers = static_cast<_Loser*>(::operator new(2 * _M_k
109 for (unsigned int __i = _M_ik - 1; __i < _M_k; ++__i)
110 _M_losers[__i + _M_k]._M_sup = true;
120 for (unsigned int __i = 0; __i < (2 * _M_k); ++__i)
136 unsigned int __pos = _M_k + __source
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/parallel/
losertree.h 69 unsigned int _M_ik, _M_k, _M_offset;
71 /** log_2{_M_k} */
99 // Compute log_2{_M_k} for the _Loser Tree
103 _M_k = 1 << _M_log_k;
104 _M_offset = _M_k;
107 _M_losers = static_cast<_Loser*>(::operator new(2 * _M_k
109 for (unsigned int __i = _M_ik - 1; __i < _M_k; ++__i)
110 _M_losers[__i + _M_k]._M_sup = true;
120 for (unsigned int __i = 0; __i < (2 * _M_k); ++__i)
136 unsigned int __pos = _M_k + __source
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
random.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
random.h     [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
random.h     [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
random.h     [all...]

Completed in 67 milliseconds