Home
last modified time | relevance | path

Searched refs:element_width (Results 1 – 25 of 99) sorted by relevance

1234

/dports/misc/py-mxnet/incubator-mxnet-1.9.0/src/operator/contrib/
H A Dbounding_box.cu71 bool first_in_element = (tid % element_width == 0); in FilterAndPrepareAuxDataKernel()
72 index_t start_of_my_element = tid - (tid % element_width); in FilterAndPrepareAuxDataKernel()
89 index_t offset = tid / element_width; in FilterAndPrepareAuxDataKernel()
123 const index_t my_element = tid / element_width; in CompactDataKernel()
135 ret = source[source_element * element_width + tid % element_width]; in CompactDataKernel()
233 const index_t element_width = data->shape_[2]; in operator ()() local
352 element_width; in CalculateGreedyNMSResultsKernel()
375 element_width; in CalculateGreedyNMSResultsKernel()
390 const int other_boxes_offset = element_width * i; in CalculateGreedyNMSResultsKernel()
561 scores[tid] = data[tid * element_width + score_index]; in ExtractScoresKernel()
[all …]
/dports/misc/mxnet/incubator-mxnet-1.9.0/src/operator/contrib/
H A Dbounding_box.cu71 bool first_in_element = (tid % element_width == 0); in FilterAndPrepareAuxDataKernel()
72 index_t start_of_my_element = tid - (tid % element_width); in FilterAndPrepareAuxDataKernel()
89 index_t offset = tid / element_width; in FilterAndPrepareAuxDataKernel()
123 const index_t my_element = tid / element_width; in CompactDataKernel()
135 ret = source[source_element * element_width + tid % element_width]; in CompactDataKernel()
233 const index_t element_width = data->shape_[2]; in operator ()() local
352 element_width; in CalculateGreedyNMSResultsKernel()
375 element_width; in CalculateGreedyNMSResultsKernel()
390 const int other_boxes_offset = element_width * i; in CalculateGreedyNMSResultsKernel()
561 scores[tid] = data[tid * element_width + score_index]; in ExtractScoresKernel()
[all …]
/dports/devel/goffice/goffice-0.10.50/goffice/graph/
H A Dgog-legend.c254 double element_width; member
287 if (glv->element_width < aabr.w) in cb_size_elements()
288 glv->element_width = aabr.w; in cb_size_elements()
341 glv->element_width = 0.; in gog_legend_view_size_request()
353 glv->element_width += glv->label_offset + glv->swatch_w * GLV_ELEMENT_SPACING_EM; in gog_legend_view_size_request()
356 element_size = glv->is_vertical ? glv->element_height : glv->element_width; in gog_legend_view_size_request()
369 req->w += glv->num_blocks * glv->element_width - glv->swatch_w * GLV_ELEMENT_SPACING_EM; in gog_legend_view_size_request()
372 req->w += MIN (glv->element_per_blocks, num_elements) * glv->element_width in gog_legend_view_size_request()
600 data.element_step_x = glv->is_vertical ? 0 : glv->element_width; in gog_legend_view_render()
603 + glv->element_width : in gog_legend_view_render()
[all …]
/dports/devel/redasm/REDasm-2.1.1/LibREDasm/redasm/assemblers/dalvik/
H A Ddalvik_payload.h24 u16 ident, element_width; member
33 VISITABLE_STRUCT(REDasm::DalvikFillArrayDataPayload, ident, element_width, size);
/dports/games/fs2open/fs2open.github.com-release_21_4_1/lib/libRocket/Source/Core/
H A DLayoutLineBox.cpp276 float element_width = box->GetBox().GetPosition(Box::CONTENT).x; in AddBox() local
278 element_width += right_spacing; in AddBox()
282 element_width += box->GetBox().GetSize().x; in AddBox()
285 box_cursor + element_width > dimensions.x) in AddBox()
H A DElementScroll.cpp66 void ElementScroll::EnableScrollbar(Orientation orientation, float element_width) in EnableScrollbar() argument
77 …LayoutEngine::BuildBox(box, Vector2f(element_width, element_width), scrollbars[orientation].elemen… in EnableScrollbar()
86 scrollbars[orientation].element->ResolveProperty(HEIGHT, element_width); in EnableScrollbar()
/dports/graphics/radius-engine/radius-engine-1.1/
H A Dr_video.c528 const unsigned int element_width = image->storage.composite.elements[0].width; in r_video_draw_image_internal() local
531 i1 = (unsigned int)(u1 * total_width / element_width); in r_video_draw_image_internal()
533 i2 = R_MIN(i2, (unsigned int)ceil(u2 * total_width / element_width)); in r_video_draw_image_internal()
560 … const unsigned int element_width = image->storage.composite.elements[0].width; in r_video_draw_image_internal() local
607 element_u1 = (u1 * total_width / element_width - i1); in r_video_draw_image_internal()
610 if (i == columns - 1 && element->width != element_width) in r_video_draw_image_internal()
612 element_u1 = (element_u1 * element_width) / element->width; in r_video_draw_image_internal()
619 element_u2 = (u2 * total_width / element_width - (i2 - 1)); in r_video_draw_image_internal()
622 if (i == columns - 1 && element->width != element_width) in r_video_draw_image_internal()
624 element_u2 = (element_u2 * element_width) / element->width; in r_video_draw_image_internal()
/dports/security/cardpeek/cardpeek-0.8.4/
H A Dbytestring.h41 int bytestring_init(bytestring_t *bs, unsigned element_width);
43 bytestring_t* bytestring_new(unsigned element_width);
H A Dbytestring.c33 int bytestring_init(bytestring_t *bs, unsigned element_width) in bytestring_init() argument
40 switch (element_width) { in bytestring_init()
50 bs->width=element_width; in bytestring_init()
55 bytestring_t* bytestring_new(unsigned element_width) in bytestring_new() argument
59 if (bytestring_init(res,element_width)!=BYTESTRING_OK) in bytestring_new()
/dports/graphics/asciio/App-Asciio-1.51.3/lib/App/Asciio/stripes/
H A Dprocess_box.pm59 my $element_width = 0 ;
114 $element_width = length($strip_text) + $y_offset - 1 ; # first stripe is two lines high, compensat…
162 WIDTH => $element_width,
/dports/games/openclonk/openclonk-release-8.1-src/planet/System.ocg/
H A DGUIs.c237 var element_width = layout.Width + layout.Margin.Left + layout.Margin.Right; in GuiCalculateBoxElementPosition() local
251 offset_x = -element_width / 2; in GuiCalculateBoxElementPosition()
256 offset_x = -element_width; in GuiCalculateBoxElementPosition()
/dports/audio/din/din-52/src/factory/
H A Dfft_levels3 element_width 9
H A Dharmonics3 element_width 9
H A Dphases3 element_width 9
/dports/cad/iverilog/verilog-11.0/
H A Dnetdarray.h46 inline unsigned long element_width(void) const { return element_type()->packed_width(); } in element_width() function
/dports/games/fs2open/fs2open.github.com-release_21_4_1/lib/libRocket/Include/Rocket/Core/
H A DElementScroll.h64 void EnableScrollbar(Orientation orientation, float element_width);
/dports/math/xtensor/xtensor-0.24.0/include/xtensor/
H A Dxio.hpp191 … std::streamsize element_width, std::size_t edgeitems, std::size_t line_width) in xoutput() argument
206 size_type ewp2 = static_cast<size_type>(element_width) + size_type(2); in xoutput()
230 … xoutput(out, e, slices, printer, blanks + 1, element_width, edgeitems, line_width) << ','; in xoutput()
250 … xoutput(out, e, slices, printer, blanks + 1, element_width, edgeitems, line_width) << '}'; in xoutput()
/dports/lang/gcc9/gcc-9.4.0/gcc/brig/brigfrontend/
H A Dbrig-basic-inst-handler.cc238 size_t element_width = int_size_in_bytes (element_type) * BITS_PER_UNIT; in build_pack() local
239 tree ewidth = build_int_cstu (wide_type, element_width); in build_pack()
245 = element_width == 64 ? (uint64_t) -1 : ((uint64_t) 1 << element_width) - 1; in build_pack()
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/guest_view/browser/
H A Dguest_view_base.cc833 double element_width = 0.0; in SetUpSizing() local
835 params.GetDouble(kElementWidth, &element_width); in SetUpSizing()
848 normal_width = LogicalPixelsToPhysicalPixels(element_width); in SetUpSizing()
851 normal_width = lround(element_width); in SetUpSizing()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/guest_view/browser/
H A Dguest_view_base.cc852 double element_width = 0.0; in SetUpSizing() local
854 params.GetDouble(kElementWidth, &element_width); in SetUpSizing()
867 normal_width = LogicalPixelsToPhysicalPixels(element_width); in SetUpSizing()
870 normal_width = lround(element_width); in SetUpSizing()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/brig/brigfrontend/
H A Dbrig-basic-inst-handler.cc238 size_t element_width = int_size_in_bytes (element_type) * BITS_PER_UNIT; in build_pack() local
239 tree ewidth = build_int_cstu (wide_type, element_width); in build_pack()
245 = element_width == 64 ? (uint64_t) -1 : ((uint64_t) 1 << element_width) - 1; in build_pack()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/brig/brigfrontend/
H A Dbrig-basic-inst-handler.cc238 size_t element_width = int_size_in_bytes (element_type) * BITS_PER_UNIT; in build_pack() local
239 tree ewidth = build_int_cstu (wide_type, element_width); in build_pack()
245 = element_width == 64 ? (uint64_t) -1 : ((uint64_t) 1 << element_width) - 1; in build_pack()
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/brig/brigfrontend/
H A Dbrig-basic-inst-handler.cc238 size_t element_width = int_size_in_bytes (element_type) * BITS_PER_UNIT; in build_pack() local
239 tree ewidth = build_int_cstu (wide_type, element_width); in build_pack()
245 = element_width == 64 ? (uint64_t) -1 : ((uint64_t) 1 << element_width) - 1; in build_pack()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/brig/brigfrontend/
H A Dbrig-basic-inst-handler.cc238 size_t element_width = int_size_in_bytes (element_type) * BITS_PER_UNIT; in build_pack() local
239 tree ewidth = build_int_cstu (wide_type, element_width); in build_pack()
245 = element_width == 64 ? (uint64_t) -1 : ((uint64_t) 1 << element_width) - 1; in build_pack()
/dports/lang/gcc10/gcc-10.3.0/gcc/brig/brigfrontend/
H A Dbrig-basic-inst-handler.cc238 size_t element_width = int_size_in_bytes (element_type) * BITS_PER_UNIT; in build_pack() local
239 tree ewidth = build_int_cstu (wide_type, element_width); in build_pack()
245 = element_width == 64 ? (uint64_t) -1 : ((uint64_t) 1 << element_width) - 1; in build_pack()

1234