Home
last modified time | relevance | path

Searched refs:sy (Results 1 – 25 of 8859) sorted by relevance

12345678910>>...355

/dports/devel/util-linux/util-linux-2.36/libsmartcols/src/
H A Dsymbols.c35 if (!sy) in scols_new_symbols()
37 sy->refcount = 1; in scols_new_symbols()
38 return sy; in scols_new_symbols()
49 if (sy) in scols_ref_symbols()
50 sy->refcount++; in scols_ref_symbols()
61 if (sy && --sy->refcount <= 0) { in scols_unref_symbols()
63 free(sy->tree_vert); in scols_unref_symbols()
64 free(sy->tree_right); in scols_unref_symbols()
74 free(sy); in scols_unref_symbols()
257 assert(sy); in scols_copy_symbols()
[all …]
/dports/games/searchandrescue/searchandrescue_1.4.0/sar/
H A Dsardrawpm_ptt.c36 float sx, sy, sz; /* Scale */ in SARDrawPremodeledPowerTransmissionTower() local
47 sx = sy = sz = obj_premodeled_ptr->height; in SARDrawPremodeledPowerTransmissionTower()
67 glVertex3f(-0.12f * sx, 0.0f * sz, -(0.12f * sy)); in SARDrawPremodeledPowerTransmissionTower()
68 glVertex3f(-0.08f * sx, 0.2f * sz, -(0.08f * sy)); in SARDrawPremodeledPowerTransmissionTower()
69 glVertex3f(0.08f * sx, 0.2f * sz, -(0.08f * sy)); in SARDrawPremodeledPowerTransmissionTower()
70 glVertex3f(0.12f * sx, 0.0f * sz, -(0.12f * sy)); in SARDrawPremodeledPowerTransmissionTower()
77 glVertex3f(0.08f * sx, 0.2f * sz, -(0.08f * sy)); in SARDrawPremodeledPowerTransmissionTower()
79 glVertex3f(0.05f * sx, 0.4f * sz, -(0.05f * sy)); in SARDrawPremodeledPowerTransmissionTower()
112 glVertex3f(0.0f * sx, 1.0f * sz, -(0.0f * sy)); in SARDrawPremodeledPowerTransmissionTower()
167 sy *= -1.0f; in SARDrawPremodeledPowerTransmissionTower()
[all …]
H A Dsardrawpm_tower.c34 float sx, sy, sz; /* Scale. */ in SARDrawPremodeledTower() local
43 sx = sy = sz = obj_premodeled_ptr->height / 100.0f; in SARDrawPremodeledTower()
58 glVertex3f(-29.0f * sx, 0.0f * sz, -(-29.0f * sy)); in SARDrawPremodeledTower()
59 glVertex3f( 0.0f * sx, 75.0f * sz, -( 0.0f * sy)); in SARDrawPremodeledTower()
61 glVertex3f( 29.0f * sx, 0.0f * sz, -(-29.0f * sy)); in SARDrawPremodeledTower()
62 glVertex3f( 0.0f * sx, 75.0f * sz, -( 0.0f * sy)); in SARDrawPremodeledTower()
64 glVertex3f( 0.0f * sx, 0.0f * sz, -( 40.0f * sy)); in SARDrawPremodeledTower()
65 glVertex3f( 0.0f * sx, 75.0f * sz, -( 0.0f * sy)); in SARDrawPremodeledTower()
69 sx = sy = 1.0f; in SARDrawPremodeledTower()
125 glVertex3f(0.0f * sx, 0.0f * sz, -(0.0f * sy)); in SARDrawPremodeledTower()
[all …]
H A Dsardrawpm_radiotower.c148 float sx, sy, sz; /* Scale. */ in SARDrawPremodeledRadioTower() local
157 sx = sy = sz = obj_premodeled_ptr->height / 100.0f; in SARDrawPremodeledRadioTower()
172 glVertex3f(-29.0f * sx, 0.0f * sz, -(-29.0f * sy)); in SARDrawPremodeledRadioTower()
173 glVertex3f( 0.0f * sx, 75.0f * sz, -( 0.0f * sy)); in SARDrawPremodeledRadioTower()
175 glVertex3f( 29.0f * sx, 0.0f * sz, -(-29.0f * sy)); in SARDrawPremodeledRadioTower()
176 glVertex3f( 0.0f * sx, 75.0f * sz, -( 0.0f * sy)); in SARDrawPremodeledRadioTower()
178 glVertex3f( 0.0f * sx, 0.0f * sz, -( 40.0f * sy)); in SARDrawPremodeledRadioTower()
179 glVertex3f( 0.0f * sx, 75.0f * sz, -( 0.0f * sy)); in SARDrawPremodeledRadioTower()
183 sx = sy = 1.0; in SARDrawPremodeledRadioTower()
242 glVertex3f(0.0f * sx, 0.0f * sz, -(0.0f * sy)); in SARDrawPremodeledRadioTower()
[all …]
/dports/audio/sfront/sfront-0.99/lib/reson/
H A Dmacros.hs57 #define RESON_SUMOUT (sy[0]+sy[1])
61 #define RESON_SUMOUT (sy[0]+sy[1]+sy[2])
65 #define RESON_SUMOUT (sy[0]+sy[1]+sy[2]+sy[3])
69 #define RESON_SUMOUT (sy[0]+sy[1]+sy[2]+sy[3]+sy[4])
73 #define RESON_SUMOUT (sy[0]+sy[1]+sy[2]+sy[3]+sy[4]+sy[5])
77 #define RESON_SUMOUT (sy[0]+sy[1]+sy[2]+sy[3]+sy[4]+sy[5]+sy[6])
81 #define RESON_SUMOUT (sy[0]+sy[1]+sy[2]+sy[3]+sy[4]+sy[5]+sy[6]+sy[7])
85 #define RESON_SUMOUT (sy[0]+sy[1]+sy[2]+sy[3]+sy[4]+sy[5]+sy[6]+sy[7]+sy[8])
89 #define RESON_SUMOUT (sy[0]+sy[1]+sy[2]+sy[3]+sy[4]+sy[5]+sy[6]+sy[7]+sy[8]+sy[9])
93 #define RESON_SUMOUT (sy[0]+sy[1]+sy[2]+sy[3]+sy[4]+sy[5]+sy[6]+sy[7]+sy[8]+sy[9] + sy[10])
[all …]
/dports/games/fs2open/fs2open.github.com-release_21_4_1/code/stats/
H A Dstats.cpp36 sy += 2*dy; in show_stats_label()
38 sy += 2*dy; in show_stats_label()
40 sy += dy; in show_stats_label()
42 sy += dy; in show_stats_label()
44 sy += dy; in show_stats_label()
46 sy += dy; in show_stats_label()
51 sy += dy; in show_stats_label()
53 sy += dy; in show_stats_label()
55 sy += dy; in show_stats_label()
57 sy += dy; in show_stats_label()
[all …]
/dports/games/diaspora/Diaspora_R1_Linux/Diaspora/fs2_open/code/stats/
H A Dstats.cpp47 sy += 2*dy; in show_stats_label()
51 sy += dy; in show_stats_label()
53 sy += dy; in show_stats_label()
55 sy += dy; in show_stats_label()
57 sy += dy; in show_stats_label()
62 sy += dy; in show_stats_label()
64 sy += dy; in show_stats_label()
66 sy += dy; in show_stats_label()
68 sy += dy; in show_stats_label()
91 sy += dy; in show_stats_label()
[all …]
/dports/textproc/miller/miller-5.10.2/go/reg-test/expected/
H A Dcase-dsl-null-empty-handling.sh.out82 x= y=2 xy= sy=2
86 a= y=2 xy=2 sy=2
99 a=1 y= sy= st=3
101 a= y= sy= st=3
105 x= b= sy=3 st=3
140 x= y=2 xy= sy=2
157 a=1 y= sy= st=3
159 a= y= sy= st=3
163 x= b= sy=3 st=3
217 a= y= sy= st=3
[all …]
/dports/sysutils/tmux/tmux-3.2a/
H A Dstyle.c83 sy->ignore = 1; in style_parse()
85 sy->ignore = 0; in style_parse()
149 sy->fill = value; in style_parse()
166 sy->gc.attr = 0; in style_parse()
246 if (sy->fill != 8) { in style_tostring()
277 struct style *sy; in style_add() local
284 if (sy == NULL) in style_add()
286 if (sy->gc.fg != 8) in style_add()
288 if (sy->gc.bg != 8) in style_add()
309 memcpy(sy, &style_default, sizeof *sy); in style_set()
[all …]
H A Dresize.c51 if (sy < w->layout_root->sy) in resize_window()
52 sy = w->layout_root->sy; in resize_window()
55 sx, sy, w->layout_root->sx, w->layout_root->sy); in resize_window()
130 *sx = *sy = 0; in clients_calculate_size()
174 if (cy > *sy) in clients_calculate_size()
175 *sy = cy; in clients_calculate_size()
180 *sy = cy; in clients_calculate_size()
237 *sy = c->tty.sy - status_line_size(c); in default_window_size()
255 *sy = 24; in default_window_size()
258 *sy); in default_window_size()
[all …]
/dports/games/burrtools/burrtools-0.6.3/src/gui/
H A Dgrideditor_2.cpp43 *szx = (sx < sy) ? sx : sy; in calcParameters()
62 ty -= 3*sy/10; in drawNormalTile()
64 fl_pie(tx+x*sx, ty-y*sy-sy, sxc, syc, 0, 360); in drawNormalTile()
77 fl_pie(tx+x*sx+2, ty-y*sy+2-sy, sxc-4, syc-4, 0, 360); in drawVariableTile()
90 fl_arc(tx+x*sx, ty-y*sy-sy, sxc, syc, 0, 360); in drawTileFrame()
103 fl_pie(tx+x*sx, ty-y*sy-sy, sxc/2, syc/2, 0, 360); in drawTileColor()
116 fl_arc(tx+x*sx-1, ty-y*sy-sy-1, sxc+2, syc+2, 0, 360); in drawTileCursor()
118 fl_arc(tx+x*sx-1, ty-y*sy-sy-1, sxc+1, syc+1, 0, 360); in drawTileCursor()
119 fl_arc(tx+x*sx, ty-y*sy-sy-1, sxc+1, syc+1, 0, 360); in drawTileCursor()
120 fl_arc(tx+x*sx-1, ty-y*sy-sy, sxc+1, syc+1, 0, 360); in drawTileCursor()
[all …]
H A Dgrideditor_0.cpp38 *szx = (sx < sy) ? sx : sy; in calcParameters()
49 fl_rectf(tx+x*sx, ty-(y+1)*sy, sx, sy); in drawNormalTile()
53 fl_rectf(tx+x*sx+3, ty-(y+1)*sy+3, sx-5, sy-5); in drawVariableTile()
57 fl_rect(tx+x*sx, ty-(y+1)*sy, sx+1, sy+1); in drawTileFrame()
61 fl_rectf(tx+x*sx, ty-(y+1)*sy, sx/2, sy/2); in drawTileColor()
69 fl_line(tx+sx*x, ty-sy*y+1, tx+sx*x+sx, ty-sy*y+1); in drawTileCursor()
70 fl_line(tx+sx*x, ty-sy*y-1, tx+sx*x+sx, ty-sy*y-1); in drawTileCursor()
74 fl_line(tx+sx*x+1, ty-sy*y, tx+sx*x+1, ty-sy*y-sy); in drawTileCursor()
75 fl_line(tx+sx*x-1, ty-sy*y, tx+sx*x-1, ty-sy*y-sy); in drawTileCursor()
84 fl_line(tx+sx*(x+1)+1, ty-sy*y, tx+sx*(x+1)+1, ty-sy*y-sy); in drawTileCursor()
[all …]
/dports/math/py-statsmodels/statsmodels-0.13.1/statsmodels/sandbox/regression/
H A Dsympy_diff.py7 import sympy as sy namespace
13 return 1/(sigma*sy.sqrt(2*sy.pi)) * sy.exp(-(x-mu)**2 / (2*sigma**2))
18 return (1+sy.erf((x-mu)/(sigma*sy.sqrt(2))))/2
21 mu = sy.Symbol('mu')
24 x = sy.Symbol('x')
25 y = sy.Symbol('y')
26 df = sy.Symbol('df')
27 s = sy.Symbol('s')
31 print(sy.diff(sy.log(sy.gamma((s+1)/2)),s))
33 print(sy.diff((df+1)/2. * sy.log(1+df/(df-2)), df))
[all …]
/dports/editors/neovim/neovim-0.6.1/runtime/syntax/
H A Dcsc.vim23 sy match cscError '"'
24 sy match cscString '"[^"]*"'
29 sy match cscSpaceE "\s\+$"
32 sy match cscSpaceE " \+\t"me=e-1
39 sy match cscParenE ")"
42 sy case ignore
58 sy match cscCommentE "\*/"
95 sy match cscStatement "&"
107 sy match cscComW "^\s*CALC.*"
120 sy match cscComW "^\s*\<SET.*"
[all …]
/dports/editors/vim/vim-8.2.3745/runtime/syntax/
H A Dcsc.vim23 sy match cscError '"'
24 sy match cscString '"[^"]*"'
29 sy match cscSpaceE "\s\+$"
32 sy match cscSpaceE " \+\t"me=e-1
39 sy match cscParenE ")"
42 sy case ignore
58 sy match cscCommentE "\*/"
95 sy match cscStatement "&"
107 sy match cscComW "^\s*CALC.*"
120 sy match cscComW "^\s*\<SET.*"
[all …]
/dports/games/libretro-mame2003/mame2003-libretro-4358db4/src/vidhrdw/
H A Dwc90_vidhrdw.c217 WC90_DRAW_SPRITE( code, sx, sy ); in drawsprite_16x16()
224 WC90_DRAW_SPRITE( code, sx, sy ); in drawsprite_16x32()
226 WC90_DRAW_SPRITE( code, sx, sy ); in drawsprite_16x32()
237 WC90_DRAW_SPRITE( code, sx, sy ); in drawsprite_16x64()
239 WC90_DRAW_SPRITE( code, sx, sy ); in drawsprite_16x64()
250 WC90_DRAW_SPRITE( code, sx, sy ); in drawsprite_32x16()
252 WC90_DRAW_SPRITE( code, sx, sy ); in drawsprite_32x16()
262 WC90_DRAW_SPRITE( code+p[0], sx, sy ); in drawsprite_32x32()
289 WC90_DRAW_SPRITE( code, sx, sy ); in drawsprite_64x16()
291 WC90_DRAW_SPRITE( code, sx, sy ); in drawsprite_64x16()
[all …]
/dports/games/libretro-mame2003_plus/mame2003-plus-libretro-17e9889/src/vidhrdw/
H A Dwc90_vidhrdw.c217 WC90_DRAW_SPRITE( code, sx, sy ); in drawsprite_16x16()
224 WC90_DRAW_SPRITE( code, sx, sy ); in drawsprite_16x32()
226 WC90_DRAW_SPRITE( code, sx, sy ); in drawsprite_16x32()
237 WC90_DRAW_SPRITE( code, sx, sy ); in drawsprite_16x64()
239 WC90_DRAW_SPRITE( code, sx, sy ); in drawsprite_16x64()
250 WC90_DRAW_SPRITE( code, sx, sy ); in drawsprite_32x16()
252 WC90_DRAW_SPRITE( code, sx, sy ); in drawsprite_32x16()
262 WC90_DRAW_SPRITE( code+p[0], sx, sy ); in drawsprite_32x32()
289 WC90_DRAW_SPRITE( code, sx, sy ); in drawsprite_64x16()
291 WC90_DRAW_SPRITE( code, sx, sy ); in drawsprite_64x16()
[all …]
/dports/games/libretro-mame2000/mame2000-libretro-e364a15/src/vidhrdw/
H A Dwc90.c207 int sx, sy, tile; in wc90_vh_screenrefresh() local
214 sy = ( offs / 64 ); in wc90_vh_screenrefresh()
223 sx*16,sy*16, in wc90_vh_screenrefresh()
236 int sx, sy, tile; in wc90_vh_screenrefresh() local
243 sy = ( offs / 64 ); in wc90_vh_screenrefresh()
252 sx*16,sy*16, in wc90_vh_screenrefresh()
266 int sx, sy; in wc90_vh_screenrefresh() local
271 sy = (offs / 64); in wc90_vh_screenrefresh()
277 sx*8,sy*8, in wc90_vh_screenrefresh()
344 WC90_DRAW_SPRITE( code, sx, sy ); in drawsprite_16x16()
[all …]
H A Dsprint2.c185 sy=sy-org_y; in sprint2_check_collision1()
195 sy=sy-org_y; in sprint2_check_collision1()
206 sy=sy-org_y; in sprint2_check_collision1()
218 for (sy=0;sy<8;sy++) in sprint2_check_collision1()
330 sy=sy-org_y; in sprint2_check_collision2()
340 sy=sy-org_y; in sprint2_check_collision2()
351 sy=sy-org_y; in sprint2_check_collision2()
363 for (sy=0;sy<8;sy++) in sprint2_check_collision2()
411 int sx,sy; in sprint_vh_screenrefresh() local
432 int sx,sy; in sprint_vh_screenrefresh() local
[all …]
/dports/graphics/svgalib/svgalib-1.4.3/gl/
H A Dline.c261 y += sy; in gl_line()
276 y += sy; in gl_line()
307 if(sy > 0) { in gl_line()
325 if(sy > 0) { in gl_line()
343 if(sy > 0) { in gl_line()
361 if(sy > 0) { in gl_line()
496 y += sy; in gl_line()
511 || sy - z < __clipy1 || sy + z > __clipy2) {
543 || sy + r < __clipy1 || sy - r > __clipy2)
573 || sy + r < __clipy1 || sy - r > __clipy2)
[all …]
/dports/misc/mnn/MNN-1.2.0/source/backend/opencl/execution/cl/
H A DwinogradTransformSource2_5_1.cl70 int imageSy = select(batchIndex * srcHeight + sy, -1, sy < 0 || sy >= srcHeight);
77 int imageSy = select(batchIndex * srcHeight + sy, -1, sy < 0 || sy >= srcHeight);
84 int imageSy = select(batchIndex * srcHeight + sy, -1, sy < 0 || sy >= srcHeight);
91 int imageSy = select(batchIndex * srcHeight + sy, -1, sy < 0 || sy >= srcHeight);
98 int imageSy = select(batchIndex * srcHeight + sy, -1, sy < 0 || sy >= srcHeight);
105 int imageSy = select(batchIndex * srcHeight + sy, -1, sy < 0 || sy >= srcHeight);
112 int imageSy = select(batchIndex * srcHeight + sy, -1, sy < 0 || sy >= srcHeight);
119 int imageSy = select(batchIndex * srcHeight + sy, -1, sy < 0 || sy >= srcHeight);
126 int imageSy = select(batchIndex * srcHeight + sy, -1, sy < 0 || sy >= srcHeight);
133 int imageSy = select(batchIndex * srcHeight + sy, -1, sy < 0 || sy >= srcHeight);
[all …]
H A DwinogradTransformSource2_3_1.cl50 int imageSy = select(batchIndex * srcHeight + sy, -1, sy < 0 || sy >= srcHeight);
57 int imageSy = select(batchIndex * srcHeight + sy, -1, sy < 0 || sy >= srcHeight);
64 int imageSy = select(batchIndex * srcHeight + sy, -1, sy < 0 || sy >= srcHeight);
71 int imageSy = select(batchIndex * srcHeight + sy, -1, sy < 0 || sy >= srcHeight);
78 int imageSy = select(batchIndex * srcHeight + sy, -1, sy < 0 || sy >= srcHeight);
85 int imageSy = select(batchIndex * srcHeight + sy, -1, sy < 0 || sy >= srcHeight);
92 int imageSy = select(batchIndex * srcHeight + sy, -1, sy < 0 || sy >= srcHeight);
99 int imageSy = select(batchIndex * srcHeight + sy, -1, sy < 0 || sy >= srcHeight);
106 int imageSy = select(batchIndex * srcHeight + sy, -1, sy < 0 || sy >= srcHeight);
113 int imageSy = select(batchIndex * srcHeight + sy, -1, sy < 0 || sy >= srcHeight);
[all …]
/dports/x11/eaglemode/eaglemode-0.95.0/res/emMain/src/
H A Dborders.inc23 // y1=-sy-d, y2=sy+d
189 RectBorderE(sx,sy,d,e,cx,sy-(sx-cx))
196 <sx+d,sy+d,0>
387 <0,-sy-d,0>
388 <0,sy+d,0>
416 <0,-sy-d,0>
417 <0,sy+d,0>
934 (-sy-d)
935 (sy+d)
967 (-sy-d)
[all …]
/dports/games/nethack33-nox11/nethack-3.3.1/src/
H A Dshknam.c247 int sx, sy;
344 if (isok(sx-1,sy) && !levl[sx-1][sy].edge &&
346 else if (isok(sx+1,sy) && !levl[sx+1][sy].edge &&
348 else if (isok(sx,sy-1) && !levl[sx][sy-1].edge &&
349 (int) levl[sx][sy-1].roomno == rmno) sy--;
350 else if (isok(sx,sy+1) && !levl[sx][sy+1].edge &&
356 else if(sy == sroom->ly-1) sy++;
357 else if(sy == sroom->hy+1) sy--; else {
382 if(MON_AT(sx, sy)) rloc(m_at(sx, sy)); /* insurance */
460 for(sy = sroom->ly; sy <= sroom->hy; sy++) {
[all …]
/dports/games/nethack33/nethack-3.3.1/src/
H A Dshknam.c247 int sx, sy;
344 if (isok(sx-1,sy) && !levl[sx-1][sy].edge &&
346 else if (isok(sx+1,sy) && !levl[sx+1][sy].edge &&
348 else if (isok(sx,sy-1) && !levl[sx][sy-1].edge &&
349 (int) levl[sx][sy-1].roomno == rmno) sy--;
350 else if (isok(sx,sy+1) && !levl[sx][sy+1].edge &&
356 else if(sy == sroom->ly-1) sy++;
357 else if(sy == sroom->hy+1) sy--; else {
382 if(MON_AT(sx, sy)) rloc(m_at(sx, sy)); /* insurance */
460 for(sy = sroom->ly; sy <= sroom->hy; sy++) {
[all …]

12345678910>>...355