Home
last modified time | relevance | path

Searched refs:iRight (Results 1 – 25 of 404) sorted by relevance

12345678910>>...17

/dports/science/InsightToolkit/ITK-5.0.1/Modules/Filtering/FastMarching/include/
H A DitkNodePair.h78 bool operator < ( const Self& iRight ) const
80 return this->second < iRight.second;
83 bool operator > ( const Self& iRight ) const
85 return this->second > iRight.second;
88 bool operator <= ( const Self& iRight ) const
90 return this->second <= iRight.second;
93 bool operator >= ( const Self& iRight ) const
95 return this->second >= iRight.second;
/dports/science/InsightToolkit/ITK-5.0.1/Modules/Filtering/QuadEdgeMeshFiltering/include/
H A DitkQuadEdgeMeshDecimationQuadricElementHelper.h200 Self & operator=(const Self & iRight)
202 if(this != &iRight)
204 this->m_Coefficients = iRight.m_Coefficients;
209 Self operator+(const Self & iRight) const
211 return Self(this->m_Coefficients + iRight.m_Coefficients);
214 Self & operator+=(const Self & iRight)
216 this->m_Coefficients += iRight.m_Coefficients;
220 Self operator-(const Self & iRight) const
222 return Self(this->m_Coefficients - iRight.m_Coefficients);
225 Self & operator-=(const Self & iRight)
[all …]
/dports/databases/hsqldb/hsqldb-2.3.4/hsqldb/src/org/hsqldb/index/
H A DNodeAVLDisk.java105 private int iRight = NO_POS;
118 iRight = in.readInt();
125 if (iRight <= 0) {
126 iRight = NO_POS;
144 iRight = NO_POS;
198 return iRight == NO_POS;
201 return iRight == n.getPos();
221 if (iRight == NO_POS) {
334 node.iRight = n == null ? NO_POS
394 out.writeInt((iRight == NO_POS) ? 0
[all …]
H A DNodeAVLDiskLarge.java52 private long iRight = NO_POS; field in NodeAVLDiskLarge
68 iRight = in.readInt() & 0xffffffffL; in NodeAVLDiskLarge()
74 iRight |= (((long) ext << 24) & 0xff00000000L); in NodeAVLDiskLarge()
81 if (iRight == 0) { in NodeAVLDiskLarge()
82 iRight = NO_POS; in NodeAVLDiskLarge()
100 iRight = NO_POS; in delete()
151 return iRight == NO_POS; in isRight()
154 return iRight == n.getPos(); in isRight()
180 if (node.iRight == NO_POS) { in getRight()
184 NodeAVLDiskLarge temp = findNode(store, node.iRight); in getRight()
[all …]
/dports/cad/alliance/alliance/src/genlib/src/
H A Dutil_Const.c191 long base, length, offset, i, xl_size, iRight, iLeft, power; local
225 iRight = length - 1 - (32 / base) * i;
230 __DBG (fprintf (stderr, "iRight := %ld\n", iRight);)
235 for (; iRight >= iLeft; iRight--) {
238 iRight,
239 asConst[iRight]);)
241 case 1: (apXl->l)[i] += btol(asConst[iRight]) << (power - 1); break;
242 case 3: (apXl->l)[i] += otol(asConst[iRight]) << (power - 1); break;
243 case 4: (apXl->l)[i] += xtol(asConst[iRight]) << (power - 1); break;
/dports/games/jaggedalliance2/ja2-stracciatella-0.18.0/src/game/Editor/
H A DCursor_Modes.cc87 Assert( gSelectRegion.iLeft <= gSelectRegion.iRight ); in RemoveCursors()
155 gSelectRegion.iLeft = gSelectRegion.iRight = sGridX; in UpdateCursorAreas()
163 gSelectRegion.iLeft = gSelectRegion.iRight = sGridX; in UpdateCursorAreas()
174 gSelectRegion.iRight = sGridX + gusSelectionType; in UpdateCursorAreas()
258 gSelectRegion.iRight = gSelectAnchor.iX; in ForceAreaSelectionWidth()
263 gSelectRegion.iRight = gSelectAnchor.iX + gusDecSelWidth; in ForceAreaSelectionWidth()
308 gSelectRegion.iLeft = gSelectRegion.iRight = sGridX; in HandleAreaSelection()
317 gSelectRegion.iLeft = gSelectRegion.iRight = sGridX; in HandleAreaSelection()
325 gSelectRegion.iRight = gSelectAnchor.iX; in HandleAreaSelection()
329 gSelectRegion.iRight = sGridX; in HandleAreaSelection()
[all …]
/dports/math/openturns/openturns-1.18/lib/src/Base/Func/
H A DPiecewiseHermiteEvaluation.cxx124 UnsignedInteger iRight = locations.getSize() - 1; in findSegmentIndexHermite() local
129 if (start == iRight || value < locations[start + 1]) in findSegmentIndexHermite()
137 while (iRight > iLeft + 1) in findSegmentIndexHermite()
139 const UnsignedInteger im = (iRight + iLeft) / 2; in findSegmentIndexHermite()
140 if (value < locations[im]) iRight = im; in findSegmentIndexHermite()
155 const UnsignedInteger iRight = locations_.getSize() - 1; in operator ()() local
156 if (x >= locations_[iRight]) return values_[iRight]; in operator ()()
179 const UnsignedInteger iRight = locations_.getSize() - 1; in operator ()() local
189 if (x >= locations_[iRight]) in operator ()()
216 UnsignedInteger iRight = locations_.getSize() - 1; in derivate() local
[all …]
H A DPiecewiseLinearEvaluation.cxx113 UnsignedInteger iRight = locations.getSize() - 1; in findSegmentIndex() local
118 if (start == iRight || value < locations[start + 1]) in findSegmentIndex()
120 else if (start + 1 == iRight || value < locations[start + 2]) in findSegmentIndex()
126 while (iRight > iLeft + 1) in findSegmentIndex()
128 const UnsignedInteger im = (iRight + iLeft) / 2; in findSegmentIndex()
129 if (value < locations[im]) iRight = im; in findSegmentIndex()
145 UnsignedInteger iRight = locations_.getSize() - 1; in operator ()() local
146 if (x >= locations_[iRight]) in operator ()()
147 return values_[iRight]; in operator ()()
180 UnsignedInteger iRight = maxIndex; in operator ()() local
[all …]
/dports/net/mpich2/mpich2-1.5/src/mpe2/src/slog2sdk/src/base/topology/
H A DMarkerArrow.java180 int iLeft, jLeft, iRight, jRight; in drawForward() local
182 iLeft = 0; jLeft = 0; iRight = 0; jRight = 0; in drawForward()
214 iRight = (int) Math.round( xBase - xOff ); in drawForward()
231 g.drawLine( iRight, jRight, iTail, jTail ); in drawForward()
247 g.drawLine( iLeft, jLeft, iRight, jRight ); in drawForward()
248 g.drawLine( iRight, jRight, iTail, jTail ); in drawForward()
379 int iLeft, jLeft, iRight, jRight; in drawBackward() local
381 iLeft = 0; jLeft = 0; iRight = 0; jRight = 0; in drawBackward()
413 iRight = (int) Math.round( xBase - xOff ); in drawBackward()
445 g.drawLine( iLeft, jLeft, iRight, jRight ); in drawBackward()
[all …]
H A DArrow.java105 int iLeft, jLeft, iRight, jRight; in drawForward() field in Arrow
107 iLeft = 0; jLeft = 0; iRight = 0; jRight = 0; in drawForward() field in Arrow
138 iRight = (int) Math.round( xBase - xOff ); in drawForward()
155 g.drawLine( iLeft, jLeft, iRight, jRight ); in drawForward() argument
156 g.drawLine( iRight, jRight, iTail, jTail ); in drawForward() argument
237 int iLeft, jLeft, iRight, jRight; in drawBackward() local
239 iLeft = 0; jLeft = 0; iRight = 0; jRight = 0; in drawBackward()
270 iRight = (int) Math.round( xBase - xOff ); in drawBackward()
287 g.drawLine( iLeft, jLeft, iRight, jRight ); in drawBackward()
288 g.drawLine( iRight, jRight, iTail, jTail ); in drawBackward()
/dports/graphics/comical/comical-0.8/src/
H A DResize.h123 wxInt32 iRight = MIN ((wxInt32)ceil (dCenter + dWidth), wxInt32(uSrcSize) - 1); in CWeightsTable() local
126 if((iRight - iLeft + 1) > wxInt32(m_WindowSize)) { in CWeightsTable()
130 iRight--; in CWeightsTable()
135 m_WeightTable[u].Right = iRight; in CWeightsTable()
139 for(iSrc = iLeft; iSrc <= iRight; iSrc++) { in CWeightsTable()
147 for(iSrc = iLeft; iSrc <= iRight; iSrc++) { in CWeightsTable()
282 wxInt32 iRight = weightsTable.GetRightBoundary(x); // retrieve right boundary in HorizontalFilter() local
283 for(wxInt32 i = iLeft; i <= iRight; i++) { in HorizontalFilter()
322 wxInt32 iRight = weightsTable.GetRightBoundary(y); // retrieve right boundary in VerticalFilter() local
324 for(wxInt32 i = iLeft; i <= iRight; i++) { in VerticalFilter()
/dports/cad/veroroute/VeroRoute/Src/
H A DBoard.h268 if ( iDown == 0 && iRight == 0 ) return false; in Pan()
284 if ( minCol + iRight < 0 ) // Too far left ... in Pan()
292 GrowThenPan(0, incRows, incCols, iDown, iRight); in Pan()
298 if ( iDown == 0 && iRight == 0 ) return; in SmartPan()
309 if ( iRight < 0 && GetCols() > 1 ) incCols--; in SmartPan()
310 if ( iRight > 0 ) incCols++; in SmartPan()
337 GrowThenPan(0, incRows, incCols, iDown, iRight); in SmartPan()
372 int newCol = comp.GetCol() + iRight; in GrowThenPan()
383 int newCol = trax.GetCol() + iRight; in GrowThenPan()
394 GetRectMgr().MoveAll(iDown, iRight); in GrowThenPan()
[all …]
H A DRectManager.h85 void MoveAll(int iDown, int iRight) in MoveAll() argument
88 m_startCol += iRight; in MoveAll()
89 m_current.Move(iDown, iRight); in MoveAll()
90 m_bounding.Move(iDown,iRight); in MoveAll()
92 rect.Move(iDown, iRight); in MoveAll()
/dports/science/jdftx/jdftx-1.6.0/jdftx/core/
H A DScalarFieldIO.cpp135 int iRight=i+1; while(iRight<nRadial && !weight[iRight]) iRight++; in sphericalize() local
136 if(iLeft>=0 && iRight<nRadial) in sphericalize()
137 { double wLeft = (iRight-i)*1./(iRight-iLeft); in sphericalize()
138 for(int c=0; c<nColumns; c++) out[c+1][i] = out[c+1][iLeft]*wLeft + out[c+1][iRight]*(1.-wLeft); in sphericalize()
140 else if(iLeft>=0 && iRight>=nRadial) in sphericalize()
143 else if(iLeft<0 && iRight<nRadial) in sphericalize()
144 { for(int c=0; c<nColumns; c++) out[c+1][i] = out[c+1][iRight]; in sphericalize()
/dports/games/jaggedalliance2/ja2-stracciatella-0.18.0/src/sgp/
H A DVideo.cc301 void InvalidateRegion(INT32 iLeft, INT32 iTop, INT32 iRight, INT32 iBottom) in InvalidateRegion() argument
317 if (iRight > SCREEN_WIDTH) iRight = SCREEN_WIDTH; in InvalidateRegion()
320 if (iRight - iLeft <= 0) return; in InvalidateRegion()
325 DirtyRegions[guiDirtyRegionCount].w = iRight - iLeft; in InvalidateRegion()
343 void InvalidateRegionEx(INT32 iLeft, INT32 iTop, INT32 iRight, INT32 iBottom) in InvalidateRegionEx() argument
349 AddRegionEx(iLeft, iTop, iRight, gsVIEWPORT_WINDOW_END_Y); in InvalidateRegionEx()
352 AddRegionEx(iLeft, gsVIEWPORT_WINDOW_END_Y, iRight, iBottom); in InvalidateRegionEx()
356 AddRegionEx(iLeft, iTop, iRight, iBottom); in InvalidateRegionEx()
369 if (iRight > SCREEN_WIDTH) iRight = SCREEN_WIDTH; in AddRegionEx()
372 if (iRight - iLeft <= 0) return; in AddRegionEx()
[all …]
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/livarot/
H A Dsweep-event.cpp31 SweepEvent *SweepEventQueue::add(SweepTree *iLeft, SweepTree *iRight, Geom::Point &px, double itl, … in add() argument
38 events[n].MakeNew (iLeft, iRight, px, itl, itr); in add()
40 SweepTree *t[2] = { iLeft, iRight }; in add()
74 bool SweepEventQueue::peek(SweepTree * &iLeft, SweepTree * &iRight, Geom::Point &px, double &itl, d… in peek() argument
83 iRight = e.sweep[RIGHT]; in peek()
91 bool SweepEventQueue::extract(SweepTree * &iLeft, SweepTree * &iRight, Geom::Point &px, double &itl… in extract() argument
100 iRight = e.sweep[RIGHT]; in extract()
247 void SweepEvent::MakeNew(SweepTree *iLeft, SweepTree *iRight, Geom::Point const &px, double itl, do… in MakeNew() argument
254 sweep[RIGHT] = iRight; in MakeNew()
H A Dsweep-event-queue.h33 bool peek(SweepTree * &iLeft, SweepTree * &iRight, Geom::Point &oPt, double &itl, double &itr);
35 … bool extract(SweepTree * &iLeft, SweepTree * &iRight, Geom::Point &oPt, double &itl, double &itr);
37 SweepEvent *add(SweepTree *iLeft, SweepTree *iRight, Geom::Point &iPt, double itl, double itr);
/dports/textproc/py-reverend/Reverend-0.3/reverend/ui/
H A Dtester.py38 iRight = IntVar()
41 self.model = (iGuess, iRight, iWrong, iAcc)
45 l = Label(line, textvariable=iRight, anchor=E, width=8, relief=SUNKEN)
87 iGuess, iRight, iWrong, iAcc = self.model
97 iRight.set(iRight.get()+1)
101 iAcc.set(round(100 * iRight.get()/float(iGuess.get()), 3))
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/stdfx/
H A Dlocalblurfx.cpp103 int i, iLeft, iRight; in filterLine() local
134 iRight = std::min(i + tfloor(blur), length - 1); in filterLine()
138 kRight * (sums.m_sumsIX_r[iRight] - sums.m_sumsIX_r[i]) + in filterLine()
140 cRight * (sums.m_sumsX_r[iRight] - sums.m_sumsX_r[i])); in filterLine()
143 kRight * (sums.m_sumsIX_g[iRight] - sums.m_sumsIX_g[i]) + in filterLine()
145 cRight * (sums.m_sumsX_g[iRight] - sums.m_sumsX_g[i])); in filterLine()
148 kRight * (sums.m_sumsIX_b[iRight] - sums.m_sumsIX_b[i]) + in filterLine()
150 cRight * (sums.m_sumsX_b[iRight] - sums.m_sumsX_b[i])); in filterLine()
153 kRight * (sums.m_sumsIX_m[iRight] - sums.m_sumsIX_m[i]) + in filterLine()
155 cRight * (sums.m_sumsX_m[iRight] - sums.m_sumsX_m[i])); in filterLine()
/dports/devel/kdevelop/kdevelop-21.12.3/kdevplatform/project/
H A Dprojectproxymodel.cpp25 …KDevelop::ProjectBaseItem *iLeft=projectModel()->itemFromIndex(left), *iRight=projectModel()->item… in lessThan() local
26 if(!iLeft || !iRight) return false; in lessThan()
28 return( iLeft->lessThan( iRight ) ); in lessThan()
/dports/cad/meshlab/meshlab-Meshlab-2020.05/src/meshlabplugins/filter_mls/
H A Dballtree.cpp99 …ignedBoxType& aabbLeft, const AxisAlignedBoxType& aabbRight, IndexArray& iLeft, IndexArray& iRight) in split() argument
108 iRight.push_back(i); in split()
141 std::vector<int> iLeft, iRight; in buildNode() local
142 split(indices, aabbLeft, aabbRight, iLeft,iRight); in buildNode()
160 buildNode(*pChild, iRight, aabbRight, level+1); in buildNode()
/dports/devel/fossil/fossil-src-2.17/src/
H A Dth.c2067 int iRight = 0; in exprEval() local
2107 rc = Th_ToInt(interp, zRight, nRight, &iRight); in exprEval()
2117 if( !iRight ){ in exprEval()
2122 iRes = iLeft/iRight; in exprEval()
2125 if( !iRight ){ in exprEval()
2130 iRes = iLeft%iRight; in exprEval()
2255 int iRight = jj+1; in exprMakeTree() local
2256 for(; !apToken[iRight] && iRight<nToken; iRight++); in exprMakeTree()
2257 if( iRight==nToken || iLeft<0 || !ISTERM(iRight) || !ISTERM(iLeft) ){ in exprMakeTree()
2263 pToken->pRight = apToken[iRight]; in exprMakeTree()
[all …]
/dports/devel/upp/upp/bazaar/plugin/geotiff/libgeotiff/port/
H A Dcplstring.cpp190 size_t iLeft, iRight; in Trim() local
194 iRight = find_last_not_of( szWhitespace ); in Trim()
202 assign( substr( iLeft, iRight - iLeft + 1 ) ); in Trim()
/dports/irc/kvirc/KVIrc-5.0.0-73-gbdeac0429/src/kvirc/kvs/tree/
H A DKviKvsTreeNodeExpression.cpp562 int iRight = m_nRight.isInteger() ? m_nRight.integer() : (kvs_int_t)m_nRight.real(); in evaluateReadOnly() local
563 pBuffer->setInteger(iLeft & iRight); in evaluateReadOnly()
574 int iRight = m_nRight.isInteger() ? m_nRight.integer() : (kvs_int_t)m_nRight.real(); in evaluateReadOnly() local
575 pBuffer->setInteger(iLeft | iRight); in evaluateReadOnly()
586 int iRight = m_nRight.isInteger() ? m_nRight.integer() : (kvs_int_t)m_nRight.real(); in evaluateReadOnly() local
587 pBuffer->setInteger(iLeft ^ iRight); in evaluateReadOnly()
598 int iRight = m_nRight.isInteger() ? m_nRight.integer() : (kvs_int_t)(m_nRight.real()); in evaluateReadOnly() local
599 pBuffer->setInteger(iLeft << iRight); in evaluateReadOnly()
610 int iRight = m_nRight.isInteger() ? m_nRight.integer() : (kvs_int_t)(m_nRight.real()); in evaluateReadOnly() local
611 pBuffer->setInteger(iLeft >> iRight); in evaluateReadOnly()
/dports/science/kst2/kst-plot-38eddb5322a1d557f9d86ea95d456d76272941e3/src/plugins/dataobject/statistics/
H A Dstatistics.cpp237 void StatisticsSource::quicksort( double* pData, int iLeft, int iRight) { in quicksort() argument
239 double dVal = pData[iRight]; in quicksort()
241 int j = iRight; in quicksort()
243 if (iRight <= iLeft) { in quicksort()
261 swap( pData, i, iRight ); in quicksort()
263 quicksort( pData, i+1, iRight ); in quicksort()

12345678910>>...17