Home
last modified time | relevance | path

Searched refs:leftMax (Results 1 – 25 of 45) sorted by relevance

12

/dports/audio/audacity/audacity-Audacity-3.1.3/lib-src/twolame/libtwolame/
H A Denergy.c72 int i, leftMax, rightMax; in do_energy_levels() local
80 leftMax = rightMax = -1; in do_energy_levels()
82 if (abs(leftpcm[i]) > leftMax) in do_energy_levels()
83 leftMax = abs(leftpcm[i]); in do_energy_levels()
91 if (leftMax > 32767) in do_energy_levels()
92 leftMax = 32767; in do_energy_levels()
100 lhibyte = leftMax / 256; in do_energy_levels()
101 llobyte = leftMax - 256 * lhibyte; in do_energy_levels()
/dports/audio/twolame/twolame-0.4.0/libtwolame/
H A Denergy.c70 int i, leftMax, rightMax; in twolame_do_energy_levels() local
78 leftMax = rightMax = -1; in twolame_do_energy_levels()
80 if (abs(leftpcm[i]) > leftMax) in twolame_do_energy_levels()
81 leftMax = abs(leftpcm[i]); in twolame_do_energy_levels()
89 if (leftMax > 32767) in twolame_do_energy_levels()
90 leftMax = 32767; in twolame_do_energy_levels()
98 lhibyte = leftMax / 256; in twolame_do_energy_levels()
99 llobyte = leftMax - 256 * lhibyte; in twolame_do_energy_levels()
/dports/biology/bbmap/bbmap/current/assemble/
H A DShaver1.java198 final int leftMax=leftCounts[leftMaxPos]; in explore() local
207 outstream.println("leftMax="+leftMax); in explore()
212 if(leftSecond>=minCount || leftMax>prevCount){//Backward branch in explore()
214 if(leftMax>prevCount){ in explore()
219 assert(leftMax==prevCount); in explore()
220 if(leftMax>=2*leftSecond){//This constant is adjustable in explore()
346 int leftMax=leftCounts[leftMaxPos]; in explore2() local
355 outstream.println("leftMax="+leftMax); in explore2()
362 if(leftMax>prevCount){ in explore2()
367 assert(leftMax==prevCount); in explore2()
[all …]
H A DTadpole2.java646 int leftMax=leftCounts[leftMaxPos]; in processContigLeft() local
720 final int leftMax=leftCounts[leftMaxPos]; in exploreRight() local
723 if(isJunction(leftMax, leftSecond)){ in exploreRight()
927 int leftMax=minCountExtend; in extendToRight() local
933 leftMax=leftCounts[leftMaxPos]; in extendToRight()
947 outstream.println("leftMax="+leftMax); in extendToRight()
995 leftMax=leftCounts[leftMaxPos]; in extendToRight()
1009 outstream.println("leftMax="+leftMax); in extendToRight()
1106 int leftMax=minCountExtend; in extendToRight2_inner() local
1112 leftMax=leftCounts[leftMaxPos]; in extendToRight2_inner()
[all …]
H A DTadpole1.java638 int leftMax=leftCounts[leftMaxPos]; in processContigLeft() local
713 final int leftMax=leftCounts[leftMaxPos]; in exploreRight() local
716 if(isJunction(leftMax, leftSecond)){ in exploreRight()
942 int leftMax=minCountExtend; in extendToRight() local
948 leftMax=leftCounts[leftMaxPos]; in extendToRight()
962 outstream.println("leftMax="+leftMax); in extendToRight()
1016 leftMax=leftCounts[leftMaxPos]; in extendToRight()
1030 outstream.println("leftMax="+leftMax); in extendToRight()
1144 int leftMax=minCountExtend; in extendToRight2() local
1150 leftMax=leftCounts[leftMaxPos]; in extendToRight2()
[all …]
H A DShaver2.java233 final int leftMax=leftCounts[leftMaxPos]; in explore() local
242 outstream.println("leftMax="+leftMax); in explore()
247 if(leftSecond>=minCount || leftMax>prevCount){//Backward branch in explore()
249 if(leftMax>prevCount){ in explore()
251 "count="+count+", prevCount="+prevCount+", leftMax="+leftMax+", leftSecond="+leftSecond);} in explore()
254 assert(leftMax==prevCount); in explore()
255 if(leftMax>=2*leftSecond){//This constant is adjustable in explore()
260 "count="+count+", prevCount="+prevCount+", leftMax="+leftMax+", leftSecond="+leftSecond);} in explore()
/dports/graphics/libGLU/glu-9.0.2/src/libnurbs/nurbtess/
H A DsampleCompBot.cc322 Real leftMax /*= leftChain->getVertex(leftCorner)[0]*/; in findBotSeparator() local
335 leftMax = leftChain->getVertex(leftCorner)[0]; in findBotSeparator()
353 if(rightChain->getVertex(k)[0] > leftMax) //no conflict in findBotSeparator()
374 if(leftChain->getVertex(k)[0] > leftMax) in findBotSeparator()
376 leftMax = leftChain->getVertex(k)[0]; in findBotSeparator()
388 if(leftChain->getVertex(i)[0] > leftMax) //update leftMax amd newLeftI in findBotSeparator()
390 leftMax = leftChain->getVertex(i)[0]; in findBotSeparator()
404 if(leftMax >= rightMin) //there is a conflict in findBotSeparator()
424 if(leftChain->getVertex(k)[0] > leftMax) in findBotSeparator()
426 leftMax = leftChain->getVertex(k)[0]; in findBotSeparator()
[all …]
H A DsampleCompTop.cc338 Real leftMax /*= leftChain->getVertex(leftEndIndex)[0]*/; in findTopSeparator() local
351 leftMax = leftChain->getVertex(leftEndIndex)[0]; in findTopSeparator()
370 if(rightChain->getVertex(k)[0] > leftMax) //no conflict in findTopSeparator()
391 if(leftChain->getVertex(k)[0] > leftMax) in findTopSeparator()
393 leftMax = leftChain->getVertex(k)[0]; in findTopSeparator()
404 if(leftChain->getVertex(i)[0] > leftMax) //update leftMax and newLeftI. in findTopSeparator()
406 leftMax = leftChain->getVertex(i)[0]; in findTopSeparator()
420 if(leftMax >= rightMin) //there is a conflict in findTopSeparator()
439 if(leftChain->getVertex(k)[0] > leftMax) in findTopSeparator()
441 leftMax = leftChain->getVertex(k)[0]; in findTopSeparator()
[all …]
/dports/science/madness/madness-ebb3fd7/src/madness/external/elemental/include/elemental/lapack-like/factor/LDL/
H A DPivoted.hpp62 const Real rowMaxVal = Max(leftMax.value,bottomMax.value); in BunchKaufmanA()
112 const Real rowMaxVal = Max(leftMax.value,bottomMax.value); in BunchKaufmanA()
162 const Real rowMaxVal = Max(leftMax.value,bottomMax.value); in BunchKaufmanD()
205 const Real rowMaxVal = Max(leftMax.value,bottomMax.value); in BunchKaufmanD()
340 const auto leftMax = VectorMaxAbs( zLeft ); in PanelBunchKaufmanA() local
342 const Real rowMaxVal = Max(leftMax.value,bottomMax.value); in PanelBunchKaufmanA()
433 const auto leftMax = VectorMaxAbs( zLeft ); in PanelBunchKaufmanA() local
435 const Real rowMaxVal = Max(leftMax.value,bottomMax.value); in PanelBunchKaufmanA()
518 const auto leftMax = VectorMaxAbs( zLeft ); in PanelBunchKaufmanD() local
520 const Real rowMaxVal = Max(leftMax.value,bottomMax.value); in PanelBunchKaufmanD()
[all …]
/dports/databases/qt5-sqldrivers-sqlite2/kde-qtbase-5.15.2p263/src/gui/painting/
H A Dqrasterizer.cpp1007 int leftMin, leftMax, rightMin, rightMax; in rasterizeLine() local
1058 leftMax = Q16Dot16ToInt(topLeftIntersectAf); in rasterizeLine()
1061 leftMax = Q16Dot16ToInt(qMax(topLeftIntersectAf, bottomLeftIntersectBf)); in rasterizeLine()
1064 leftMax = Q16Dot16ToInt(bottomLeftIntersectBf); in rasterizeLine()
1068 leftMax = qBound(d->clipRect.left(), leftMax, d->clipRect.right()); in rasterizeLine()
1084 if (leftMax > rightMax) in rasterizeLine()
1085 leftMax = rightMax; in rasterizeLine()
1092 while (x <= leftMax) { in rasterizeLine()
/dports/databases/qt5-sqldrivers-tds/kde-qtbase-5.15.2p263/src/gui/painting/
H A Dqrasterizer.cpp1007 int leftMin, leftMax, rightMin, rightMax; in rasterizeLine() local
1058 leftMax = Q16Dot16ToInt(topLeftIntersectAf); in rasterizeLine()
1061 leftMax = Q16Dot16ToInt(qMax(topLeftIntersectAf, bottomLeftIntersectBf)); in rasterizeLine()
1064 leftMax = Q16Dot16ToInt(bottomLeftIntersectBf); in rasterizeLine()
1068 leftMax = qBound(d->clipRect.left(), leftMax, d->clipRect.right()); in rasterizeLine()
1084 if (leftMax > rightMax) in rasterizeLine()
1085 leftMax = rightMax; in rasterizeLine()
1092 while (x <= leftMax) { in rasterizeLine()
/dports/databases/qt5-sqldrivers-sqlite3/kde-qtbase-5.15.2p263/src/gui/painting/
H A Dqrasterizer.cpp1007 int leftMin, leftMax, rightMin, rightMax; in rasterizeLine() local
1058 leftMax = Q16Dot16ToInt(topLeftIntersectAf); in rasterizeLine()
1061 leftMax = Q16Dot16ToInt(qMax(topLeftIntersectAf, bottomLeftIntersectBf)); in rasterizeLine()
1064 leftMax = Q16Dot16ToInt(bottomLeftIntersectBf); in rasterizeLine()
1068 leftMax = qBound(d->clipRect.left(), leftMax, d->clipRect.right()); in rasterizeLine()
1084 if (leftMax > rightMax) in rasterizeLine()
1085 leftMax = rightMax; in rasterizeLine()
1092 while (x <= leftMax) { in rasterizeLine()
/dports/devel/qt5-testlib/kde-qtbase-5.15.2p263/src/gui/painting/
H A Dqrasterizer.cpp1007 int leftMin, leftMax, rightMin, rightMax; in rasterizeLine() local
1058 leftMax = Q16Dot16ToInt(topLeftIntersectAf); in rasterizeLine()
1061 leftMax = Q16Dot16ToInt(qMax(topLeftIntersectAf, bottomLeftIntersectBf)); in rasterizeLine()
1064 leftMax = Q16Dot16ToInt(bottomLeftIntersectBf); in rasterizeLine()
1068 leftMax = qBound(d->clipRect.left(), leftMax, d->clipRect.right()); in rasterizeLine()
1084 if (leftMax > rightMax) in rasterizeLine()
1085 leftMax = rightMax; in rasterizeLine()
1092 while (x <= leftMax) { in rasterizeLine()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/gui/painting/
H A Dqrasterizer.cpp1003 int leftMin, leftMax, rightMin, rightMax; in rasterizeLine() local
1054 leftMax = Q16Dot16ToInt(topLeftIntersectAf); in rasterizeLine()
1057 leftMax = Q16Dot16ToInt(qMax(topLeftIntersectAf, bottomLeftIntersectBf)); in rasterizeLine()
1060 leftMax = Q16Dot16ToInt(bottomLeftIntersectBf); in rasterizeLine()
1064 leftMax = qBound(d->clipRect.left(), leftMax, d->clipRect.right()); in rasterizeLine()
1080 if (leftMax > rightMax) in rasterizeLine()
1081 leftMax = rightMax; in rasterizeLine()
1088 while (x <= leftMax) { in rasterizeLine()
/dports/databases/qt5-sql/kde-qtbase-5.15.2p263/src/gui/painting/
H A Dqrasterizer.cpp1007 int leftMin, leftMax, rightMin, rightMax; in rasterizeLine() local
1058 leftMax = Q16Dot16ToInt(topLeftIntersectAf); in rasterizeLine()
1061 leftMax = Q16Dot16ToInt(qMax(topLeftIntersectAf, bottomLeftIntersectBf)); in rasterizeLine()
1064 leftMax = Q16Dot16ToInt(bottomLeftIntersectBf); in rasterizeLine()
1068 leftMax = qBound(d->clipRect.left(), leftMax, d->clipRect.right()); in rasterizeLine()
1084 if (leftMax > rightMax) in rasterizeLine()
1085 leftMax = rightMax; in rasterizeLine()
1092 while (x <= leftMax) { in rasterizeLine()
/dports/databases/qt5-sqldrivers-ibase/kde-qtbase-5.15.2p263/src/gui/painting/
H A Dqrasterizer.cpp1007 int leftMin, leftMax, rightMin, rightMax; in rasterizeLine() local
1058 leftMax = Q16Dot16ToInt(topLeftIntersectAf); in rasterizeLine()
1061 leftMax = Q16Dot16ToInt(qMax(topLeftIntersectAf, bottomLeftIntersectBf)); in rasterizeLine()
1064 leftMax = Q16Dot16ToInt(bottomLeftIntersectBf); in rasterizeLine()
1068 leftMax = qBound(d->clipRect.left(), leftMax, d->clipRect.right()); in rasterizeLine()
1084 if (leftMax > rightMax) in rasterizeLine()
1085 leftMax = rightMax; in rasterizeLine()
1092 while (x <= leftMax) { in rasterizeLine()
/dports/databases/qt5-sqldrivers-odbc/kde-qtbase-5.15.2p263/src/gui/painting/
H A Dqrasterizer.cpp1007 int leftMin, leftMax, rightMin, rightMax; in rasterizeLine() local
1058 leftMax = Q16Dot16ToInt(topLeftIntersectAf); in rasterizeLine()
1061 leftMax = Q16Dot16ToInt(qMax(topLeftIntersectAf, bottomLeftIntersectBf)); in rasterizeLine()
1064 leftMax = Q16Dot16ToInt(bottomLeftIntersectBf); in rasterizeLine()
1068 leftMax = qBound(d->clipRect.left(), leftMax, d->clipRect.right()); in rasterizeLine()
1084 if (leftMax > rightMax) in rasterizeLine()
1085 leftMax = rightMax; in rasterizeLine()
1092 while (x <= leftMax) { in rasterizeLine()
/dports/databases/qt5-sqldrivers-mysql/kde-qtbase-5.15.2p263/src/gui/painting/
H A Dqrasterizer.cpp1007 int leftMin, leftMax, rightMin, rightMax; in rasterizeLine() local
1058 leftMax = Q16Dot16ToInt(topLeftIntersectAf); in rasterizeLine()
1061 leftMax = Q16Dot16ToInt(qMax(topLeftIntersectAf, bottomLeftIntersectBf)); in rasterizeLine()
1064 leftMax = Q16Dot16ToInt(bottomLeftIntersectBf); in rasterizeLine()
1068 leftMax = qBound(d->clipRect.left(), leftMax, d->clipRect.right()); in rasterizeLine()
1084 if (leftMax > rightMax) in rasterizeLine()
1085 leftMax = rightMax; in rasterizeLine()
1092 while (x <= leftMax) { in rasterizeLine()
/dports/databases/qt5-sqldrivers-pgsql/kde-qtbase-5.15.2p263/src/gui/painting/
H A Dqrasterizer.cpp1007 int leftMin, leftMax, rightMin, rightMax; in rasterizeLine() local
1058 leftMax = Q16Dot16ToInt(topLeftIntersectAf); in rasterizeLine()
1061 leftMax = Q16Dot16ToInt(qMax(topLeftIntersectAf, bottomLeftIntersectBf)); in rasterizeLine()
1064 leftMax = Q16Dot16ToInt(bottomLeftIntersectBf); in rasterizeLine()
1068 leftMax = qBound(d->clipRect.left(), leftMax, d->clipRect.right()); in rasterizeLine()
1084 if (leftMax > rightMax) in rasterizeLine()
1085 leftMax = rightMax; in rasterizeLine()
1092 while (x <= leftMax) { in rasterizeLine()
/dports/net/qt5-network/kde-qtbase-5.15.2p263/src/gui/painting/
H A Dqrasterizer.cpp1007 int leftMin, leftMax, rightMin, rightMax; in rasterizeLine() local
1058 leftMax = Q16Dot16ToInt(topLeftIntersectAf); in rasterizeLine()
1061 leftMax = Q16Dot16ToInt(qMax(topLeftIntersectAf, bottomLeftIntersectBf)); in rasterizeLine()
1064 leftMax = Q16Dot16ToInt(bottomLeftIntersectBf); in rasterizeLine()
1068 leftMax = qBound(d->clipRect.left(), leftMax, d->clipRect.right()); in rasterizeLine()
1084 if (leftMax > rightMax) in rasterizeLine()
1085 leftMax = rightMax; in rasterizeLine()
1092 while (x <= leftMax) { in rasterizeLine()
/dports/textproc/qt5-xml/kde-qtbase-5.15.2p263/src/gui/painting/
H A Dqrasterizer.cpp1007 int leftMin, leftMax, rightMin, rightMax; in rasterizeLine() local
1058 leftMax = Q16Dot16ToInt(topLeftIntersectAf); in rasterizeLine()
1061 leftMax = Q16Dot16ToInt(qMax(topLeftIntersectAf, bottomLeftIntersectBf)); in rasterizeLine()
1064 leftMax = Q16Dot16ToInt(bottomLeftIntersectBf); in rasterizeLine()
1068 leftMax = qBound(d->clipRect.left(), leftMax, d->clipRect.right()); in rasterizeLine()
1084 if (leftMax > rightMax) in rasterizeLine()
1085 leftMax = rightMax; in rasterizeLine()
1092 while (x <= leftMax) { in rasterizeLine()
/dports/x11-toolkits/qt5-widgets/kde-qtbase-5.15.2p263/src/gui/painting/
H A Dqrasterizer.cpp1007 int leftMin, leftMax, rightMin, rightMax; in rasterizeLine() local
1058 leftMax = Q16Dot16ToInt(topLeftIntersectAf); in rasterizeLine()
1061 leftMax = Q16Dot16ToInt(qMax(topLeftIntersectAf, bottomLeftIntersectBf)); in rasterizeLine()
1064 leftMax = Q16Dot16ToInt(bottomLeftIntersectBf); in rasterizeLine()
1068 leftMax = qBound(d->clipRect.left(), leftMax, d->clipRect.right()); in rasterizeLine()
1084 if (leftMax > rightMax) in rasterizeLine()
1085 leftMax = rightMax; in rasterizeLine()
1092 while (x <= leftMax) { in rasterizeLine()
/dports/x11-toolkits/qt5-gui/kde-qtbase-5.15.2p263/src/gui/painting/
H A Dqrasterizer.cpp1007 int leftMin, leftMax, rightMin, rightMax; in rasterizeLine() local
1058 leftMax = Q16Dot16ToInt(topLeftIntersectAf); in rasterizeLine()
1061 leftMax = Q16Dot16ToInt(qMax(topLeftIntersectAf, bottomLeftIntersectBf)); in rasterizeLine()
1064 leftMax = Q16Dot16ToInt(bottomLeftIntersectBf); in rasterizeLine()
1068 leftMax = qBound(d->clipRect.left(), leftMax, d->clipRect.right()); in rasterizeLine()
1084 if (leftMax > rightMax) in rasterizeLine()
1085 leftMax = rightMax; in rasterizeLine()
1092 while (x <= leftMax) { in rasterizeLine()
/dports/devel/qt5-qmake/kde-qtbase-5.15.2p263/src/gui/painting/
H A Dqrasterizer.cpp1007 int leftMin, leftMax, rightMin, rightMax; in rasterizeLine() local
1058 leftMax = Q16Dot16ToInt(topLeftIntersectAf); in rasterizeLine()
1061 leftMax = Q16Dot16ToInt(qMax(topLeftIntersectAf, bottomLeftIntersectBf)); in rasterizeLine()
1064 leftMax = Q16Dot16ToInt(bottomLeftIntersectBf); in rasterizeLine()
1068 leftMax = qBound(d->clipRect.left(), leftMax, d->clipRect.right()); in rasterizeLine()
1084 if (leftMax > rightMax) in rasterizeLine()
1085 leftMax = rightMax; in rasterizeLine()
1092 while (x <= leftMax) { in rasterizeLine()
/dports/devel/qt5-dbus/kde-qtbase-5.15.2p263/src/gui/painting/
H A Dqrasterizer.cpp1007 int leftMin, leftMax, rightMin, rightMax; in rasterizeLine() local
1058 leftMax = Q16Dot16ToInt(topLeftIntersectAf); in rasterizeLine()
1061 leftMax = Q16Dot16ToInt(qMax(topLeftIntersectAf, bottomLeftIntersectBf)); in rasterizeLine()
1064 leftMax = Q16Dot16ToInt(bottomLeftIntersectBf); in rasterizeLine()
1068 leftMax = qBound(d->clipRect.left(), leftMax, d->clipRect.right()); in rasterizeLine()
1084 if (leftMax > rightMax) in rasterizeLine()
1085 leftMax = rightMax; in rasterizeLine()
1092 while (x <= leftMax) { in rasterizeLine()

12