Home
last modified time | relevance | path

Searched refs:nbCells (Results 1 – 24 of 24) sorted by relevance

/dports/games/warmux/warmux-11.04/src/map/
H A Dtile.cpp38 , nbCells(Point2i(0, 0)) in Tile()
47 for (int i = 0; i < nbCells.x * nbCells.y; i++) { in FreeMem()
52 nbCells.x = nbCells.y = 0; in FreeMem()
80 nbCells = size >> CELL_BITS; in InitTile()
82 nbCells.x++; in InitTile()
84 nbCells.y++; in InitTile()
122 index += nbCells.x; in Dig()
170 index += nbCells.x; in Dig()
381 offset += nbCells.x; in CheckPreview()
630 Point2i i = nbCells - 1; in GetPart()
[all …]
H A Dtile.h108 Point2i Clamp(const Point2i &v) const { return v.clamp(Point2i(0, 0), nbCells - 1); }; in Clamp()
111 Point2i nbCells, startCell, endCell; variable
/dports/math/vtk9/VTK-9.1.0/Filters/Core/
H A DvtkExplicitStructuredGridToUnstructuredGrid.cxx64 vtkIdType nbCells = input->GetNumberOfCells(); in RequestData() local
70 originalCellIds->Allocate(nbCells); in RequestData()
75 iArray->Allocate(nbCells); in RequestData()
80 jArray->Allocate(nbCells); in RequestData()
85 kArray->Allocate(nbCells); in RequestData()
88 cells->AllocateEstimate(nbCells, 8); in RequestData()
90 for (vtkIdType cellId = 0; cellId < nbCells; cellId++) in RequestData()
H A DvtkUnstructuredGridToExplicitStructuredGrid.cxx106 vtkIdType nbCells = input->GetNumberOfCells(); in RequestData() local
108 bool hasBlanks = (expectedCells != nbCells); in RequestData()
112 for (vtkIdType i = 0; i < nbCells; i++) in RequestData()
135 vtkIdType progressInterval = nbCells / 20 + 1; in RequestData()
139 for (vtkIdType i = 0; i < nbCells && !abort; i++) in RequestData()
144 this->UpdateProgress(static_cast<double>(i) / nbCells); in RequestData()
H A DvtkImageDataToExplicitStructuredGrid.cxx73 vtkIdType nbCells = input->GetNumberOfCells(); in RequestData() local
89 cells->AllocateEstimate(nbCells, 8); in RequestData()
91 for (vtkIdType i = 0; i < nbCells; i++) in RequestData()
H A DvtkMaskPoints.cxx668 const vtkIdType nbCells = input->GetNumberOfCells(); in RequestData() local
669 std::vector<double> cellContribs(nbCells, 0.0); in RequestData()
671 for (vtkIdType cellId = 0; cellId < nbCells; ++cellId) in RequestData()
/dports/math/vtk9/VTK-9.1.0/Filters/Extraction/Testing/Cxx/
H A DTestExtractValues.cxx41 vtkIdType nbCells = result->GetNumberOfCells(); in TestExtractValues() local
45 if (nbCells == 88) in TestExtractValues()
50 cerr << "There is " << nbCells << " cells instead of 88 cells." << endl; in TestExtractValues()
/dports/math/vtk8/VTK-8.2.0/Filters/General/
H A DvtkSplitByCellScalarFilter.cxx70 vtkIdType nbCells = input->GetNumberOfCells(); in RequestData() local
75 for (vtkIdType i = 0; i < nbCells; i++) in RequestData()
136 vtkIdType progressInterval = nbCells / 100; in RequestData()
139 for (vtkIdType cellId = 0; cellId < nbCells && !abortExecute; cellId++) in RequestData()
143 this->UpdateProgress(static_cast<double>(cellId) / nbCells); in RequestData()
/dports/math/vtk9/VTK-9.1.0/Filters/General/
H A DvtkSplitByCellScalarFilter.cxx68 vtkIdType nbCells = input->GetNumberOfCells(); in RequestData() local
73 for (vtkIdType i = 0; i < nbCells; i++) in RequestData()
133 vtkIdType progressInterval = nbCells / 100; in RequestData()
136 for (vtkIdType cellId = 0; cellId < nbCells && !abortExecute; cellId++) in RequestData()
140 this->UpdateProgress(static_cast<double>(cellId) / nbCells); in RequestData()
/dports/editors/calligra/calligra-3.2.1/filters/words/msword-odf/
H A Dtablehandler.cpp337 int nbCells = m_tap->itcMac; in tableCellStart() local
339 Q_ASSERT(m_column < nbCells); in tableCellStart()
341 if (m_column >= nbCells) { in tableCellStart()
361 while (i < nbCells && m_tap->rgtc[ i ].fMerged && !m_tap->rgtc[i].fFirstMerged) { in tableCellStart()
403 if (m_column == nbCells - 1) { in tableCellStart()
481 const wvWare::Word97::BRC& brcRight = (m_column < nbCells - 1) ? in tableCellStart()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/oops/
H A DMethodData.java336 int nbCells = 0; in extraNbCells() local
340 nbCells = BitData.staticCellCount(); in extraNbCells()
343 nbCells = SpeculativeTrapData.staticCellCount(); in extraNbCells()
348 return nbCells; in extraNbCells()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/oops/
H A DMethodData.java336 int nbCells = 0; in extraNbCells() local
340 nbCells = BitData.staticCellCount(); in extraNbCells()
343 nbCells = SpeculativeTrapData.staticCellCount(); in extraNbCells()
348 return nbCells; in extraNbCells()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/oops/
H A DMethodData.java336 int nbCells = 0; in extraNbCells() local
340 nbCells = BitData.staticCellCount(); in extraNbCells()
343 nbCells = SpeculativeTrapData.staticCellCount(); in extraNbCells()
348 return nbCells; in extraNbCells()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/oops/
H A DMethodData.java335 int nbCells = 0; in extraNbCells() local
339 nbCells = BitData.staticCellCount(); in extraNbCells()
342 nbCells = SpeculativeTrapData.staticCellCount(); in extraNbCells()
347 return nbCells; in extraNbCells()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/oops/
H A DMethodData.java335 int nbCells = 0; in extraNbCells() local
339 nbCells = BitData.staticCellCount(); in extraNbCells()
342 nbCells = SpeculativeTrapData.staticCellCount(); in extraNbCells()
347 return nbCells; in extraNbCells()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/oops/
H A DMethodData.java335 int nbCells = 0; in extraNbCells() local
339 nbCells = BitData.staticCellCount(); in extraNbCells()
342 nbCells = SpeculativeTrapData.staticCellCount(); in extraNbCells()
347 return nbCells; in extraNbCells()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/oops/
H A DMethodData.java336 int nbCells = 0; in extraNbCells() local
340 nbCells = BitData.staticCellCount(); in extraNbCells()
343 nbCells = SpeculativeTrapData.staticCellCount(); in extraNbCells()
348 return nbCells; in extraNbCells()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/oops/
H A DMethodData.java336 int nbCells = 0; in extraNbCells() local
340 nbCells = BitData.staticCellCount(); in extraNbCells()
343 nbCells = SpeculativeTrapData.staticCellCount(); in extraNbCells()
348 return nbCells; in extraNbCells()
/dports/misc/kgeography/kgeography-21.12.3/src/
H A Dplacemapwidget.cpp92 int nbCells = stats.size(); // = n * (n*1) / 2 => 2p == n2 + n => n2 + n -2p == 0 in writeUpBorderStats() local
94 int nbRows = (sqrt((double)1 + 8 * nbCells) -1) /2; in writeUpBorderStats()
97 ret.reserve(17 * nbCells + nbRows * 20); in writeUpBorderStats()
/dports/math/vtk8/VTK-8.2.0/Filters/HyperTree/Testing/Cxx/
H A DTestHyperTreeGridTernary2DFullMaterialBits.cxx155 vtkIdType nbCells = ht->GetNumberOfCells(); in TestHyperTreeGridTernary2DFullMaterialBits() local
160 cout << "#cells " << nbCells << endl; in TestHyperTreeGridTernary2DFullMaterialBits()
/dports/math/vtk6/VTK-6.2.0/Filters/HyperTree/Testing/Cxx/
H A DTestHyperTreeGridTernary2DFullMaterialBits.cxx153 vtkIdType nbCells = htGrid->GetOutput()->GetNumberOfCells(); in TestHyperTreeGridTernary2DFullMaterialBits() local
158 cout << "#cells " << nbCells << endl; in TestHyperTreeGridTernary2DFullMaterialBits()
/dports/math/vtk9/VTK-9.1.0/Filters/Parallel/Testing/Cxx/
H A DDistributedData.cxx371 vtkIdType nbCells = output->GetNumberOfCells(); in Execute() local
372 this->Controller->AllReduce(&nbCells, &nbCellsTot, 1, vtkCommunicator::SUM_OP); in Execute()
/dports/math/vtk9/VTK-9.1.0/Common/DataModel/
H A DvtkExplicitStructuredGrid.cxx653 vtkIdType nbCells = this->GetNumberOfCells(); in ComputeFacesConnectivityFlagsArray() local
662 connectivity->SetNumberOfTuples(nbCells); in ComputeFacesConnectivityFlagsArray()
665 for (vtkIdType c = 0; c < nbCells; c++) in ComputeFacesConnectivityFlagsArray()
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/pcbnew/autorouter/
H A Dar_autoplacer.cpp120 int nbCells = m_matrix.m_Ncols * m_matrix.m_Nrows; in genPlacementRoutingMatrix() local
153 nbCells * sizeof(AR_MATRIX::MATRIX_CELL) ); in genPlacementRoutingMatrix()