Home
last modified time | relevance | path

Searched refs:downx (Results 1 – 25 of 45) sorted by relevance

12

/dports/biology/molden/molden5.8/
H A Dhidedr.f139 if (x1.ge.downx(i).and.x1.lt.downx(i+1)) istart1=i
140 if (x2.gt.downx(i).and.x2.le.downx(i+1)) iend1=i
141 if (x2.ge.downx(i).and.x2.lt.downx(i+1)) istart2=i
142 if (x3.gt.downx(i).and.x3.le.downx(i+1)) iend2=i
151 call under(downx(i),downy(i),downx(i+1),downy(i+1),x1,y1,oa)
152 call under(downx(i),downy(i),downx(i+1),downy(i+1),x2,y2,ob)
225 downx(inge) = downx(inge+1)
233 downx(inge) = downx(inge-ieff)
238 downx(inge) = downx(inge-ieff)
249 if (xadd(j).ge.downx(i).and.xadd(j).lt.downx(i+1)) then
[all …]
H A Dden3d.f10 common /hide/ upx(isize),upy(isize),downx(isize),downy(isize), local
62 downx(1) = fxt
75 downx(nup) = fxt
91 downx(nup) = fxt
/dports/lang/halide/Halide-release_2019_08_27-2654-g664dc4993/python_bindings/apps/
H A Dlocal_laplacian.py24 downx, downy = hl.Func('downx%i' % n_downsamples), hl.Func('downy%i' % n_downsamples)
27downx[x, y, c] = (f[2 * x - 1, y, c] + 3.0 * (f[2 * x, y, c] + f[2 * x + 1, y, c]) + f[2 * x + 2, …
28 … downy[x, y, c] = (downx[x, 2 * y - 1, c] + 3.0 * (downx[x, 2 * y, c] + downx[x, 2 * y + 1, c])
29 + downx[x, 2 * y + 2, c]) / 8.0
45 downx, downy = hl.Func('downx%i' % n_downsamples), hl.Func('downy%i' % n_downsamples)
48downx[x, y] = (f[2 * x - 1, y] + 3.0 * (f[2 * x, y] + f[2 * x + 1, y]) + f[2 * x + 2, y]) / 8.0
49 …downy[x, y] = (downx[x, 2 * y - 1] + 3.0 * (downx[x, 2 * y] + downx[x, 2 * y + 1]) + downx[x, 2 * …
H A Dinterpolate.py25 downx = [hl.Func('downx%d' % l) for l in range(levels)]
55downx[l][x, y, c] = (prev[x * 2 - 1, y, c] + 2.0 * prev[x * 2, y, c] + prev[x * 2 + 1, y, c]) * 0.…
56 … downsampled[l][x, y, c] = (downx[l][x, y * 2 - 1, c] + 2.0 * downx[l][x, y * 2, c] + downx[l][
/dports/chinese/aterm/aterm-1.0.1/src/graphics/
H A Dqplot.c46 int downx = 1000,downy = 1000,upx,upy; in main() local
226 downx = xclick; in main()
232 if (upx < downx) in main()
234 tmp = downx; in main()
235 downx = upx; in main()
244 xmin = (xmax - xmin) * (downx - 1000) / (8000) + xmin; in main()
/dports/x11/aterm/aterm-1.0.1/src/graphics/
H A Dqplot.c46 int downx = 1000,downy = 1000,upx,upy; in main() local
226 downx = xclick; in main()
232 if (upx < downx) in main()
234 tmp = downx; in main()
235 downx = upx; in main()
244 xmin = (xmax - xmin) * (downx - 1000) / (8000) + xmin; in main()
/dports/print/pdf-renderer/pdf-renderer-0.9.1,1/demos/viewer/com/sun/pdfview/
H A DPagePanel.java284 int downx; field in PagePanel
290 downx = evt.getX(); in mousePressed()
332 int dx = Math.abs(x - downx); in mouseDragged()
344 if (x < downx) { in mouseDragged()
345 x = downx - dx; in mouseDragged()
355 zoomRect = new Rectangle(Math.min(downx, x), Math.min(downy, y), in mouseDragged()
/dports/x11/xvt/xvt-3.0.1/src/graphics/
H A Dqplot.c45 int downx = 1000, downy = 1000, upx, upy; in main() local
221 downx = xclick; in main()
227 if (upx < downx) { in main()
228 tmp = downx; in main()
229 downx = upx; in main()
237 xmin = (xmax - xmin) * (downx - 1000) / (8000) + xmin; in main()
/dports/x11-clocks/rclock/rxvt-2.7.10/src/graphics/
H A Dqplot.c45 int downx = 1000, downy = 1000, upx, upy; in main() local
221 downx = xclick; in main()
227 if (upx < downx) { in main()
228 tmp = downx; in main()
229 downx = upx; in main()
237 xmin = (xmax - xmin) * (downx - 1000) / (8000) + xmin; in main()
/dports/math/abs/abs-src-0.908/Kernel/
H A Dfinite_state.c76 FS->downx = 0; in state_init()
101 FS->downx = 0; in state_reset_levels()
122 FS->l1, FS->l2, FS->l3, FS->l4, FS->l5, FS->l6, FS->downx, FS->downy, in state_print()
H A Dcallback.c843 downx = x; in cb_DocBtn1Down()
848 FS->downx = x; in cb_DocBtn1Down()
852 xytoij (downx, downy, &i, &j); in cb_DocBtn1Down()
900 lx = downx; in cb_DocBtn1Down()
948 lx = downx; in cb_DocBtn1Down()
958 lx = downx; in cb_DocBtn1Down()
1040 lx = downx; in cb_DocBtn1Down()
1076 lx = downx; in cb_DocBtn1Down()
1423 if (FS->movex - FS->downx > 3) in cb_DocBtn1Motion()
1972 downx = movex; in cb_DocBtn2Motion()
[all …]
H A Dcallback_decl.h103 int downx, downy, movex, movey, upx, upy; variable
H A Dfinite_state.h320 int downx; member
/dports/games/KnightCap/Export/
H A Ddisplay.c24 static int downx, downy; variable
489 downx = x; in mouse_func()
495 downx = x; in mouse_func()
526 if (x == downx && y == downy) return; in motion_func()
536 (2.0*downx - vp[2]) / vp[2], in motion_func()
549 downx = x; in motion_func()
559 if (!in_square(downx, downy, &sq)) in edit_menu()
564 lprintf(0,"remove at %d %d\n", downx, downy); in edit_menu()
592 v - EDIT_BPAWN, downx, downy); in edit_menu()
604 v - EDIT_WPAWN, downx, downy); in edit_menu()
/dports/lang/halide/Halide-release_2019_08_27-2654-g664dc4993/apps/interpolate/
H A Dinterpolate_generator.cpp27 auto downx = func_vector("downx", levels); in generate() local
49 downx[l](x, y, c) = (prev(x * 2 - 1, y, c) + in generate()
53 downsampled[l](x, y, c) = (downx[l](x, y * 2 - 1, c) + in generate()
54 2.0f * downx[l](x, y * 2, c) + in generate()
55 downx[l](x, y * 2 + 1, c)) * in generate()
163 .clone_in(downx[1]) in generate()
/dports/lang/halide/Halide-release_2019_08_27-2654-g664dc4993/apps/local_laplacian/
H A Dlocal_laplacian_generator.cpp230 Func downx, downy; in downsample() local
231downx(x, y, _) = (f(2 * x - 1, y, _) + 3.0f * (f(2 * x, y, _) + f(2 * x + 1, y, _)) + f(2 * x + 2,… in downsample()
232 …downy(x, y, _) = (downx(x, 2 * y - 1, _) + 3.0f * (downx(x, 2 * y, _) + downx(x, 2 * y + 1, _)) + in downsample()
/dports/lang/halide/Halide-release_2019_08_27-2654-g664dc4993/apps/lens_blur/
H A Dlens_blur_generator.cpp282 Func downx, downy; in downsample() local
283downx(x, y, _) = (f(2 * x - 1, y, _) + 3.0f * (f(2 * x, y, _) + f(2 * x + 1, y, _)) + f(2 * x + 2,… in downsample()
284 …downy(x, y, _) = (downx(x, 2 * y - 1, _) + 3.0f * (downx(x, 2 * y, _) + downx(x, 2 * y + 1, _)) + in downsample()
/dports/emulators/anese/ANESE-0.9.1/roms/tests/ppu/ppu_read_buffer/source/gfx/
H A Dquantize.php343 $downx = 1; variable
345 $downmul = 1 / ($downx * $downy);
350 for($px=0; $px<16; $px += $downx)
352 if($downx != 1 || $downy != 1)
357 for($dx=0; $dx<$downx; ++$dx)
/dports/math/giacxcas/fltk-1.3.0/test/
H A Dfracviewer.cxx106 int downx, downy, /* for tracking mouse position */ variable
335 lastx = downx = x; in agvHandleButton()
386 int deltax = x - downx, deltay = y - downy; in agvHandleMotion()
/dports/x11-toolkits/ntk/ntk/test/
H A Dfracviewer.cxx106 int downx, downy, /* for tracking mouse position */ variable
335 lastx = downx = x; in agvHandleButton()
386 int deltax = x - downx, deltay = y - downy; in agvHandleMotion()
/dports/x11-toolkits/fltk/fltk-1.3.8/test/
H A Dfracviewer.cxx106 int downx, downy, /* for tracking mouse position */ variable
361 lastx = downx = x; in agvHandleButton()
412 int deltax = x - downx, deltay = y - downy; in agvHandleMotion()
/dports/devel/efl/efl-1.25.1/src/lib/elementary/
H A Defl_ui_slider_private.h14 Evas_Coord downx, downy; member
H A Defl_ui_slider_interval_private.h15 Evas_Coord downx, downy; member
H A Delm_widget_slider.h36 Evas_Coord downx, downy; member
/dports/lang/halide/Halide-release_2019_08_27-2654-g664dc4993/apps/autoscheduler/
H A Dtest.cpp109 Func orig("orig"), expensive("expensive"), downy("downy"), downx("downx"); in main() local
118downx(x, y, k) = downy(2 * x - 1, y, k) + downy(2 * x, y, k) + downy(2 * x + 1, y, k) + downy(2 * … in main()
119 downx.set_estimate(x, 1, 1022).set_estimate(y, 1, 1022).set_estimate(k, 0, 256); in main()
121 Pipeline(downx).auto_schedule(target, params); in main()

12