Home
last modified time | relevance | path

Searched refs:__xm (Results 1 – 1 of 1) sorted by relevance

/external/llvm-project/pstl/include/pstl/internal/
Dparallel_backend_tbb.h1010 _SizeType __xm{}; in split_merging()
1017__xm = std::upper_bound(_M_x_beg + _M_xs, _M_x_beg + _M_xe, *(_M_x_beg + __ym), _M_comp) - _M_x_be… in split_merging()
1019__xm = std::upper_bound(_M_z_beg + _M_xs, _M_z_beg + _M_xe, *(_M_z_beg + __ym), _M_comp) - _M_z_be… in split_merging()
1023 __xm = _M_xs + __nx / 2; in split_merging()
1026 …__ym = std::lower_bound(_M_x_beg + _M_ys, _M_x_beg + _M_ye, *(_M_x_beg + __xm), _M_comp) - _M_x_be… in split_merging()
1028 …__ym = std::lower_bound(_M_z_beg + _M_ys, _M_z_beg + _M_ye, *(_M_z_beg + __xm), _M_comp) - _M_z_be… in split_merging()
1031 auto __zm = _M_zs + ((__xm - _M_xs) + (__ym - _M_ys)); in split_merging()
1032 …__merge_func __right_func(__xm, _M_xe, __ym, _M_ye, __zm, _M_comp, _Cleanup(), _M_leaf_merge, _M_n… in split_merging()
1039 _M_xe = __xm; in split_merging()
1139 const _RandomAccessIterator1 __xm = _M_xs + __n / 2; in operator() local
[all …]