Home
last modified time | relevance | path

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

/dports/graphics/opencv/opencv-4.5.3/modules/dnn/src/opencl/
H A Dconv_layer_spatial.cl863 int saved_y1 = curr_y1;
942 if (curr_y1 >= INPUT_PAD_H &&
950 curr_y1 += DILATION_Y;
1011 curr_y1 = saved_y1;
1088 int saved_y1 = curr_y1;
1140 if (curr_y1 >= INPUT_PAD_H &&
1148 curr_y1 += DILATION_Y;
1231 curr_y1 = saved_y1;
1613 int saved_y1 = curr_y1;
1682 curr_y1 += DILATION_Y;
[all …]
/dports/www/netsurf/netsurf-3.10/desktop/
H A Dtreeview.c4560 int curr_y1 = ma->current_y + height; in treeview_node_mouse_action_cb() local
4566 r.y1 = (curr_y1 > prev_y1) ? curr_y1 : prev_y1; in treeview_node_mouse_action_cb()
4837 int curr_y1 = tree->root->height; in treeview_mouse_action() local
4842 r.y1 = (curr_y1 > prev_y1) ? curr_y1 : prev_y1; in treeview_mouse_action()
4848 tree->drag.prev.node_y = curr_y1; in treeview_mouse_action()
/dports/devel/kf5-ktexteditor/ktexteditor-5.89.0/src/vimode/modes/
H A Dmodebase.cpp1231 int curr_y1 = current_point.y(); in switchView() local
1292 if (view != m_view && y2 <= curr_y1 in switchView()