Searched defs:l_block (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/move/include/boost/move/algo/ |
D | adaptive_merge.hpp | 30 , typename iterator_traits<RandIt>::size_type l_block in adaptive_merge_combine_blocks() 122 inline static SizeType adaptive_merge_n_keys_without_external_keys(SizeType l_block, SizeType len1,… in adaptive_merge_n_keys_without_external_keys() 137 inline static SizeType adaptive_merge_n_keys_with_external_keys(SizeType l_block, SizeType len1, Si… in adaptive_merge_n_keys_with_external_keys() 149 size_type l_block = rl_block; in adaptive_merge_n_keys_intbuf() local 231 size_type l_block = size_type(ceil_sqrt(len)); in adaptive_merge_impl() local
|
D | adaptive_sort.hpp | 162 , typename iterator_traits<RandIt>::size_type const l_block in adaptive_sort_combine_blocks() 273 …size_type const l_block = lblock_for_combine(l_intbuf, n_keys, size_type(2*l_merged), use_internal… in adaptive_sort_combine_all_blocks() local
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/move/include/boost/move/algo/detail/ |
D | adaptive_sort_merge.hpp | 277 , typename iterator_traits<RandIt>::size_type const l_block in find_next_block() 308 , typename iterator_traits<RandIt>::size_type const l_block in merge_blocks_bufferless() 555 (Unsigned const l_block, Unsigned const n_keys, Unsigned const l_data, bool &use_buf) in lblock_for_combine() 678 , SizeType const l_block in combine_params() 936 , typename iterator_traits<RandIt>::size_type const l_block in op_merge_blocks_with_irreg() 995 , typename iterator_traits<RandIt>::size_type const l_block in op_merge_blocks_left() 1156 , typename iterator_traits<RandIt>::size_type const l_block in merge_blocks_left() 1187 , typename iterator_traits<RandIt>::size_type const l_block in merge_blocks_right() 1220 , typename iterator_traits<RandIt>::size_type const l_block in op_merge_blocks_with_buf()
|
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/linalg/ |
H A D | cholesky_grad.cc | 123 void CholeskyGradUnblocked(const ConstRef& l_block, Ref grad_block) { in CholeskyGradUnblocked()
|