Home
last modified time | relevance | path

Searched refs:y1p (Results 1 – 25 of 279) sorted by relevance

12345678910>>...12

/dports/graphics/hugin/hugin-2020.0.0/src/hugin_cpfind/cpfind/
H A DTestCode.cpp186 double x1p, y1p; in drawRansacMatches() local
194 if (y1p <0) in drawRansacMatches()
196 y1p = 0; in drawRansacMatches()
204 if (y1p > info1.height()) in drawRansacMatches()
206 y1p=info1.height()-1; in drawRansacMatches()
213 aDoubleFactor * y1p, color2); in drawRansacMatches()
227 double x1p, y1p; in drawRansacMatches() local
235 if (y1p <0) in drawRansacMatches()
237 y1p = 0; in drawRansacMatches()
244 if (y1p > info1.height()) in drawRansacMatches()
[all …]
/dports/graphics/panomatic/panomatic-0.9.4/panomatic/
H A DTestCode.cpp186 double x1p, y1p;
187 iRansac.transform(aV->_img1_x, aV->_img1_y, x1p, y1p);
191 if (y1p <0) y1p = 0;
196 if (y1p > info1.height())
197 y1p=info1.height()-1;
203 aDoubleFactor * y1p, color2);
216 double x1p, y1p;
221 if (y1p <0) y1p = 0;
225 if (y1p > info1.height())
226 y1p=info1.height()-1;
[all …]
/dports/emulators/mess/mame-mame0226/src/mame/machine/
H A Dkaneko_hit.cpp47 save_item(NAME(m_hit.y1p)); in device_start()
63 save_item(NAME(m_hit3.y1p)); in device_start()
171 hit.y12 = (hit.y1p) - (hit.y2p + hit.y2s); in kaneko_hit_type0_r()
173 hit.y21 = (hit.y1p + hit.y1s) - (hit.y2p); in kaneko_hit_type0_r()
206 case 0x04/2: hit.y1p = data; break; in kaneko_hit_type0_w()
274 case 0x24/2: return hit.y1p; in kaneko_hit_type1_r()
299 case 0x24/2: hit.y1p = data; break; in kaneko_hit_type1_w()
344 if ((hit.y2p >= hit.y1p) && (hit.y2p < (hit.y1p + hit.y1s))) // y2p inside y1 in calc_compute_y()
345 y_coll = (hit.y1s - (hit.y2p - hit.y1p)); in calc_compute_y()
346 else if ((hit.y1p >= hit.y2p) && (hit.y1p < (hit.y2p + hit.y2s))) // y1p inside y2 in calc_compute_y()
[all …]
/dports/emulators/mame/mame-mame0226/src/mame/machine/
H A Dkaneko_hit.cpp47 save_item(NAME(m_hit.y1p)); in device_start()
63 save_item(NAME(m_hit3.y1p)); in device_start()
171 hit.y12 = (hit.y1p) - (hit.y2p + hit.y2s); in kaneko_hit_type0_r()
173 hit.y21 = (hit.y1p + hit.y1s) - (hit.y2p); in kaneko_hit_type0_r()
206 case 0x04/2: hit.y1p = data; break; in kaneko_hit_type0_w()
274 case 0x24/2: return hit.y1p; in kaneko_hit_type1_r()
299 case 0x24/2: hit.y1p = data; break; in kaneko_hit_type1_w()
344 if ((hit.y2p >= hit.y1p) && (hit.y2p < (hit.y1p + hit.y1s))) // y2p inside y1 in calc_compute_y()
345 y_coll = (hit.y1s - (hit.y2p - hit.y1p)); in calc_compute_y()
346 else if ((hit.y1p >= hit.y2p) && (hit.y1p < (hit.y2p + hit.y2s))) // y1p inside y2 in calc_compute_y()
[all …]
/dports/audio/gnuitar/gnuitar-0.3.2/src/
H A Dchebyshev.c60 y1p, in CalcChebyshev2() local
93 y1p = (8 - 2 * m * tt2) / d; in CalcChebyshev2()
99 d = 1 + k * (y1p - y2 * k); in CalcChebyshev2()
105 filter->b1 = (k * (2 + y1p * k - 2 * y2) + y1p) / d; in CalcChebyshev2()
106 filter->b2 = (-k * (k + y1p) + y2) / d; in CalcChebyshev2()
/dports/graphics/grx/grx249/src/setup/
H A Dcxtinlne.c36 void (GrGetClipBox)(int *x1p,int *y1p,int *x2p,int *y2p)
38 GrGetClipBox(x1p,y1p,x2p,y2p);
41 void (GrGetClipBoxC)(const GrContext *c,int *x1p,int *y1p,int *x2p,int *y2p)
43 GrGetClipBoxC(c,x1p,y1p,x2p,y2p);
/dports/cad/calculix-ccx/CalculiX/ccx_2.18/src/
H A Dswap.f28 & x1p,y1p,x2p,y2p,cosa,cosb,sina,sinb,c00000 local
39 y1p=y1-yp
43 cosb=x2p*x1p+y1p*y2p
50 sinb=x2p*y1p-x1p*y2p
/dports/science/dftbplus/dftbplus-19.1/prog/dftb+/lib_dftb/
H A Dslakoeqgrid.F90195 real(dp) :: xa(nInterNew_), ya(nInterNew_), yb(self%nInteg,nInterNew_), y1, y1p, y1pp local
237 y1p = (y2(ii) - y0(ii)) / (2.0_dp * deltaR_)
239 dd(ii) = poly5ToZero(y1, y1p, y1pp, dr, -1.0_dp * distFudge)
258 real(dp) :: xa(nInterOld_), yb(self%nInteg,nInterOld_),y0, y1, y2, y1p, y1pp local
291 y1p = (y2 - y0) / (2.0_dp * incr)
293 call freeCubicSpline(y1, y1p, y1pp, incr, y2, dr, dd(ii))
304 call freeCubicSpline(y1, r1, r2, incr, y2, incr, yp=y1p, ypp=y1pp)
305 dd(ii) = poly5ToZero(y2, y1p, y1pp, dr, &
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.desktop/share/classes/sun/java2d/marlin/
H A DDStroker.java397 double y10p = y1p - y0p; in computeMiter()
426 double y10p = y1p - y0p; in safeComputeMiter()
934 double y1p = y1 + offset0[1]; // point in computeOffsetCubic() local
949 y2p = y1p + c1*dy1; in computeOffsetCubic()
953 leftOff[0] = x1p; leftOff[1] = y1p; in computeOffsetCubic()
968 y2p = y1p + c1*dy1; in computeOffsetCubic()
972 rightOff[0] = x1p; rightOff[1] = y1p; in computeOffsetCubic()
1033 safeComputeMiter(x1p, y1p, x1p+dx1, y1p+dy1, x3p, y3p, x3p-dx3, y3p-dy3, leftOff); in computeOffsetQuad()
1034 leftOff[0] = x1p; leftOff[1] = y1p; in computeOffsetQuad()
1039 safeComputeMiter(x1p, y1p, x1p+dx1, y1p+dy1, x3p, y3p, x3p-dx3, y3p-dy3, rightOff); in computeOffsetQuad()
[all …]
H A DStroker.java399 float y10p = y1p - y0p; in computeMiter()
428 float y10p = y1p - y0p; in safeComputeMiter()
936 float y1p = y1 + offset0[1]; // point in computeOffsetCubic() local
951 y2p = y1p + c1*dy1; in computeOffsetCubic()
955 leftOff[0] = x1p; leftOff[1] = y1p; in computeOffsetCubic()
970 y2p = y1p + c1*dy1; in computeOffsetCubic()
974 rightOff[0] = x1p; rightOff[1] = y1p; in computeOffsetCubic()
1032 float y1p = y1 + offset0[1]; // point in computeOffsetQuad() local
1035 safeComputeMiter(x1p, y1p, x1p+dx1, y1p+dy1, x3p, y3p, x3p-dx3, y3p-dy3, leftOff); in computeOffsetQuad()
1036 leftOff[0] = x1p; leftOff[1] = y1p; in computeOffsetQuad()
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.desktop/share/classes/sun/java2d/marlin/
H A DDStroker.java397 double y10p = y1p - y0p; in computeMiter()
426 double y10p = y1p - y0p; in safeComputeMiter()
934 double y1p = y1 + offset0[1]; // point in computeOffsetCubic() local
949 y2p = y1p + c1*dy1; in computeOffsetCubic()
953 leftOff[0] = x1p; leftOff[1] = y1p; in computeOffsetCubic()
968 y2p = y1p + c1*dy1; in computeOffsetCubic()
972 rightOff[0] = x1p; rightOff[1] = y1p; in computeOffsetCubic()
1033 safeComputeMiter(x1p, y1p, x1p+dx1, y1p+dy1, x3p, y3p, x3p-dx3, y3p-dy3, leftOff); in computeOffsetQuad()
1034 leftOff[0] = x1p; leftOff[1] = y1p; in computeOffsetQuad()
1039 safeComputeMiter(x1p, y1p, x1p+dx1, y1p+dy1, x3p, y3p, x3p-dx3, y3p-dy3, rightOff); in computeOffsetQuad()
[all …]
H A DStroker.java399 float y10p = y1p - y0p; in computeMiter()
428 float y10p = y1p - y0p; in safeComputeMiter()
936 float y1p = y1 + offset0[1]; // point in computeOffsetCubic() local
951 y2p = y1p + c1*dy1; in computeOffsetCubic()
955 leftOff[0] = x1p; leftOff[1] = y1p; in computeOffsetCubic()
970 y2p = y1p + c1*dy1; in computeOffsetCubic()
974 rightOff[0] = x1p; rightOff[1] = y1p; in computeOffsetCubic()
1032 float y1p = y1 + offset0[1]; // point in computeOffsetQuad() local
1035 safeComputeMiter(x1p, y1p, x1p+dx1, y1p+dy1, x3p, y3p, x3p-dx3, y3p-dy3, leftOff); in computeOffsetQuad()
1036 leftOff[0] = x1p; leftOff[1] = y1p; in computeOffsetQuad()
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.desktop/share/classes/sun/java2d/marlin/
H A DDStroker.java397 double y10p = y1p - y0p; in computeMiter()
426 double y10p = y1p - y0p; in safeComputeMiter()
934 double y1p = y1 + offset0[1]; // point in computeOffsetCubic() local
949 y2p = y1p + c1*dy1; in computeOffsetCubic()
953 leftOff[0] = x1p; leftOff[1] = y1p; in computeOffsetCubic()
968 y2p = y1p + c1*dy1; in computeOffsetCubic()
972 rightOff[0] = x1p; rightOff[1] = y1p; in computeOffsetCubic()
1033 safeComputeMiter(x1p, y1p, x1p+dx1, y1p+dy1, x3p, y3p, x3p-dx3, y3p-dy3, leftOff); in computeOffsetQuad()
1034 leftOff[0] = x1p; leftOff[1] = y1p; in computeOffsetQuad()
1039 safeComputeMiter(x1p, y1p, x1p+dx1, y1p+dy1, x3p, y3p, x3p-dx3, y3p-dy3, rightOff); in computeOffsetQuad()
[all …]
H A DStroker.java399 float y10p = y1p - y0p; in computeMiter()
428 float y10p = y1p - y0p; in safeComputeMiter()
936 float y1p = y1 + offset0[1]; // point in computeOffsetCubic() local
951 y2p = y1p + c1*dy1; in computeOffsetCubic()
955 leftOff[0] = x1p; leftOff[1] = y1p; in computeOffsetCubic()
970 y2p = y1p + c1*dy1; in computeOffsetCubic()
974 rightOff[0] = x1p; rightOff[1] = y1p; in computeOffsetCubic()
1032 float y1p = y1 + offset0[1]; // point in computeOffsetQuad() local
1035 safeComputeMiter(x1p, y1p, x1p+dx1, y1p+dy1, x3p, y3p, x3p-dx3, y3p-dy3, leftOff); in computeOffsetQuad()
1036 leftOff[0] = x1p; leftOff[1] = y1p; in computeOffsetQuad()
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.desktop/share/classes/sun/java2d/marlin/
H A DDStroker.java397 double y10p = y1p - y0p; in computeMiter()
426 double y10p = y1p - y0p; in safeComputeMiter()
931 double y1p = y1 + offset0[1]; // point in computeOffsetCubic() local
946 y2p = y1p + c1*dy1; in computeOffsetCubic()
950 leftOff[0] = x1p; leftOff[1] = y1p; in computeOffsetCubic()
965 y2p = y1p + c1*dy1; in computeOffsetCubic()
969 rightOff[0] = x1p; rightOff[1] = y1p; in computeOffsetCubic()
1030 safeComputeMiter(x1p, y1p, x1p+dx1, y1p+dy1, x3p, y3p, x3p-dx3, y3p-dy3, leftOff); in computeOffsetQuad()
1031 leftOff[0] = x1p; leftOff[1] = y1p; in computeOffsetQuad()
1036 safeComputeMiter(x1p, y1p, x1p+dx1, y1p+dy1, x3p, y3p, x3p-dx3, y3p-dy3, rightOff); in computeOffsetQuad()
[all …]
H A DStroker.java399 float y10p = y1p - y0p; in computeMiter()
428 float y10p = y1p - y0p; in safeComputeMiter()
933 float y1p = y1 + offset0[1]; // point in computeOffsetCubic() local
948 y2p = y1p + c1*dy1; in computeOffsetCubic()
952 leftOff[0] = x1p; leftOff[1] = y1p; in computeOffsetCubic()
967 y2p = y1p + c1*dy1; in computeOffsetCubic()
971 rightOff[0] = x1p; rightOff[1] = y1p; in computeOffsetCubic()
1029 float y1p = y1 + offset0[1]; // point in computeOffsetQuad() local
1032 safeComputeMiter(x1p, y1p, x1p+dx1, y1p+dy1, x3p, y3p, x3p-dx3, y3p-dy3, leftOff); in computeOffsetQuad()
1033 leftOff[0] = x1p; leftOff[1] = y1p; in computeOffsetQuad()
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.desktop/share/classes/sun/java2d/marlin/
H A DStroker.java399 float y10p = y1p - y0p; in computeMiter()
428 float y10p = y1p - y0p; in safeComputeMiter()
936 float y1p = y1 + offset0[1]; // point in computeOffsetCubic() local
951 y2p = y1p + c1*dy1; in computeOffsetCubic()
955 leftOff[0] = x1p; leftOff[1] = y1p; in computeOffsetCubic()
970 y2p = y1p + c1*dy1; in computeOffsetCubic()
974 rightOff[0] = x1p; rightOff[1] = y1p; in computeOffsetCubic()
1032 float y1p = y1 + offset0[1]; // point in computeOffsetQuad() local
1035 safeComputeMiter(x1p, y1p, x1p+dx1, y1p+dy1, x3p, y3p, x3p-dx3, y3p-dy3, leftOff); in computeOffsetQuad()
1036 leftOff[0] = x1p; leftOff[1] = y1p; in computeOffsetQuad()
[all …]
H A DDStroker.java397 double y10p = y1p - y0p; in computeMiter()
426 double y10p = y1p - y0p; in safeComputeMiter()
934 double y1p = y1 + offset0[1]; // point in computeOffsetCubic() local
949 y2p = y1p + c1*dy1; in computeOffsetCubic()
953 leftOff[0] = x1p; leftOff[1] = y1p; in computeOffsetCubic()
968 y2p = y1p + c1*dy1; in computeOffsetCubic()
972 rightOff[0] = x1p; rightOff[1] = y1p; in computeOffsetCubic()
1033 safeComputeMiter(x1p, y1p, x1p+dx1, y1p+dy1, x3p, y3p, x3p-dx3, y3p-dy3, leftOff); in computeOffsetQuad()
1034 leftOff[0] = x1p; leftOff[1] = y1p; in computeOffsetQuad()
1039 safeComputeMiter(x1p, y1p, x1p+dx1, y1p+dy1, x3p, y3p, x3p-dx3, y3p-dy3, rightOff); in computeOffsetQuad()
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.desktop/share/classes/sun/java2d/marlin/
H A DStroker.java399 float y10p = y1p - y0p; in computeMiter()
428 float y10p = y1p - y0p; in safeComputeMiter()
936 float y1p = y1 + offset0[1]; // point in computeOffsetCubic() local
951 y2p = y1p + c1*dy1; in computeOffsetCubic()
955 leftOff[0] = x1p; leftOff[1] = y1p; in computeOffsetCubic()
970 y2p = y1p + c1*dy1; in computeOffsetCubic()
974 rightOff[0] = x1p; rightOff[1] = y1p; in computeOffsetCubic()
1032 float y1p = y1 + offset0[1]; // point in computeOffsetQuad() local
1035 safeComputeMiter(x1p, y1p, x1p+dx1, y1p+dy1, x3p, y3p, x3p-dx3, y3p-dy3, leftOff); in computeOffsetQuad()
1036 leftOff[0] = x1p; leftOff[1] = y1p; in computeOffsetQuad()
[all …]
H A DDStroker.java397 double y10p = y1p - y0p; in computeMiter()
426 double y10p = y1p - y0p; in safeComputeMiter()
934 double y1p = y1 + offset0[1]; // point in computeOffsetCubic() local
949 y2p = y1p + c1*dy1; in computeOffsetCubic()
953 leftOff[0] = x1p; leftOff[1] = y1p; in computeOffsetCubic()
968 y2p = y1p + c1*dy1; in computeOffsetCubic()
972 rightOff[0] = x1p; rightOff[1] = y1p; in computeOffsetCubic()
1033 safeComputeMiter(x1p, y1p, x1p+dx1, y1p+dy1, x3p, y3p, x3p-dx3, y3p-dy3, leftOff); in computeOffsetQuad()
1034 leftOff[0] = x1p; leftOff[1] = y1p; in computeOffsetQuad()
1039 safeComputeMiter(x1p, y1p, x1p+dx1, y1p+dy1, x3p, y3p, x3p-dx3, y3p-dy3, rightOff); in computeOffsetQuad()
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.desktop/share/classes/sun/java2d/marlin/
H A DStroker.java397 double y10p = y1p - y0p; in computeMiter()
426 double y10p = y1p - y0p; in safeComputeMiter()
934 double y1p = y1 + offset0[1]; // point in computeOffsetCubic() local
949 y2p = y1p + c1*dy1; in computeOffsetCubic()
953 leftOff[0] = x1p; leftOff[1] = y1p; in computeOffsetCubic()
968 y2p = y1p + c1*dy1; in computeOffsetCubic()
972 rightOff[0] = x1p; rightOff[1] = y1p; in computeOffsetCubic()
1033 safeComputeMiter(x1p, y1p, x1p+dx1, y1p+dy1, x3p, y3p, x3p-dx3, y3p-dy3, leftOff); in computeOffsetQuad()
1034 leftOff[0] = x1p; leftOff[1] = y1p; in computeOffsetQuad()
1039 safeComputeMiter(x1p, y1p, x1p+dx1, y1p+dy1, x3p, y3p, x3p-dx3, y3p-dy3, rightOff); in computeOffsetQuad()
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.desktop/share/classes/sun/java2d/marlin/
H A DDStroker.java397 double y10p = y1p - y0p; in computeMiter()
426 double y10p = y1p - y0p; in safeComputeMiter()
934 double y1p = y1 + offset0[1]; // point in computeOffsetCubic() local
949 y2p = y1p + c1*dy1; in computeOffsetCubic()
953 leftOff[0] = x1p; leftOff[1] = y1p; in computeOffsetCubic()
968 y2p = y1p + c1*dy1; in computeOffsetCubic()
972 rightOff[0] = x1p; rightOff[1] = y1p; in computeOffsetCubic()
1033 safeComputeMiter(x1p, y1p, x1p+dx1, y1p+dy1, x3p, y3p, x3p-dx3, y3p-dy3, leftOff); in computeOffsetQuad()
1034 leftOff[0] = x1p; leftOff[1] = y1p; in computeOffsetQuad()
1039 safeComputeMiter(x1p, y1p, x1p+dx1, y1p+dy1, x3p, y3p, x3p-dx3, y3p-dy3, rightOff); in computeOffsetQuad()
[all …]
H A DStroker.java399 float y10p = y1p - y0p; in computeMiter()
428 float y10p = y1p - y0p; in safeComputeMiter()
936 float y1p = y1 + offset0[1]; // point in computeOffsetCubic() local
951 y2p = y1p + c1*dy1; in computeOffsetCubic()
955 leftOff[0] = x1p; leftOff[1] = y1p; in computeOffsetCubic()
970 y2p = y1p + c1*dy1; in computeOffsetCubic()
974 rightOff[0] = x1p; rightOff[1] = y1p; in computeOffsetCubic()
1032 float y1p = y1 + offset0[1]; // point in computeOffsetQuad() local
1035 safeComputeMiter(x1p, y1p, x1p+dx1, y1p+dy1, x3p, y3p, x3p-dx3, y3p-dy3, leftOff); in computeOffsetQuad()
1036 leftOff[0] = x1p; leftOff[1] = y1p; in computeOffsetQuad()
[all …]
/dports/databases/phpmyadmin5/phpMyAdmin-5.1.2-all-languages/vendor/bacon/bacon-qr-code/src/Renderer/Path/
H A DEllipticArc.php191 $y1p = -sin($xAngle) * $dx2 + cos($xAngle) * $dy2;
197 $y1ps = $y1p ** 2;
216 $cxp = $q * $rX * $y1p / $rY;
224 $theta = self::angle(1, 0, ($x1p - $cxp) / $rX, ($y1p - $cyp) / $rY);
227 …$delta = self::angle(($x1p - $cxp) / $rX, ($y1p - $cyp) / $rY, (-$x1p - $cxp) / $rX, (-$y1p - $cyp…
/dports/www/typo3-11/typo3_src-11.5.7/vendor/bacon/bacon-qr-code/src/Renderer/Path/
H A DEllipticArc.php191 $y1p = -sin($xAngle) * $dx2 + cos($xAngle) * $dy2;
197 $y1ps = $y1p ** 2;
216 $cxp = $q * $rX * $y1p / $rY;
224 $theta = self::angle(1, 0, ($x1p - $cxp) / $rX, ($y1p - $cyp) / $rY);
227 …$delta = self::angle(($x1p - $cxp) / $rX, ($y1p - $cyp) / $rY, (-$x1p - $cxp) / $rX, (-$y1p - $cyp…

12345678910>>...12