Home
last modified time | relevance | path

Searched refs:q0x (Results 1 – 25 of 50) sorted by relevance

12

/dports/x11/xrandr/xrandr-1.5.1/
H A Dkeystone.5c212 * | m00 * w + q0x m10 * w + q0y |
216 * m00*w + q0x = q1x*(m20*w + 1)
217 * m00 = m20*q1x + (q1x - q0x) / w;
222 * m01*h + q0x = q3x*(m21*h + 1)
223 * m01 = m21*q3x + (q3x - q0x) / h;
230 * m20*q1x*w + q1x - q0x + m21*q3x*h + q3x - q0x + q0x = m20*q2x*w + m21*q2x*h + q2x
232 * m20*q1x*w - m20*q2x*w = m21*q2x*h - m21*q3x*h + q2x - q1x + q0x - q3x + q0x - q0x
267 real q0x = q[0].x, q0y = q[0].y;
275 m02 = q0x;
288 m00 = m20 * q1x + (q1x - q0x) / w;
[all …]
/dports/print/ghostscript8-x11/ghostscript-8.71/base/
H A Dgxhintn1.c169 intersect_bar_bar(fixed q0x, fixed q0y, fixed q1x, fixed q1y, fixed q2x, fixed q2y, fixed q3x, fixe… in intersect_bar_bar() argument
171 if (q1x == q0x && q1y == q0y) in intersect_bar_bar()
175 if (q0x == q2x && q0y == q2y) in intersect_bar_bar()
177 if (q0x == q3x && q0y == q3y) in intersect_bar_bar()
184 fixed dx1 = q1x - q0x; in intersect_bar_bar()
186 fixed dx2 = q2x - q0x; in intersect_bar_bar()
188 fixed dx3 = q3x - q0x; in intersect_bar_bar()
224 fixed q0x = this->pole[i + 0].gx; in t1_hinter__intersect_bar_bar() local
233 return intersect_bar_bar(q0x, q0y, q1x, q1y, q2x, q2y, q3x, q3y); in t1_hinter__intersect_bar_bar()
H A Dgsmisc.c941 gx_intersect_small_bars(fixed q0x, fixed q0y, fixed q1x, fixed q1y, fixed q2x, fixed q2y, in gx_intersect_small_bars() argument
944 fixed dx1 = q1x - q0x, dy1 = q1y - q0y; in gx_intersect_small_bars()
945 fixed dx2 = q2x - q0x, dy2 = q2y - q0y; in gx_intersect_small_bars()
946 fixed dx3 = q3x - q0x, dy3 = q3y - q0y; in gx_intersect_small_bars()
H A Dgxfixed.h182 gx_intersect_small_bars(fixed q0x, fixed q0y, fixed q1x, fixed q1y, fixed q2x, fixed q2y,
/dports/print/ghostscript8-base/ghostscript-8.71/base/
H A Dgxhintn1.c169 intersect_bar_bar(fixed q0x, fixed q0y, fixed q1x, fixed q1y, fixed q2x, fixed q2y, fixed q3x, fixe… in intersect_bar_bar() argument
171 if (q1x == q0x && q1y == q0y) in intersect_bar_bar()
175 if (q0x == q2x && q0y == q2y) in intersect_bar_bar()
177 if (q0x == q3x && q0y == q3y) in intersect_bar_bar()
184 fixed dx1 = q1x - q0x; in intersect_bar_bar()
186 fixed dx2 = q2x - q0x; in intersect_bar_bar()
188 fixed dx3 = q3x - q0x; in intersect_bar_bar()
224 fixed q0x = this->pole[i + 0].gx; in t1_hinter__intersect_bar_bar() local
233 return intersect_bar_bar(q0x, q0y, q1x, q1y, q2x, q2y, q3x, q3y); in t1_hinter__intersect_bar_bar()
H A Dgsmisc.c941 gx_intersect_small_bars(fixed q0x, fixed q0y, fixed q1x, fixed q1y, fixed q2x, fixed q2y, in gx_intersect_small_bars() argument
944 fixed dx1 = q1x - q0x, dy1 = q1y - q0y; in gx_intersect_small_bars()
945 fixed dx2 = q2x - q0x, dy2 = q2y - q0y; in gx_intersect_small_bars()
946 fixed dx3 = q3x - q0x, dy3 = q3y - q0y; in gx_intersect_small_bars()
H A Dgxfixed.h182 gx_intersect_small_bars(fixed q0x, fixed q0y, fixed q1x, fixed q1y, fixed q2x, fixed q2y,
/dports/print/ghostscript9-agpl-base/ghostscript-9.52/base/
H A Dgxhintn1.c170 intersect_bar_bar(fixed q0x, fixed q0y, fixed q1x, fixed q1y, fixed q2x, fixed q2y, fixed q3x, fixe… in intersect_bar_bar() argument
172 if (q1x == q0x && q1y == q0y) in intersect_bar_bar()
176 if (q0x == q2x && q0y == q2y) in intersect_bar_bar()
178 if (q0x == q3x && q0y == q3y) in intersect_bar_bar()
185 fixed dx1 = q1x - q0x; in intersect_bar_bar()
187 fixed dx2 = q2x - q0x; in intersect_bar_bar()
189 fixed dx3 = q3x - q0x; in intersect_bar_bar()
225 fixed q0x = self->pole[i + 0].gx; in t1_hinter__intersect_bar_bar() local
234 return intersect_bar_bar(q0x, q0y, q1x, q1y, q2x, q2y, q3x, q3y); in t1_hinter__intersect_bar_bar()
H A Dgsmisc.c1025 gx_intersect_small_bars(fixed q0x, fixed q0y, fixed q1x, fixed q1y, fixed q2x, fixed q2y, in gx_intersect_small_bars() argument
1028 fixed dx1 = q1x - q0x, dy1 = q1y - q0y; in gx_intersect_small_bars()
1029 fixed dx2 = q2x - q0x, dy2 = q2y - q0y; in gx_intersect_small_bars()
1030 fixed dx3 = q3x - q0x, dy3 = q3y - q0y; in gx_intersect_small_bars()
H A Dgxfixed.h185 gx_intersect_small_bars(fixed q0x, fixed q0y, fixed q1x, fixed q1y, fixed q2x, fixed q2y,
/dports/print/ghostscript9-agpl-x11/ghostscript-9.52/base/
H A Dgxhintn1.c170 intersect_bar_bar(fixed q0x, fixed q0y, fixed q1x, fixed q1y, fixed q2x, fixed q2y, fixed q3x, fixe… in intersect_bar_bar() argument
172 if (q1x == q0x && q1y == q0y) in intersect_bar_bar()
176 if (q0x == q2x && q0y == q2y) in intersect_bar_bar()
178 if (q0x == q3x && q0y == q3y) in intersect_bar_bar()
185 fixed dx1 = q1x - q0x; in intersect_bar_bar()
187 fixed dx2 = q2x - q0x; in intersect_bar_bar()
189 fixed dx3 = q3x - q0x; in intersect_bar_bar()
225 fixed q0x = self->pole[i + 0].gx; in t1_hinter__intersect_bar_bar() local
234 return intersect_bar_bar(q0x, q0y, q1x, q1y, q2x, q2y, q3x, q3y); in t1_hinter__intersect_bar_bar()
H A Dgsmisc.c1025 gx_intersect_small_bars(fixed q0x, fixed q0y, fixed q1x, fixed q1y, fixed q2x, fixed q2y, in gx_intersect_small_bars() argument
1028 fixed dx1 = q1x - q0x, dy1 = q1y - q0y; in gx_intersect_small_bars()
1029 fixed dx2 = q2x - q0x, dy2 = q2y - q0y; in gx_intersect_small_bars()
1030 fixed dx3 = q3x - q0x, dy3 = q3y - q0y; in gx_intersect_small_bars()
H A Dgxfixed.h185 gx_intersect_small_bars(fixed q0x, fixed q0y, fixed q1x, fixed q1y, fixed q2x, fixed q2y,
/dports/print/ghostscript9-x11/ghostscript-9.06/base/
H A Dgxhintn1.c171 intersect_bar_bar(fixed q0x, fixed q0y, fixed q1x, fixed q1y, fixed q2x, fixed q2y, fixed q3x, fixe… in intersect_bar_bar() argument
173 if (q1x == q0x && q1y == q0y) in intersect_bar_bar()
177 if (q0x == q2x && q0y == q2y) in intersect_bar_bar()
179 if (q0x == q3x && q0y == q3y) in intersect_bar_bar()
186 fixed dx1 = q1x - q0x; in intersect_bar_bar()
188 fixed dx2 = q2x - q0x; in intersect_bar_bar()
190 fixed dx3 = q3x - q0x; in intersect_bar_bar()
226 fixed q0x = self->pole[i + 0].gx; in t1_hinter__intersect_bar_bar() local
235 return intersect_bar_bar(q0x, q0y, q1x, q1y, q2x, q2y, q3x, q3y); in t1_hinter__intersect_bar_bar()
H A Dgsmisc.c972 gx_intersect_small_bars(fixed q0x, fixed q0y, fixed q1x, fixed q1y, fixed q2x, fixed q2y, in gx_intersect_small_bars() argument
975 fixed dx1 = q1x - q0x, dy1 = q1y - q0y; in gx_intersect_small_bars()
976 fixed dx2 = q2x - q0x, dy2 = q2y - q0y; in gx_intersect_small_bars()
977 fixed dx3 = q3x - q0x, dy3 = q3y - q0y; in gx_intersect_small_bars()
H A Dgxfixed.h183 gx_intersect_small_bars(fixed q0x, fixed q0y, fixed q1x, fixed q1y, fixed q2x, fixed q2y,
/dports/print/ghostscript9-base/ghostscript-9.06/base/
H A Dgxhintn1.c171 intersect_bar_bar(fixed q0x, fixed q0y, fixed q1x, fixed q1y, fixed q2x, fixed q2y, fixed q3x, fixe… in intersect_bar_bar() argument
173 if (q1x == q0x && q1y == q0y) in intersect_bar_bar()
177 if (q0x == q2x && q0y == q2y) in intersect_bar_bar()
179 if (q0x == q3x && q0y == q3y) in intersect_bar_bar()
186 fixed dx1 = q1x - q0x; in intersect_bar_bar()
188 fixed dx2 = q2x - q0x; in intersect_bar_bar()
190 fixed dx3 = q3x - q0x; in intersect_bar_bar()
226 fixed q0x = self->pole[i + 0].gx; in t1_hinter__intersect_bar_bar() local
235 return intersect_bar_bar(q0x, q0y, q1x, q1y, q2x, q2y, q3x, q3y); in t1_hinter__intersect_bar_bar()
H A Dgsmisc.c972 gx_intersect_small_bars(fixed q0x, fixed q0y, fixed q1x, fixed q1y, fixed q2x, fixed q2y, in gx_intersect_small_bars() argument
975 fixed dx1 = q1x - q0x, dy1 = q1y - q0y; in gx_intersect_small_bars()
976 fixed dx2 = q2x - q0x, dy2 = q2y - q0y; in gx_intersect_small_bars()
977 fixed dx3 = q3x - q0x, dy3 = q3y - q0y; in gx_intersect_small_bars()
H A Dgxfixed.h183 gx_intersect_small_bars(fixed q0x, fixed q0y, fixed q1x, fixed q1y, fixed q2x, fixed q2y,
/dports/science/mcstas-comps/mcstas-comps-2.5-src/contrib/
H A DPol_bender_tapering.comp266 …double cphi, sphi, d1,d2, p0x,p0z, p1x,p1z, p2x,p2z, c1x,c1z, c2x,c2z, q0x,q0z, q1x,q1z, q2x,q2z, …
283 q0x=radius*(1-cos(length/radius));/*exit point of bender centre*/
294 …q2x= q0x - dx2_q*(-cphi);/*exit point of outer channel edge (without correction for channel blade …
296 …q1x= q0x - dx1_q*(-cphi);/*exit point of inner channel edge (without correction for channel blade …
300 …g %g %g %g %g %g %g %g %g\n",NAME_CURRENT_COMP,channel_no,p1x,p1z,p2x,p2z,q1x,q1z,q2x,q2z,q0x,q0z);
330 …q2x= q0x - dx2_q*(-cphi);/*exit point of outer channel edge (without correction for channel blade …
332 …q1x= q0x - dx1_q*(-cphi);/*exit point of inner channel edge (without correction for channel blade …
546 …double cphi, sphi, d1,d2, p0x,p0z, p1x,p1z, p2x,p2z, c1x,c1z, c2x,c2z, q0x,q0z, q1x,q1z, q2x,q2z, …
576 q0x=radius*(1-cos(length/radius));/*exit point of bender centre*/
583 …q2x= q0x - dx2_q*(-cphi);/*exit point of outer channel edge (without correction for channel blade …
[all …]
H A DSpherical_Backscattering_Analyser.comp78 double q0mod, q0x, q0y, q0z, kix, kiy, kiz, kfx, kfy, kfz;
154 q0x = (nx/nmod)*q0mod; q0y = (ny/nmod)*q0mod; q0z = (nz/nmod)*q0mod;
155 kfx = kix - q0x;
/dports/science/libvdwxc/libvdwxc-b1e0dd854310410012d05daf4c6661b49f31b2ab/src/
H A Dvdw_q0.h9 void vdwxc_compute_q0x(double Z_ab, double rho, double sigma, double *q0x,
H A Dvdw_q0.c207 void vdwxc_compute_q0x(double Z_ab, double rho, double sigma, double *q0x, in vdwxc_compute_q0x() argument
215 *q0x = kF - Z_ab * sigma / _36_kF_rho2; in vdwxc_compute_q0x()
/dports/science/mcstas-comps/mcstas-comps-2.5-src/optics/
H A DMonochromator_flat.comp119 double y1,z1,t1,dt,kix,kiy,kiz,ratio,order,q0x,k,q0,theta;
157 q0x = ratio < 0 ? -q0 : q0;
170 vec_prod(bx, by, bz, kix, kiy, kiz, q0x, 0, 0);
/dports/misc/vxl/vxl-3.3.2/core/vgl/tests/
H A Dtest_affine_coordinates.cxx55 double q0x = a00 * p0.x() + a01 * p0.y() + tx; in test_all() local
57 vgl_point_2d<double> q0(q0x, q0y); in test_all()

12