Home
last modified time | relevance | path

Searched refs:firstcell (Results 1 – 18 of 18) sorted by relevance

/dports/games/golly/golly-3.3-src/Scripts/Python/
H A Ddraw-lines.py64 global oldline, firstcell
82 firstcell = []
87 firstcell = [ startx, starty, g.getcell(startx, starty) ]
116 firstcell = [] # pos and state of the 1st cell clicked variable
123 if len(firstcell) > 0:
124 x, y, s = firstcell
/dports/games/golly/golly-3.3-src/Scripts/Lua/
H A Ddraw-lines.lua8 local firstcell = {} -- pos and state of the 1st cell clicked
94 firstcell = {}
99 firstcell = { startx, starty, g.getcell(startx, starty) }
139 if #firstcell > 0 then
140 local x, y, s = table.unpack(firstcell)
/dports/math/ploticus-nox11/pl240src/src/
H A Dproc_tabulate.c511 int i, j, used[MAXROWS], firstcell, first, diff; local
520 if( first ) { firstcell = j; first = NO; }
521 diff = counts[j] - counts[firstcell];
524 case YES: if (diff >= 0) firstcell = j; break;
525 case NO: if (diff <= 0) firstcell = j; break;
528 order[i] = firstcell;
529 used[firstcell] = 1;
/dports/math/ploticus/pl240src/src/
H A Dproc_tabulate.c511 int i, j, used[MAXROWS], firstcell, first, diff; local
520 if( first ) { firstcell = j; first = NO; }
521 diff = counts[j] - counts[firstcell];
524 case YES: if (diff >= 0) firstcell = j; break;
525 case NO: if (diff <= 0) firstcell = j; break;
528 order[i] = firstcell;
529 used[firstcell] = 1;
/dports/math/vtk8/VTK-8.2.0/Rendering/Core/
H A DvtkCellCenterDepthSort.cxx241 vtkIdType firstcell = partition.first; in GetNextCells() local
244 this->SortedCellPartition->SetArray(cellIds + firstcell, numcells, 1); in GetNextCells()
246 this->CellPartitionDepths->SetArray(cellDepths + firstcell, numcells, 1); in GetNextCells()
/dports/math/vtk9/VTK-9.1.0/Rendering/Core/
H A DvtkCellCenterDepthSort.cxx248 vtkIdType firstcell = partition.first; in GetNextCells() local
251 this->SortedCellPartition->SetArray(cellIds + firstcell, numcells, 1); in GetNextCells()
253 this->CellPartitionDepths->SetArray(cellDepths + firstcell, numcells, 1); in GetNextCells()
/dports/math/vtk6/VTK-6.2.0/Rendering/Core/
H A DvtkCellCenterDepthSort.cxx241 vtkIdType firstcell = partition.first; in GetNextCells() local
244 this->SortedCellPartition->SetArray(cellIds + firstcell, numcells, 1); in GetNextCells()
246 this->CellPartitionDepths->SetArray(cellDepths + firstcell, numcells, 1); in GetNextCells()
/dports/games/edge/Edge-1.35-source/lib_win32/libvorbis-1.1.2/vq/
H A Dlatticepare.c127 float *firstcell=b->valuelist+best*b->dim; in _heuristic() local
128 float error=_dist(b->dim,firstcell,secondcell); in _heuristic()
133 fromzero=sqrt(_dist(b->dim,firstcell,zero)); in _heuristic()
/dports/devel/redasm/REDasm-2.1.1/QHexView/
H A Dqhexview.cpp327 bool firstcell = !line && !column; in movePrevious() local
329 if((m_renderer->selectedArea() == QHexRenderer::AsciiArea) && firstcell) in movePrevious()
334 if((m_renderer->selectedArea() == QHexRenderer::HexArea) && firstcell && nibbleindex) in movePrevious()
/dports/www/moodle310/moodle/lib/tests/behat/
H A Dbehat_general.php1394 $firstcell = null;
1396 if ($firstcell === null) {
1397 $firstcell = $value;
1399 $this->row_column_of_table_should_contain($firstcell, $column, $table, $value);
/dports/www/moodle311/moodle/lib/tests/behat/
H A Dbehat_general.php1394 $firstcell = null;
1396 if ($firstcell === null) {
1397 $firstcell = $value;
1399 $this->row_column_of_table_should_contain($firstcell, $column, $table, $value);
/dports/www/moodle39/moodle/lib/tests/behat/
H A Dbehat_general.php1394 $firstcell = null;
1396 if ($firstcell === null) {
1397 $firstcell = $value;
1399 $this->row_column_of_table_should_contain($firstcell, $column, $table, $value);
/dports/cad/electric/electric-7.00/src/net/
H A Dnetwork.cpp9078 if (firstcell != NONODEPROTO) in net_nccoptionsdlog()
9084 if (firstcell != NONODEPROTO) in net_nccoptionsdlog()
9087 if (np == firstcell) break; in net_nccoptionsdlog()
9090 if (firstcell != NONODEPROTO) in net_nccoptionsdlog()
9247 firstcell = np; in net_nccoptionsdlog()
9249 if (firstcell != NONODEPROTO) in net_nccoptionsdlog()
9251 firstlibrary = firstcell->lib; in net_nccoptionsdlog()
9261 if (firstcell != NONODEPROTO) in net_nccoptionsdlog()
9263 firstlibrary = firstcell->lib; in net_nccoptionsdlog()
9280 firstcell = winfirst->curnodeproto; in net_nccoptionsdlog()
[all …]
/dports/math/wxmaxima/wxmaxima-Version-20.04.0/src/
H A DWorksheet.cpp2570 bool firstcell = true; in CopyMatlab() local
2573 if ((tmp->HardLineBreak()) && (!firstcell)) in CopyMatlab()
2579 firstcell = false; in CopyMatlab()
2661 bool firstcell = true; in CopyText() local
2664 if ((tmp->HardLineBreak()) && (!firstcell)) in CopyText()
2670 firstcell = false; in CopyText()
2699 bool firstcell = true; in CopyCells() local
2702 if (!firstcell) in CopyCells()
2705 firstcell = false; in CopyCells()
/dports/math/R-cran-terra/terra/src/
H A Draster_methods.cpp1604 size_t firstcell = cellFromRowCol(out.bs.row[i], 0); in init() local
1605 firstcell = plusone ? firstcell + 1 : firstcell; in init()
1606 std::iota(v.begin(), v.end(), firstcell); in init()
/dports/mail/alpine/alpine-465e23b/web/cgi/alpine/1.0/
H A Dindex.tcl1508 if {![info exists firstcell]} {
1510 set firstcell 1
/dports/editors/pico-alpine/alpine-465e23b/web/cgi/alpine/1.0/
H A Dindex.tcl1508 if {![info exists firstcell]} {
1510 set firstcell 1
/dports/cad/electric/electric-7.00/
H A DChangeLog186 "LIBRARY->firstcell", "LIBRARY->tailcell", "LIBRARY->numcells",