Home
last modified time | relevance | path

Searched refs:pointIdx (Results 1 – 25 of 82) sorted by relevance

1234

/dports/science/teem/teem-1.11.0-src/src/pull/
H A DccPull.c64 for (pointIdx=0; pointIdx<bin->pointNum; pointIdx++) { in pullCCFind()
65 point = bin->point[pointIdx]; in pullCCFind()
78 for (pointIdx=0; pointIdx<bin->pointNum; pointIdx++) { in pullCCFind()
79 point = bin->point[pointIdx]; in pullCCFind()
98 for (pointIdx=0; pointIdx<bin->pointNum; pointIdx++) { in pullCCFind()
99 point = bin->point[pointIdx]; in pullCCFind()
120 unsigned int binIdx, pointIdx, ii; in pullCCMeasure() local
172 for (pointIdx=0; pointIdx<bin->pointNum; pointIdx++) { in pullCCMeasure()
173 point = bin->point[pointIdx]; in pullCCMeasure()
277 for (pointIdx=0; pointIdx<bin->pointNum; pointIdx++) { in pullCCSort()
[all …]
H A DpointPull.c141 unsigned int pointIdx; in pullPointNumberFilter() local
146 for (pointIdx=0; pointIdx<bin->pointNum; pointIdx++) { in pullPointNumberFilter()
165 unsigned int binIdx, pointIdx; in _pullEnergyTotal() local
173 for (pointIdx=0; pointIdx<bin->pointNum; pointIdx++) { in _pullEnergyTotal()
189 for (pointIdx=0; pointIdx<bin->pointNum; pointIdx++) { in _pullPointStepEnergyScale()
211 for (pointIdx=0; pointIdx<bin->pointNum; pointIdx++) { in _pullStepInterAverage()
232 for (pointIdx=0; pointIdx<bin->pointNum; pointIdx++) { in _pullStepConstrAverage()
670 pix = pointIdx; in pullPointInitializePerVoxel()
767 me, pointIdx); in pullPointInitializePerVoxel()
1163 for (pointIdx = 0; pointIdx < totalNumPoints; pointIdx++) { in _pullPointSetup()
[all …]
H A DcontextPull.c391 unsigned int binIdx, pointNum, pointIdx, outIdx; in pullOutputGetFilter() local
450 for (pointIdx=0; pointIdx<bin->pointNum; pointIdx++) { in pullOutputGetFilter()
451 point = bin->point[pointIdx]; in pullOutputGetFilter()
605 unsigned int dim, pointNum, pointIdx, binIdx, *out_ui, outIdx; in pullPropGet() local
680 for (pointIdx=0; pointIdx<bin->pointNum; pointIdx++) { in pullPropGet()
681 point = bin->point[pointIdx]; in pullPropGet()
793 unsigned int binIdx, pointIdx, pointNum, vertNum, vertIdx, in pullPositionHistoryGet() local
805 for (pointIdx=0; pointIdx<bin->pointNum; pointIdx++) { in pullPositionHistoryGet()
806 point = bin->point[pointIdx]; in pullPositionHistoryGet()
820 for (pointIdx=0; pointIdx<bin->pointNum; pointIdx++) { in pullPositionHistoryGet()
[all …]
H A Dpopcntl.c385 unsigned int pointIdx; in _pullIterFinishAdding() local
387 for (pointIdx=0; pointIdx<task->addPointNum; pointIdx++) { in _pullIterFinishAdding()
390 point = task->addPoint[pointIdx]; in _pullIterFinishAdding()
432 unsigned int pointIdx; in _pullNixTheNixed() local
434 pointIdx = 0; in _pullNixTheNixed()
435 while (pointIdx < bin->pointNum) { in _pullNixTheNixed()
437 point = bin->point[pointIdx]; in _pullNixTheNixed()
445 bin->point[pointIdx] = bin->point[bin->pointNum-1]; in _pullNixTheNixed()
449 pointIdx++; in _pullNixTheNixed()
/dports/databases/grass7/grass-7.8.6/vector/v.hull/
H A Dread.c10 int i, pointIdx; in loadSiteCoordinates() local
20 pointIdx = 0; in loadSiteCoordinates()
42 if ((pointIdx % ALLOC_CHUNK) == 0) in loadSiteCoordinates()
44 (pointIdx + ALLOC_CHUNK) * sizeof(struct Point)); in loadSiteCoordinates()
46 (*points)[pointIdx].x = sites->x[i]; in loadSiteCoordinates()
47 (*points)[pointIdx].y = sites->y[i]; in loadSiteCoordinates()
48 (*points)[pointIdx].z = sites->z[i]; in loadSiteCoordinates()
49 pointIdx++; in loadSiteCoordinates()
53 if (pointIdx > 0) in loadSiteCoordinates()
55 (pointIdx + 1) * sizeof(struct Point)); in loadSiteCoordinates()
[all …]
H A Dhull.c33 int pointIdx, upPoints, loPoints; in convexHull() local
46 for (pointIdx = 2; pointIdx < numPoints; pointIdx++) { in convexHull()
48 upHull[upPoints] = pointIdx; in convexHull()
63 for (pointIdx = numPoints - 3; pointIdx >= 0; pointIdx--) { in convexHull()
65 loHull[loPoints] = pointIdx; in convexHull()
H A Dwrite.c15 int i, pointIdx; in outputHull() local
23 pointIdx = hull[i]; in outputHull()
24 tmpx[i] = P[pointIdx].x; in outputHull()
25 tmpy[i] = P[pointIdx].y; in outputHull()
/dports/cad/csxcad/CSXCAD-0.6.2-103-g3c4fb66/src/
H A DCSPropDiscMaterial.cpp492 int* pointIdx[2]; in CreatePolyDataModel() local
498 pointIdx[0][n]=-1; in CreatePolyDataModel()
499 pointIdx[1][n]=-1; in CreatePolyDataModel()
511 pointIdx[0][n]=pointIdx[1][n]; in CreatePolyDataModel()
512 pointIdx[1][n]=-1; in CreatePolyDataModel()
558 if (pointIdx[rpos[2]][mesh_idx]<0) in CreatePolyDataModel()
564 if (pointIdx[rpos[2]][mesh_idx]<0) in CreatePolyDataModel()
570 if (pointIdx[rpos[2]][mesh_idx]<0) in CreatePolyDataModel()
576 if (pointIdx[rpos[2]][mesh_idx]<0) in CreatePolyDataModel()
611 delete[] pointIdx[0]; in CreatePolyDataModel()
[all …]
/dports/math/vtk9/VTK-9.1.0/Common/DataModel/Testing/Cxx/
H A DTestCellIterators.cxx252 for (vtkIdType pointIdx = 0; pointIdx < cellSize; ++pointIdx) in benchmarkPointIdIteration() local
254 range[0] = std::min(range[0], cellPtr[pointIdx]); in benchmarkPointIdIteration()
282 for (vtkIdType pointIdx = 0; pointIdx < cellSize; ++pointIdx) in benchmarkPointIdIteration() local
347 for (vtkIdType pointIdx = 0; pointIdx < cellSize; ++pointIdx) in benchmarkPointsIteration() local
349 point = pointData + 3 * cellPtr[pointIdx]; in benchmarkPointsIteration()
383 for (vtkIdType pointIdx = 0; pointIdx < cellSize; ++pointIdx) in benchmarkPointsIteration() local
385 points->GetPoint(cellPtr[pointIdx], point); in benchmarkPointsIteration()
512 for (vtkIdType pointIdx = 0; pointIdx < cellSize; ++pointIdx) in benchmarkPiecewiseIteration() local
519 point = pointData + 3 * cellArrayPtr[pointIdx]; in benchmarkPiecewiseIteration()
579 for (vtkIdType pointIdx = 0; pointIdx < cellSize; ++pointIdx) in benchmarkPiecewiseIteration() local
[all …]
H A DTestIncrementalOctreePointLocator.cxx130 vtkIdType pointIdx; in TestIncrementalOctreePointLocator() local
343 octLocat->InsertPointWithoutChecking(pDataPts + (i << 1) + i, pointIdx, 1); in TestIncrementalOctreePointLocator()
560 pointIdx = ptIdList->GetId(j); in TestIncrementalOctreePointLocator()
562 pLocPnts + (i << 1) + i, pDataPts + (pointIdx << 1) + pointIdx); in TestIncrementalOctreePointLocator()
623 pointIdx = octLocat->FindClosestPoint(pLocPnts + j, minDist2 + i); in TestIncrementalOctreePointLocator()
644 (resltIds[j + 1] != pointIdx) || (resltIds[j + 2] != pointIdx)) in TestIncrementalOctreePointLocator()
737 pointIdx = octLocat->FindClosestPoint(pLocPnts + j); in TestIncrementalOctreePointLocator()
738 if (idxLists[0]->IsId(pointIdx) == -1 || idxLists[1]->IsId(pointIdx) == -1 || in TestIncrementalOctreePointLocator()
739 idxLists[2]->IsId(pointIdx) == -1 || in TestIncrementalOctreePointLocator()
783 pointIdx = idxLists[m]->GetId(k); in TestIncrementalOctreePointLocator()
[all …]
/dports/math/vtk8/VTK-8.2.0/Common/DataModel/Testing/Cxx/
H A DTestCellIterators.cxx254 for (vtkIdType pointIdx = 0; pointIdx < cellSize; ++pointIdx) in benchmarkPointIdIteration() local
256 range[0] = std::min(range[0], cellPtr[pointIdx]); in benchmarkPointIdIteration()
284 for (vtkIdType pointIdx = 0; pointIdx < cellSize; ++pointIdx) in benchmarkPointIdIteration() local
349 for (vtkIdType pointIdx = 0; pointIdx < cellSize; ++pointIdx) in benchmarkPointsIteration() local
351 point = pointData + 3 * cellPtr[pointIdx]; in benchmarkPointsIteration()
385 for (vtkIdType pointIdx = 0; pointIdx < cellSize; ++pointIdx) in benchmarkPointsIteration() local
387 points->GetPoint(cellPtr[pointIdx], point); in benchmarkPointsIteration()
515 for (vtkIdType pointIdx = 0; pointIdx < cellSize; ++pointIdx) in benchmarkPiecewiseIteration() local
522 point = pointData + 3 * cellArrayPtr[pointIdx]; in benchmarkPiecewiseIteration()
582 for (vtkIdType pointIdx = 0; pointIdx < cellSize; ++pointIdx) in benchmarkPiecewiseIteration() local
[all …]
/dports/math/vtk6/VTK-6.2.0/Common/DataModel/Testing/Cxx/
H A DTestCellIterators.cxx253 for (vtkIdType pointIdx = 0; pointIdx < cellSize; ++pointIdx) in benchmarkPointIdIteration() local
255 range[0] = std::min(range[0], cellPtr[pointIdx]); in benchmarkPointIdIteration()
283 for (vtkIdType pointIdx = 0; pointIdx < cellSize; ++pointIdx) in benchmarkPointIdIteration() local
348 for (vtkIdType pointIdx = 0; pointIdx < cellSize; ++pointIdx) in benchmarkPointsIteration() local
350 point = pointData + 3 * cellPtr[pointIdx]; in benchmarkPointsIteration()
384 for (vtkIdType pointIdx = 0; pointIdx < cellSize; ++pointIdx) in benchmarkPointsIteration() local
386 points->GetPoint(cellPtr[pointIdx], point); in benchmarkPointsIteration()
514 for (vtkIdType pointIdx = 0; pointIdx < cellSize; ++pointIdx) in benchmarkPiecewiseIteration() local
521 point = pointData + 3 * cellArrayPtr[pointIdx]; in benchmarkPiecewiseIteration()
581 for (vtkIdType pointIdx = 0; pointIdx < cellSize; ++pointIdx) in benchmarkPiecewiseIteration() local
[all …]
/dports/www/grafana8/grafana-8.3.6/pkg/expr/mathexp/
H A Dtype_series.go164 func (s Series) GetPoint(pointIdx int) (time.Time, *float64) {
165 return s.GetTime(pointIdx), s.GetValue(pointIdx)
169 func (s Series) SetPoint(pointIdx int, t time.Time, f *float64) (err error) {
170 s.Frame.Fields[seriesTypeTimeIdx].Set(pointIdx, t)
171 s.Frame.Fields[seriesTypeValIdx].Set(pointIdx, f)
176 func (s Series) AppendPoint(pointIdx int, t time.Time, f *float64) (err error) {
188 func (s Series) GetTime(pointIdx int) time.Time {
189 return s.Frame.Fields[seriesTypeTimeIdx].At(pointIdx).(time.Time)
193 func (s Series) GetValue(pointIdx int) *float64 {
194 return s.Frame.Fields[seriesTypeValIdx].At(pointIdx).(*float64)
/dports/math/ensmallen/ensmallen-2.17.0/include/ensmallen_bits/moead/weight_init_policies/
H A Dbbs_init.hpp60 for (size_t pointIdx = 0; pointIdx < numPoints; ++pointIdx) in Generate() local
67 weights.col(pointIdx) = std::move(referenceDirection) + epsilon; in Generate()
/dports/math/vtk8/VTK-8.2.0/IO/Geometry/Testing/Cxx/
H A DTestIncrementalOctreePointLocator.cxx134 vtkIdType pointIdx; in TestIncrementalOctreePointLocator() local
599 pointIdx = ptIdList->GetId( j ); in TestIncrementalOctreePointLocator()
602 pDataPts + ( pointIdx << 1 ) + pointIdx ); in TestIncrementalOctreePointLocator()
689 && ( resltIds[j] != pointIdx ) in TestIncrementalOctreePointLocator()
691 || ( resltIds[ j + 1 ] != pointIdx ) in TestIncrementalOctreePointLocator()
692 || ( resltIds[ j + 2 ] != pointIdx ) in TestIncrementalOctreePointLocator()
793 if ( idxLists[0]->IsId( pointIdx ) == -1 || in TestIncrementalOctreePointLocator()
794 idxLists[1]->IsId( pointIdx ) == -1 || in TestIncrementalOctreePointLocator()
795 idxLists[2]->IsId( pointIdx ) == -1 || in TestIncrementalOctreePointLocator()
835 pointIdx = idxLists[m]->GetId( k ); in TestIncrementalOctreePointLocator()
[all …]
/dports/math/vtk6/VTK-6.2.0/IO/Geometry/Testing/Cxx/
H A DTestIncrementalOctreePointLocator.cxx134 vtkIdType pointIdx; in TestIncrementalOctreePointLocator() local
587 pointIdx = ptIdList->GetId( j ); in TestIncrementalOctreePointLocator()
590 pDataPts + ( pointIdx << 1 ) + pointIdx ); in TestIncrementalOctreePointLocator()
677 && ( resltIds[j] != pointIdx ) in TestIncrementalOctreePointLocator()
679 || ( resltIds[ j + 1 ] != pointIdx ) in TestIncrementalOctreePointLocator()
680 || ( resltIds[ j + 2 ] != pointIdx ) in TestIncrementalOctreePointLocator()
781 if ( idxLists[0]->IsId( pointIdx ) == -1 || in TestIncrementalOctreePointLocator()
782 idxLists[1]->IsId( pointIdx ) == -1 || in TestIncrementalOctreePointLocator()
783 idxLists[2]->IsId( pointIdx ) == -1 || in TestIncrementalOctreePointLocator()
823 pointIdx = idxLists[m]->GetId( k ); in TestIncrementalOctreePointLocator()
[all …]
/dports/misc/usd/USD-21.11/pxr/usd/plugin/usdDraco/
H A DexportTranslator.cpp335 draco::PointIndex pointIdx(0); in _SetPointMapsToMesh() local
346 face[c] = pointIdx; in _SetPointMapsToMesh()
349 _positions.SetPointMapEntry(pointIdx, positionIdx); in _SetPointMapsToMesh()
350 _texCoords.SetPointMapEntry(pointIdx, positionIdx, cornerIdx); in _SetPointMapsToMesh()
351 _normals.SetPointMapEntry(pointIdx, positionIdx, cornerIdx); in _SetPointMapsToMesh()
354 _holeFaces.SetPointMapEntry(pointIdx, isHoleFace[i]); in _SetPointMapsToMesh()
355 _addedEdges.SetPointMapEntry(pointIdx, _IsNewEdge(nt, t, c)); in _SetPointMapsToMesh()
356 _posOrder.SetPointMapEntry(pointIdx, positionIdx); in _SetPointMapsToMesh()
359 pointIdx, positionIdx, cornerIdx); in _SetPointMapsToMesh()
361 pointIdx++; in _SetPointMapsToMesh()
/dports/math/ensmallen/ensmallen-2.17.0/include/ensmallen_bits/problems/zdt/
H A Dzdt3_function.hpp172 for (size_t pointIdx = 0; pointIdx < regionDensity; ++pointIdx) in GetReferenceFront() local
174 size_t sliceIdx = regionIdx * regionDensity + pointIdx; in GetReferenceFront()
175 front.slice(sliceIdx) = arma::vec{ x(pointIdx), y(pointIdx) }; in GetReferenceFront()
/dports/science/InsightToolkit/ITK-5.0.1/Modules/Core/Mesh/include/
H A DitkRegularSphereMeshSource.hxx142 IdentifierType pointIdx = pointIdxOffset; in GenerateData() local
204 newIdx[0] = pointIdx; in GenerateData()
205 handledEdges->InsertElement(std::make_pair(tp[0], tp[1]), pointIdx); in GenerateData()
206 result->SetPoint( pointIdx++, this->Divide(v[0], v[1]) ); in GenerateData()
224 newIdx[1] = pointIdx; in GenerateData()
225 handledEdges->InsertElement(std::make_pair(tp[1], tp[2]), pointIdx); in GenerateData()
226 result->SetPoint( pointIdx++, this->Divide(v[1], v[2]) ); in GenerateData()
244 newIdx[2] = pointIdx; in GenerateData()
245 handledEdges->InsertElement(std::make_pair(tp[2], tp[0]), pointIdx); in GenerateData()
246 result->SetPoint( pointIdx++, this->Divide(v[2], v[0]) ); in GenerateData()
/dports/science/teem/teem-1.11.0-src/src/push/
H A Dbinning.c205 unsigned int oldBinIdx, pointIdx; in pushRebin() local
213 for (pointIdx=0; pointIdx<oldBin->pointNum; /* nope! */) { in pushRebin()
214 point = oldBin->point[pointIdx]; in pushRebin()
222 _pushBinPointRemove(pctx, oldBin, pointIdx); in pushRebin()
226 pointIdx++; in pushRebin()
H A Dsetup.c371 unsigned int pointIdx; in _pushPointSetup() local
389 for (pointIdx=0; pointIdx<pctx->pointNum; pointIdx++) { in _pushPointSetup()
397 lup(pctx->npos->data, 0 + 3*pointIdx), in _pushPointSetup()
398 lup(pctx->npos->data, 1 + 3*pointIdx), in _pushPointSetup()
399 lup(pctx->npos->data, 2 + 3*pointIdx)); in _pushPointSetup()
401 biffAddf(PUSH, "%s: probing pointIdx %u of npos", me, pointIdx); in _pushPointSetup()
433 biffAddf(PUSH, "%s: probing pointIdx %u of world", me, pointIdx); in _pushPointSetup()
/dports/audio/vst3sdk/vst3sdk-3.7.1_build_50-1-g8199057/public.sdk/samples/vst/hostchecker/source/
H A Dparameterchangescheck.cpp78 for (Steinberg::int32 pointIdx = 0; pointIdx < paramQueue->getPointCount (); ++pointIdx) in checkPoints() local
82 if (paramQueue->getPoint (pointIdx, sampleOffset, paramValue) == Steinberg::kResultOk) in checkPoints()
/dports/audio/surge-synthesizer-lv2/surge-release_1.9.0/vst3sdk/public.sdk/samples/vst/hostchecker/source/
H A Dparameterchangescheck.cpp78 for (Steinberg::int32 pointIdx = 0; pointIdx < paramQueue->getPointCount (); ++pointIdx) in checkPoints() local
82 if (paramQueue->getPoint (pointIdx, sampleOffset, paramValue) == Steinberg::kResultOk) in checkPoints()
/dports/math/vtk9/VTK-9.1.0/Views/Infovis/
H A DvtkGraphItem.cxx175 for (vtkIdType pointIdx = 0; pointIdx < numPoints; ++pointIdx) in RebuildBuffers() local
177 this->Internal->EdgePositions[edgeIdx][pointIdx] = this->EdgePosition(edgeIdx, pointIdx); in RebuildBuffers()
178 this->Internal->EdgeColors[edgeIdx][pointIdx] = this->EdgeColor(edgeIdx, pointIdx); in RebuildBuffers()
/dports/math/vtk8/VTK-8.2.0/Views/Infovis/
H A DvtkGraphItem.cxx174 for (vtkIdType pointIdx = 0; pointIdx < numPoints; ++pointIdx) in RebuildBuffers() local
176 this->Internal->EdgePositions[edgeIdx][pointIdx] = this->EdgePosition(edgeIdx, pointIdx); in RebuildBuffers()
177 this->Internal->EdgeColors[edgeIdx][pointIdx] = this->EdgeColor(edgeIdx, pointIdx); in RebuildBuffers()

1234