Home
last modified time | relevance | path

Searched refs:cCol (Results 1 – 25 of 89) sorted by relevance

1234

/dports/science/py-pymol/pymol-open-source-2.4.0/layer2/
H A DObjectAlignment.cpp233 row->cCol++; in ObjectAlignmentAsStrVLA()
235 row->cCol++; in ObjectAlignmentAsStrVLA()
259 if(row->cCol < row->nCol) { in ObjectAlignmentAsStrVLA()
265 row->cCol++; in ObjectAlignmentAsStrVLA()
274 if(row->cCol < row->nCol) { in ObjectAlignmentAsStrVLA()
279 row->cCol++; in ObjectAlignmentAsStrVLA()
298 row->cCol = 0; in ObjectAlignmentAsStrVLA()
317 row->cCol++; in ObjectAlignmentAsStrVLA()
319 row->cCol++; in ObjectAlignmentAsStrVLA()
352 row->cCol++; in ObjectAlignmentAsStrVLA()
[all …]
/dports/devel/R-cran-gbm/gbm/src/
H A Dnode_nonterminal.cpp85 unsigned long cCol, in Predict() argument
92 signed char schWhichNode = WhichNode(adX,cRow,cCol,iRow); in Predict()
95 hr = pLeftNode->Predict(adX,cRow,cCol,iRow,dFadj); in Predict()
99 hr = pRightNode->Predict(adX,cRow,cCol,iRow,dFadj); in Predict()
103 hr = pMissingNode->Predict(adX,cRow,cCol,iRow,dFadj); in Predict()
H A Dnode_nonterminal.h35 unsigned long cCol,
56 unsigned long cCol,
H A Dnode_continuous.h49 unsigned long cCol,
H A Dnode_categorical.h50 unsigned long cCol,
H A Dnode_terminal.h55 unsigned long cCol,
H A Dgbm_engine.h70 unsigned long cCol,
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/rendering/
H A DFixedTableLayout.cpp150 int cCol = 0; in calcWidthArray() local
167 while (usedSpan < span && cCol + i < nEffCols) { in calcWidthArray()
168 float eSpan = m_table->spanOfEffCol(cCol + i); in calcWidthArray()
170 if (m_width[cCol + i].isAuto() && w.type() != Auto) { in calcWidthArray()
171 m_width[cCol + i] = w; in calcWidthArray()
172 m_width[cCol + i] *= eSpan / span; in calcWidthArray()
178 cCol += i; in calcWidthArray()
/dports/www/kf5-khtml/khtml-5.89.0/src/rendering/
H A Dtable_layout.cpp144 cCol + i, eSpan, width[cCol + i].rawValue(), width[cCol + i].type()); in calcWidthArray()
178 int cCol = 0; in calcWidthArray() local
198 Q_ASSERT(cCol + i < nEffCols); in calcWidthArray()
199 int eSpan = table->spanOfEffCol(cCol + i); in calcWidthArray()
201 if (width[cCol + i].isAuto() && !w.isAuto()) { in calcWidthArray()
206 cCol + i, eSpan, width[cCol + i].rawValue(), width[cCol + i].type()); in calcWidthArray()
211 … qDebug(" width of col %d already defined (span=%d)", cCol, table->spanOfEffCol(cCol)); in calcWidthArray()
217 cCol += i; in calcWidthArray()
506 int cCol = 0; in fullRecalc() local
521 int cEffCol = table->colToEffCol(cCol); in fullRecalc()
[all …]
H A Drender_table.cpp738 int cCol = 0; in colElement() local
1141 cCol = 0; in RenderTableSection()
1223 cCol = 0; in addChild()
1269 while (cCol < nCols && cellAt(cRow, cCol)) { in addCell()
1270 ++cCol; in addCell()
1323 int col = cCol; in addCell()
1430 if (cCol >= nCols) { in addCell()
1441 ++cCol; in addCell()
1452 ++cCol; in addCell()
2116 cCol = 0; in recalcCells()
[all …]
/dports/science/cdk/cdk-cdk-2.3/storage/pdb/src/main/java/org/openscience/cdk/io/
H A DPDBReader.java218 String cCol; in readChemFile() local
250 cCol = cRead.substring(0, 6); in readChemFile()
251 if ("SEQRES".equalsIgnoreCase(cCol)) { in readChemFile()
253 } else if ("ATOM ".equalsIgnoreCase(cCol)) { in readChemFile()
311 } else if ("HETATM".equalsIgnoreCase(cCol)) { in readChemFile()
324 } else if ("TER ".equalsIgnoreCase(cCol)) { in readChemFile()
330 } else if ("END ".equalsIgnoreCase(cCol)) { in readChemFile()
352 } else if (cCol.equals("MODEL ")) { in readChemFile()
379 } else if ("REMARK".equalsIgnoreCase(cCol)) { in readChemFile()
391 } else if ("COMPND".equalsIgnoreCase(cCol)) { in readChemFile()
[all …]
/dports/science/py-pymol/pymol-open-source-2.4.0/layer3/
H A DSeeker.cpp1660 row->cCol = 0; in SeekerUpdate()
1686 CSeqCol *r1 = row->col + row->cCol; in SeekerUpdate()
1707 CSeqCol *r1 = row->col + row->cCol; in SeekerUpdate()
1725 if(row2->cCol < row2->nCol) { in SeekerUpdate()
1766 CSeqCol *r1 = row->col + row->cCol; in SeekerUpdate()
1768 row->cCol++; in SeekerUpdate()
1782 CSeqCol *r1 = row->col + row->cCol; in SeekerUpdate()
1796 CSeqCol *r1 = row->col + row->cCol; in SeekerUpdate()
1821 if(row2->cCol < row2->nCol) { in SeekerUpdate()
1845 CSeqCol *r1 = row->col + row->cCol; in SeekerUpdate()
[all …]
/dports/editors/lazarus/lazarus/components/synedit/
H A Dsyneditplugins.pas433 cCol: integer;
442 for cCol := CurrentEditor.CaretX -1 downto 1 do
443 if not (iString[cCol] in iIdentChars) then
445 Result := Copy( iString, cCol +1, CurrentEditor.CaretX - cCol -1);
/dports/editors/lazarus-qt5/lazarus/components/synedit/
H A Dsyneditplugins.pas433 cCol: integer;
442 for cCol := CurrentEditor.CaretX -1 downto 1 do
443 if not (iString[cCol] in iIdentChars) then
445 Result := Copy( iString, cCol +1, CurrentEditor.CaretX - cCol -1);
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/synedit/
H A Dsyneditplugins.pas433 cCol: integer;
442 for cCol := CurrentEditor.CaretX -1 downto 1 do
443 if not (iString[cCol] in iIdentChars) then
445 Result := Copy( iString, cCol +1, CurrentEditor.CaretX - cCol -1);
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/synedit/
H A Dsyneditplugins.pas433 cCol: integer;
442 for cCol := CurrentEditor.CaretX -1 downto 1 do
443 if not (iString[cCol] in iIdentChars) then
445 Result := Copy( iString, cCol +1, CurrentEditor.CaretX - cCol -1);
/dports/games/einstein/einstein-2.0/
H A Dpuzzle.cpp163 int cCol = x / (FIELD_TILE_WIDTH / 3); in getCellNo() local
164 if (cCol >= 3) { in getCellNo()
169 subNo = cRow * 3 + cCol + 1; in getCellNo()
/dports/textproc/wv/wv-1.2.9/
H A DwvRTF.c51 int cCol; member
195 rtf_output (rtfColors[ud->cCol]); in output_rtfUserData()
244 ud->cCol = 0; in fill_rtfUserData()
246 ud->cCol = chp->ico - 1; in fill_rtfUserData()
/dports/graphics/nomacs/nomacs-3.16.224/ImageLounge/src/DkCore/
H A DDkImageStorage.cpp1446 QRgb cCol = cColC.rgb(); in getMeanColor() local
1451 if (qRed(cCol) < 3 && qGreen(cCol) < 3 && qBlue(cCol) < 3) in getMeanColor()
1453 if (qRed(cCol) > numCols-3 && qGreen(cCol) > numCols-3 && qBlue(cCol) > numCols-3) in getMeanColor()
1456 if (colLookup.contains(cCol)) { in getMeanColor()
1457 colLookup[cCol]++; in getMeanColor()
1460 colLookup[cCol] = 1; in getMeanColor()
1462 if (colLookup[cCol] > maxColCount) { in getMeanColor()
1463 maxCol = cCol; in getMeanColor()
1464 maxColCount = colLookup[cCol]; in getMeanColor()
/dports/games/spring/spring_98.0/rts/Rendering/Textures/
H A DBitmap.cpp561 int cCol = 0; in CreateAlpha() local
573 cCol += mem[index + a]; in CreateAlpha()
579 aCol[a] = cCol / 255.0f / numCounted; in CreateAlpha()
613 int cCol = 0; in Renormalize() local
619 cCol += mem[index + a]; in Renormalize()
624 aCol[a] = cCol / 255.0f / numCounted; in Renormalize()
625 cCol /= xsize*ysize; in Renormalize()
/dports/textproc/libwps/libwps-0.4.12/src/lib/
H A DXYWrite.cpp1483 int cRow=0, cCol=0; in createTable() local
1486 cells.back().setPosition(Vec2i(cCol,cRow)); in createTable()
1530 if (newCol<=cCol) in createTable()
1532 cCol=newCol; in createTable()
1535 cells.back().setPosition(Vec2i(cCol,cRow)); in createTable()
1536 if (cCol<int(colStyle.size())) in createTable()
1537 cells.back().m_style=colStyle[size_t(cCol)]; in createTable()
1554 cCol=0; in createTable()
1556 if (cCol<cPos[0]) in createTable()
1557 m_listener->addEmptyTableCell(Vec2i(cCol,cRow),Vec2i(cPos[0]-cCol,1)); in createTable()
[all …]
/dports/games/cataclysm-dda-tiles/Cataclysm-DDA-0.F/src/
H A Diuse_software_sokoban.cpp180 nc_color cCol = c_white; in draw_level() local
183 cCol = red_background( c_white ); in draw_level()
198 mvwprintz( w_sokoban, iOffset + point( iterX->first, elem.first ), cCol, sTile ); in draw_level()
/dports/games/cataclysm-dda/Cataclysm-DDA-0.F/src/
H A Diuse_software_sokoban.cpp180 nc_color cCol = c_white; in draw_level() local
183 cCol = red_background( c_white ); in draw_level()
198 mvwprintz( w_sokoban, iOffset + point( iterX->first, elem.first ), cCol, sTile ); in draw_level()
/dports/math/octave-forge-ltfat/ltfat/src/modules/libphaseret/src/
H A Dlegla.c580 LTFAT_COMPLEX* cCol = cColFirst + kn * M2buf; in PHASERET_NAME() local
588 LTFAT_REAL br = ltfat_real(cCol[mfirst + km]); in PHASERET_NAME()
589 LTFAT_REAL bi = ltfat_imag(cCol[mfirst + km]); in PHASERET_NAME()
590 LTFAT_REAL bbr = ltfat_real(cCol[mlast - km]); in PHASERET_NAME()
591 LTFAT_REAL bbi = ltfat_imag(cCol[mlast - km]); in PHASERET_NAME()
597 accum += actKCol[-kernhMidId] * cCol[m]; in PHASERET_NAME()
/dports/science/py-pymol/pymol-open-source-2.4.0/layer1/
H A DSeq.h43 int nCol, cCol; member

1234