Home
last modified time | relevance | path

Searched refs:pointList (Results 1 – 25 of 429) sorted by relevance

12345678910>>...18

/dports/math/gap/gap-4.11.0/pkg/guava-3.15/src/leon/src/
H A Dorbrefn.c115 Unsigned *const pointList = UpsilonStack->pointList, in orbRefine() local
161 pointList[right] = pointList[left]; in orbRefine()
181 pointList[right] = pointList[left]; in orbRefine()
201 pointList[right] = pointList[left]; in orbRefine()
221 pointList[right] = pointList[left]; in orbRefine()
243 pointList[right] = pointList[left]; in orbRefine()
265 pointList[right] = pointList[left]; in orbRefine()
287 pointList[right] = pointList[left]; in orbRefine()
309 pointList[right] = pointList[left]; in orbRefine()
333 pointList[right] = pointList[left]; in orbRefine()
[all …]
H A Drprique.c63 rpq->pointList[++i] = PiStack->pointList[j];
75 rpq->pointList[0] = 0;
78 t = rpq->pointList[m];
82 rpq->pointList[k+1] = rpq->pointList[k];
109 rpq->pointList[0] = 0;
122 EXCHANGE( rpq->pointList[left], rpq->pointList[mid], t)
129 EXCHANGE( rpq->pointList[left], rpq->pointList[right], t)
132 EXCHANGE( rpq->pointList[a], rpq->pointList[final], t)
152 t = rpq->pointList[m];
156 rpq->pointList[k+1] = rpq->pointList[k];
[all …]
H A Dccent.c539 UnsignedS *const pointList = UpsilonStack->pointList, in centRefine() local
572 EXCHANGE( pointList[i], pointList[j], temp) in centRefine()
586 EXCHANGE( pointList[m], pointList[startNewCell], temp); in centRefine()
650 UnsignedS *const pointList = UpsilonStack->pointList, in isCentReducible() local
936 if ( cycleLen[pointList[1]] == cycleLen[pointList[degree]] ) { in cycleLengthPartn()
948 cPartn->pointList = pointList; in cycleLengthPartn()
1019 newPointList[++freq[cycleLen[pointList[i]]-1]] = pointList[i]; in multipleCycleLengthPartn()
1027 cycleLen[pointList[i]] != cycleLen[pointList[i-1]] ) { in multipleCycleLengthPartn()
1029 cellNumber[pointList[i]] = 1 + cellNumber[pointList[i-1]]; in multipleCycleLengthPartn()
1033 cellNumber[pointList[i]] = cellNumber[pointList[i-1]]; in multipleCycleLengthPartn()
[all …]
H A Dcparstab.c184 UnsignedS *const pointList = UpsilonStack->pointList, in partnStabRefine() local
197 if ( (Lambda->cellNumber[pointList[m]] == LambdaCellToUse) != in partnStabRefine()
198 (Lambda->cellNumber[pointList[m-1]] == LambdaCellToUse) ) { in partnStabRefine()
213 while ( Lambda->cellNumber[pointList[++i]] != LambdaCellToUse ) ; in partnStabRefine()
214 while ( Lambda->cellNumber[pointList[--j]] == LambdaCellToUse ) ; in partnStabRefine()
216 EXCHANGE( pointList[i], pointList[j], temp) in partnStabRefine()
217 EXCHANGE( invPointList[pointList[i]], invPointList[pointList[j]], temp) in partnStabRefine()
222 UpsilonStack->cellNumber[pointList[m]] = UpsilonStack->height; in partnStabRefine()
254 UnsignedS *const pointList = UpsilonStack->pointList, in isPartnStabReducible() local
278 if ( Lambda->cellNumber[pointList[position]] != in isPartnStabReducible()
[all …]
H A Dcdesauto.c112 Lambda->pointList[i] = i; in designAutoGroup()
197 Lambda->pointList[i] = i; in designIsomorphism()
282 UnsignedS *const pointList = UpsilonStack->pointList, in setStabRefine() local
295 if ( inSet[pointList[m]] ) in setStabRefine()
313 EXCHANGE( pointList[i], pointList[j], temp) in setStabRefine()
314 EXCHANGE( invPointList[pointList[i]], invPointList[pointList[j]], temp) in setStabRefine()
351 UnsignedS *const pointList = UpsilonStack->pointList, in isSetStabReducible() local
455 UnsignedS *const pointList = UpsilonStack->pointList, in rowVsColRefine() local
521 pointList[r] = pointList[k]; in rowVsColRefine()
522 pointList[k] = t; in rowVsColRefine()
[all …]
H A Dcmatauto.c144 Lambda->pointList[i] = i; in matrixAutoGroup()
258 Lambda->pointList[i] = i; in matrixIsomorphism()
352 UnsignedS *const pointList = UpsilonStack->pointList, in setStabRefine() local
365 if ( inSet[pointList[m]] ) in setStabRefine()
383 EXCHANGE( pointList[i], pointList[j], temp) in setStabRefine()
384 EXCHANGE( invPointList[pointList[i]], invPointList[pointList[j]], temp) in setStabRefine()
421 UnsignedS *const pointList = UpsilonStack->pointList, in isSetStabReducible() local
530 UnsignedS *const pointList = UpsilonStack->pointList, in gRowVsColRefine() local
597 pointList[r] = pointList[k]; in gRowVsColRefine()
598 pointList[k] = t; in gRowVsColRefine()
[all …]
H A Dcsetstab.c184 UnsignedS *const pointList = UpsilonStack->pointList, in setStabRefine() local
197 if ( inSet[pointList[m]] ) in setStabRefine()
212 while ( !inSet[pointList[++i]] ); in setStabRefine()
213 while ( inSet[pointList[--j]] ); in setStabRefine()
215 EXCHANGE( pointList[i], pointList[j], temp) in setStabRefine()
216 EXCHANGE( invPointList[pointList[i]], invPointList[pointList[j]], temp) in setStabRefine()
221 cellNumber[pointList[m]] = UpsilonStack->height; in setStabRefine()
253 UnsignedS *const pointList = UpsilonStack->pointList, in isSetStabReducible() local
279 if ( inSet[pointList[position]] ) in isSetStabReducible()
H A Dorblist.c105 UnsignedS *pointList = allocIntArrayBaseSize(); in main() local
314 pointList[j+1] = 0; in main()
338 changeBase( G, pointList); in main()
355 for ( j = 1 ; pointList[j] != 0 && pointList[j] != G->base[stabLevel] ; in main()
358 if ( pointList[j] == 0 ) in main()
376 Theta->pointList = allocIntArrayDegree(); in main()
386 Lambda->pointList = allocIntArrayDegree(); in main()
449 printf( "%d", pointList[j]); in main()
588 for ( j = 1 ; pointList[j] != 0 ; ++j ) { in main()
589 sprintf( tempStr, " %d", pointList[j]); in main()
[all …]
H A Dcuprstab.c227 UnsignedS *const pointList = UpsilonStack->pointList, in uPartnStabRefine() local
268 EXCHANGE( pointList[left], pointList[right], temp) in uPartnStabRefine()
269 EXCHANGE( invPointList[pointList[left]], invPointList[pointList[right]], temp) in uPartnStabRefine()
281 pt = Lambda->pointList[r]; in uPartnStabRefine()
285 EXCHANGE( pointList[m], pointList[startNewCell], temp); in uPartnStabRefine()
286 EXCHANGE( invPointList[pointList[m]], invPointList[pointList[startNewCell]], in uPartnStabRefine()
373 UnsignedS *const pointList = UpsilonStack->pointList, local
467 t = LambdaCellNumber[pointList[r]];
543 UnsignedS *const pointList = UpsilonStack->pointList, local
639 orbNumberOfPt[pointList[m]] != orbNumberOfPt[pointList[m-1]] )
[all …]
/dports/math/vtk6/VTK-6.2.0/ThirdParty/ftgl/src/
H A DFTVectoriser.h103 pointList.reserve( kMAXPOINTS); in FTContour()
111 pointList.clear(); in ~FTContour()
119 this->pointList = v.pointList;
137 if( pointList.empty() || ( pointList[pointList.size() - 1] != point && pointList[0] != point)) in AddPoint()
139 pointList.push_back( point); in AddPoint()
148 size_t size() const { return pointList.size();} in size()
158 PointVector pointList; variable
175 pointList.reserve( 128); in FTTesselation()
180 pointList.clear(); in ~FTTesselation()
186 pointList.push_back( ftPoint( x, y, z)); in AddPoint()
[all …]
/dports/misc/gedkeeper/GEDKeeper-2.19.1/projects/GKMap/GKMap.Core/MapProviders/OpenStreetMap/
H A DOpenStreetMapProvider.cs42 public GeocoderStatusCode GetPoints(string keywords, out List<PointLatLng> pointList) in GetPoints() argument
55 return GetLatLngFromGeocoderUrl(MakeGeocoderUrl(keywords), out pointList); in GetPoints()
60 List<PointLatLng> pointList; in GetPoint()
61 status = GetPoints(keywords, out pointList); in GetPoint()
62 return pointList != null && pointList.Count > 0 ? pointList[0] : (PointLatLng?)null; in GetPoint()
80 List<PointLatLng> pointList; in GetPoint()
81 status = GetPoints(placemark, out pointList); in GetPoint()
82 return pointList != null && pointList.Count > 0 ? pointList[0] : (PointLatLng?)null; in GetPoint()
165 pointList = null; in GetLatLngFromGeocoderUrl()
191 pointList = new List<PointLatLng>(); in GetLatLngFromGeocoderUrl()
[all …]
/dports/games/openmw/openmw-openmw-0.47.0/apps/opencs/model/tools/
H A Dpathgridcheck.cpp44 std::vector<CSMTools::Point> pointList(pathgrid.mPoints.size()); in perform() local
51 pointList[pathgrid.mEdges[i].mV0].mConnectionNum++; in perform()
54 for (; j < pointList[pathgrid.mEdges[i].mV0].mOtherIndex.size(); ++j) in perform()
56 if (pointList[pathgrid.mEdges[i].mV0].mOtherIndex[j] == pathgrid.mEdges[i].mV1) in perform()
66 if (j == pointList[pathgrid.mEdges[i].mV0].mOtherIndex.size()) in perform()
67 pointList[pathgrid.mEdges[i].mV0].mOtherIndex.push_back(pathgrid.mEdges[i].mV1); in perform()
81 for (unsigned int j = 0; j < pointList[i].mOtherIndex.size(); ++j) in perform()
83 … for (unsigned int k = 0; k < pointList[pointList[i].mOtherIndex[j]].mOtherIndex.size(); ++k) in perform()
85 if (pointList[pointList[i].mOtherIndex[j]].mOtherIndex[k] == static_cast<int>(i)) in perform()
124 for (unsigned int i = 0; i < pointList.size(); ++i) in perform()
[all …]
/dports/graphics/lazpaint/lazpaint-7.1.6/lazpaint/dialog/color/
H A Duadjustcurves.pas155 pointList: TScriptVariableReference;
636 pointList: TScriptVariableReference;
667 pointList: TScriptVariableReference;
685 curve.AppendPoint(pointList, curve.GetPoint2DAt(pointList, pointCount-1));
707 pointList: TScriptVariableReference;
718 pointList := GetVariable('Points');
719 if not IsList(pointList) or (GetListCount(pointList)<=integer(not post)) then Remove(pointList);
721 if IsReferenceDefined(pointList) then cnt := GetListCount(pointList)
740 pointList: TScriptVariableReference;
765 pointList: TScriptVariableReference;
[all …]
/dports/www/firefox-esr/firefox-91.8.0/dom/svg/
H A DDOMSVGPoint.cpp163 if (nsCOMPtr<DOMSVGPointList> pointList = do_QueryInterface(mOwner)) { in InternalItem() local
164 return pointList->InternalList().mItems[mListIndex]; in InternalItem()
181 nsCOMPtr<DOMSVGPointList> pointList = do_QueryInterface(mOwner); in AttrIsAnimating() local
182 return pointList && pointList->AttrIsAnimating(); in AttrIsAnimating()
194 if (nsCOMPtr<DOMSVGPointList> pointList = do_QueryInterface(mOwner)) { in Element() local
195 return pointList->Element(); in Element()
205 if (nsCOMPtr<DOMSVGPointList> pointList = do_QueryInterface(mOwner)) { in CleanupWeakRefs() local
206 MOZ_ASSERT(pointList->mItems[mListIndex] == this, in CleanupWeakRefs()
208 pointList->mItems[mListIndex] = nullptr; in CleanupWeakRefs()
226 nsCOMPtr<DOMSVGPointList> pointList = do_QueryInterface(mOwner); in IndexIsValid() local
[all …]
/dports/www/firefox/firefox-99.0/dom/svg/
H A DDOMSVGPoint.cpp163 if (nsCOMPtr<DOMSVGPointList> pointList = do_QueryInterface(mOwner)) { in InternalItem() local
164 return pointList->InternalList().mItems[mListIndex]; in InternalItem()
181 nsCOMPtr<DOMSVGPointList> pointList = do_QueryInterface(mOwner); in AttrIsAnimating() local
182 return pointList && pointList->AttrIsAnimating(); in AttrIsAnimating()
194 if (nsCOMPtr<DOMSVGPointList> pointList = do_QueryInterface(mOwner)) { in Element() local
195 return pointList->Element(); in Element()
205 if (nsCOMPtr<DOMSVGPointList> pointList = do_QueryInterface(mOwner)) { in CleanupWeakRefs() local
206 MOZ_ASSERT(pointList->mItems[mListIndex] == this, in CleanupWeakRefs()
208 pointList->mItems[mListIndex] = nullptr; in CleanupWeakRefs()
226 nsCOMPtr<DOMSVGPointList> pointList = do_QueryInterface(mOwner); in IndexIsValid() local
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/dom/svg/
H A DDOMSVGPoint.cpp163 if (nsCOMPtr<DOMSVGPointList> pointList = do_QueryInterface(mOwner)) { in InternalItem() local
164 return pointList->InternalList().mItems[mListIndex]; in InternalItem()
181 nsCOMPtr<DOMSVGPointList> pointList = do_QueryInterface(mOwner); in AttrIsAnimating() local
182 return pointList && pointList->AttrIsAnimating(); in AttrIsAnimating()
194 if (nsCOMPtr<DOMSVGPointList> pointList = do_QueryInterface(mOwner)) { in Element() local
195 return pointList->Element(); in Element()
205 if (nsCOMPtr<DOMSVGPointList> pointList = do_QueryInterface(mOwner)) { in CleanupWeakRefs() local
206 MOZ_ASSERT(pointList->mItems[mListIndex] == this, in CleanupWeakRefs()
208 pointList->mItems[mListIndex] = nullptr; in CleanupWeakRefs()
226 nsCOMPtr<DOMSVGPointList> pointList = do_QueryInterface(mOwner); in IndexIsValid() local
[all …]
/dports/textproc/p5-PDF-Builder/PDF-Builder-3.023/lib/PDF/Builder/
H A DAnnotation.pm316 my @pointList = @{ $PointList };
317 if ((scalar @pointList) == 0 || (scalar @pointList)%8) {
322 $self->{'QuadPoints'} = PDFArray(map {PDFNum($_)} @pointList);
325 my $minX = min($pointList[0], $pointList[2], $pointList[4], $pointList[6]);
326 my $maxX = max($pointList[0], $pointList[2], $pointList[4], $pointList[6]);
327 my $minY = min($pointList[1], $pointList[3], $pointList[5], $pointList[7]);
328 my $maxY = max($pointList[1], $pointList[3], $pointList[5], $pointList[7]);
/dports/net-im/libpurple/pidgin-2.14.8/pidgin/plugins/gestures/
H A Dstroke.c25 if (metrics->pointList != NULL) { in _gstroke_init()
27 g_slist_free (metrics->pointList); in _gstroke_init()
28 metrics->pointList = NULL; in _gstroke_init()
107 crt_elem = metrics->pointList; in _gstroke_trans()
202 if (metrics->pointList == NULL) { in _gstroke_record()
210 metrics->pointList = g_slist_prepend(metrics->pointList, new_point_p); in _gstroke_record()
215 #define LAST_POINT ((p_point)(g_slist_last (metrics->pointList)->data)) in _gstroke_record()
233 metrics->pointList = g_slist_append (metrics->pointList, new_point_p); in _gstroke_record()
257 metrics->pointList = g_slist_append(metrics->pointList, new_point_p); in _gstroke_record()
271 metrics->pointList = g_slist_append(metrics->pointList, new_point_p); in _gstroke_record()
[all …]
/dports/net-im/pidgin/pidgin-2.14.8/pidgin/plugins/gestures/
H A Dstroke.c25 if (metrics->pointList != NULL) { in _gstroke_init()
27 g_slist_free (metrics->pointList); in _gstroke_init()
28 metrics->pointList = NULL; in _gstroke_init()
107 crt_elem = metrics->pointList; in _gstroke_trans()
202 if (metrics->pointList == NULL) { in _gstroke_record()
210 metrics->pointList = g_slist_prepend(metrics->pointList, new_point_p); in _gstroke_record()
215 #define LAST_POINT ((p_point)(g_slist_last (metrics->pointList)->data)) in _gstroke_record()
233 metrics->pointList = g_slist_append (metrics->pointList, new_point_p); in _gstroke_record()
257 metrics->pointList = g_slist_append(metrics->pointList, new_point_p); in _gstroke_record()
271 metrics->pointList = g_slist_append(metrics->pointList, new_point_p); in _gstroke_record()
[all …]
/dports/net-im/finch/pidgin-2.14.8/pidgin/plugins/gestures/
H A Dstroke.c25 if (metrics->pointList != NULL) { in _gstroke_init()
27 g_slist_free (metrics->pointList); in _gstroke_init()
28 metrics->pointList = NULL; in _gstroke_init()
107 crt_elem = metrics->pointList; in _gstroke_trans()
202 if (metrics->pointList == NULL) { in _gstroke_record()
210 metrics->pointList = g_slist_prepend(metrics->pointList, new_point_p); in _gstroke_record()
215 #define LAST_POINT ((p_point)(g_slist_last (metrics->pointList)->data)) in _gstroke_record()
233 metrics->pointList = g_slist_append (metrics->pointList, new_point_p); in _gstroke_record()
257 metrics->pointList = g_slist_append(metrics->pointList, new_point_p); in _gstroke_record()
271 metrics->pointList = g_slist_append(metrics->pointList, new_point_p); in _gstroke_record()
[all …]
/dports/devel/p5-Parse-RecDescent/Parse-RecDescent-1.967015/demo/
H A Ddemo_lisplike.pl36 (pointList
40 (pointList
54 (pointList
58 (pointList
62 (pointList
66 (pointList
70 (pointList
/dports/misc/gedkeeper/GEDKeeper-2.19.1/projects/GKMap/GKMap.Core/MapProviders/Bing/
H A DBingMapProvider.cs311 public GeocoderStatusCode GetPoints(string keywords, out List<PointLatLng> pointList) in GetPoints() argument
319 List<PointLatLng> pointList; in GetPoint()
320 status = GetPoints(keywords, out pointList); in GetPoint()
321 return pointList != null && pointList.Count > 0 ? pointList[0] : (PointLatLng?)null; in GetPoint()
324 public GeocoderStatusCode GetPoints(Placemark placemark, out List<PointLatLng> pointList) in GetPoints() argument
326 return GetLatLngFromGeocoderUrl(MakeGeocoderDetailedUrl(placemark), out pointList); in GetPoints()
331 List<PointLatLng> pointList; in GetPoint()
333 return pointList != null && pointList.Count > 0 ? pointList[0] : (PointLatLng?)null; in GetPoint()
390 pointList = null; in GetLatLngFromGeocoderUrl()
414 pointList = new List<PointLatLng>(); in GetLatLngFromGeocoderUrl()
[all …]
/dports/devel/libstroke/libstroke-0.5.1/libgstroke/
H A Dgnome-stroke.c25 if (metrics->pointList != NULL) { in _gstroke_init()
27 g_slist_free (metrics->pointList); in _gstroke_init()
28 metrics->pointList = NULL; in _gstroke_init()
107 crt_elem = metrics->pointList; in _gstroke_trans()
197 if (metrics->pointList == NULL) { in _gstroke_record()
207 metrics->pointList->data = new_point_p; in _gstroke_record()
208 metrics->pointList->next = NULL; in _gstroke_record()
231 g_slist_append (metrics->pointList, new_point_p); in _gstroke_record()
255 g_slist_append(metrics->pointList, new_point_p); in _gstroke_record()
269 g_slist_append(metrics->pointList, new_point_p); in _gstroke_record()
[all …]
/dports/audio/milkytracker/MilkyTracker-1.03.00/src/ppui/osinterface/haiku/
H A DWaitView.cpp37 BPoint pointList[4]; in WaitView() local
38 pointList[0].Set(20, 0); in WaitView()
39 pointList[1].Set(40, 0); in WaitView()
40 pointList[2].Set(20, 30); in WaitView()
41 pointList[3].Set( 0, 30); in WaitView()
42 fPolygon.AddPoints(pointList, 4); in WaitView()
/dports/misc/openvdb/openvdb-9.0.0/openvdb/openvdb/unittest/
H A DTestPointsToMask.cc50 PointList pointList(points); in TEST_F() local
60 mask.addPoints( pointList ); in TEST_F()
75 PointList pointList(points); in TEST_F() local
85 mask.addPoints( pointList ); in TEST_F()
105 PointList pointList(points); in TEST_F() local
117 mask.addPoints( pointList, 0 ); in TEST_F()
133 mask.addPoints( pointList ); in TEST_F()
149 mask.addPoints( pointList ); in TEST_F()
158 openvdb::MaskGrid::Ptr grid = openvdb::tools::createPointMask(pointList, *xform); in TEST_F()

12345678910>>...18