Home
last modified time | relevance | path

Searched refs:gridEnd (Results 1 – 25 of 52) sorted by relevance

123

/dports/biology/seqan-apps/seqan-seqan-v2.4.0/include/seqan/seeds/
H A Dbanded_chain_alignment_impl.h889 TGridPoint gridEnd; in _initializeBandedChain() local
893 …SEQAN_ASSERT(_checkScoreOverflow(gridEnd.i1 - gridBegin.i1 + gridEnd.i2 - gridBegin.i2, scoreSchem… in _initializeBandedChain()
896 infixH = infix(seqH, gridBegin.i1, gridEnd.i1); in _initializeBandedChain()
897 infixV = infix(seqV, gridBegin.i2, gridEnd.i2); in _initializeBandedChain()
926 …if (gridEnd.i1 == length(seqH) && gridEnd.i2 == length(seqV)) // Standard global alignment probl… in _initializeBandedChain()
939 …if (gridEnd.i1 == length(seqH) && gridEnd.i2 == length(seqV)) // The anchor crosses the end of th… in _initializeBandedChain()
997 …SEQAN_ASSERT(_checkScoreOverflow(gridEnd.i1 - gridBegin.i1 + gridEnd.i2 - gridBegin.i2, scoreSchem… in _computeGapArea()
1009gridEnd.i2 - gridBegin.i2 + 1, gridEnd.i1 - gridBegin.i1 + 1 - horizontalNextGridOrigin, in _computeGapArea()
1173 infixH = infix(seqH, gridBegin.i1, gridEnd.i1); in _finishBandedChain()
1174 infixV = infix(seqV, gridBegin.i2, gridEnd.i2); in _finishBandedChain()
[all …]
/dports/biology/seqan/seqan-library-2.4.0/include/seqan/seeds/
H A Dbanded_chain_alignment_impl.h889 TGridPoint gridEnd; in _initializeBandedChain() local
893 …SEQAN_ASSERT(_checkScoreOverflow(gridEnd.i1 - gridBegin.i1 + gridEnd.i2 - gridBegin.i2, scoreSchem… in _initializeBandedChain()
896 infixH = infix(seqH, gridBegin.i1, gridEnd.i1); in _initializeBandedChain()
897 infixV = infix(seqV, gridBegin.i2, gridEnd.i2); in _initializeBandedChain()
926 …if (gridEnd.i1 == length(seqH) && gridEnd.i2 == length(seqV)) // Standard global alignment probl… in _initializeBandedChain()
939 …if (gridEnd.i1 == length(seqH) && gridEnd.i2 == length(seqV)) // The anchor crosses the end of th… in _initializeBandedChain()
997 …SEQAN_ASSERT(_checkScoreOverflow(gridEnd.i1 - gridBegin.i1 + gridEnd.i2 - gridBegin.i2, scoreSchem… in _computeGapArea()
1009gridEnd.i2 - gridBegin.i2 + 1, gridEnd.i1 - gridBegin.i1 + 1 - horizontalNextGridOrigin, in _computeGapArea()
1173 infixH = infix(seqH, gridBegin.i1, gridEnd.i1); in _finishBandedChain()
1174 infixV = infix(seqV, gridBegin.i2, gridEnd.i2); in _finishBandedChain()
[all …]
/dports/biology/pbseqan/seqan-21d95d737d8decb5cc3693b9065d81e831e7f57d/include/seqan/seeds/
H A Dbanded_chain_alignment_impl.h802 TGridPoint gridEnd; in _initializeBandedChain() local
807 infixH = infix(seqH, gridBegin.i1, gridEnd.i1); in _initializeBandedChain()
808 infixV = infix(seqV, gridBegin.i2, gridEnd.i2); in _initializeBandedChain()
837 …if (gridEnd.i1 == length(seqH) && gridEnd.i2 == length(seqV)) // Standard global alignment probl… in _initializeBandedChain()
850 …if (gridEnd.i1 == length(seqH) && gridEnd.i2 == length(seqV)) // The anchor crosses the end of th… in _initializeBandedChain()
908 TInfixH infixH = infix(seqH, gridBegin.i1, gridEnd.i1); in _computeGapArea()
909 TInfixV infixV = infix(seqV, gridBegin.i2, gridEnd.i2); in _computeGapArea()
917gridEnd.i2 - gridBegin.i2 + 1, gridEnd.i1 - gridBegin.i1 + 1 - horizontalNextGridOrigin, in _computeGapArea()
1079 infixH = infix(seqH, gridBegin.i1, gridEnd.i1); in _finishBandedChain()
1080 infixV = infix(seqV, gridBegin.i2, gridEnd.i2); in _finishBandedChain()
[all …]
/dports/graphics/krita/krita-4.4.8/libs/image/bsplines/
H A Dkis_bspline_1d.h35 KisBSpline1D(float gridStart, float gridEnd, int numSamples, BorderCondition bc);
61 inline float gridEnd() const { in gridEnd() function
H A Dkis_bspline_1d.cpp38 float gridEnd, in KisBSpline1D() argument
44 m_gridEnd = gridEnd/* + step*/; in KisBSpline1D()
/dports/science/gromacs/gromacs-2021.4/src/gromacs/nbnxm/
H A Datomdata.cpp995 int* gridEnd) in getAtomRanges() argument
1001 *gridEnd = gridSet.grids().size(); in getAtomRanges()
1005 *gridEnd = 1; in getAtomRanges()
1009 *gridEnd = gridSet.grids().size(); in getAtomRanges()
1026 int gridEnd = 0; in nbnxn_atomdata_copy_x_to_nbat_x() local
1027 getAtomRanges(gridSet, locality, &gridBegin, &gridEnd); in nbnxn_atomdata_copy_x_to_nbat_x()
1040 for (int g = gridBegin; g < gridEnd; g++) in nbnxn_atomdata_copy_x_to_nbat_x()
1085 int gridEnd = 0; in nbnxn_atomdata_x_to_nbat_x_gpu() local
1086 getAtomRanges(gridSet, locality, &gridBegin, &gridEnd); in nbnxn_atomdata_x_to_nbat_x_gpu()
1088 for (int g = gridBegin; g < gridEnd; g++) in nbnxn_atomdata_x_to_nbat_x_gpu()
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/sky/
H A Dscreen.cpp475 …uint8 gridEnd = (uint8)(((screenPos+nrToDo) / (GAME_SCREEN_WIDTH * 16))*20 + (((screenPos+nrToDo) … in processSequence() local
477 gridEnd = MIN(gridEnd, (uint8)(12 * 20 - 1)); in processSequence()
478 if (gridEnd >= gridSta) in processSequence()
479 for (cnt = gridSta; cnt <= gridEnd; cnt++) in processSequence()
484 for (cnt = (gridEnd / 20) * 20; cnt <= gridEnd; cnt++) in processSequence()
/dports/games/scummvm/scummvm-2.5.1/engines/sky/
H A Dscreen.cpp475 …uint8 gridEnd = (uint8)(((screenPos+nrToDo) / (GAME_SCREEN_WIDTH * 16))*20 + (((screenPos+nrToDo) … in processSequence() local
477 gridEnd = MIN(gridEnd, (uint8)(12 * 20 - 1)); in processSequence()
478 if (gridEnd >= gridSta) in processSequence()
479 for (cnt = gridSta; cnt <= gridEnd; cnt++) in processSequence()
484 for (cnt = (gridEnd / 20) * 20; cnt <= gridEnd; cnt++) in processSequence()
/dports/print/py-reportlab/reportlab-3.5.68/src/reportlab/graphics/samples/
H A Dscatter_lines_markers.py33 self.chart.xValueAxis.gridEnd = 115
63 self.chart.yValueAxis.gridEnd = 115
H A Dscatter_lines.py43 self.chart.xValueAxis.gridEnd = 115
73 self.chart.yValueAxis.gridEnd = 115
H A Dscatter.py33 self.chart.xValueAxis.gridEnd = 115
H A Dbubble.py35 self.chart.xValueAxis.gridEnd = 115
H A Dstacked_column.py34 self.chart.valueAxis.gridEnd = 115
H A Dclustered_bar.py34 self.chart.valueAxis.gridEnd = 80
H A Dclustered_column.py34 self.chart.valueAxis.gridEnd = 115
H A Dline_chart.py33 self.chart.xValueAxis.gridEnd = 115
H A Dstacked_bar.py34 self.chart.valueAxis.gridEnd = 80
H A Dlinechart_with_markers.py44 self.chart.xValueAxis.gridEnd = 115
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/pvr/guilib/
H A DGUIEPGGridContainerModel.cpp65 const CDateTime& gridEnd, in Initialize() argument
90 if (gridStart >= gridEnd) in Initialize()
100 m_gridEnd = gridEnd; in Initialize()
105 m_gridEnd = gridEnd; in Initialize()
H A DGUIEPGGridContainerModel.h60 const CDateTime& gridEnd,
H A DGUIEPGGridContainer.h105 const CDateTime& gridEnd);
/dports/science/opensph/sph-7de6c044339f649e3d19e61f735a6a24572b792a/gui/objects/
H A DRenderJobs.h116 Vector gridEnd = Vector(1.e5_f); variable
/dports/databases/qt5-sqldrivers-sqlite2/kde-qtbase-5.15.2p263/src/gui/text/
H A Dqtexttable.cpp795 const int gridEnd = d->nRows * d->nCols - 1; in insertColumns() local
796 while (gridIndex < gridEnd && cell == d->grid[gridIndex]) { in insertColumns()
799 if (gridIndex == gridEnd) in insertColumns()
/dports/databases/qt5-sqldrivers-tds/kde-qtbase-5.15.2p263/src/gui/text/
H A Dqtexttable.cpp795 const int gridEnd = d->nRows * d->nCols - 1; in insertColumns() local
796 while (gridIndex < gridEnd && cell == d->grid[gridIndex]) { in insertColumns()
799 if (gridIndex == gridEnd) in insertColumns()
/dports/databases/qt5-sqldrivers-sqlite3/kde-qtbase-5.15.2p263/src/gui/text/
H A Dqtexttable.cpp795 const int gridEnd = d->nRows * d->nCols - 1; in insertColumns() local
796 while (gridIndex < gridEnd && cell == d->grid[gridIndex]) { in insertColumns()
799 if (gridIndex == gridEnd) in insertColumns()

123