Home
last modified time | relevance | path

Searched refs:r1y (Results 1 – 25 of 100) sorted by relevance

1234

/dports/graphics/pear-Image_Graph/Image_Graph-0.8.0/Graph/
H A DTool.php183 $r1y = Image_Graph_Tool::close2zero(sin(deg2rad($v1)), 3);
224 $r1y = min($r1y, $r2y);
230 $r1y = max($r1y, $r2y);
234 if ($r1y >= 0) { // start between [0; 180]
236 $ry = max($r1y, $r2y) / 2;
239 $ry = abs($r1y - $r2y) / 2;
244 $ry = max(abs($r1y), abs($r2y)) / 2;
247 $ry = abs($r1y - $r2y) / 2;
248 $cy = abs($r1y / 2) / $ry;
/dports/www/moinmoin/moin-1.9.11/contrib/TWikiDrawPlugin/src/CH/ifa/draw/figures/
H A DShortestDistanceConnector.java62 int r1x, r1width, r2x, r2width, r1y, r1height, r2y, r2height; in findPoint() local
83 r1y = r1.y + i1.top; in findPoint()
89 if (r1y + r1height < r2y) { in findPoint()
90 y1 = r1y + r1height; in findPoint()
92 } else if (r1y > r2y + r2height) { in findPoint()
93 y1 = r1y; in findPoint()
96 ymax = Math.max(r1y, r2y); in findPoint()
97 ymin = Math.min(r1y+r1height, r2y+r2height); in findPoint()
H A DElbowHandle.java109 int r1y, r1height, r2y, r2height; in constrainY() local
110 r1y = start.y + i1.top; in constrainY()
116 y = Geom.range(r1y, r1y + r1height, y); in constrainY()
/dports/cad/fritzing/fritzing-app-0.9.2b/src/items/
H A Djumperitem.cpp48 .arg(r0x).arg(r0y).arg(r1x).arg(r1y) in makeWireImage()
62 r1y = GraphicsUtils::pixels2mils(r1c.y(), GraphicsUtils::SVGDPI); in shorten()
197 double r1y = m_modelPart->localProp("r1y").toDouble(&ok); in initialResize() local
203 GraphicsUtils::mils2pixels(r1y, GraphicsUtils::SVGDPI)); in initialResize()
317 double r1y = GraphicsUtils::pixels2mils(r1c.y(), GraphicsUtils::SVGDPI); in makeSvg() local
322 modelPart()->setLocalProp("r1y", r1y); in makeSvg()
330 .arg(r0x).arg(r0y).arg(r1x).arg(r1y) in makeSvg()
336 shorten(r0, r0c, r1c, r0x, r0y, r1x, r1y); in makeSvg()
341 shorten(r0, r0c, r1c, r0x, r0y, r1x, r1y); in makeSvg()
414 void JumperItem::resizeAux(double r0x, double r0y, double r1x, double r1y) { in resizeAux() argument
[all …]
H A Djumperitem.h74 void resizeAux(double r0x, double r0y, double r1x, double r1y);
/dports/databases/postgis30/postgis-3.0.4/raster/scripts/plpgsql/
H A Dst_mapalgebra_optimized.sql90 r1y int;
287 r1y := 0;
290 r1y := -r2y;
364 newry := r1y;
413 newulx := st_raster2worldcoordx(rast1, zcx - r1x + 1, zcy - r1y + 1);
414 newuly := st_raster2worldcoordy(rast1, zcx - r1x + 1, zcy - r1y + 1);
450 newry := r1y;
459 newulx := st_raster2worldcoordx(rast1, r1x + 1, r1y + 1);
460 newuly := st_raster2worldcoordy(rast1, r1x + 1, r1y + 1);
462 newheight := max(r1y + r1h, r2y + r2h);
[all …]
H A D_MapAlgebraParts.sql22 r1y int,
70 z11y := r1y;
72 z11h := min(max(0, r2y - r1y), r1h);
87 z14h := min(max(0, r1y + r1h - (r2y + r2h)), r1h);
92 z21h := min(max(0, r1y - r2y), r2h);
107 z24h := min(max(0, r2y + r2h - (r1y + r1h)), r2h);
178 r1y int,
189 …MakeBox2D(ST_Point(10 * ny + r1x, -10 * nx + 5 - r1y), ST_Point(10 * ny + r1x + r1w, -10 * nx + 5 …
197 r1y int,
209 z := _MapAlgebraParts(r1x, r1y, r1w, r1h, r2x, r2y, r2w, r2h);
[all …]
/dports/databases/postgis32/postgis-3.2.0/raster/scripts/plpgsql/
H A Dst_mapalgebra_optimized.sql90 r1y int;
287 r1y := 0;
290 r1y := -r2y;
364 newry := r1y;
413 newulx := st_raster2worldcoordx(rast1, zcx - r1x + 1, zcy - r1y + 1);
414 newuly := st_raster2worldcoordy(rast1, zcx - r1x + 1, zcy - r1y + 1);
450 newry := r1y;
459 newulx := st_raster2worldcoordx(rast1, r1x + 1, r1y + 1);
460 newuly := st_raster2worldcoordy(rast1, r1x + 1, r1y + 1);
462 newheight := max(r1y + r1h, r2y + r2h);
[all …]
H A D_MapAlgebraParts.sql22 r1y int,
70 z11y := r1y;
72 z11h := min(max(0, r2y - r1y), r1h);
87 z14h := min(max(0, r1y + r1h - (r2y + r2h)), r1h);
92 z21h := min(max(0, r1y - r2y), r2h);
107 z24h := min(max(0, r2y + r2h - (r1y + r1h)), r2h);
178 r1y int,
189 …MakeBox2D(ST_Point(10 * ny + r1x, -10 * nx + 5 - r1y), ST_Point(10 * ny + r1x + r1w, -10 * nx + 5 …
197 r1y int,
209 z := _MapAlgebraParts(r1x, r1y, r1w, r1h, r2x, r2y, r2w, r2h);
[all …]
/dports/databases/postgis25/postgis-2.5.5/raster/scripts/plpgsql/
H A Dst_mapalgebra_optimized.sql90 r1y int;
287 r1y := 0;
290 r1y := -r2y;
364 newry := r1y;
413 newulx := st_raster2worldcoordx(rast1, zcx - r1x + 1, zcy - r1y + 1);
414 newuly := st_raster2worldcoordy(rast1, zcx - r1x + 1, zcy - r1y + 1);
450 newry := r1y;
459 newulx := st_raster2worldcoordx(rast1, r1x + 1, r1y + 1);
460 newuly := st_raster2worldcoordy(rast1, r1x + 1, r1y + 1);
462 newheight := max(r1y + r1h, r2y + r2h);
[all …]
H A D_MapAlgebraParts.sql22 r1y int,
70 z11y := r1y;
72 z11h := min(max(0, r2y - r1y), r1h);
87 z14h := min(max(0, r1y + r1h - (r2y + r2h)), r1h);
92 z21h := min(max(0, r1y - r2y), r2h);
107 z24h := min(max(0, r2y + r2h - (r1y + r1h)), r2h);
178 r1y int,
189 …MakeBox2D(ST_Point(10 * ny + r1x, -10 * nx + 5 - r1y), ST_Point(10 * ny + r1x + r1w, -10 * nx + 5 …
197 r1y int,
209 z := _MapAlgebraParts(r1x, r1y, r1w, r1h, r2x, r2y, r2w, r2h);
[all …]
/dports/databases/postgis31/postgis-3.1.4/raster/scripts/plpgsql/
H A Dst_mapalgebra_optimized.sql90 r1y int;
287 r1y := 0;
290 r1y := -r2y;
364 newry := r1y;
413 newulx := st_raster2worldcoordx(rast1, zcx - r1x + 1, zcy - r1y + 1);
414 newuly := st_raster2worldcoordy(rast1, zcx - r1x + 1, zcy - r1y + 1);
450 newry := r1y;
459 newulx := st_raster2worldcoordx(rast1, r1x + 1, r1y + 1);
460 newuly := st_raster2worldcoordy(rast1, r1x + 1, r1y + 1);
462 newheight := max(r1y + r1h, r2y + r2h);
[all …]
H A D_MapAlgebraParts.sql22 r1y int,
70 z11y := r1y;
72 z11h := min(max(0, r2y - r1y), r1h);
87 z14h := min(max(0, r1y + r1h - (r2y + r2h)), r1h);
92 z21h := min(max(0, r1y - r2y), r2h);
107 z24h := min(max(0, r2y + r2h - (r1y + r1h)), r2h);
178 r1y int,
189 …MakeBox2D(ST_Point(10 * ny + r1x, -10 * nx + 5 - r1y), ST_Point(10 * ny + r1x + r1w, -10 * nx + 5 …
197 r1y int,
209 z := _MapAlgebraParts(r1x, r1y, r1w, r1h, r2x, r2y, r2w, r2h);
[all …]
/dports/science/elmerfem/elmerfem-release-9.0/fem/src/modules/LevelSet/
H A DLevelSetDistance.F90271 r1x, r1y, r2x, r2y, aid, Maxsrf, ds1, ds2 local
369 r1y = y1 - y0
371 ds1 = SQRT( r1x*r1x + r1y*r1y)
391 aid = r1x * r2y - r2x * r1y
400 r1y = SUM(w0 * ElemVelo(2,LocalInd)) * dt
404 ds1 = SQRT( r1x*r1x + r1y*r1y)
409 ZeroNodes(ZeroLevels,1,2) = y0 + r1y
610 REAL(KIND=dp) :: x0,y0,x1,y1,a,b,c,d,s,dist,r1x,r1y,r2x,r2y,angle,angle0 local
651 r1y = y1 - y0
655 angle = r1x * r2y - r2x * r1y
/dports/science/bagel/bagel-1.2.2/src/integral/rys/
H A Dcoulombbatch_energy.cc52 double r1y[20]; in compute() local
78 r1y[r] = P_[i * 3 + 1] - Ay - (P_[i * 3 + 1] - mol_->atoms(iatom)->position(1)) * sroot; in compute()
90 worky[rank_ + r] = r1y[r] * worky[r]; in compute()
97 …worky[offset + r] = r1y[r] * worky[offset - rank_ + r] + (j - 1.0) * r2[r] * worky[offset - rank_ … in compute()
H A Dspindipolebatch.cc69 double r1y[20]; in compute() local
92 r1y[r] = P_[i*3+1] - Ay - (P_[i*3+1] - target_->position(1)) * croots[r]; in compute()
103 worky[rank_ + r] = r1y[r] * worky[r]; in compute()
111 …worky[offset + r] = r1y[r] * worky[offset - rank_ + r] + (j - 1.0) * r2[r] * worky[offset - rank_ … in compute()
H A Dgncompute.cc46 double r1y[RYS_MAX]; in compute() local
112 r1y[r] = P_[i*3+1] - ay - PC[1] * croots[r]; in compute()
123 worky[rank_ + r] = r1y[r] * worky[r]; in compute()
130 …worky[offset + r] = r1y[r] * worky[offset - rank_ + r] + (j - 1) * r2[r] * worky[offset - rank_ * … in compute()
/dports/science/bagel/bagel-1.2.2/src/integral/comprys/
H A Dcomplexnaibatch.cc92 complex<double> r1y[20]; in compute() local
112 r1y[r] = P_[i * 3 + 1] - Ay - (P_[i * 3 + 1] - mol_->atoms(iatom)->position(1)) * croots[r]; in compute()
124 worky[rank_ + r] = r1y[r] * worky[r]; in compute()
131 …worky[offset + r] = r1y[r] * worky[offset - rank_ + r] + (j - 1.0) * r2[r] * worky[offset - rank_ … in compute()
/dports/science/qbox/qbox-public-rel1_73_3/util/
H A Dqbox_distance.py50 r1y = float(pos1[1])
58 (r1y-r2y)**2+
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/3rdparty/2geom/src/toys/
H A Dellipse-intersect-toy.cpp76 double r1y = Geom::distance(psh[0].pts[0], psh[0].pts[2]); in draw() local
83 ea = Ellipse(psh[0].pts[0], Point(r1x, r1y), rot1); in draw()
/dports/math/lib2geom/lib2geom-1.1/src/toys/
H A Dellipse-intersect-toy.cpp76 double r1y = Geom::distance(psh[0].pts[0], psh[0].pts[2]); in draw() local
83 ea = Ellipse(psh[0].pts[0], Point(r1x, r1y), rot1); in draw()
/dports/databases/grass7/grass-7.8.6/raster3d/r3.mkdspf/
H A Diso_surface.c303 double r2x, r2y, r2z, r1x, r1y, r1z; in calc_fnorm() local
331 r1y = y3 - y2; in calc_fnorm()
335 TEMP_NORM[poly_num][0] = (float)(r1y * r2z - r1z * r2y); in calc_fnorm()
337 TEMP_NORM[poly_num][2] = (float)(r1x * r2y - r1y * r2x); in calc_fnorm()
/dports/math/cgal/CGAL-5.3/include/CGAL/Cartesian/
H A DMatrixC33.h41 const RT& r1x, const RT& r1y, const RT& r1z, in MatrixC33() argument
44 mR1(r1x,r1y,r1z), in MatrixC33()
/dports/math/py-gym/gym-0.21.0/gym/envs/box2d/
H A Dcar_racing.py216 r1y = math.sin(beta)
217 p1x = -r1y
222 proj = r1x * dest_dx + r1y * dest_dy
/dports/games/palapeli/palapeli-21.12.3/slicers/goldberg/
H A Dgoldberg-engine.cpp327 qreal r1y = ends_ctldist * params.basepos * dsin(params.startangle); in renderClassicPlug() local
332 u_y.pointAt(r1y); in renderClassicPlug()

1234