Home
last modified time | relevance | path

Searched refs:first_y (Results 1 – 25 of 226) sorted by relevance

12345678910

/dports/games/gbrainy/gbrainy-2.4.3/src/Games/Logic/
H A DPuzzleCirclesSquare.cs53 double first_y = DrawAreaY + 0.1; in Draw()
60 gr.Rectangle (first_x, first_y, unit * 8, unit * 8); in Draw()
64 gr.MoveTo (first_x, first_y - 0.04 - space_fromrect); in Draw()
65 gr.LineTo (first_x, first_y - space_fromrect); in Draw()
67 gr.MoveTo (first_x, first_y - 0.02 - space_fromrect); in Draw()
68 gr.LineTo (first_x + 0.5, first_y - 0.02 - space_fromrect); in Draw()
71 gr.LineTo (first_x + 0.5, first_y - space_fromrect); in Draw()
83 gr.MoveTo (first_x - space_fromrect, first_y); in Draw()
84 gr.LineTo (first_x - space_fromrect - 0.04, first_y); in Draw()
86 gr.MoveTo (first_x - space_fromrect - 0.02, first_y); in Draw()
[all …]
/dports/lang/opencoarrays/OpenCoarrays-2.9.0/src/tests/performance/mpi_dist_transpose/
H A Dmpi_distributed_transpose.F9053 integer(int64) :: my, mx, first_y, last_y, first_x, last_x variable
136 first_y = my_node*my + 1; last_y = my_node*my + my
142 allocate ( ur(nz , 4 , first_y:last_y , nx/2) ) !(*-- x-z planes --*)
169 do y = first_y, last_y
228 … , ur(1,1,first_y,1+my_node*mx) & !-- no inter-node transpose needed
253 …call mpi_copy3 ( bufr, ur(1,1,first_y,1+from*mx) & !-- intra-node transpose from b…
266 call MPI_IRECV ( ur(1,1,first_y,1+from*mx) &
317 call mpi_copy3 ( ur(1,1,first_y,1+my_node*mx) & !-- intra-node transpose
331 call MPI_ISSEND ( ur(1,1,first_y,1+to*mx) &
367 …call mpi_copy3 ( ur(1,1,first_y,1+to*mx), bufr & !-- intra-node transpose from buff…
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/gfortran.dg/
H A Dintent_out_11.f9044 integer(int64), codimension[*] :: my, mx, first_y, last_y, first_x, last_x variable
133 first_y = (my_node-1)*my + 1; last_y = (my_node-1)*my + my
137 allocate ( ur(nz , 4 , first_y:last_y , nx/2)[*] ) !(*-- x-z planes --*)
167 do y = first_y, last_y
222 … , ur(1,1,first_y,1+(my_node-1)*mx) & !-- no inter-node transpose needed
233 …call copy3 ( bufr_X_Y, ur(1,1,first_y,1+(i-1)*mx) & !-- intra-node transpose from …
271 call copy3 ( ur(1,1,first_y,1+(my_node-1)*mx) & !-- intra-node transpose
293 …call copy3 ( ur(1,1,first_y,1+(i-1)*mx), bufr_X_Y & !-- intra-node transpose from…
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/gfortran.dg/
H A Dintent_out_11.f9044 integer(int64), codimension[*] :: my, mx, first_y, last_y, first_x, last_x variable
133 first_y = (my_node-1)*my + 1; last_y = (my_node-1)*my + my
137 allocate ( ur(nz , 4 , first_y:last_y , nx/2)[*] ) !(*-- x-z planes --*)
167 do y = first_y, last_y
222 … , ur(1,1,first_y,1+(my_node-1)*mx) & !-- no inter-node transpose needed
233 …call copy3 ( bufr_X_Y, ur(1,1,first_y,1+(i-1)*mx) & !-- intra-node transpose from …
271 call copy3 ( ur(1,1,first_y,1+(my_node-1)*mx) & !-- intra-node transpose
293 …call copy3 ( ur(1,1,first_y,1+(i-1)*mx), bufr_X_Y & !-- intra-node transpose from…
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/gfortran.dg/
H A Dintent_out_11.f9044 integer(int64), codimension[*] :: my, mx, first_y, last_y, first_x, last_x variable
133 first_y = (my_node-1)*my + 1; last_y = (my_node-1)*my + my
137 allocate ( ur(nz , 4 , first_y:last_y , nx/2)[*] ) !(*-- x-z planes --*)
167 do y = first_y, last_y
222 … , ur(1,1,first_y,1+(my_node-1)*mx) & !-- no inter-node transpose needed
233 …call copy3 ( bufr_X_Y, ur(1,1,first_y,1+(i-1)*mx) & !-- intra-node transpose from …
271 call copy3 ( ur(1,1,first_y,1+(my_node-1)*mx) & !-- intra-node transpose
293 …call copy3 ( ur(1,1,first_y,1+(i-1)*mx), bufr_X_Y & !-- intra-node transpose from…
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/testsuite/gfortran.dg/
H A Dintent_out_11.f9044 integer(int64), codimension[*] :: my, mx, first_y, last_y, first_x, last_x variable
133 first_y = (my_node-1)*my + 1; last_y = (my_node-1)*my + my
137 allocate ( ur(nz , 4 , first_y:last_y , nx/2)[*] ) !(*-- x-z planes --*)
167 do y = first_y, last_y
222 … , ur(1,1,first_y,1+(my_node-1)*mx) & !-- no inter-node transpose needed
233 …call copy3 ( bufr_X_Y, ur(1,1,first_y,1+(i-1)*mx) & !-- intra-node transpose from …
271 call copy3 ( ur(1,1,first_y,1+(my_node-1)*mx) & !-- intra-node transpose
293 …call copy3 ( ur(1,1,first_y,1+(i-1)*mx), bufr_X_Y & !-- intra-node transpose from…
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/testsuite/gfortran.dg/
H A Dintent_out_11.f9044 integer(int64), codimension[*] :: my, mx, first_y, last_y, first_x, last_x variable
133 first_y = (my_node-1)*my + 1; last_y = (my_node-1)*my + my
137 allocate ( ur(nz , 4 , first_y:last_y , nx/2)[*] ) !(*-- x-z planes --*)
167 do y = first_y, last_y
222 … , ur(1,1,first_y,1+(my_node-1)*mx) & !-- no inter-node transpose needed
233 …call copy3 ( bufr_X_Y, ur(1,1,first_y,1+(i-1)*mx) & !-- intra-node transpose from …
271 call copy3 ( ur(1,1,first_y,1+(my_node-1)*mx) & !-- intra-node transpose
293 …call copy3 ( ur(1,1,first_y,1+(i-1)*mx), bufr_X_Y & !-- intra-node transpose from…
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/gfortran.dg/
H A Dintent_out_11.f9044 integer(int64), codimension[*] :: my, mx, first_y, last_y, first_x, last_x variable
133 first_y = (my_node-1)*my + 1; last_y = (my_node-1)*my + my
137 allocate ( ur(nz , 4 , first_y:last_y , nx/2)[*] ) !(*-- x-z planes --*)
167 do y = first_y, last_y
222 … , ur(1,1,first_y,1+(my_node-1)*mx) & !-- no inter-node transpose needed
233 …call copy3 ( bufr_X_Y, ur(1,1,first_y,1+(i-1)*mx) & !-- intra-node transpose from …
271 call copy3 ( ur(1,1,first_y,1+(my_node-1)*mx) & !-- intra-node transpose
293 …call copy3 ( ur(1,1,first_y,1+(i-1)*mx), bufr_X_Y & !-- intra-node transpose from…
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/gfortran.dg/
H A Dintent_out_11.f9044 integer(int64), codimension[*] :: my, mx, first_y, last_y, first_x, last_x variable
133 first_y = (my_node-1)*my + 1; last_y = (my_node-1)*my + my
137 allocate ( ur(nz , 4 , first_y:last_y , nx/2)[*] ) !(*-- x-z planes --*)
167 do y = first_y, last_y
222 … , ur(1,1,first_y,1+(my_node-1)*mx) & !-- no inter-node transpose needed
233 …call copy3 ( bufr_X_Y, ur(1,1,first_y,1+(i-1)*mx) & !-- intra-node transpose from …
271 call copy3 ( ur(1,1,first_y,1+(my_node-1)*mx) & !-- intra-node transpose
293 …call copy3 ( ur(1,1,first_y,1+(i-1)*mx), bufr_X_Y & !-- intra-node transpose from…
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/gfortran.dg/
H A Dintent_out_11.f9044 integer(int64), codimension[*] :: my, mx, first_y, last_y, first_x, last_x variable
133 first_y = (my_node-1)*my + 1; last_y = (my_node-1)*my + my
137 allocate ( ur(nz , 4 , first_y:last_y , nx/2)[*] ) !(*-- x-z planes --*)
167 do y = first_y, last_y
222 … , ur(1,1,first_y,1+(my_node-1)*mx) & !-- no inter-node transpose needed
233 …call copy3 ( bufr_X_Y, ur(1,1,first_y,1+(i-1)*mx) & !-- intra-node transpose from …
271 call copy3 ( ur(1,1,first_y,1+(my_node-1)*mx) & !-- intra-node transpose
293 …call copy3 ( ur(1,1,first_y,1+(i-1)*mx), bufr_X_Y & !-- intra-node transpose from…
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/testsuite/gfortran.dg/
H A Dintent_out_11.f9044 integer(int64), codimension[*] :: my, mx, first_y, last_y, first_x, last_x variable
133 first_y = (my_node-1)*my + 1; last_y = (my_node-1)*my + my
137 allocate ( ur(nz , 4 , first_y:last_y , nx/2)[*] ) !(*-- x-z planes --*)
167 do y = first_y, last_y
222 … , ur(1,1,first_y,1+(my_node-1)*mx) & !-- no inter-node transpose needed
233 …call copy3 ( bufr_X_Y, ur(1,1,first_y,1+(i-1)*mx) & !-- intra-node transpose from …
271 call copy3 ( ur(1,1,first_y,1+(my_node-1)*mx) & !-- intra-node transpose
293 …call copy3 ( ur(1,1,first_y,1+(i-1)*mx), bufr_X_Y & !-- intra-node transpose from…
/dports/lang/gcc9/gcc-9.4.0/gcc/testsuite/gfortran.dg/
H A Dintent_out_11.f9044 integer(int64), codimension[*] :: my, mx, first_y, last_y, first_x, last_x variable
133 first_y = (my_node-1)*my + 1; last_y = (my_node-1)*my + my
137 allocate ( ur(nz , 4 , first_y:last_y , nx/2)[*] ) !(*-- x-z planes --*)
167 do y = first_y, last_y
222 … , ur(1,1,first_y,1+(my_node-1)*mx) & !-- no inter-node transpose needed
233 …call copy3 ( bufr_X_Y, ur(1,1,first_y,1+(i-1)*mx) & !-- intra-node transpose from …
271 call copy3 ( ur(1,1,first_y,1+(my_node-1)*mx) & !-- intra-node transpose
293 …call copy3 ( ur(1,1,first_y,1+(i-1)*mx), bufr_X_Y & !-- intra-node transpose from…
/dports/lang/opencoarrays/OpenCoarrays-2.9.0/src/tests/integration/dist_transpose/
H A Dcoarray_distributed_transpose.F9040 integer(int64), codimension[*] :: my, mx, first_y, last_y, first_x, last_x variable
129 first_y = (my_node-1)*my + 1; last_y = (my_node-1)*my + my
133 allocate ( ur(nz , 4 , first_y:last_y , nx/2)[*] ) !(*-- x-z planes --*)
163 do y = first_y, last_y
218 … , ur(1,1,first_y,1+(my_node-1)*mx) & !-- no inter-node transpose needed
229 …call copy3 ( bufr_X_Y, ur(1,1,first_y,1+(i-1)*mx) & !-- intra-node transpose from …
267 call copy3 ( ur(1,1,first_y,1+(my_node-1)*mx) & !-- intra-node transpose
289 …call copy3 ( ur(1,1,first_y,1+(i-1)*mx), bufr_X_Y & !-- intra-node transpose from…
/dports/audio/audacity/audacity-Audacity-3.1.3/lib-src/libscorealign/
H A Dscorealign.cpp162 (i == first_x && j == first_y)) in path_step()
251 first_y = frames_of_init_silence(chrom_energy1, file1_frames); in compare_chroma()
256 first_y = 0; in compare_chroma()
260 if (last_x - first_x <= 0 || last_y - first_y <= 0) { in compare_chroma()
266 PATH(first_x, first_y) = gen_dist(first_x, first_y); in compare_chroma()
268 PATH(x, first_y) = gen_dist(x, first_y) + PATH(x - 1, first_y); in compare_chroma()
277 for (int y = first_y + 1; y <= last_y; y++) { in compare_chroma()
329 for (int j = first_y; j <= last_y; j++) { in compare_chroma()
341 while ((x != first_x) || (y != first_y)) { in compare_chroma()
345 if (x > first_x && y > first_y && PATH(x-1, y-1) <= PATH(x-1, y) && in compare_chroma()
[all …]
/dports/games/sudsol/sudsol-0.1/src/
H A Dsudsol.c214 int first_x, first_y; in preprocess() local
222 while (locate_num (step, &first_x, &first_y, instance++)) { in preprocess()
226 if (y == first_y) continue; in preprocess()
228 …cess(): number %u is found at (%u,%u) but also at (%u,%u)?\n", step, first_x, first_y, first_x, y); in preprocess()
241 if (PLAYFIELD(x, first_y) == (1 << step)) { in preprocess()
242 …cess(): number %u is found at (%u,%u) but also at (%u,%u)?\n", step, first_x, first_y, x, first_y); in preprocess()
245 if (PLAYFIELD(x, first_y) & (1 << step)) { in preprocess()
246 PLAYFIELD(x, first_y) &= ~(1 << step); in preprocess()
/dports/audio/gsequencer/gsequencer-3.10.4/ags/audio/task/
H A Dags_move_note.c283 move_note->first_y = 0; in ags_move_note_init()
367 move_note->first_y = g_value_get_uint(value); in ags_move_note_set_property()
432 g_value_set_uint(value, move_note->first_y); in ags_move_note_get_property()
526 guint first_y; in ags_move_note_launch() local
553 first_y = move_note->first_y; in ags_move_note_launch()
574 note->y = move_y + (note->y + first_y); in ags_move_note_launch()
679 guint first_x, guint first_y, in ags_move_note_new() argument
689 "first-y", first_y, in ags_move_note_new()
H A Dags_move_note.h56 guint first_y; member
77 guint first_x, guint first_y,
/dports/misc/broot/broot-1.7.0/cargo-crates/csv2svg-0.1.5/src/
H A Dtbl.rs56 let first_y = y_seqs.next().unwrap(); in y_min_max() localVariable
57 y_seqs.fold((first_y.min, first_y.max), |(min, max), seq| { in y_min_max()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/css/
H A Dcss_gradient_value.h160 const CSSValue* first_y, in WTF_ALLOW_MOVE_AND_INIT_WITH_MEM_FUNCTIONS()
168 first_y_(first_y), in WTF_ALLOW_MOVE_AND_INIT_WITH_MEM_FUNCTIONS()
200 const CSSValue* first_y, in WTF_ALLOW_MOVE_AND_INIT_WITH_MEM_FUNCTIONS()
213 first_y_(first_y), in WTF_ALLOW_MOVE_AND_INIT_WITH_MEM_FUNCTIONS()
224 const CSSValue* first_y, in WTF_ALLOW_MOVE_AND_INIT_WITH_MEM_FUNCTIONS()
233 first_y_(first_y), in WTF_ALLOW_MOVE_AND_INIT_WITH_MEM_FUNCTIONS()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/css/
H A Dcss_gradient_value.h160 const CSSValue* first_y, in WTF_ALLOW_MOVE_AND_INIT_WITH_MEM_FUNCTIONS()
168 first_y_(first_y), in WTF_ALLOW_MOVE_AND_INIT_WITH_MEM_FUNCTIONS()
200 const CSSValue* first_y, in WTF_ALLOW_MOVE_AND_INIT_WITH_MEM_FUNCTIONS()
213 first_y_(first_y), in WTF_ALLOW_MOVE_AND_INIT_WITH_MEM_FUNCTIONS()
224 const CSSValue* first_y, in WTF_ALLOW_MOVE_AND_INIT_WITH_MEM_FUNCTIONS()
233 first_y_(first_y), in WTF_ALLOW_MOVE_AND_INIT_WITH_MEM_FUNCTIONS()
/dports/cad/qelectrotech/qet-0.7.0/sources/
H A Dconductorsegment.cpp203 qreal first_y = point1.y(); in canMove1stPointY() local
208 if (first_y + asked_dy < prev_segment_first_y + 12.0) { in canMove1stPointY()
209 possible_dy = -first_y + prev_segment_first_y + 12.0; in canMove1stPointY()
216 if (first_y + asked_dy >= prev_segment_first_y - 12.0) { in canMove1stPointY()
217 possible_dy = prev_segment_first_y - 12.0 - first_y; in canMove1stPointY()
/dports/audio/gsequencer/gsequencer-3.10.4/ags/X/editor/
H A Dags_move_note_dialog.c418 guint first_y; in ags_move_note_dialog_apply() local
454 first_y = 0; in ags_move_note_dialog_apply()
460 first_y = G_MAXUINT; in ags_move_note_dialog_apply()
491 if(y < first_y){ in ags_move_note_dialog_apply()
492 first_y = AGS_NOTE(selection->data)->y; in ags_move_note_dialog_apply()
530 first_x, first_y, in ags_move_note_dialog_apply()
/dports/x11-toolkits/vdk/vdk-2.5.1/src/
H A Dvdktextview.cc530 gint first_y, in get_lines() argument
544 gtk_text_view_get_line_at_y (text_view, &iter, first_y, NULL); in get_lines()
586 gint first_y; in line_numbers_expose() local
610 first_y = event->area.y; in line_numbers_expose()
611 last_y = first_y + event->area.height; in line_numbers_expose()
616 first_y, in line_numbers_expose()
618 &first_y); in line_numbers_expose()
629 first_y, in line_numbers_expose()
/dports/net/tightvnc/vnc_unixsrc/Xvnc/lib/font/Speedo/
H A Dout_bl2d.c624 fix15 first_y, last_y; in sp_proc_intercepts_2d() local
649 first_y = sp_globals.x_band.band_floor; /* start of x lists */ in sp_proc_intercepts_2d()
651 for (y = first_y; y != last_y; y++) /* scan all xlists */ in sp_proc_intercepts_2d()
692 if ((first_y = sp_globals.y_band.band_max) >= sp_globals.ymax) in sp_proc_intercepts_2d()
693 first_y = sp_globals.ymax - 1; /* Clip to ymax boundary */ in sp_proc_intercepts_2d()
705 scan_line = sp_globals.ymax - first_y - 1; in sp_proc_intercepts_2d()
707 for (y = first_y - sp_globals.y_band.band_min; y >= last_y; y--, scan_line++) in sp_proc_intercepts_2d()
734 scan_line = sp_globals.ymax - first_y - 1; in sp_proc_intercepts_2d()
736 for (y = first_y - sp_globals.y_band.band_min; y >= last_y; y--, scan_line++) in sp_proc_intercepts_2d()
H A Dout_blk.c601 fix15 first_y, last_y; in sp_proc_intercepts_black() local
627 if ((first_y = sp_globals.y_band.band_max) >= sp_globals.ymax) in sp_proc_intercepts_black()
628 first_y = sp_globals.ymax - 1; /* Clip to sp_globals.ymax boundary */ in sp_proc_intercepts_black()
636 scan_line = sp_globals.ymax - first_y - 1; in sp_proc_intercepts_black()
638 for (y = first_y - sp_globals.y_band.band_min; y >= last_y; y--, scan_line++) in sp_proc_intercepts_black()
662 scan_line = sp_globals.ymax - first_y - 1; in sp_proc_intercepts_black()
664 for (y = first_y - sp_globals.y_band.band_min; y >= last_y; y--, scan_line++) in sp_proc_intercepts_black()

12345678910