Home
last modified time | relevance | path

Searched refs:maxPos (Results 1 – 25 of 882) sorted by relevance

12345678910>>...36

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/src/org/eclipse/equinox/internal/p2/metadata/
H A DVersionParser.java71 maxPos = skipTrailingWhite(version, start, maxPos); in parse()
72 if (pos == maxPos) in parse()
90 int end = maxPos; in parse()
119 if (pos == maxPos) in parse()
128 if (pos == maxPos) in parse()
145 if (pos == maxPos) { in parse()
161 if (pos == maxPos) in parse()
319 if (pos >= maxPos) in parseRawVector()
346 if (pos >= maxPos) in parseRawVector()
375 if (pos >= maxPos) in parseRawEnum()
[all …]
H A DVersionFormatParser.java358 maxPos = checkRange(pos, maxPos); in parseOne()
359 if (maxPos < 0) in parseOne()
775 maxPos = checkRange(pos, maxPos); in parseOne()
776 if (maxPos < 0) in parseOne()
881 if (pos >= maxPos) in parseOne()
985 maxPos = -1; in checkRange()
993 return maxPos; in checkRange()
1108 maxPos = checkRange(pos, maxPos); in parseOne()
1109 if (maxPos < 0) in parseOne()
1150 pos = maxPos; in parseOne()
[all …]
/dports/lang/gcc6-aux/gcc-6-20180516/libjava/classpath/javax/imageio/stream/
H A DFileCacheImageOutputStream.java54 private long maxPos; field in FileCacheImageOutputStream
62 maxPos = 0; in FileCacheImageOutputStream()
68 maxPos = cache.length(); in close()
69 seek(maxPos); in close()
70 flushBefore(maxPos); in close()
119 maxPos = Math.max(streamPos, maxPos); in write()
128 maxPos = Math.max(streamPos, maxPos); in write()
153 maxPos = Math.max(streamPos, maxPos); in seek()
/dports/lang/gcc48/gcc-4.8.5/libjava/classpath/javax/imageio/stream/
H A DFileCacheImageOutputStream.java54 private long maxPos; field in FileCacheImageOutputStream
62 maxPos = 0; in FileCacheImageOutputStream()
68 maxPos = cache.length(); in close()
69 seek(maxPos); in close()
70 flushBefore(maxPos); in close()
119 maxPos = Math.max(streamPos, maxPos); in write()
128 maxPos = Math.max(streamPos, maxPos); in write()
153 maxPos = Math.max(streamPos, maxPos); in seek()
/dports/lang/gnat_util/gcc-6-20180516/libjava/classpath/javax/imageio/stream/
H A DFileCacheImageOutputStream.java54 private long maxPos; field in FileCacheImageOutputStream
62 maxPos = 0; in FileCacheImageOutputStream()
68 maxPos = cache.length(); in close()
69 seek(maxPos); in close()
70 flushBefore(maxPos); in close()
119 maxPos = Math.max(streamPos, maxPos); in write()
128 maxPos = Math.max(streamPos, maxPos); in write()
153 maxPos = Math.max(streamPos, maxPos); in seek()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libjava/classpath/javax/imageio/stream/
H A DFileCacheImageOutputStream.java54 private long maxPos; field in FileCacheImageOutputStream
62 maxPos = 0; in FileCacheImageOutputStream()
68 maxPos = cache.length(); in close()
69 seek(maxPos); in close()
70 flushBefore(maxPos); in close()
119 maxPos = Math.max(streamPos, maxPos); in write()
128 maxPos = Math.max(streamPos, maxPos); in write()
153 maxPos = Math.max(streamPos, maxPos); in seek()
/dports/devel/mingw32-gcc/gcc-4.8.1/libjava/classpath/javax/imageio/stream/
H A DFileCacheImageOutputStream.java54 private long maxPos; field in FileCacheImageOutputStream
62 maxPos = 0; in FileCacheImageOutputStream()
68 maxPos = cache.length(); in close()
69 seek(maxPos); in close()
70 flushBefore(maxPos); in close()
119 maxPos = Math.max(streamPos, maxPos); in write()
128 maxPos = Math.max(streamPos, maxPos); in write()
153 maxPos = Math.max(streamPos, maxPos); in seek()
/dports/x11/eaglemode/eaglemode-0.95.0/src/emCore/
H A DemSplitter.cpp27 double minPos, double maxPos, double pos in emSplitter() argument
34 if (maxPos<0.0) maxPos=0.0; in emSplitter()
35 if (maxPos>1.0) maxPos=1.0; in emSplitter()
36 if (minPos>maxPos) { in emSplitter()
37 minPos=maxPos=(minPos+maxPos)*0.5; in emSplitter()
40 MaxPos=maxPos; in emSplitter()
70 if (maxPos<0.0) maxPos=0.0; in SetMinMaxPos()
71 if (maxPos>1.0) maxPos=1.0; in SetMinMaxPos()
72 if (minPos>maxPos) { in SetMinMaxPos()
73 minPos=maxPos=(minPos+maxPos)*0.5; in SetMinMaxPos()
[all …]
/dports/java/bouncycastle15/crypto-169/core/src/main/j2me/java/util/
H A DStringTokenizer.java12 private int maxPos; field in StringTokenizer
26 this.maxPos = s.length(); in StringTokenizer()
33 return pos < maxPos; in hasMoreTokens()
38 while (next < maxPos && isDelim(next)) in hasMoreTokens()
43 return next < maxPos; in hasMoreTokens()
51 if (pos == maxPos) in nextToken()
67 while (pos < maxPos && isDelim(pos)) in nextToken()
74 while (pos < maxPos && !isDelim(pos)) in nextToken()
79 if (pos < maxPos) in nextToken()
/dports/games/libretro-shaders-glsl/glsl-shaders-7052b09dc657d56bea443d5661dccbebcafe32dc/procedural/
H A Ddevin-morning-city.glsl211 if (maxPos.x<0.14) {
255 maxPos -=step1*2.0;
256 …if ((pos.x>0.0&&pos.y>0.0&&pos.x<maxPos.x&&pos.y<maxPos.y)&&((abs(maxPos.x-pos.x)<contur.x)||(abs(
261 maxPos -=step1*2.0;
262 …if ((pos.x>0.0&&pos.y>0.0&&pos.x<maxPos.x&&pos.y<maxPos.y)&&((abs(maxPos.x-pos.x)<contur.x)||(abs(
267 maxPos -=step1*2.0;
268 …if ((pos.x>0.0&&pos.y>0.0&&pos.x<maxPos.x&&pos.y<maxPos.y)&&((abs(maxPos.x-pos.x)<contur.x)||(abs(
331 …if ((pos.x>0.0&&pos.y>0.0&&pos.x<maxPos.x&&pos.y<maxPos.y)&&((abs(maxPos.x-pos.x)<contur.x)||(abs(
336 maxPos = vec2(.88,0.88);
338 …if ((pos.x>0.0&&pos.y>0.0&&pos.x<maxPos.x&&pos.y<maxPos.y)&&((abs(maxPos.x-pos.x)<contur.x)||(abs(
[all …]
/dports/math/sprng/sprng5/TESTS/
H A Dperm.cpp81 long theBin, index, r, maxPos; \
89 for (index=1,maxPos=0;index<r;index++) { \
90 if (oneGrp[maxPos]<oneGrp[index]) maxPos = index; \
92 if (maxPos!=r-1) { \
94 oneGrp[r-1] = oneGrp[maxPos]; \
95 oneGrp[maxPos] = tempHold; \
97 theBin = theBin * r + maxPos; \
/dports/math/sprng/sprng5/TESTS/mpitests/
H A Dperm.cpp81 long theBin, index, r, maxPos; \
89 for (index=1,maxPos=0;index<r;index++) { \
90 if (oneGrp[maxPos]<oneGrp[index]) maxPos = index; \
92 if (maxPos!=r-1) { \
94 oneGrp[r-1] = oneGrp[maxPos]; \
95 oneGrp[maxPos] = tempHold; \
97 theBin = theBin * r + maxPos; \
/dports/games/scourge/scourge/src/gui/
H A Dtextfield.cpp34 this->maxPos = 0; in TextField()
61 ( event->key.keysym.sym == SDLK_DELETE && pos < maxPos ) ) { in handleEvent()
62 … for ( int i = ( event->key.keysym.sym == SDLK_BACKSPACE ? pos - 1 : pos ); i < maxPos - 1; i++ ) { in handleEvent()
67 maxPos--; in handleEvent()
70 } else if ( event->key.keysym.sym == SDLK_RIGHT && pos < maxPos ) { in handleEvent()
75 pos = maxPos; in handleEvent()
76 …} else if ( maxPos < numChars && event->key.keysym.sym > SDLK_ESCAPE && event->key.keysym.sym < SD… in handleEvent()
77 for ( int i = maxPos; i > pos; i-- ) { in handleEvent()
114 maxPos++; in handleEvent()
158 for ( int i = 0; i < maxPos; i++ ) { in drawWidget()
[all …]
/dports/graphics/alembic/alembic-1.8.3/lib/Alembic/Ogawa/
H A DOStream.cpp48 stream(NULL), fileName(iFileName), startPos(0), curPos(0), maxPos(0) in PrivateData()
69 stream(iStream), startPos(0), curPos(0), maxPos(0) in PrivateData()
105 Alembic::Util::uint64_t maxPos; member in Alembic::Ogawa::ALEMBIC_VERSION_NS::OStream::PrivateData
161 if( mData->curPos > mData->maxPos ) in init()
163 mData->maxPos = mData->curPos; in init()
174 mData->curPos = mData->maxPos; in getAndSeekEndPos()
198 if(mData->curPos > mData->maxPos) in write()
200 mData->maxPos = mData->curPos; in write()
/dports/biology/bbmap/bbmap/current/icecream/
H A DPolymerTrimmer.java25 int maxPos=-1; in testLeft() local
32 maxPos=i; in testLeft()
38 int trim=maxPos+1; in testLeft()
47 int maxPos=bases.length; in testRight() local
54 maxPos=i; in testRight()
60 int trim=bases.length-maxPos; in testRight()
/dports/math/octave-forge-ltfat/ltfat/src/modules/libltfat/testing/cUnit/
H A Dtest_maxtree.c12 ltfat_int maxPos; variable
17 LTFAT_NAME(findmaxinarray)(fin, L[lId], &max, &maxPos);
18 printf("max=%.2f, maxPos=%td\n", max, maxPos);
30 max = -100; max2 = -101; maxPos = -1; maxPos2 = -1;
43 LTFAT_NAME(findmaxinarray)(fin, L[lId], &max, &maxPos);
50 mu_assert( max == max2 && maxPos == maxPos2 ,
/dports/biology/bbmap/bbmap/current/var2/
H A DSamFilter.java16 assert(minPos<=maxPos) : "minPos>maxPos"; in parse()
18 maxPos=Parse.parseIntKMG(b); in parse()
19 assert(minPos<=maxPos) : "minPos>maxPos"; in parse()
90 if(minPos>Integer.MIN_VALUE || maxPos<Integer.MAX_VALUE){ in matchesFilter()
93 if(!Tools.overlap(start, stop, minPos, maxPos)){return false;} in matchesFilter()
122 if(minPos>Integer.MIN_VALUE || maxPos<Integer.MAX_VALUE){ in matchesFilter()
125 if(!Tools.overlap(start, stop, minPos, maxPos)){return false;} in matchesFilter()
145 if(minPos>Integer.MIN_VALUE || maxPos<Integer.MAX_VALUE){ in matchesFilter()
148 if(!Tools.overlap(start, stop, minPos, maxPos)){return false;} in matchesFilter()
179 public int maxPos=Integer.MAX_VALUE; field in SamFilter
/dports/biology/haplohseq/haplohseq-0.1.2/scripts/
H A Dhaplohseq_plot.R71 maxPos <- plotEnd["22"] functionVar
77 maxPos <- plotEnd[chromosome]
80 list("maxPos" = maxPos, "plotStart" = plotStart, "plotEnd" = plotEnd)
101 plotHaplohseq <- function(chromosome, posteriorFile, plotStart, plotEnd, maxPos, title, title2) { argument
111 …Freqs$CHR)) + hap1RefFreqs$POS), hap1RefFreqs$RAF, ylim=c(0,1), xlim=c(0,maxPos), col="#0000FF88",…
112 …Freqs$CHR)) + hap2RefFreqs$POS), hap2RefFreqs$RAF, ylim=c(0,1), xlim=c(0,maxPos), col="#00FF0088",…
134 maxPos <- params$maxPos globalVar
146 plotHaplohseq(chromosome, posteriors, plotStart, plotEnd, maxPos, "", "")
/dports/audio/audacity/audacity-Audacity-3.1.3/lib-src/soundtouch/source/SoundTouch/
H A DPeakFinder.cpp54 minPos = maxPos = 0; in PeakFinder()
71 if (end > maxPos) end = maxPos; in findTop()
106 while ((pos > minPos+1) && (pos < maxPos-1)) in findGround()
152 while ((pos >= minPos) && (pos < maxPos)) in findCrossingLevel()
220 this->maxPos = amaxPos; in detectPeak()
225 for (i = minPos + 1; i < maxPos; i ++) in detectPeak()
/dports/games/stratagus/stratagus-3.2.0/src/particle/
H A Dgraphicanimation.cpp80 Vec2i maxPos = Map.MapPixelPosToTilePos(position + graphicSize + margin); in isVisible() local
82 Map.Clamp(maxPos); in isVisible()
84 if (!vp.AnyMapAreaVisibleInViewport(minPos, maxPos)) { in isVisible()
89 for (p.x = minPos.x; p.x <= maxPos.x; ++p.x) { in isVisible()
90 for (p.y = minPos.y; p.y <= maxPos.y; ++p.y) { in isVisible()
/dports/emulators/yuzu/yuzu-0b47f7a46/externals/soundtouch/src/
H A DPeakFinder.cpp54 minPos = maxPos = 0; in PeakFinder()
71 if (end > maxPos) end = maxPos; in findTop()
106 while ((pos > minPos+1) && (pos < maxPos-1)) in findGround()
152 while ((pos >= minPos) && (pos < maxPos)) in findCrossingLevel()
230 this->maxPos = amaxPos; in detectPeak()
235 for (i = minPos + 1; i < maxPos; i ++) in detectPeak()
/dports/emulators/citra/citra-ac98458e0/externals/soundtouch/src/
H A DPeakFinder.cpp54 minPos = maxPos = 0; in PeakFinder()
71 if (end > maxPos) end = maxPos; in findTop()
106 while ((pos > minPos+1) && (pos < maxPos-1)) in findGround()
152 while ((pos >= minPos) && (pos < maxPos)) in findCrossingLevel()
230 this->maxPos = amaxPos; in detectPeak()
235 for (i = minPos + 1; i < maxPos; i ++) in detectPeak()
/dports/emulators/dolphin-emu/dolphin-3152428/Externals/soundtouch/
H A DPeakFinder.cpp54 minPos = maxPos = 0; in PeakFinder()
71 if (end > maxPos) end = maxPos; in findTop()
106 while ((pos > minPos+1) && (pos < maxPos-1)) in findGround()
152 while ((pos >= minPos) && (pos < maxPos)) in findCrossingLevel()
230 this->maxPos = amaxPos; in detectPeak()
235 for (i = minPos + 1; i < maxPos; i ++) in detectPeak()
/dports/emulators/citra-qt5/citra-ac98458e0/externals/soundtouch/src/
H A DPeakFinder.cpp54 minPos = maxPos = 0; in PeakFinder()
71 if (end > maxPos) end = maxPos; in findTop()
106 while ((pos > minPos+1) && (pos < maxPos-1)) in findGround()
152 while ((pos >= minPos) && (pos < maxPos)) in findCrossingLevel()
230 this->maxPos = amaxPos; in detectPeak()
235 for (i = minPos + 1; i < maxPos; i ++) in detectPeak()
/dports/audio/soundtouch/soundtouch-2.3.1/source/SoundTouch/
H A DPeakFinder.cpp47 minPos = maxPos = 0; in PeakFinder()
64 if (end > maxPos) end = maxPos; in findTop()
99 while ((pos > minPos+1) && (pos < maxPos-1)) in findGround()
145 while ((pos >= minPos) && (pos + direction < maxPos)) in findCrossingLevel()
221 this->maxPos = amaxPos; in detectPeak()
226 for (i = minPos + 1; i < maxPos; i ++) in detectPeak()

12345678910>>...36