Home
last modified time | relevance | path

Searched refs:minCell (Results 1 – 25 of 33) sorted by relevance

12

/dports/math/polymake/polymake-4.5/external/permlib/include/permlib/search/partition/
H A Dbacktrack_refinement.h122 unsigned int minCell = 0; in init() local
129 minCell = j; in init()
134 this->m_cellElementIndex = pi.partitionCellBorder[minCell]; in init()
135 this->m_alpha = pi.partition[pi.partitionCellBorder[minCell]]; in init()
140 minCell = givenMinCell; in init()
142 …igned int j = pi.partitionCellBorder[minCell]; j < pi.partitionCellBorder[minCell] + pi.partitionC… in init()
149 this->m_cellElementIndex = pi.partitionCellBorder[minCell]; in init()
150 this->m_alpha = pi.partition[pi.partitionCellBorder[minCell]]; in init()
155 this->m_cellIndex = minCell; in init()
158 …for (unsigned int i = pi.partitionCellBorder[minCell]; i < pi.partitionCellBorder[minCell] + minCe… in init()
[all …]
/dports/math/permlib/PermLib-0.2.9/include/permlib/search/partition/
H A Dbacktrack_refinement.h122 unsigned int minCell = 0; in init() local
129 minCell = j; in init()
134 this->m_cellElementIndex = pi.partitionCellBorder[minCell]; in init()
135 this->m_alpha = pi.partition[pi.partitionCellBorder[minCell]]; in init()
140 minCell = givenMinCell; in init()
142 …igned int j = pi.partitionCellBorder[minCell]; j < pi.partitionCellBorder[minCell] + pi.partitionC… in init()
149 this->m_cellElementIndex = pi.partitionCellBorder[minCell]; in init()
150 this->m_alpha = pi.partition[pi.partitionCellBorder[minCell]]; in init()
155 this->m_cellIndex = minCell; in init()
158 …for (unsigned int i = pi.partitionCellBorder[minCell]; i < pi.partitionCellBorder[minCell] + minCe… in init()
[all …]
/dports/math/vtk8/VTK-8.2.0/Filters/Parallel/
H A DvtkExtractUnstructuredGridPiece.cxx37 vtkIdType& minCell, vtkIdType& maxCell) in determineMinMax() argument
44 minCell = static_cast<vtkIdType>(fminCell + 0.5f); in determineMinMax()
110 vtkIdType minCell = 0; in ComputeCellTags() local
112 determineMinMax(piece,numPieces,numCells,minCell,maxCell); in ComputeCellTags()
114 for (idx = 0; idx < minCell; ++idx) in ComputeCellTags()
118 for (idx = minCell; idx < maxCell; ++idx) in ComputeCellTags()
406 vtkIdType minCell = 0; in AddFirstGhostLevel() local
408 determineMinMax(piece,numPieces,numCells,minCell,maxCell); in AddFirstGhostLevel()
409 for (vtkIdType idx = minCell; idx < maxCell; ++idx) in AddFirstGhostLevel()
/dports/math/vtk9/VTK-9.1.0/Filters/Parallel/
H A DvtkExtractUnstructuredGridPiece.cxx37 int piece, int numPieces, vtkIdType numCells, vtkIdType& minCell, vtkIdType& maxCell) in determineMinMax() argument
44 minCell = static_cast<vtkIdType>(fminCell + 0.5f); in determineMinMax()
102 vtkIdType minCell = 0; in ComputeCellTags() local
104 determineMinMax(piece, numPieces, numCells, minCell, maxCell); in ComputeCellTags()
106 for (idx = 0; idx < minCell; ++idx) in ComputeCellTags()
110 for (idx = minCell; idx < maxCell; ++idx) in ComputeCellTags()
394 vtkIdType minCell = 0; in AddFirstGhostLevel() local
396 determineMinMax(piece, numPieces, numCells, minCell, maxCell); in AddFirstGhostLevel()
397 for (vtkIdType idx = minCell; idx < maxCell; ++idx) in AddFirstGhostLevel()
/dports/math/vtk6/VTK-6.2.0/Filters/Parallel/
H A DvtkExtractUnstructuredGridPiece.cxx37 vtkIdType& minCell, vtkIdType& maxCell) in determineMinMax() argument
44 minCell = static_cast<vtkIdType>(fminCell + 0.5f); in determineMinMax()
110 vtkIdType minCell = 0; in ComputeCellTags() local
112 determineMinMax(piece,numPieces,numCells,minCell,maxCell); in ComputeCellTags()
114 for (idx = 0; idx < minCell; ++idx) in ComputeCellTags()
118 for (idx = minCell; idx < maxCell; ++idx) in ComputeCellTags()
404 vtkIdType minCell = 0; in AddFirstGhostLevel() local
406 determineMinMax(piece,numPieces,numCells,minCell,maxCell); in AddFirstGhostLevel()
407 for (vtkIdType idx = minCell; idx < maxCell; ++idx) in AddFirstGhostLevel()
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bseg/boxm2/cpp/algo/
H A Dboxm2_cast_cone_ray_function.h90 vgl_point_3d<int> minCell( (int) std::max( (int) (currSphere.centre().x() - currR), 0), in boxm2_cast_cone_ray_function()
97 for (int x=minCell.x(); x<maxCell.x(); ++x) { in boxm2_cast_cone_ray_function()
98 for (int y=minCell.y(); y<maxCell.y(); ++y) { in boxm2_cast_cone_ray_function()
99 for (int z=minCell.z(); z<maxCell.z(); ++z) { in boxm2_cast_cone_ray_function()
151 for (int x=minCell.x(); x<maxCell.x(); ++x) { in boxm2_cast_cone_ray_function()
152 for (int y=minCell.y(); y<maxCell.y(); ++y) { in boxm2_cast_cone_ray_function()
153 for (int z=minCell.z(); z<maxCell.z(); ++z) { in boxm2_cast_cone_ray_function()
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bseg/boxm2/ocl/cl/cone/
H A Dcast_adaptive_cone_ray.cl199 int4 minCell = (int4) ( convert_int( clamp(currSphere.x - currR, 0.0f, linfo->dims.x-1.0f) ),
205 //count = (1+maxCell.x-minCell.x)*(1+maxCell.y-minCell.y)*(1+maxCell.z-minCell.z);
211 for (int x=minCell.x; x<maxCell.x; ++x) {
212 for (int y=minCell.y; y<maxCell.y; ++y) {
213 for (int z=minCell.z; z<maxCell.z; ++z) {
348 for (int x=minCell.x; x<maxCell.x; ++x) {
349 for (int y=minCell.y; y<maxCell.y; ++y) {
350 for (int z=minCell.z; z<maxCell.z; ++z) {
448 for (int x=minCell.x; x<maxCell.x; ++x) {
449 for (int y=minCell.y; y<maxCell.y; ++y) {
[all …]
H A Dcast_cone_ray.cl96 int4 minCell = (int4) ( convert_int( clamp(currSphere.x - currR, 0.0f, linfo->dims.x-1.0f) ),
106 for (int x=minCell.x; x<maxCell.x; ++x) {
107 for (int y=minCell.y; y<maxCell.y; ++y) {
108 for (int z=minCell.z; z<maxCell.z; ++z) {
198 for (int x=minCell.x; x<maxCell.x; ++x) {
199 for (int y=minCell.y; y<maxCell.y; ++y) {
200 for (int z=minCell.z; z<maxCell.z; ++z) {
/dports/benchmarks/ali/ali-0.7.5/vendor/github.com/mum4k/termdash/widgets/linechart/internal/zoom/
H A Dzoom.go431 func findCellPair(base *axes.XDetails, minCell, maxCell int) (*axes.Value, *axes.Value, error) { argument
432 minL, err := base.Scale.CellLabel(minCell)
434 return nil, nil, fmt.Errorf("unable to determine min label for cell %d: %v", minCell, err)
458 for cellNum := minCell; cellNum >= 0; cellNum-- {
547 minCell, err := limits.Scale.ValueToCell(min)
555 minL, maxL, err := findCellPair(limits, minCell, maxCell)
H A Dzoom_test.go1496 minCell int
1509 minCell: -1,
1520 minCell: 0,
1531 minCell: 0,
1543 minCell: 1,
1555 minCell: 2,
1567 minCell: 1,
1581 gotMin, gotMax, err := findCellPair(base, tc.minCell, tc.maxCell)
/dports/math/vtk8/VTK-8.2.0/Infovis/Core/
H A DvtkContinuousScatterplot.cxx201 float maxCell, minCell; in RequestData() local
395 minCell = maxField; in RequestData()
431 minCell = maxField; in RequestData()
448 if (minCell > fval) in RequestData()
450 minCell = fval; in RequestData()
465 minField + (1 + floor((minCell - minField) / fragWidth[fieldNr])) * fragWidth[fieldNr]; in RequestData()
/dports/math/vtk9/VTK-9.1.0/Infovis/Core/
H A DvtkContinuousScatterplot.cxx201 float maxCell, minCell; in RequestData() local
395 minCell = maxField; in RequestData()
431 minCell = maxField; in RequestData()
448 if (minCell > fval) in RequestData()
450 minCell = fval; in RequestData()
465 minField + (1 + floor((minCell - minField) / fragWidth[fieldNr])) * fragWidth[fieldNr]; in RequestData()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.desktop/share/classes/javax/swing/plaf/synth/
H A DSynthTableUI.java508 Rectangle minCell = table.getCellRect(rMin, cMin, true); in paintGrid() local
510 Rectangle damagedArea = minCell.union( maxCell ); in paintGrid()
614 Rectangle minCell = table.getCellRect(rMin, draggedColumnIndex, true); in paintDraggedArea() local
617 Rectangle vacatedColumnRect = minCell.union(maxCell); in paintDraggedArea()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.desktop/share/classes/javax/swing/plaf/synth/
H A DSynthTableUI.java508 Rectangle minCell = table.getCellRect(rMin, cMin, true); in paintGrid() local
510 Rectangle damagedArea = minCell.union( maxCell ); in paintGrid()
614 Rectangle minCell = table.getCellRect(rMin, draggedColumnIndex, true); in paintDraggedArea() local
617 Rectangle vacatedColumnRect = minCell.union(maxCell); in paintDraggedArea()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.desktop/share/classes/javax/swing/plaf/synth/
H A DSynthTableUI.java508 Rectangle minCell = table.getCellRect(rMin, cMin, true); in paintGrid() local
510 Rectangle damagedArea = minCell.union( maxCell ); in paintGrid()
614 Rectangle minCell = table.getCellRect(rMin, draggedColumnIndex, true); in paintDraggedArea() local
617 Rectangle vacatedColumnRect = minCell.union(maxCell); in paintDraggedArea()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/javax/swing/plaf/synth/
H A DSynthTableUI.java512 Rectangle minCell = table.getCellRect(rMin, cMin, true); in paintGrid() local
514 Rectangle damagedArea = minCell.union( maxCell ); in paintGrid()
618 Rectangle minCell = table.getCellRect(rMin, draggedColumnIndex, true); in paintDraggedArea() local
621 Rectangle vacatedColumnRect = minCell.union(maxCell); in paintDraggedArea()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.desktop/share/classes/javax/swing/plaf/synth/
H A DSynthTableUI.java517 Rectangle minCell = table.getCellRect(rMin, cMin, true); in paintGrid() local
519 Rectangle damagedArea = minCell.union( maxCell ); in paintGrid()
623 Rectangle minCell = table.getCellRect(rMin, draggedColumnIndex, true); in paintDraggedArea() local
626 Rectangle vacatedColumnRect = minCell.union(maxCell); in paintDraggedArea()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.desktop/share/classes/javax/swing/plaf/synth/
H A DSynthTableUI.java517 Rectangle minCell = table.getCellRect(rMin, cMin, true); in paintGrid() local
519 Rectangle damagedArea = minCell.union( maxCell ); in paintGrid()
623 Rectangle minCell = table.getCellRect(rMin, draggedColumnIndex, true); in paintDraggedArea() local
626 Rectangle vacatedColumnRect = minCell.union(maxCell); in paintDraggedArea()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.desktop/share/classes/javax/swing/plaf/synth/
H A DSynthTableUI.java508 Rectangle minCell = table.getCellRect(rMin, cMin, true); in paintGrid() local
510 Rectangle damagedArea = minCell.union( maxCell ); in paintGrid()
614 Rectangle minCell = table.getCellRect(rMin, draggedColumnIndex, true); in paintDraggedArea() local
617 Rectangle vacatedColumnRect = minCell.union(maxCell); in paintDraggedArea()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.desktop/share/classes/javax/swing/plaf/synth/
H A DSynthTableUI.java508 Rectangle minCell = table.getCellRect(rMin, cMin, true); in paintGrid() local
510 Rectangle damagedArea = minCell.union( maxCell ); in paintGrid()
614 Rectangle minCell = table.getCellRect(rMin, draggedColumnIndex, true); in paintDraggedArea() local
617 Rectangle vacatedColumnRect = minCell.union(maxCell); in paintDraggedArea()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.desktop/share/classes/javax/swing/plaf/synth/
H A DSynthTableUI.java508 Rectangle minCell = table.getCellRect(rMin, cMin, true); in paintGrid() local
510 Rectangle damagedArea = minCell.union( maxCell ); in paintGrid()
614 Rectangle minCell = table.getCellRect(rMin, draggedColumnIndex, true); in paintDraggedArea() local
617 Rectangle vacatedColumnRect = minCell.union(maxCell); in paintDraggedArea()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/javax/swing/plaf/synth/
H A DSynthTableUI.java512 Rectangle minCell = table.getCellRect(rMin, cMin, true); in paintGrid() local
514 Rectangle damagedArea = minCell.union( maxCell ); in paintGrid()
618 Rectangle minCell = table.getCellRect(rMin, draggedColumnIndex, true); in paintDraggedArea() local
621 Rectangle vacatedColumnRect = minCell.union(maxCell); in paintDraggedArea()
/dports/games/gogui/Quaqua/src/ch/randelshofer/quaqua/
H A DQuaquaTableUI.java309 Rectangle minCell = table.getCellRect(rMin, cMin, true);
311 Rectangle damagedArea = minCell.union(maxCell);
369 Rectangle minCell = table.getCellRect(rMin, draggedColumnIndex, true);
372 Rectangle vacatedColumnRect = minCell.union(maxCell);
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.desktop/share/classes/javax/swing/plaf/basic/
H A DBasicTableUI.java2025 Rectangle minCell = table.getCellRect(rMin, cMin, true); in paintGrid() local
2027 Rectangle damagedArea = minCell.union( maxCell ); in paintGrid()
2125 Rectangle minCell = table.getCellRect(rMin, draggedColumnIndex, true); in paintDraggedArea() local
2128 Rectangle vacatedColumnRect = minCell.union(maxCell); in paintDraggedArea()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.desktop/share/classes/javax/swing/plaf/basic/
H A DBasicTableUI.java2030 Rectangle minCell = table.getCellRect(rMin, cMin, true); in paintGrid() local
2032 Rectangle damagedArea = minCell.union( maxCell ); in paintGrid()
2130 Rectangle minCell = table.getCellRect(rMin, draggedColumnIndex, true); in paintDraggedArea() local
2133 Rectangle vacatedColumnRect = minCell.union(maxCell); in paintDraggedArea()

12