Home
last modified time | relevance | path

Searched refs:tcy (Results 1 – 25 of 419) sorted by relevance

12345678910>>...17

/dports/emulators/mess/mame-mame0226/src/devices/cpu/ns32000/
H A Dns32000.cpp606 tcy = 6; in execute_run()
609 tcy = 7; in execute_run()
627 tcy = 6; in execute_run()
641 tcy = 2; in execute_run()
679 tcy = 2; in execute_run()
811 tcy = 3; in execute_run()
816 tcy = 6; in execute_run()
821 tcy = 3; in execute_run()
831 tcy = 6; in execute_run()
836 tcy = 40; in execute_run()
[all …]
/dports/emulators/mame/mame-mame0226/src/devices/cpu/ns32000/
H A Dns32000.cpp606 tcy = 6; in execute_run()
609 tcy = 7; in execute_run()
627 tcy = 6; in execute_run()
641 tcy = 2; in execute_run()
679 tcy = 2; in execute_run()
811 tcy = 3; in execute_run()
816 tcy = 6; in execute_run()
821 tcy = 3; in execute_run()
831 tcy = 6; in execute_run()
836 tcy = 40; in execute_run()
[all …]
/dports/science/hypre/hypre-2.23.0/src/struct_ls/
H A Dpfmg_setup.c994 sqcxyz[1] += tcy * tcy; in hypre_PFMGComputeDxyz_CS()
1093 sqcyb += tcy * tcy; in hypre_PFMGComputeDxyz_SS5()
1133 HYPRE_double4 tmp(tcx, tcy, tcx*tcx, tcy*tcy); in hypre_PFMGComputeDxyz_SS5()
1139 sqcyb += tcy * tcy; in hypre_PFMGComputeDxyz_SS5()
1282 sqcyb += tcy*tcy; in hypre_PFMGComputeDxyz_SS9()
1323 HYPRE_double4 tmp(tcx, tcy, tcx*tcx, tcy*tcy); in hypre_PFMGComputeDxyz_SS9()
1467 sqcyb += tcy*tcy; in hypre_PFMGComputeDxyz_SS7()
1527 sqcyb += tcy * tcy; in hypre_PFMGComputeDxyz_SS7()
1722 sqcyb += tcy*tcy; in hypre_PFMGComputeDxyz_SS19()
1783 sqcyb += tcy * tcy; in hypre_PFMGComputeDxyz_SS19()
[all …]
/dports/www/swiggle/swiggle-0.4/
H A Dresize.c209 int tcx, tcy, tfx, tfy, tx, ty, t_row_width, x, y; in resize_bilinear() local
249 tcy = ceil_y * s_row_width; in resize_bilinear()
254 fraction_y * (one_minus_x * p[tfx + tcy] + in resize_bilinear()
255 fraction_x * p[tcx + tcy]); in resize_bilinear()
262 p[tfx + tcy + 1] + fraction_x * in resize_bilinear()
263 p[tcx + tcy + 1]); in resize_bilinear()
269 p[tfx + tcy + 2] + fraction_x * in resize_bilinear()
270 p[tcx + tcy + 2]); in resize_bilinear()
/dports/graphics/cegui/cegui-0.8.7/samples/EffectsDemo/
H A DEffectsDemo.cpp98 const float tcy = in realiseGeometry() local
117 d_vertices[idx + 0].tex_coords = Vector2f(x * tcx, y * tcy); in realiseGeometry()
122 d_vertices[idx + 1].tex_coords = Vector2f(x * tcx, (y + 1) * tcy); in realiseGeometry()
144 d_vertices[idx + 5].tex_coords = Vector2f(x * tcx, y * tcy); in realiseGeometry()
258 const float tcy = in realiseGeometry() local
281 vb[idx + 0].tex_coords = Vector2f(i * tcx, j*tcy); in realiseGeometry()
286 vb[idx + 1].tex_coords = Vector2f(i*tcx, j*tcy+tcy); in realiseGeometry()
291 vb[idx + 2].tex_coords = Vector2f(i*tcx+tcx, j*tcy+tcy); in realiseGeometry()
296 vb[idx + 3].tex_coords = Vector2f(i*tcx+tcx, j*tcy+tcy); in realiseGeometry()
301 vb[idx + 4].tex_coords = Vector2f(i*tcx+tcx, j*tcy); in realiseGeometry()
[all …]
/dports/games/arx-libertatis/arx-libertatis-1.1.2/src/graphics/data/
H A DCinematicTexture.cpp214 void AddQuadUVs(CinematicGrid * grille, int depcx, int depcy, int tcx, int tcy, int bitmapposx, int… in AddQuadUVs() argument
221 grille->mats[matIdx].nbvertexs = (tcx + 1) * (tcy + 1); in AddQuadUVs()
223 if ((grille->nbuvs + (4 *(tcx * tcy))) > grille->nbuvsmalloc) in AddQuadUVs()
225 grille->nbuvsmalloc += 4 * (tcx * tcy); in AddQuadUVs()
231 float dv = 0.999999f / (float)tcy; in AddQuadUVs()
232 tcy++; in AddQuadUVs()
234 int tcyy = tcy; in AddQuadUVs()
261 tcy--; in AddQuadUVs()
263 while (tcy--) in AddQuadUVs()
/dports/devel/upp/upp/uppsrc/ide/Designers/
H A DImg.cpp8 int tcy = Draw::GetStdFontCy(); in Paint() local
9 w.DrawRect(0, 0, sz.cx, tcy, SColorFace()); in Paint()
14 for(int y = tcy; y < sz.cy; y += 16) in Paint()
18 w.DrawImage(5, 5 + tcy, img); in Paint()
/dports/games/openbor3482/openbor-2c1ecd7/engine/sdl/
H A Dopengl.c54 static GLfixed tcx, tcy; // maximum x and y texture coords in fixed-point form variable
56 static GLfloat tcx, tcy; // maximum x and y texture coords in floating-point form variable
138 tcy = (textureHeight == 0) ? 0 : (textureHeight<<16) / allocTextureHeight; in video_gl_init_textures()
141 tcy = (textureHeight == 0) ? 0 : (float)textureHeight / (float)allocTextureHeight; in video_gl_init_textures()
292 GLfixed tex[] = {0,tcy, tcx,tcy, tcx,0, 0,0, }; in video_gl_draw_quad()
304 glMultiTexCoord2f(GL_TEXTURE0, 0.0, tcy); in video_gl_draw_quad()
305 glMultiTexCoord2f(GL_TEXTURE1, 0.0, tcy); in video_gl_draw_quad()
309 glMultiTexCoord2f(GL_TEXTURE0, tcx, tcy); in video_gl_draw_quad()
310 glMultiTexCoord2f(GL_TEXTURE1, tcx, tcy); in video_gl_draw_quad()
/dports/games/openbor3711/openbor-6ec17fa/engine/sdl/
H A Dopengl.c54 static GLfixed tcx, tcy; // maximum x and y texture coords in fixed-point form variable
56 static GLfloat tcx, tcy; // maximum x and y texture coords in floating-point form variable
138 tcy = (textureHeight == 0) ? 0 : (textureHeight<<16) / allocTextureHeight; in video_gl_init_textures()
141 tcy = (textureHeight == 0) ? 0 : (float)textureHeight / (float)allocTextureHeight; in video_gl_init_textures()
292 GLfixed tex[] = {0,tcy, tcx,tcy, tcx,0, 0,0, }; in video_gl_draw_quad()
304 glMultiTexCoord2f(GL_TEXTURE0, 0.0, tcy); in video_gl_draw_quad()
305 glMultiTexCoord2f(GL_TEXTURE1, 0.0, tcy); in video_gl_draw_quad()
309 glMultiTexCoord2f(GL_TEXTURE0, tcx, tcy); in video_gl_draw_quad()
310 glMultiTexCoord2f(GL_TEXTURE1, tcx, tcy); in video_gl_draw_quad()
/dports/games/openbor3979/openbor-2bcf25b/engine/sdl/
H A Dopengl.c66 static GLfixed tcx, tcy; // maximum x and y texture coords in fixed-point form variable
68 static GLfloat tcx, tcy; // maximum x and y texture coords in floating-point form variable
160 tcy = (textureHeight == 0) ? 0 : (textureHeight<<16) / allocTextureHeight; in video_gl_init_textures()
163 tcy = (textureHeight == 0) ? 0 : (float)textureHeight / (float)allocTextureHeight; in video_gl_init_textures()
335 GLfixed tex[] = {0,tcy, tcx,tcy, tcx,0, 0,0, }; in video_gl_draw_quad()
347 glMultiTexCoord2f(GL_TEXTURE0, 0.0, tcy); in video_gl_draw_quad()
348 glMultiTexCoord2f(GL_TEXTURE1, 0.0, tcy); in video_gl_draw_quad()
352 glMultiTexCoord2f(GL_TEXTURE0, tcx, tcy); in video_gl_draw_quad()
353 glMultiTexCoord2f(GL_TEXTURE1, tcx, tcy); in video_gl_draw_quad()
/dports/www/firefox-esr/firefox-91.8.0/testing/web-platform/tests/css/vendor-imports/mozilla/mozilla-central-reftests/writing-modes-3/support/
H A Dtcy.css1 .tcy {
4 .fake-tcy {
/dports/lang/spidermonkey60/firefox-60.9.0/testing/web-platform/tests/css/vendor-imports/mozilla/mozilla-central-reftests/writing-modes-3/support/
H A Dtcy.css1 .tcy {
4 .fake-tcy {
/dports/www/firefox/firefox-99.0/testing/web-platform/tests/css/css-writing-modes/support/
H A Dtcy.css1 .tcy {
4 .fake-tcy {
/dports/mail/thunderbird/thunderbird-91.8.0/testing/web-platform/tests/css/vendor-imports/mozilla/mozilla-central-reftests/writing-modes-3/support/
H A Dtcy.css1 .tcy {
4 .fake-tcy {
/dports/lang/spidermonkey60/firefox-60.9.0/layout/reftests/w3c-css/submitted/writing-modes-3/support/
H A Dtcy.css1 .tcy {
4 .fake-tcy {
/dports/www/firefox-legacy/firefox-52.8.0esr/layout/reftests/w3c-css/submitted/writing-modes-3/support/
H A Dtcy.css1 .tcy {
4 .fake-tcy {
/dports/lang/spidermonkey78/firefox-78.9.0/layout/reftests/w3c-css/submitted/writing-modes-3/support/
H A Dtcy.css1 .tcy {
4 .fake-tcy {
/dports/lang/spidermonkey78/firefox-78.9.0/testing/web-platform/tests/css/vendor-imports/mozilla/mozilla-central-reftests/writing-modes-3/support/
H A Dtcy.css1 .tcy {
4 .fake-tcy {
/dports/math/reduce/Reduce-svn5758-src/packages/cde/examples_book/
H A Dpkz_lcl1.red120 % tcl = tct dt + tcx dx + tcy dy
121 % and dbar(tcl) = (ddx(tcy)-ddy(tcx)) dxdy +
122 % (ddt(tcy)-ddy(tct)) dtdy +
139 tcy:=(part(tcy_list,0):=plus)$
145 equ 1:=(td(tcy,x)-td(tcx,y)) - ct$
146 equ 2:=(td(tcy,t)-td(tct,y)) - cx$
/dports/graphics/proj/proj-7.2.1/src/transformations/
H A Dhorner.cpp223 double *tcx, *tcy; /* Coefficient pointers */ in horner_func() local
251 tcy = transformation->fwd_v + sz; in horner_func()
256 tcy = transformation->inv_v + sz; in horner_func()
273 N = *--tcy; in horner_func()
276 u = *--tcy; in horner_func()
279 u = n*u + *--tcy; in horner_func()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/demo/share/jfc/J2Ddemo/java2d/demos/Mix/
H A DStars3D.java109 float tcx = 0, tcy = 0; // Transformed last moveTo point in render() local
127 tcy = ty; in render()
211 working.lineTo(tcx, tcy); in render()
217 working.lineTo(tcx, tcy); in render()
224 ty = tcy; in render()
/dports/devel/upp/upp/uppsrc/CtrlLib/
H A DSwitch.cpp170 int tcy = GetTextSize("W", font).cy; in Paint() local
172 linecy = max(mincy, max(isz.cy + DPI(2), tcy)); in Paint()
182 int ty = (linecy - tcy) / 2; in Paint()
190 int gsz = (v.gap & 255) * tcy / 4; in Paint()
225 x += hr.Width() + tcy / 2; in Paint()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/demo/share/jfc/J2Ddemo/java2d/demos/Mix/
H A DStars3D.java109 float tcx = 0, tcy = 0; // Transformed last moveTo point in render() local
127 tcy = ty; in render()
211 working.lineTo(tcx, tcy); in render()
217 working.lineTo(tcx, tcy); in render()
224 ty = tcy; in render()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/demo/share/jfc/J2Ddemo/java2d/demos/Mix/
H A DStars3D.java109 float tcx = 0, tcy = 0; // Transformed last moveTo point in render() local
127 tcy = ty; in render()
211 working.lineTo(tcx, tcy); in render()
217 working.lineTo(tcx, tcy); in render()
224 ty = tcy; in render()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/demo/share/jfc/J2Ddemo/java2d/demos/Mix/
H A DStars3D.java109 float tcx = 0, tcy = 0; // Transformed last moveTo point in render() local
127 tcy = ty; in render()
211 working.lineTo(tcx, tcy); in render()
217 working.lineTo(tcx, tcy); in render()
224 ty = tcy; in render()

12345678910>>...17