Home
last modified time | relevance | path

Searched refs:fy2 (Results 1 – 25 of 625) sorted by relevance

12345678910>>...25

/dports/games/trackballs/trackballs-1.3.3/share/shaders/
H A Dreflection.frag44 float fy2 = +h * vy;
46 fy2 = -fy2;
51 fy2 = (fy2 / fx2) * 0.5;
54 fy2 = (fy2 / -fx2) * 0.5;
56 if (fy2 > 0.5) {
57 fy2 = 0.5;
58 fx2 = (fx2 / fy2) * 0.5;
59 } else if (fy2 < -0.5) {
60 fy2 = -0.5;
61 fx2 = (fx2 / -fy2) * 0.5;
[all …]
/dports/games/angband/Angband-4.2.2/src/win/
H A Dwin-layout.c270 fy2 = 8; in default_layout_win()
282 fy2 = 10; in default_layout_win()
294 fy2 = 10; in default_layout_win()
306 fy2 = 10; in default_layout_win()
318 fy2 = 12; in default_layout_win()
330 fy2 = 18; in default_layout_win()
433 data[3].rows = (i - data[2].rows * fy2 - 2 * cap - 2 * bordery)/fy2; in default_layout_win()
436 data[3].rows = (i - data[2].rows * fy2 - 2 * cap - 2 * bordery)/fy2; in default_layout_win()
445 data[3].rows = (sy - data[2].rows * fy2 + cap - 2 * bordery) /fy2; in default_layout_win()
454 data[3].rows = (i - data[2].rows * fy2 - 2 * cap - 2 * bordery)/fy2; in default_layout_win()
[all …]
/dports/chinese/pyzy/pyzy-6d9c3cd/scripts/
H A Dgenpytable.py196 fy1, fy2 = fys
198 fy1, fy2 = fys[0], ""
203 (fy2 and fs1 + fy2 not in pinyin_list):
209 (fy2 and fs2 + fy2 not in pinyin_list):
218 if fy2 and \
219 (s + fy2 not in pinyin_list) and \
220 (fs1 and fs1 + fy2 not in pinyin_list) and \
221 (fs2 and fs2 + fy2 not in pinyin_list):
222 fy2 = ""
248 yield text, bopomofo, s, y, fs1, fy1, fs2, fy2, l, flags
[all …]
/dports/games/jigzo/jigzo-0.6.1/src/
H A DTexture.cxx36 float fy2 = float (src.y + src.h) / float (rect.h); in Draw() local
45 glTexCoord2f(fx2, fy2); in Draw()
47 glTexCoord2f(fx1, fy2); in Draw()
57 float fy2 = float (src.y + src.h) / float (rect.h); in Draw() local
69 glTexCoord2f(fx2, fy2); in Draw()
71 glTexCoord2f(fx1, fy2); in Draw()
/dports/net-im/centerim/centerim-4.22.10/kkconsui/src/
H A Dscreenarea.cc30 screenarea::screenarea(int fx1, int fy1, int fx2, int fy2) { in screenarea() argument
31 save(fx1, fy1, fx2, fy2); in screenarea()
42 void screenarea::save(int fx1, int fy1, int fx2, int fy2) { in save() argument
51 for(i = 0; i <= fy2-fy1; i++) { in save()
69 y2 = fy2; in save()
76 void screenarea::restore(int fx1, int fy1, int fx2, int fy2) { argument
/dports/science/nwchem/nwchem-7b21660b82ebd85ef659f6fba7e1e73433b0bd0a/src/nwxc/nwad/unit_tests/
H A Dtest_dxy.F19 type(nwad_dble) :: x, y, fx2, fy2, fxy
35 call subad_dxy(x,y,fy2)
40 ady = inter_d2_dx(fy2)
42 ady2 = inter_d2_dx2(fy2)
43 adxy = inter_d2_dxy(fx2,fxy,fy2)
/dports/science/nwchem-data/nwchem-7.0.2-release/src/nwxc/nwad/unit_tests/
H A Dtest_dxy.F19 type(nwad_dble) :: x, y, fx2, fy2, fxy
35 call subad_dxy(x,y,fy2)
40 ady = inter_d2_dx(fy2)
42 ady2 = inter_d2_dx2(fy2)
43 adxy = inter_d2_dxy(fx2,fxy,fy2)
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.desktop/windows/native/libawt/java2d/d3d/
H A DD3DVertexCacher.cpp228 float fx1, fy1, fx2, fy2; in DrawLine() local
232 fy2 = fy1; in DrawLine()
267 fy2 = (float)y1; in DrawLine()
274 fy2 = (float)y1; in DrawLine()
281 fy2 = (float)y2; in DrawLine()
290 fy2 += DD_FY2; in DrawLine()
297 fy2 += DU_FY2; in DrawLine()
443 float fy2 = (float)y2; in DrawRect() local
448 ADD_LINE_XYC(fx1+1.0f+HV_FF3, fy2+HV_FF1, fx2+HV_FF2, fy2+HV_FF1,color); in DrawRect()
464 float fy2 = (float)y2; in FillRect() local
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.desktop/windows/native/libawt/java2d/d3d/
H A DD3DVertexCacher.cpp228 float fx1, fy1, fx2, fy2; in DrawLine() local
232 fy2 = fy1; in DrawLine()
267 fy2 = (float)y1; in DrawLine()
274 fy2 = (float)y1; in DrawLine()
281 fy2 = (float)y2; in DrawLine()
290 fy2 += DD_FY2; in DrawLine()
297 fy2 += DU_FY2; in DrawLine()
443 float fy2 = (float)y2; in DrawRect() local
448 ADD_LINE_XYC(fx1+1.0f+HV_FF3, fy2+HV_FF1, fx2+HV_FF2, fy2+HV_FF1,color); in DrawRect()
464 float fy2 = (float)y2; in FillRect() local
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.desktop/windows/native/libawt/java2d/d3d/
H A DD3DVertexCacher.cpp228 float fx1, fy1, fx2, fy2; in DrawLine() local
232 fy2 = fy1; in DrawLine()
267 fy2 = (float)y1; in DrawLine()
274 fy2 = (float)y1; in DrawLine()
281 fy2 = (float)y2; in DrawLine()
290 fy2 += DD_FY2; in DrawLine()
297 fy2 += DU_FY2; in DrawLine()
443 float fy2 = (float)y2; in DrawRect() local
448 ADD_LINE_XYC(fx1+1.0f+HV_FF3, fy2+HV_FF1, fx2+HV_FF2, fy2+HV_FF1,color); in DrawRect()
464 float fy2 = (float)y2; in FillRect() local
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.desktop/windows/native/libawt/java2d/d3d/
H A DD3DVertexCacher.cpp228 float fx1, fy1, fx2, fy2; in DrawLine() local
232 fy2 = fy1; in DrawLine()
267 fy2 = (float)y1; in DrawLine()
274 fy2 = (float)y1; in DrawLine()
281 fy2 = (float)y2; in DrawLine()
290 fy2 += DD_FY2; in DrawLine()
297 fy2 += DU_FY2; in DrawLine()
443 float fy2 = (float)y2; in DrawRect() local
448 ADD_LINE_XYC(fx1+1.0f+HV_FF3, fy2+HV_FF1, fx2+HV_FF2, fy2+HV_FF1,color); in DrawRect()
464 float fy2 = (float)y2; in FillRect() local
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.desktop/windows/native/libawt/java2d/d3d/
H A DD3DVertexCacher.cpp228 float fx1, fy1, fx2, fy2; in DrawLine() local
232 fy2 = fy1; in DrawLine()
267 fy2 = (float)y1; in DrawLine()
274 fy2 = (float)y1; in DrawLine()
281 fy2 = (float)y2; in DrawLine()
290 fy2 += DD_FY2; in DrawLine()
297 fy2 += DU_FY2; in DrawLine()
443 float fy2 = (float)y2; in DrawRect() local
448 ADD_LINE_XYC(fx1+1.0f+HV_FF3, fy2+HV_FF1, fx2+HV_FF2, fy2+HV_FF1,color); in DrawRect()
464 float fy2 = (float)y2; in FillRect() local
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.desktop/windows/native/libawt/java2d/d3d/
H A DD3DVertexCacher.cpp228 float fx1, fy1, fx2, fy2; in DrawLine() local
232 fy2 = fy1; in DrawLine()
267 fy2 = (float)y1; in DrawLine()
274 fy2 = (float)y1; in DrawLine()
281 fy2 = (float)y2; in DrawLine()
290 fy2 += DD_FY2; in DrawLine()
297 fy2 += DU_FY2; in DrawLine()
443 float fy2 = (float)y2; in DrawRect() local
448 ADD_LINE_XYC(fx1+1.0f+HV_FF3, fy2+HV_FF1, fx2+HV_FF2, fy2+HV_FF1,color); in DrawRect()
464 float fy2 = (float)y2; in FillRect() local
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.desktop/windows/native/libawt/java2d/d3d/
H A DD3DVertexCacher.cpp228 float fx1, fy1, fx2, fy2; in DrawLine() local
232 fy2 = fy1; in DrawLine()
267 fy2 = (float)y1; in DrawLine()
274 fy2 = (float)y1; in DrawLine()
281 fy2 = (float)y2; in DrawLine()
290 fy2 += DD_FY2; in DrawLine()
297 fy2 += DU_FY2; in DrawLine()
443 float fy2 = (float)y2; in DrawRect() local
448 ADD_LINE_XYC(fx1+1.0f+HV_FF3, fy2+HV_FF1, fx2+HV_FF2, fy2+HV_FF1,color); in DrawRect()
464 float fy2 = (float)y2; in FillRect() local
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.desktop/windows/native/libawt/java2d/d3d/
H A DD3DVertexCacher.cpp228 float fx1, fy1, fx2, fy2; in DrawLine() local
232 fy2 = fy1; in DrawLine()
267 fy2 = (float)y1; in DrawLine()
274 fy2 = (float)y1; in DrawLine()
281 fy2 = (float)y2; in DrawLine()
290 fy2 += DD_FY2; in DrawLine()
297 fy2 += DU_FY2; in DrawLine()
443 float fy2 = (float)y2; in DrawRect() local
448 ADD_LINE_XYC(fx1+1.0f+HV_FF3, fy2+HV_FF1, fx2+HV_FF2, fy2+HV_FF1,color); in DrawRect()
464 float fy2 = (float)y2; in FillRect() local
[all …]
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/windows/native/sun/java2d/d3d/
H A DD3DVertexCacher.cpp228 float fx1, fy1, fx2, fy2; in DrawLine() local
232 fy2 = fy1; in DrawLine()
267 fy2 = (float)y1; in DrawLine()
274 fy2 = (float)y1; in DrawLine()
281 fy2 = (float)y2; in DrawLine()
290 fy2 += DD_FY2; in DrawLine()
297 fy2 += DU_FY2; in DrawLine()
443 float fy2 = (float)y2; in DrawRect() local
448 ADD_LINE_XYC(fx1+1.0f+HV_FF3, fy2+HV_FF1, fx2+HV_FF2, fy2+HV_FF1,color); in DrawRect()
464 float fy2 = (float)y2; in FillRect() local
[all …]
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/windows/native/sun/java2d/d3d/
H A DD3DVertexCacher.cpp228 float fx1, fy1, fx2, fy2; in DrawLine() local
232 fy2 = fy1; in DrawLine()
267 fy2 = (float)y1; in DrawLine()
274 fy2 = (float)y1; in DrawLine()
281 fy2 = (float)y2; in DrawLine()
290 fy2 += DD_FY2; in DrawLine()
297 fy2 += DU_FY2; in DrawLine()
443 float fy2 = (float)y2; in DrawRect() local
448 ADD_LINE_XYC(fx1+1.0f+HV_FF3, fy2+HV_FF1, fx2+HV_FF2, fy2+HV_FF1,color); in DrawRect()
464 float fy2 = (float)y2; in FillRect() local
[all …]
/dports/games/flightgear/flightgear-2020.3.11/src/Cockpit/
H A Drender_area_2d.cxx189 float fy2 = fy1 + ry; in DoDrawPixel() local
195 fy2 += (float)_posy; in DoDrawPixel()
203 SGVec2f(fx2, fy2), in DoDrawPixel()
204 SGVec2f(fx1, fy2) in DoDrawPixel()
244 float fy2 = y1 + u2 * (float)(y2 - y1); in DrawLine() local
248 y2 = (int)(fy2 + 0.5); in DrawLine()
358 fy2 *= ry; in DoDrawQuad()
361 fy2 += ry; in DoDrawQuad()
367 fy2 += (float)_posy; in DoDrawQuad()
375 SGVec2f(fx2, fy2), in DoDrawQuad()
[all …]
/dports/devel/tinygo/tinygo-0.14.1/lib/picolibc/newlib/libm/machine/spu/headers/
H A Dsqrt.h52 vec_float4 fx, fg, fy, fd, fe, fy2, fhalf; in _sqrt() local
72 fy2 = spu_rsqrte(fx); in _sqrt()
73 fy = spu_mul(fy2, fhalf); in _sqrt()
74 fg = spu_mul(fy2, fx); /* 12-bit approximation to sqrt(cx) */ in _sqrt()
82 fy = spu_madd(fy2, fe, fy); in _sqrt()
H A Dsqrtd2.h60 vec_float4 fx, fg, fy, fd, fe, fy2, fhalf; in _sqrtd2() local
88 fy2 = spu_rsqrte(fx); in _sqrtd2()
89 fy = spu_mul(fy2, fhalf); in _sqrtd2()
90 fg = spu_mul(fy2, fx); /* 12-bit approximation to sqrt(cx) */ in _sqrtd2()
98 fy = spu_madd(fy2, fe, fy); in _sqrtd2()
/dports/devel/arm-none-eabi-newlib/newlib-2.4.0/newlib/libm/machine/spu/headers/
H A Dsqrt.h52 vec_float4 fx, fg, fy, fd, fe, fy2, fhalf; in _sqrt() local
72 fy2 = spu_rsqrte(fx); in _sqrt()
73 fy = spu_mul(fy2, fhalf); in _sqrt()
74 fg = spu_mul(fy2, fx); /* 12-bit approximation to sqrt(cx) */ in _sqrt()
82 fy = spu_madd(fy2, fe, fy); in _sqrt()
H A Dsqrtd2.h60 vec_float4 fx, fg, fy, fd, fe, fy2, fhalf; in _sqrtd2() local
88 fy2 = spu_rsqrte(fx); in _sqrtd2()
89 fy = spu_mul(fy2, fhalf); in _sqrtd2()
90 fg = spu_mul(fy2, fx); /* 12-bit approximation to sqrt(cx) */ in _sqrtd2()
98 fy = spu_madd(fy2, fe, fy); in _sqrtd2()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/demo/share/jfc/J2Ddemo/java2d/demos/Paint/
H A DGradAnim.java132 float fy2 = y2.getFlt(); in render() local
134 if ((fx1 == fx2) && (fy1 == fy2)) { in render()
137 fy2++; in render()
148 fx2, fy2, c2, in render()
156 fx2, fy2, in render()
167 float radius = (float) Point2D.distance(fx1, fy1, fx2, fy2); in render()
179 float radius = (float) Point2D.distance(fx1, fy1, fx2, fy2); in render()
188 gp = new RadialGradientPaint(fx2, fy2, radius, in render()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/demo/share/jfc/J2Ddemo/java2d/demos/Paint/
H A DGradAnim.java132 float fy2 = y2.getFlt(); in render() local
134 if ((fx1 == fx2) && (fy1 == fy2)) { in render()
137 fy2++; in render()
148 fx2, fy2, c2, in render()
156 fx2, fy2, in render()
167 float radius = (float) Point2D.distance(fx1, fy1, fx2, fy2); in render()
179 float radius = (float) Point2D.distance(fx1, fy1, fx2, fy2); in render()
188 gp = new RadialGradientPaint(fx2, fy2, radius, in render()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/demo/share/jfc/J2Ddemo/java2d/demos/Paint/
H A DGradAnim.java132 float fy2 = y2.getFlt(); in render() local
134 if ((fx1 == fx2) && (fy1 == fy2)) { in render()
137 fy2++; in render()
148 fx2, fy2, c2, in render()
156 fx2, fy2, in render()
167 float radius = (float) Point2D.distance(fx1, fy1, fx2, fy2); in render()
179 float radius = (float) Point2D.distance(fx1, fy1, fx2, fy2); in render()
188 gp = new RadialGradientPaint(fx2, fy2, radius, in render()

12345678910>>...25