Home
last modified time | relevance | path

Searched refs:Cy (Results 1 – 25 of 1447) sorted by relevance

12345678910>>...58

/dports/devel/efl/efl-1.25.1/src/lib/evas/common/
H A Devas_scale_smooth_scaler_downy.c2 int Cy, j; variable
27 Cy = *yapp >> 16;
38 for (j = (1 << 14) - yap; j > Cy; j -= Cy)
61 for (j = (1 << 14) - yap; j > Cy; j -= Cy)
64 aa += (A_VAL(pix) * Cy) >> 10;
119 Cy = *yapp >> 16;
130 for (j = (1 << 14) - yap; j > Cy; j -= Cy)
150 for (j = (1 << 14) - yap; j > Cy; j -= Cy)
187 Cy = *yapp >> 16;
197 for (j = (1 << 14) - yap; j > Cy; j -= Cy)
[all …]
/dports/math/giacxcas/giac-1.6.0/check/
H A Dgeo.out11 parameter([Cy,-10.0,10.0,-1,0]),
12 pnt(pnt[Cx+i*Cy,[536870968],C]),
13 pnt(pnt[group[Ax+i*Ay,Bx+i*By,Cx+i*Cy,Ax+i*Ay],56]),
14 pnt(pnt[line[Ax+i*Ay,(Bx+i*By+Cx+i*Cy)/2],56,a]),
15 pnt(pnt[line[Bx+i*By,(Cx+i*Cy+Ax+i*Ay)/2],56,b]),
16 pnt(pnt[line[Cx+i*Cy,(Ax+i*Ay+Bx+i*By)/2],56,c]),
17 pnt(pnt[1/3*Ax+i/3*Ay+1/3*Bx+i/3*By+1/3*Cx+i/3*Cy,56,M]),
22 pnt(pnt[line[-Cy+By+(Bx+Cx)/2+i*(-Bx+Cx+(By+Cy)/2),Cy-By+(Bx+Cx)/2+i*(Bx-Cx+(By+Cy)/2)],56,b]),
23 pnt(pnt[line[-Ay+Cy+(Cx+Ax)/2+i*(-Cx+Ax+(Cy+Ay)/2),Ay-Cy+(Cx+Ax)/2+i*(Cx-Ax+(Cy+Ay)/2)],56,c]),
24Cy+i*Ax*Bx^2+i*Ax*By^2+(-i)*Ax*Cx^2+(-i)*Ax*Cy^2+(-i)*Ay^2*Bx+Ay^2*By+i*Ay^2*Cx-Ay^2*Cy-Ay*Bx^2-Ay…
[all …]
/dports/science/PETSc/petsc-3.14.1/share/petsc/datafiles/meshes/
H A Dgmsh-B3tet.geo19 Cy = GetValue("Center Y", 0);
21 Translate {Cx, Cy, Cz} { Point{1}; }
22 Translate {Cx, Cy, Cz} { Point{11:14}; }
23 Translate {Cx, Cy, Cz} { Point{21:24}; }
56 Rotate { {0,1,0}, {Cx,Cy,Cz}, +Pi/2 } { Duplicata { Volume {1}; } }
57 Rotate { {1,0,0}, {Cx,Cy,Cz}, -Pi/2 } { Duplicata { Volume {1}; } }
58 Rotate { {0,1,0}, {Cx,Cy,Cz}, -Pi/2 } { Duplicata { Volume {1}; } }
59 Rotate { {1,0,0}, {Cx,Cy,Cz}, +Pi/2 } { Duplicata { Volume {1}; } }
60 Rotate { {1,0,0}, {Cx,Cy,Cz}, +Pi } { Duplicata { Volume {1}; } }
/dports/graphics/xfractint/xfractint-20.04p16/unix/
H A Dcalmanfx.asm231 fld qword [inity] ; Cy Cx
232 fld qword [rqlim] ; b Cy Cx
233 fld st2 ; Cx b Cy Cx
237 fld st3 ; Cy (Px+Cx)^2 Px+Cx b Cy Cx
238 fadd qword [parmy] ; Py+Cy (Px+Cx)^2 Px+Cx b Cy Cx
314 fld qword [parmy] ; Cy Cx
315 fld qword [rqlim] ; b Cy Cx
318 fld st0 ; x x b Cy Cx
319 fmul st0,st0 ; x^2 x b Cy Cx
323 fmul st2,st0 ; y x^2 xy b Cy Cx
[all …]
H A Dcalmanfp.c45 LDBL x,y,x2, y2, xy, Cx, Cy, savedmag; local
47 LDBL x,y,x2, y2, xy, Cx, Cy, savedx, savedy; local
90 Cy = init.y;
92 y = parm.y+Cy;
96 Cy = parm.y;
103 y = 2*xy+Cy;
112 y = 2*xy+Cy;
/dports/cad/verilator/verilator-4.216/test_regress/t/
H A Dt_math_swap.v89 reg Cy, Overflow, Sign1, Sign2, Zero, Negative; register
119 Cy = 0;
127 {ah_ext,ah,al} = {ah,al,Cy};
133 al[0] = Cy;
137 Iteration, ah, al, Quotient, Remainder, Overflow, ah_ext, sub_quot, Cy);
139 {Cy,sub_quot} = (~Unsigned)&op[wl-1]? {ah_ext,ah}+op : {ah_ext,ah} - {1'b1,op};
140 if (Cy)
151 Quotient <= Sign2 ? -{al[14:0],Cy} : {al[14:0],Cy};
/dports/converters/wkhtmltopdf/qt-5db36ec/src/gui/painting/
H A Dqimagescale.cpp412 int Cy, j; in qt_qimageScaleAARGBA() local
419 Cy = YAP >> 16; in qt_qimageScaleAARGBA()
429 for(j = (1 << 14) - yap; j > Cy; j -= Cy){ in qt_qimageScaleAARGBA()
449 for(j = (1 << 14) - yap; j > Cy; j -= Cy){ in qt_qimageScaleAARGBA()
564 int Cx, Cy, i, j; in qt_qimageScaleAARGBA() local
606 for(j = (1 << 14) - yap; j > Cy; j -= Cy){ in qt_qimageScaleAARGBA()
760 int Cy, j; in qt_qimageScaleAARGB() local
777 for(j = (1 << 14) - yap; j > Cy; j -= Cy){ in qt_qimageScaleAARGB()
794 for(j = (1 << 14) - yap; j > Cy; j -= Cy){ in qt_qimageScaleAARGB()
891 int Cx, Cy, i, j; in qt_qimageScaleAARGB() local
[all …]
/dports/graphics/digikam/digikam-7.4.0/core/libs/dimg/
H A Ddimg_scale.cpp962 int Cy, j; in dimgScaleAARGBA() local
983 for (j = (1 << 14) - yap ; j > Cy ; j -= Cy) in dimgScaleAARGBA()
1009 for (j = (1 << 14) - yap ; j > Cy ; j -= Cy) in dimgScaleAARGBA()
1212 for (j = (1 << 14) - yap ; j > Cy ; j -= Cy) in dimgScaleAARGBA()
1461 for (j = (1 << 14) - yap ; j > Cy ; j -= Cy) in dimgScaleAARGB()
1484 for (j = (1 << 14) - yap ; j > Cy ; j -= Cy) in dimgScaleAARGB()
1666 for (j = (1 << 14) - yap ; j > Cy ; j -= Cy) in dimgScaleAARGB()
1911 for (j = (1 << 14) - yap ; j > Cy ; j -= Cy) in dimgScaleAARGB16()
1934 for (j = (1 << 14) - yap ; j > Cy ; j -= Cy) in dimgScaleAARGB16()
2112 for (j = (1 << 14) - yap ; j > Cy ; j -= Cy) in dimgScaleAARGB16()
[all …]
/dports/editors/ted/Ted-2.23/appUtil/
H A Dgeo2DInteger.c47 double Cy= cd[0].y; in geo2DIIntersectSegments() local
54 if ( Cx == Dx && Cy == Dy ) in geo2DIIntersectSegments()
55 { FFDEB(Cx,Dx); FFDEB(Cy,Dy); return 0; } in geo2DIIntersectSegments()
58 numXab= ( Ay- Cy )* ( Dx- Cx )- ( Ax- Cx )* ( Dy- Cy ); in geo2DIIntersectSegments()
75 C_AB= ( Cy- Ay )/ ( By- Ay ); in geo2DIIntersectSegments()
77 A_CD= ( Ay- Cy )/ ( Dy- Cy ); in geo2DIIntersectSegments()
78 B_CD= ( By- Cy )/ ( Dy- Cy ); in geo2DIIntersectSegments()
106 p1->y= Cy; in geo2DIIntersectSegments()
164 p2->y= Cy; in geo2DIIntersectSegments()
219 double Cy= c[0].y; in geo2DIDistanceToLine() local
[all …]
/dports/math/R-cran-energy/energy/src/
H A DEindep.c39 double Cx, Cy, Cz, C3, C4, n2, n3, n4, v; in indepE() local
58 Cx = Cy = Cz = C3 = C4 = 0.0; in indepE()
67 Cy += (D2y[i][j]); in indepE()
72 Cy = 2.0 * Cy / n2; in indepE()
86 v = Cx + Cy - C4; in indepE()
107 double Cx, Cy, Cz, C3, C4, n2, n3, n4, v; in indepEtest() local
127 Cx = Cy = Cz = C3 = C4 = 0.0; in indepEtest()
136 Cy += sqrt(D2y[i][j]); in indepEtest()
141 Cy = 2.0 * Cy / n2; in indepEtest()
156 v = Cx + Cy - C4; in indepEtest()
/dports/science/openmx/openmx3.8/source/
H A Drot.c15 static double Sx,Sy,Sz,Cx,Cy,Cz; in main() local
39 Cy = cos(Q2); in main()
44 Rot[1][1] = Cy*Cz; in main()
48 Rot[2][1] = Cy*Sz; in main()
53 Rot[3][2] = Sx*Cy; in main()
54 Rot[3][3] = Cx*Cy; in main()
/dports/devel/godot2-tools/godot-2.1.6-stable/core/math/
H A Dtriangulate.cpp52 float Cx, float Cy, in is_inside_triangle() argument
60 ay = Cy - By; in is_inside_triangle()
62 by = Ay - Cy; in is_inside_triangle()
70 cpy = Py - Cy; in is_inside_triangle()
81 float Ax, Ay, Bx, By, Cx, Cy, Px, Py; in snip() local
91 Cy = contour[V[w]].y; in snip()
93 if (CMP_EPSILON > (((Bx - Ax) * (Cy - Ay)) - ((By - Ay) * (Cx - Ax)))) return false; in snip()
99 if (is_inside_triangle(Ax, Ay, Bx, By, Cx, Cy, Px, Py)) return false; in snip()
/dports/devel/godot2/godot-2.1.6-stable/core/math/
H A Dtriangulate.cpp52 float Cx, float Cy, in is_inside_triangle() argument
60 ay = Cy - By; in is_inside_triangle()
62 by = Ay - Cy; in is_inside_triangle()
70 cpy = Py - Cy; in is_inside_triangle()
81 float Ax, Ay, Bx, By, Cx, Cy, Px, Py; in snip() local
91 Cy = contour[V[w]].y; in snip()
93 if (CMP_EPSILON > (((Bx - Ax) * (Cy - Ay)) - ((By - Ay) * (Cx - Ax)))) return false; in snip()
99 if (is_inside_triangle(Ax, Ay, Bx, By, Cx, Cy, Px, Py)) return false; in snip()
/dports/devel/godot/godot-3.2.3-stable/core/math/
H A Dtriangulate.cpp53 real_t Cx, real_t Cy, in is_inside_triangle() argument
62 ay = Cy - By; in is_inside_triangle()
64 by = Ay - Cy; in is_inside_triangle()
72 cpy = Py - Cy; in is_inside_triangle()
87 real_t Ax, Ay, Bx, By, Cx, Cy, Px, Py; in snip() local
97 Cy = contour[V[w]].y; in snip()
106 if (threshold > (((Bx - Ax) * (Cy - Ay)) - ((By - Ay) * (Cx - Ax)))) return false; in snip()
112 if (is_inside_triangle(Ax, Ay, Bx, By, Cx, Cy, Px, Py, relaxed)) return false; in snip()
/dports/devel/godot-tools/godot-3.2.3-stable/core/math/
H A Dtriangulate.cpp53 real_t Cx, real_t Cy, in is_inside_triangle() argument
62 ay = Cy - By; in is_inside_triangle()
64 by = Ay - Cy; in is_inside_triangle()
72 cpy = Py - Cy; in is_inside_triangle()
87 real_t Ax, Ay, Bx, By, Cx, Cy, Px, Py; in snip() local
97 Cy = contour[V[w]].y; in snip()
106 if (threshold > (((Bx - Ax) * (Cy - Ay)) - ((By - Ay) * (Cx - Ax)))) return false; in snip()
112 if (is_inside_triangle(Ax, Ay, Bx, By, Cx, Cy, Px, Py, relaxed)) return false; in snip()
/dports/math/freefem++/FreeFem-sources-4.6/examples/tutorial/
H A Dperiodic4bis.edp4 real Cx=2.5,Cy=2.5;
7 real gy = (Ay+By+Cy+Dy)/4.;
17 //mesh Th=square(10,10,[Cx*x*y+ Bx*(1-x)*y + Cx*(1-x)*(1-y) + Dx*(x)*(1-y),Ay*x*y+ By*(1-x)*y + Cy*…
21 real l2=dist(Bx,By,Cx,Cy);
22 real l3=dist(Cx,Cy,Dx,Dy);
26 func s3=dist(Cx,Cy,x,y)/l3;
30 << s2(Cx,Cy) << " "
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bbas/bmsh3d/algo/
H A Dbmsh3d_mesh_tri.cxx37 float Cx, float Cy, in InsideTriangle() argument
43 ax = Cx - Bx; ay = Cy - By; in InsideTriangle()
44 bx = Ax - Cx; by = Ay - Cy; in InsideTriangle()
48 cpx= Px - Cx; cpy= Py - Cy; in InsideTriangle()
66 float Cy = contour[V[w]].GetY(); in Snip() local
68 if ( EPSILON > (((Bx-Ax)*(Cy-Ay)) - ((By-Ay)*(Cx-Ax))) ) return false; in Snip()
76 if (InsideTriangle(Ax,Ay,Bx,By,Cx,Cy,Px,Py)) return false; in Snip()
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/reltool/src/
H A Dreltool_fgraph.erl133 {R, {Cx,Cy}} = composition(P0, Pa),
135 {Fx + Cx*F, Fy + Cy*F}.
142 {R, {Cx, Cy}} = composition(P0, P1),
144 {Fx + Cx*F, Fy + Cy*F};
154 {R, {Cx,Cy}} = composition(P0, P1),
156 {Fx + Cx*F, Fy + Cy*F};
159 {R, {Cx,Cy}} = composition(P0, P1),
161 {Fx + Cx*F, Fy + Cy*F};
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/reltool/src/
H A Dreltool_fgraph.erl133 {R, {Cx,Cy}} = composition(P0, Pa),
135 {Fx + Cx*F, Fy + Cy*F}.
142 {R, {Cx, Cy}} = composition(P0, P1),
144 {Fx + Cx*F, Fy + Cy*F};
154 {R, {Cx,Cy}} = composition(P0, P1),
156 {Fx + Cx*F, Fy + Cy*F};
159 {R, {Cx,Cy}} = composition(P0, P1),
161 {Fx + Cx*F, Fy + Cy*F};
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/reltool/src/
H A Dreltool_fgraph.erl133 {R, {Cx,Cy}} = composition(P0, Pa),
135 {Fx + Cx*F, Fy + Cy*F}.
142 {R, {Cx, Cy}} = composition(P0, P1),
144 {Fx + Cx*F, Fy + Cy*F};
154 {R, {Cx,Cy}} = composition(P0, P1),
156 {Fx + Cx*F, Fy + Cy*F};
159 {R, {Cx,Cy}} = composition(P0, P1),
161 {Fx + Cx*F, Fy + Cy*F};
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/reltool/src/
H A Dreltool_fgraph.erl133 {R, {Cx,Cy}} = composition(P0, Pa),
135 {Fx + Cx*F, Fy + Cy*F}.
142 {R, {Cx, Cy}} = composition(P0, P1),
144 {Fx + Cx*F, Fy + Cy*F};
154 {R, {Cx,Cy}} = composition(P0, P1),
156 {Fx + Cx*F, Fy + Cy*F};
159 {R, {Cx,Cy}} = composition(P0, P1),
161 {Fx + Cx*F, Fy + Cy*F};
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/reltool/src/
H A Dreltool_fgraph.erl133 {R, {Cx,Cy}} = composition(P0, Pa),
135 {Fx + Cx*F, Fy + Cy*F}.
142 {R, {Cx, Cy}} = composition(P0, P1),
144 {Fx + Cx*F, Fy + Cy*F};
154 {R, {Cx,Cy}} = composition(P0, P1),
156 {Fx + Cx*F, Fy + Cy*F};
159 {R, {Cx,Cy}} = composition(P0, P1),
161 {Fx + Cx*F, Fy + Cy*F};
/dports/lang/erlang/otp-OTP-24.1.7/lib/reltool/src/
H A Dreltool_fgraph.erl133 {R, {Cx,Cy}} = composition(P0, Pa),
135 {Fx + Cx*F, Fy + Cy*F}.
142 {R, {Cx, Cy}} = composition(P0, P1),
144 {Fx + Cx*F, Fy + Cy*F};
154 {R, {Cx,Cy}} = composition(P0, P1),
156 {Fx + Cx*F, Fy + Cy*F};
159 {R, {Cx,Cy}} = composition(P0, P1),
161 {Fx + Cx*F, Fy + Cy*F};
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/reltool/src/
H A Dreltool_fgraph.erl133 {R, {Cx,Cy}} = composition(P0, Pa),
135 {Fx + Cx*F, Fy + Cy*F}.
142 {R, {Cx, Cy}} = composition(P0, P1),
144 {Fx + Cx*F, Fy + Cy*F};
154 {R, {Cx,Cy}} = composition(P0, P1),
156 {Fx + Cx*F, Fy + Cy*F};
159 {R, {Cx,Cy}} = composition(P0, P1),
161 {Fx + Cx*F, Fy + Cy*F};
/dports/games/toycars/toycars-0.3.10/toycars/src/Scoobie/
H A DScView.cpp147 …double Ax = -w*0.5, Ay = -h*0.5, Bx = w*0.5, By = -h*0.5, Cx = w*0.5, Cy = h*0.5, Dx = -w*0.5, Dy … in computeViewBoundingRect() local
151 Cx /= zoom; Cy /= zoom; in computeViewBoundingRect()
166 tempX = c*Cx - s*Cy; in computeViewBoundingRect()
167 tempY = s*Cx + c*Cy; in computeViewBoundingRect()
168 Cx = tempX; Cy = tempY; in computeViewBoundingRect()
176 outRect->bottom = fmin(fmin(Ay,By),fmin(Cy,Dy)); in computeViewBoundingRect()
177 outRect->top = fmax(fmax(Ay,By),fmax(Cy,Dy)); in computeViewBoundingRect()

12345678910>>...58