Home
last modified time | relevance | path

Searched refs:segx (Results 1 – 17 of 17) sorted by relevance

/dports/astro/xtide/xtide-2.15.3/
H A DxxMap.cc184 int spot, halfspot, lat, lon, segx[2], segy[2]; in redrawMap() local
267 segx[m], in redrawMap()
272 (segx[1] - segx[0] < max_x_delta && in redrawMap()
273 segx[0] - segx[1] < max_x_delta))) { in redrawMap()
275 segx[0], segy[0], segx[1], segy[1]); in redrawMap()
276 segx[0] = segx[1]; in redrawMap()
299 segx[0], segy[0])) { in redrawMap()
301 segx[1], segy[1]); in redrawMap()
303 segx[0], segy[0], segx[1], segy[1]); in redrawMap()
313 segx[1], segy[1]); in redrawMap()
[all …]
H A DxxGlobe.cc212 long segx[2], segy[2]; in drawCoastlines() local
244 segx[m], in drawCoastlines()
256 segx[0], segy[0], segx[1], segy[1]); in drawCoastlines()
257 segx[0] = segx[1]; in drawCoastlines()
/dports/print/hp2xx/hp2xx-3.4.4/sources/
H A Dfillpoly.c23 double segx, segy; in fill() local
157 segx = bx + mu * bvx; /*x coordinate of intersection */ in fill()
169 || (segx < in fill()
173 || (segx > in fill()
179 if (fabs(segment[kk].x - segx) < in fill()
184 segment[k].x = segx; in fill()
327 segx = bx + mu * bvx; /*x coordinate of intersection */ in fill()
337 || (segx < MIN(polygon[j].x, polygon[j + 1].x)) in fill()
338 || (segx > in fill()
348 segment[k].x = segx; in fill()
H A Dpicbuf.c686 int segx, numlines; in polygon_PicBuf() local
762 segx = (int) ((B1 * C2 - B2 * C1) / denominator); /*x coordinate of intersection */ in polygon_PicBuf()
765 if ((segx > xmax) || (segx < xmin) || in polygon_PicBuf()
766 (segx < in polygon_PicBuf()
768 || (segx > in polygon_PicBuf()
777 start = segx; in polygon_PicBuf()
778 } else if (segx != start) { in polygon_PicBuf()
779 end = segx; in polygon_PicBuf()
/dports/print/hp2xx/hp2xx-3.4.4/old/
H A Dfillpoly.c15 double segx,segy; in fill() local
140 segx= (B1*C2-B2*C1) /denominator; /*x coordinate of intersection */ in fill()
147 (segx < MIN(polygon[j].x,polygon[j+1].x)) || in fill()
148 (segx > MAX(polygon[j].x,polygon[j+1].x)) ) { in fill()
152 segment[k].x=segx; in fill()
252 segx=scanx1+tmp*(scanx2-scanx1); in fill()
257 (segx < MIN(polygon[j].x,polygon[j+1].x)-1.e-6) || in fill()
258 (segx > MAX(polygon[j].x,polygon[j+1].x)+1.e-6) ) { in fill()
/dports/math/py-matplotlib2/matplotlib-2.2.4/lib/mpl_toolkits/axisartist/
H A Dclip_path.py54 segx, segy = [], []
61 clipped_xlines.append(np.concatenate([segx, x[ns:i+1], [x0]]))
64 segx, segy = [], []
77 segx, segy = [x0], [y0]
88 clipped_xlines.append(np.concatenate([segx, x[ns:]]))
/dports/math/py-matplotlib/matplotlib-3.4.3/lib/mpl_toolkits/axisartist/
H A Dclip_path.py40 segx, segy = [], []
47 clipped_xlines.append(np.concatenate([segx, x[ns:i+1], [x0]]))
50 segx, segy = [], []
63 segx, segy = [x0], [y0]
74 clipped_xlines.append(np.concatenate([segx, x[ns:]]))
/dports/astro/routino/routino-3.3.3/src/
H A Dprunex.c1367 SegmentX *segx=LookupSegmentX(segmentsx,segment,4); in unlink_segment_node1_refs() local
1369 if(segx->node1==segmentx->node1) in unlink_segment_node1_refs()
1378 nextsegment=segx->next2; in unlink_segment_node1_refs()
1382 segx->next2=segmentsx->next1[thissegment]; in unlink_segment_node1_refs()
1384 PutBackSegmentX(segmentsx,segx); in unlink_segment_node1_refs()
1418 SegmentX *segx=LookupSegmentX(segmentsx,segment,4); in unlink_segment_node2_refs() local
1420 if(segx->node1==segmentx->node2) in unlink_segment_node2_refs()
1429 nextsegment=segx->next2; in unlink_segment_node2_refs()
1433 segx->next2=segmentx->next2; in unlink_segment_node2_refs()
1435 PutBackSegmentX(segmentsx,segx); in unlink_segment_node2_refs()
/dports/graphics/geos/geos-3.9.1/src/geom/
H A DLineSegment.cpp268 double segx = p0.x + segmentLengthFraction * (p1.x - p0.x); in pointAlongOffset() local
290 double offsetx = segx - uy; in pointAlongOffset()
/dports/math/jts/jts-jts-1.18.1/modules/core/src/main/java/org/locationtech/jts/geom/
H A DLineSegment.java310 double segx = p0.x + segmentLengthFraction * (p1.x - p0.x); in pointAlongOffset() local
328 double offsetx = segx - uy; in pointAlongOffset()
/dports/cad/electric/electric-7.00/src/db/
H A Ddbmath.c1071 double fx, fy, radius, adjacent, angle, intangle, a1, a2, segx, segy, m, b, mi, bi; in circlelineintersection() local
1079 segx = icx; in circlelineintersection()
1083 segx = lx1; in circlelineintersection()
1097 segx = (bi-b) / (m-mi); in circlelineintersection()
1098 segy = m * segx + b; in circlelineintersection()
1102 if (segx == icx && segy == icy) in circlelineintersection()
1131 fx = segx - icx; fy = segy - icy; in circlelineintersection()
1137 *ix1 = rounddouble(segx); in circlelineintersection()
1157 fx = segx - icx; fy = segy - icy; in circlelineintersection()
/dports/chinese/wenju/wenju-1.6/src/tim/tables/
H A Derbi.tim32870 segx=舢
/dports/japanese/scim-tables/scim-tables-0.5.10/tables/zh/
H A DErbi-QS.txt.in61194 segx 舢 38
/dports/chinese/scim-tables/scim-tables-0.5.10/tables/zh/
H A DErbi-QS.txt.in61194 segx 舢 38
/dports/textproc/scim-table-imengine/scim-tables-0.5.10/tables/zh/
H A DErbi-QS.txt.in61194 segx 舢 38
/dports/korean/scim-tables/scim-tables-0.5.10/tables/zh/
H A DErbi-QS.txt.in61194 segx 舢 38
/dports/security/hashcat/hashcat-6.2.5/
H A Dexample.dict28512 8segx