Home
last modified time | relevance | path

Searched refs:leftEnd (Results 1 – 25 of 126) sorted by relevance

123456

/dports/sysutils/barrier/barrier-2.3.3/src/lib/common/
H A DPathUtilities.cpp50 auto leftEnd = left.find_last_not_of(Delimiters); in concat() local
51 if (leftEnd == std::string::npos) in concat()
52 leftEnd = 0; in concat()
54 ++leftEnd; in concat()
61 if (leftEnd > 0) in concat()
62 return left.substr(0, leftEnd); in concat()
66 if (leftEnd == 0) { in concat()
74 return left.substr(0, leftEnd) + DefaultDelimiter + right.substr(rightStart); in concat()
/dports/graphics/libGLU/glu-9.0.2/src/libnurbs/nurbtess/
H A DsampleCompBot.cc53 Int leftEnd, in findBotLeftSegment() argument
234 Int leftEnd, in sampleBotLeftWithGridLinePost() argument
281 Int leftEnd, in sampleBotLeftWithGridLine() argument
301 leftEnd, in sampleBotLeftWithGridLine()
312 Int leftEnd, in findBotSeparator() argument
454 Int leftEnd, in sampleCompBot() argument
508 tempLeftEnd = leftEnd; in sampleCompBot()
530 leftEnd, in sampleCompBot()
693 leftEnd, in sampleCompBot()
712 leftEnd, in sampleCompBot()
[all …]
H A DsampleCompBot.h39 Int leftEnd,
79 Int leftEnd,
92 Int leftEnd,
102 Int leftEnd,
112 Int leftEnd,
126 Int leftEnd,
H A DsampleCompTop.cc55 Int leftEnd, in findTopLeftSegment() argument
62 assert(leftStart <= leftEnd); in findTopLeftSegment()
63 for(i=leftEnd; i>= leftStart; i--) in findTopLeftSegment()
201 Int leftEnd, in sampleTopLeftWithGridLinePost() argument
210 if(segIndexLarge < leftEnd) in sampleTopLeftWithGridLinePost()
224 leftEnd, in sampleTopLeftWithGridLinePost()
289 Int leftEnd, in sampleTopLeftWithGridLine() argument
300 if(leftEnd < leftStart) { in sampleTopLeftWithGridLine()
306 leftEnd, in sampleTopLeftWithGridLine()
316 leftEnd, in sampleTopLeftWithGridLine()
/dports/math/maxima/maxima-5.43.2/share/contrib/sarag/
H A DrootIsolation.mac382 leftEnd : first(bernInt),
415 midPoint : (leftEnd+rightEnd)/2,
472 leftEnd : rootInterval[1],
474 midPoint : (leftEnd+rightEnd)/2,
489 return([leftEnd,midPoint])
558 leftEnd : isolListForP[i][1],
575 leftEnd : item[2][1],
585 midPt : (leftEnd+rightEnd)/2,
586 sgnL : subst(leftEnd,var,sqP),
622 leftEnd : item[2][1],
[all …]
H A DintervalArithmetic.mac16 squaredIntervalAtAux(leftEnd,rightEnd) :=
17 if leftEnd*rightEnd<1 then
18 [0,max(leftEnd^2,rightEnd^2)]
20 [min(leftEnd^2,rightEnd^2),max(leftEnd^2,rightEnd^2)];
H A DcertificateOfPositivity.mac105 leftEnd: lhs[1][1],
109 ratnorm : (rightEnd-middlePoint)/(rightEnd-leftEnd),
123 /* [[leftEnd,rightEnd],normFact,bernCoeff]] */
127 dnorm,ratnorm,leftEnd,rightEnd,middlePoint,merged],
193 leftEnd : first(bernInt),
199 res:[0,[leftEnd]],
215 res:[0,[leftEnd,rightEnd]],
224 res : endcons([[leftEnd,rightEnd],normFact,bCoeff],res)
228 middlePoint : (leftEnd+rightEnd)/2,
237 ratnorm : (rightEnd-middlePoint)/(rightEnd-leftEnd),
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.team/bundles/org.eclipse.compare.core/src/org/eclipse/compare/rangedifferencer/
H A DRangeDifferencer.java199 changeRangeEnd= myIter.fDifference.leftEnd(); in findDifferences()
217 changeRangeEnd= startThread.fDifference.leftEnd(); in findDifferences()
227 int newMax= other.fDifference.leftEnd(); in findDifferences()
305 ystart= es.leftEnd(); in findRanges()
384 ystart= es.leftEnd(); in findRanges()
404 int leftStart, leftEnd; in createRangeDifference3() local
420 rightEnd= changeRangeEnd - l.leftEnd() + l.rightEnd(); in createRangeDifference3()
424 leftStart= changeRangeStart - last.ancestorEnd() + last.leftEnd(); in createRangeDifference3()
425 leftEnd= changeRangeEnd - last.ancestorEnd() + last.leftEnd(); in createRangeDifference3()
431 leftEnd= changeRangeEnd - l.leftEnd() + l.rightEnd(); in createRangeDifference3()
[all …]
/dports/lang/maude/maude-2.7.1/src/AU_Theory/
H A DAU_LhsAutomaton.cc127 AU_LhsAutomaton::addRigidVariable(const VariableTerm* variable, bool leftEnd, bool idPossible) in addRigidVariable() argument
138 r.leftEnd = leftEnd; in addRigidVariable()
148 AU_LhsAutomaton::addRigidGroundAlien(Term* alien, bool leftEnd) in addRigidGroundAlien() argument
155 r.leftEnd = leftEnd; in addRigidGroundAlien()
160 AU_LhsAutomaton::addRigidNonGroundAlien(LhsAutomaton* automaton, bool leftEnd) in addRigidNonGroundAlien() argument
167 r.leftEnd = leftEnd; in addRigidNonGroundAlien()
288 s << Indent(indentLevel) << "type = " << r.type << "\tleftEnd = " << r.leftEnd; in dump()
H A DAU_DequeMatcher.cc75 if (i->leftEnd) in dequeMatch()
101 if (i->leftEnd) in dequeMatch()
121 if (i->leftEnd) in dequeMatch()
140 if (i->leftEnd) in dequeMatch()
H A DAU_LhsAutomaton.hh79 void addRigidVariable(const VariableTerm* variable, bool leftEnd, bool idPossible);
80 void addRigidGroundAlien(Term* alien, bool leftEnd);
81 void addRigidNonGroundAlien(LhsAutomaton* automaton, bool leftEnd);
144 bool leftEnd; // for rigid part only member
H A DAU_LhsCompiler.cc107 bool leftEnd = bestSequence.sequence[i]; in compileLhs2() local
108 int j = leftEnd ? leftPos++ : rightPos--; in compileLhs2()
113 a->addRigidVariable(v, leftEnd, idPossible(j)); in compileLhs2()
117 a->addRigidGroundAlien(t, leftEnd); in compileLhs2()
123 a->addRigidNonGroundAlien(subAutomaton, leftEnd); in compileLhs2()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.text/org.eclipse.text/projection/org/eclipse/jface/text/projection/
H A DProjectionDocument.java475 int leftEnd= left.getOffset() + left.getLength(); in computeUnprojectedMasterRegions() local
476 if (leftEnd < right.getOffset()) in computeUnprojectedMasterRegions()
477 gaps.add(new Region(leftEnd, right.getOffset() - leftEnd)); in computeUnprojectedMasterRegions()
481 int leftEnd= region.getOffset() + region.getLength(); in computeUnprojectedMasterRegions() local
483 if (leftEnd < rightEnd) in computeUnprojectedMasterRegions()
484 gaps.add(new Region(leftEnd, rightEnd - leftEnd)); in computeUnprojectedMasterRegions()
520 int leftEnd= left.getOffset() + left.getLength(); in computeFirstUnprojectedMasterRegion() local
521 if (leftEnd < right.getOffset()) in computeFirstUnprojectedMasterRegion()
522 return new Region(leftEnd, right.getOffset() - leftEnd); in computeFirstUnprojectedMasterRegion()
528 if (leftEnd < rightEnd) in computeFirstUnprojectedMasterRegion()
[all …]
/dports/shells/elvish/elvish-0.17.0/pkg/edit/
H A Dbuffer_builtins.go465 leftEnd := skipWsLeft(categorize, buffer, rightStart)
467 if leftEnd == 0 {
471 leftEnd = rightEnd
473 rightStart = skipWsRight(categorize, buffer, leftEnd)
481 leftStart = skipSameCatLeft(categorize, buffer, leftEnd)
484 …r[:leftStart] + buffer[rightStart:rightEnd] + buffer[leftEnd:rightStart] + buffer[leftStart:leftEn…
/dports/devel/kf5-kitemmodels/kitemmodels-5.89.0/autotests/bihash/
H A Dfunctionalitytest.cpp27 while (it1 != biHash.leftEnd()) { in main()
55 while (it4 != biHash.leftEnd()) { in main()
74 while (it7 != biHash.leftEnd()) { in main()
126 qDebug() << (it8 == biHash.leftEnd()); in main()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/rendering/mathml/
H A DRenderMathMLSquareRoot.cpp115 FloatPoint leftEnd(tx , topLeft.y() + gRadicalLeftEndYShift * style()->fontSize()); in paint() local
135 root.addLineTo(leftEnd); in paint()
147 mask.addLineTo(FloatPoint(2 * topLeft.x() - leftEnd.x(), 2 * topLeft.y() - leftEnd.y())); in paint()
H A DRenderMathMLRoot.cpp149 …FloatPoint leftEnd(start - frontWidth , topLeft.y() + gRadicalLeftEndYShift * style()->fontSize()); in paint() local
169 root.addLineTo(leftEnd); in paint()
181 mask.addLineTo(FloatPoint(2 * topLeft.x() - leftEnd.x(), 2 * topLeft.y() - leftEnd.y())); in paint()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.text/org.eclipse.ui.workbench.texteditor/src/org/eclipse/ui/internal/texteditor/quickdiff/
H A DDocumentLineDiffer.java298 if (leftLine >= diff.leftEnd()) // restoring a deleted line? in revertLine()
326 String lineDelim= fRightDocument.getLineDelimiter(diff.leftEnd()); in revertBlock()
332 int leftEndLine= diff.leftEnd(); in revertBlock()
335 …lLength= fLeftDocument.getLineOffset(diff.leftEnd() - 1) + fLeftDocument.getLineLength(diff.leftEn… in revertBlock()
423 …int lLength= fLeftDocument.getLineOffset(diff.leftEnd() - 1) + fLeftDocument.getLineLength(diff.le… in restoreAfterLine()
998 int leftLine= consistentAfter.leftEnd(); in handleChanged()
1125 leftShift= last.leftEnd() - current.leftStart(); in handleChanged()
1169 && (difference.leftEnd() < line && difference.leftLength() >= size in findConsistentRangeBeforeLeft()
1173 if (difference.leftEnd() >= line) in findConsistentRangeBeforeLeft()
1345 return Math.min(d.leftEnd() - 1, d.leftStart() + rightLine - d.rightStart()); in getLeftLine()
[all …]
/dports/x11/libfm-qt/libfm-qt-1.0.0/src/
H A Dproxyfoldermodel.cpp199 int leftEnd = 0, rightEnd = 0; in lessThan() local
201 leftEnd = leftText.indexOf(QLatin1Char('.'), leftStart); in lessThan()
203 QStringRef lefPart = leftText.midRef(leftStart, leftEnd - leftStart); in lessThan()
211 if(comp != 0 || leftEnd == -1 || rightEnd == -1) { in lessThan()
214 leftStart = leftEnd + 1; in lessThan()
218 comp = leftEnd - rightEnd; // covers all remaining cases in lessThan()
/dports/biology/gatk/gatk-4.2.0.0/src/main/java/org/broadinstitute/hellbender/tools/walkers/coverage/
H A DCoverageUtils.java216 int leftEnd = lower + (int) Math.floor(Math.pow(10.0,(b-1.0)*scale)); in calculateCoverageHistogramBinEndpoints() local
219 while ( leftEnd <= binLeftEndpoints[b-1] ) { in calculateCoverageHistogramBinEndpoints()
220 leftEnd++; in calculateCoverageHistogramBinEndpoints()
223 binLeftEndpoints[b] = leftEnd; in calculateCoverageHistogramBinEndpoints()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.team/bundles/org.eclipse.team.ui/src/org/eclipse/team/internal/ui/synchronize/
H A DRegexDiffComparator.java54 int leftEnd = sleft.getTokenStart(diff.leftStart() in compareRangeDifferences() local
57 leftEnd - lRegion.getOffset()); in compareRangeDifferences()
/dports/www/firefox-legacy/firefox-52.8.0esr/intl/unicharutil/util/
H A DnsUnicharUtils.cpp339 const char *leftEnd = aLeft + aLeftBytes; in CaseInsensitiveCompare() local
342 while (aLeft < leftEnd && aRight < rightEnd) { in CaseInsensitiveCompare()
343 uint32_t leftChar = GetLowerUTF8Codepoint(aLeft, leftEnd, &aLeft); in CaseInsensitiveCompare()
361 if (aLeft < leftEnd) in CaseInsensitiveCompare()
/dports/lang/spidermonkey60/firefox-60.9.0/intl/unicharutil/util/
H A DnsUnicharUtils.cpp300 const char* leftEnd = aLeft + aLeftBytes; in CaseInsensitiveCompare() local
303 while (aLeft < leftEnd && aRight < rightEnd) { in CaseInsensitiveCompare()
304 uint32_t leftChar = GetLowerUTF8Codepoint_inline(aLeft, leftEnd, &aLeft); in CaseInsensitiveCompare()
320 if (aLeft < leftEnd) return 1; in CaseInsensitiveCompare()
/dports/lang/mono/mono-5.10.1.57/external/corert/src/System.Private.CoreLib/shared/System/IO/
H A DPathInternal.cs85 char* leftEnd = l + first.Length; in EqualStartingCharacterCount()
88 while (l != leftEnd && r != rightEnd in EqualStartingCharacterCount()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/Common/src/CoreLib/System/IO/
H A DPathInternal.cs85 char* leftEnd = l + first.Length; in EqualStartingCharacterCount()
88 while (l != leftEnd && r != rightEnd in EqualStartingCharacterCount()

123456