Home
last modified time | relevance | path

Searched defs:hEnd (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/algorithm/test/
Dsearch_test1.cpp41 iter_type hEnd = haystack.end (); in check_one_iter() local
105 ptr_type hEnd = hBeg + haystack.size (); in check_one_pointer() local
156 iter_type hEnd = haystack.end (); in check_one_object() local
/aosp_15_r20/packages/modules/NeuralNetworks/common/cpu_operations/
DRoiAlign.cpp115 [[maybe_unused]] T_Roi hEnd = hStepSize * (i + 1) + hRoiStart; in roiAlignNhwc() local
244 [[maybe_unused]] float hEnd = hStepSize * (i + 1) + hRoiStart; in roiAlignQuantNhwc() local
DRoiPooling.cpp102 uint32_t hEnd = std::ceil(static_cast<float>(hStepSize * (i + 1) + hRoiStart)); in roiPoolingNhwc() local
/aosp_15_r20/external/pdfium/xfa/fwl/
H A Dcfwl_listbox.cpp190 void CFWL_ListBox::SetSelection(Item* hStart, Item* hEnd, bool bSelected) { in SetSelection()
/aosp_15_r20/external/pytorch/aten/src/ATen/native/cuda/
H A DDilatedMaxPool3d.cu75 int hEnd = min(hStart + (kH - 1) * dilationH + 1, iheight); in max_pool3d_with_indices_single_out_frame() local