Home
last modified time | relevance | path

Searched refs:w_y (Results 1 – 25 of 169) sorted by relevance

1234567

/dports/cad/lepton-eda/lepton-eda-1.9.17/libleptongui/src/
H A Dx_event.c85 int w_x, w_y; in x_event_button_pressed() local
113 w_y = snap_grid (w_current, unsnapped_wy); in x_event_button_pressed()
156 case (BOXMODE) : o_box_end(w_current, w_x, w_y); break; in x_event_button_pressed()
157 case (BUSMODE) : o_bus_end(w_current, w_x, w_y); break; in x_event_button_pressed()
196 gschem_page_view_pan (page_view, w_x, w_y); in x_event_button_pressed()
237 o_copy_start(w_current, w_x, w_y); in x_event_button_pressed()
239 o_move_start(w_current, w_x, w_y); in x_event_button_pressed()
321 int w_x, w_y; in x_event_button_released() local
341 w_y = snap_grid (w_current, unsnapped_wy); in x_event_button_released()
448 int w_x, w_y; in x_event_motion() local
[all …]
H A Do_find.c45 int w_x, int w_y, int w_slack) in is_object_hit() argument
75 w_x, w_y)) in is_object_hit()
80 w_y, in is_object_hit()
103 int w_x, int w_y, int w_slack, in find_single_object() argument
106 if (!is_object_hit (w_current, object, w_x, w_y, w_slack)) in find_single_object()
140 gboolean o_find_object (GschemToplevel *w_current, int w_x, int w_y, in o_find_object() argument
172 w_x, w_y, w_slack, change_selection)) { in o_find_object()
183 w_x, w_y, w_slack, change_selection)) { in o_find_object()
210 o_find_selected_object (GschemToplevel *w_current, int w_x, int w_y) in o_find_selected_object() argument
225 if (is_object_hit (w_current, o_current, w_x, w_y, w_slack)) in o_find_selected_object()
H A Do_box.c71 void o_box_start(GschemToplevel *w_current, int w_x, int w_y) in o_box_start() argument
77 w_current->first_wy = w_current->second_wy = w_y; in o_box_start()
99 void o_box_end(GschemToplevel *w_current, int w_x, int w_y) in o_box_end() argument
116 w_current->second_wy = w_y; in o_box_end()
178 void o_box_motion (GschemToplevel *w_current, int w_x, int w_y) in o_box_motion() argument
195 w_current->second_wy = w_y; in o_box_motion()
H A Do_arc.c60 void o_arc_start(GschemToplevel *w_current, int w_x, int w_y) in o_arc_start() argument
66 w_current->first_wy = w_y; in o_arc_start()
96 void o_arc_end1(GschemToplevel *w_current, int w_x, int w_y) in o_arc_end1() argument
200 void o_arc_motion (GschemToplevel *w_current, int w_x, int w_y, int whichone) in o_arc_motion() argument
216 diff_y = abs(w_current->first_wy - snap_grid (w_current, w_y)); in o_arc_motion()
222 diff_y = w_y - w_current->first_wy; in o_arc_motion()
H A Do_line.c60 void o_line_start(GschemToplevel *w_current, int w_x, int w_y) in o_line_start() argument
66 w_current->first_wy = w_current->second_wy = w_y; in o_line_start()
86 void o_line_end(GschemToplevel *w_current, int w_x, int w_y) in o_line_end() argument
138 void o_line_motion (GschemToplevel *w_current, int w_x, int w_y) in o_line_motion() argument
153 w_current->second_wy = w_y; in o_line_motion()
H A Do_circle.c59 void o_circle_start(GschemToplevel *w_current, int w_x, int w_y) in o_circle_start() argument
65 w_current->first_wy = w_y; in o_circle_start()
94 void o_circle_end(GschemToplevel *w_current, int w_x, int w_y) in o_circle_end() argument
155 void o_circle_motion (GschemToplevel *w_current, int w_x, int w_y) in o_circle_motion() argument
170 diff_y = abs(w_current->first_wy - w_y); in o_circle_motion()
H A Do_net.c211 int w_x, int w_y) in o_net_find_magnetic() argument
284 && ((y1 >= w_y && w_y >= y2) in o_net_find_magnetic()
285 || (y2 >= w_y && w_y >= y1))) { in o_net_find_magnetic()
289 min_y = w_y; in o_net_find_magnetic()
295 if (abs(w_y - y1) < mindist) { in o_net_find_magnetic()
296 mindist = abs(w_y - y1); in o_net_find_magnetic()
418 w_current->magnetic_wy = w_y; in o_net_start_magnetic()
444 w_current->first_wy = w_y; in o_net_start()
619 w_current->magnetic_wy = w_y; in o_net_motion()
627 w_current->second_wy = w_y; in o_net_motion()
[all …]
H A Do_bus.c38 void o_bus_start(GschemToplevel *w_current, int w_x, int w_y) in o_bus_start() argument
43 w_current->first_wy = w_current->second_wy = w_y; in o_bus_start()
60 void o_bus_end(GschemToplevel *w_current, int w_x, int w_y) in o_bus_end() argument
125 void o_bus_motion (GschemToplevel *w_current, int w_x, int w_y) in o_bus_motion() argument
135 w_current->second_wy = w_y; in o_bus_motion()
/dports/devel/boost-docs/boost_1_72_0/boost/gil/image_processing/
H A Dhessian.hpp53 for (typename OutputView::coord_t w_y = 0; w_y < weights.size(); ++w_y) in compute_hessian_responses() local
57 ddxx_i += ddxx(x + w_x - center, y + w_y - center) in compute_hessian_responses()
58 .at(std::integral_constant<int, 0>{}) * weights.at(w_x, w_y); in compute_hessian_responses()
59 ddyy_i += ddyy(x + w_x - center, y + w_y - center) in compute_hessian_responses()
60 .at(std::integral_constant<int, 0>{}) * weights.at(w_x, w_y); in compute_hessian_responses()
61 dxdy_i += dxdy(x + w_x - center, y + w_y - center) in compute_hessian_responses()
62 .at(std::integral_constant<int, 0>{}) * weights.at(w_x, w_y); in compute_hessian_responses()
/dports/devel/boost-python-libs/boost_1_72_0/boost/gil/image_processing/
H A Dhessian.hpp53 for (typename OutputView::coord_t w_y = 0; w_y < weights.size(); ++w_y) in compute_hessian_responses() local
57 ddxx_i += ddxx(x + w_x - center, y + w_y - center) in compute_hessian_responses()
58 .at(std::integral_constant<int, 0>{}) * weights.at(w_x, w_y); in compute_hessian_responses()
59 ddyy_i += ddyy(x + w_x - center, y + w_y - center) in compute_hessian_responses()
60 .at(std::integral_constant<int, 0>{}) * weights.at(w_x, w_y); in compute_hessian_responses()
61 dxdy_i += dxdy(x + w_x - center, y + w_y - center) in compute_hessian_responses()
62 .at(std::integral_constant<int, 0>{}) * weights.at(w_x, w_y); in compute_hessian_responses()
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/gil/image_processing/
H A Dhessian.hpp53 for (typename OutputView::coord_t w_y = 0; w_y < weights.size(); ++w_y) in compute_hessian_responses() local
57 ddxx_i += ddxx(x + w_x - center, y + w_y - center) in compute_hessian_responses()
58 .at(std::integral_constant<int, 0>{}) * weights.at(w_x, w_y); in compute_hessian_responses()
59 ddyy_i += ddyy(x + w_x - center, y + w_y - center) in compute_hessian_responses()
60 .at(std::integral_constant<int, 0>{}) * weights.at(w_x, w_y); in compute_hessian_responses()
61 dxdy_i += dxdy(x + w_x - center, y + w_y - center) in compute_hessian_responses()
62 .at(std::integral_constant<int, 0>{}) * weights.at(w_x, w_y); in compute_hessian_responses()
/dports/devel/boost-libs/boost_1_72_0/boost/gil/image_processing/
H A Dhessian.hpp53 for (typename OutputView::coord_t w_y = 0; w_y < weights.size(); ++w_y) in compute_hessian_responses() local
57 ddxx_i += ddxx(x + w_x - center, y + w_y - center) in compute_hessian_responses()
58 .at(std::integral_constant<int, 0>{}) * weights.at(w_x, w_y); in compute_hessian_responses()
59 ddyy_i += ddyy(x + w_x - center, y + w_y - center) in compute_hessian_responses()
60 .at(std::integral_constant<int, 0>{}) * weights.at(w_x, w_y); in compute_hessian_responses()
61 dxdy_i += dxdy(x + w_x - center, y + w_y - center) in compute_hessian_responses()
62 .at(std::integral_constant<int, 0>{}) * weights.at(w_x, w_y); in compute_hessian_responses()
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/gil/image_processing/
H A Dhessian.hpp53 for (typename OutputView::coord_t w_y = 0; w_y < weights.size(); ++w_y) in compute_hessian_responses() local
57 ddxx_i += ddxx(x + w_x - center, y + w_y - center) in compute_hessian_responses()
58 .at(std::integral_constant<int, 0>{}) * weights.at(w_x, w_y); in compute_hessian_responses()
59 ddyy_i += ddyy(x + w_x - center, y + w_y - center) in compute_hessian_responses()
60 .at(std::integral_constant<int, 0>{}) * weights.at(w_x, w_y); in compute_hessian_responses()
61 dxdy_i += dxdy(x + w_x - center, y + w_y - center) in compute_hessian_responses()
62 .at(std::integral_constant<int, 0>{}) * weights.at(w_x, w_y); in compute_hessian_responses()
/dports/devel/hyperscan/boost_1_75_0/boost/gil/image_processing/
H A Dhessian.hpp53 for (typename OutputView::coord_t w_y = 0; w_y < weights.size(); ++w_y) in compute_hessian_responses() local
57 ddxx_i += ddxx(x + w_x - center, y + w_y - center) in compute_hessian_responses()
58 .at(std::integral_constant<int, 0>{}) * weights.at(w_x, w_y); in compute_hessian_responses()
59 ddyy_i += ddyy(x + w_x - center, y + w_y - center) in compute_hessian_responses()
60 .at(std::integral_constant<int, 0>{}) * weights.at(w_x, w_y); in compute_hessian_responses()
61 dxdy_i += dxdy(x + w_x - center, y + w_y - center) in compute_hessian_responses()
62 .at(std::integral_constant<int, 0>{}) * weights.at(w_x, w_y); in compute_hessian_responses()
/dports/science/2d-rewriter/2d-rewriter-1.6/
H A Dview.c55 w_y = f_height / 2; in InitView()
82 yp = w_height / 2 + y - w_y; in ViewDrawPoint()
88 ys = w_height / 2 + (y - w_y) * mag; in ViewDrawPoint()
182 if (w_y <= 0) in Key()
184 w_y -= step; in Key()
185 if (w_y < 0) in Key()
186 w_y = 0; in Key()
189 if (w_y >= f_height - 1) in Key()
191 w_y += step; in Key()
192 if (w_y > f_height - 1) in Key()
[all …]
/dports/cad/geda/geda-gaf-1.8.2/gschem/src/
H A Do_find.c49 int w_x, int w_y, int w_slack) in is_object_hit() argument
65 w_x, w_y)) in is_object_hit()
68 return (o_shortest_distance (object, w_x, w_y) < w_slack); in is_object_hit()
90 int w_x, int w_y, int w_slack, in find_single_object() argument
93 if (!is_object_hit (w_current, object, w_x, w_y, w_slack)) in find_single_object()
127 gboolean o_find_object (GSCHEM_TOPLEVEL *w_current, int w_x, int w_y, in o_find_object() argument
152 w_x, w_y, w_slack, change_selection)) { in o_find_object()
163 w_x, w_y, w_slack, change_selection)) { in o_find_object()
190 o_find_selected_object (GSCHEM_TOPLEVEL *w_current, int w_x, int w_y) in o_find_selected_object() argument
200 if (is_object_hit (w_current, o_current, w_x, w_y, w_slack)) in o_find_selected_object()
H A Dx_event.c97 int w_x, w_y; in x_event_button_pressed() local
193 o_line_end(w_current, w_x, w_y); in x_event_button_pressed()
199 o_box_start(w_current, w_x, w_y); in x_event_button_pressed()
205 o_box_end(w_current, w_x, w_y); in x_event_button_pressed()
235 o_arc_start(w_current, w_x, w_y); in x_event_button_pressed()
241 o_arc_end1(w_current, w_x, w_y); in x_event_button_pressed()
247 o_pin_start(w_current, w_x, w_y); in x_event_button_pressed()
253 o_pin_end(w_current, w_x, w_y); in x_event_button_pressed()
259 o_net_start(w_current, w_x, w_y); in x_event_button_pressed()
342 a_pan(w_current, w_x, w_y); in x_event_button_pressed()
[all …]
H A Do_net.c304 int w_x, int w_y) in o_net_find_magnetic() argument
325 y1 = w_y - w_magnetic_reach; in o_net_find_magnetic()
327 y2 = w_y + w_magnetic_reach; in o_net_find_magnetic()
344 + (double) (w_y - min_y)*(w_y - min_y)); in o_net_find_magnetic()
358 + (double) (w_y - y1)*(w_y - y1)); in o_net_find_magnetic()
360 + (double) (w_y - y2)*(w_y - y2)); in o_net_find_magnetic()
374 && ((y1 >= w_y && w_y >= y2) in o_net_find_magnetic()
375 || (y2 >= w_y && w_y >= y1))) { in o_net_find_magnetic()
379 min_y = w_y; in o_net_find_magnetic()
386 mindist = abs(w_y - y1); in o_net_find_magnetic()
[all …]
/dports/audio/clementine-player/Clementine-1.4.0rc1/3rdparty/libprojectm/presets/
H A DTelek - Lost Star (Flash).milk79 per_frame_16=w_dx = (above((w_y*bits)%2,0)*.01-.005)*sin(time);
83 per_frame_20=w_y = w_y +w_dy;
87 per_frame_24=w_y = if(above(abs(w_y-.5),.5),rand(10)/10,w_y);
90 per_frame_27=wave_y = w_y;
/dports/graphics/libprojectm/projectm-3.1.12/presets/presets_stock/
H A DTelek - Lost Star (Flash).milk79 per_frame_16=w_dx = (above((w_y*bits)%2,0)*.01-.005)*sin(time);
83 per_frame_20=w_y = w_y +w_dy;
87 per_frame_24=w_y = if(above(abs(w_y-.5),.5),rand(10)/10,w_y);
90 per_frame_27=wave_y = w_y;
/dports/graphics/libprojectm/projectm-3.1.12/presets/presets_tryptonaut/
H A DTelek - Lost Star (Flash).milk79 per_frame_16=w_dx = (above((w_y*bits)%2,0)*.01-.005)*sin(time);
83 per_frame_20=w_y = w_y +w_dy;
87 per_frame_24=w_y = if(above(abs(w_y-.5),.5),rand(10)/10,w_y);
90 per_frame_27=wave_y = w_y;
/dports/graphics/libprojectm/projectm-3.1.12/presets/presets_milkdrop/
H A DTelek - Lost Star (Flash).milk79 per_frame_16=w_dx = (above((w_y*bits)%2,0)*.01-.005)*sin(time);
83 per_frame_20=w_y = w_y +w_dy;
87 per_frame_24=w_y = if(above(abs(w_y-.5),.5),rand(10)/10,w_y);
90 per_frame_27=wave_y = w_y;
/dports/sysutils/screen/screen-4.8.0/
H A Dansi.c206 p->w_x = p->w_y = 0;
701 oy = curr->w_y;
880 if (curr->w_y != curr->w_bot && curr->w_y != curr->w_height - 1)
881 curr->w_y++;
1139 curr->w_y = a1;
1386 curr->w_y = 0;
1842 curr->w_y--; in BackSpace()
1866 curr->w_y++;
1924 if (curr->w_y < curr->w_top || curr->w_y > curr->w_bot)
1937 if (curr->w_y < curr->w_top || curr->w_y > curr->w_bot)
[all …]
/dports/math/libocas/libocas_v096/html/
H A Dformulas.tex12 \{\#w_y^* \mid y\in \SY\} = \argmin_{\{\#w_y\in\Re^n \mid y\in \SY\}} \Bigg [
13 \frac{1}{2} \sum_{y\in \SY} \|\#w_y\|^2 + C \sum_{i=1}^m
27 \{\#w_y^* \mid y\in \SY\}
/dports/graphics/libprojectm/projectm-3.1.12/presets/presets_milkdrop_104/
H A DScanner (@ztec)2.milk90 per_frame_27=w_dx = (above((w_y*bits)%2,0)*.01-.005)*sin(time);
94 per_frame_31=w_y = w_y +w_dy;
98 per_frame_35=w_y = if(above(abs(w_y-.5),.5),rand(10)/10,w_y);
101 per_frame_38=wave_y = w_y;

1234567