Home
last modified time | relevance | path

Searched refs:priorIndex (Results 1 – 11 of 11) sorted by relevance

/dports/games/supertuxkart/SuperTuxKart-1.2-src/lib/sheenbidi/Source/
H A DSBParagraph.c120 SBUInteger priorIndex = SBInvalidIndex; in PopulateBidiChain() local
139 BidiChainAdd(chain, type, index - priorIndex); in PopulateBidiChain()
140 priorIndex = index; in PopulateBidiChain()
150 BidiChainAdd(chain, type, index - priorIndex); in PopulateBidiChain()
151 priorIndex = index; in PopulateBidiChain()
158 BidiChainAdd(chain, SBBidiTypeNil, index - priorIndex); in PopulateBidiChain()
/dports/math/coinmp/CoinMP-releases-1.8.4/CoinMP/examples/csharp/
H A DSolveProblem.cs159 int[] priorIndex, int[] priorValues, int[] priorBranch) in RunProblemMip() argument
181 … result = CoinMP.CoinLoadPriority(hProb, priorCount, priorIndex, priorValues, priorBranch); in RunProblemMip()
H A DCoinmp.cs169 int[] priorIndex, int[] priorValues, int[] PriorBranch); in CoinLoadPriority() argument
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/namenode/snapshot/
H A DAbstractINodeDiffList.java162 int priorIndex = i > 0 ? i - 1 : -i - 2; in getPrior() local
163 return diffs.get(priorIndex).getSnapshotId(); in getPrior()
/dports/biology/gatk/gatk-4.2.0.0/src/main/java/org/broadinstitute/hellbender/tools/walkers/variantutils/
H A DPosteriorProbabilitiesUtils.java281 int priorIndex = 0; in getDirichletPrior() local
285 priors[priorIndex++] = 1.0; in getDirichletPrior()
290 … priors[priorIndex++] = MathUtils.dirichletMultinomial(knownCountsByAllele,counts); in getDirichletPrior()
/dports/math/coinmp/CoinMP-releases-1.8.4/CoinMP/examples/
H A Dexample.c169 …int semiCount, int* semiIndex, int priorCount, int* priorIndex, int* priorValues, int* priorBranch) in RunTestProblemMip() argument
186 result = CoinLoadPriority(hProb, priorCount, priorIndex, priorValues, priorBranch); in RunTestProblemMip()
/dports/devel/raknet/raknet-3.9.2_10,1/Source/
H A DDS_Multilist.h523 _IndexType priorIndex; in PeekOpposite() local
525 priorIndex=allocationSize-1; in PeekOpposite()
527 priorIndex=queueTail-1; in PeekOpposite()
529 return data[priorIndex]; in PeekOpposite()
/dports/math/coinmp/CoinMP-releases-1.8.4/CoinMP/test/
H A DunitTest.cpp175 …int semiCount, int* semiIndex, int priorCount, int* priorIndex, int* priorValues, int* priorBranch) in RunTestProblemMip() argument
193 result = CoinLoadPriority(hProb, priorCount, priorIndex, priorValues, priorBranch); in RunTestProblemMip()
/dports/devel/staf/src/staf/services/stax/beta/monitor/
H A DSTAXMonitor.java9086 int priorIndex = fRecentFiles.indexOf(newFile); in updateRecentFiles() local
9088 if (priorIndex == 0) in updateRecentFiles()
9094 for (int i=priorIndex; i > 0; i--) in updateRecentFiles()
9146 int priorIndex = fRecentLogs.indexOf(logQuery); in updateRecentLogs() local
9148 if (priorIndex == 0) in updateRecentLogs()
9154 for (int i=priorIndex; i > 0; i--) in updateRecentLogs()
/dports/devel/staf/src/staf/services/stax/monitor/
H A DSTAXMonitor.java9317 int priorIndex = fRecentFiles.indexOf(newFile); in updateRecentFiles() local
9319 if (priorIndex == 0) in updateRecentFiles()
9325 for (int i=priorIndex; i > 0; i--) in updateRecentFiles()
9377 int priorIndex = fRecentLogs.indexOf(logQuery); in updateRecentLogs() local
9379 if (priorIndex == 0) in updateRecentLogs()
9385 for (int i=priorIndex; i > 0; i--) in updateRecentLogs()
/dports/lang/pharo/Pharo-1.4-14438/
H A DPharoV10.sources236330 … row firstLine lineHeightGuess saveCharIndex hitCR maybeSlide sliding bottom priorIndex priorLine |
236338 priorIndex := 1.
236348 priorIndex < priorLines size
236352 priorIndex := priorIndex + 1.
236353 priorLine := (priorLines at: priorIndex) slideIndexBy: delta
236433 [priorIndex < priorLines size
236434 and: [(priorLines at: priorIndex) first < (charIndex - delta)]]
236435 whileTrue: [priorIndex := priorIndex + 1].
236436 (priorLines at: priorIndex) first = (charIndex - delta)
236440 priorIndex := priorIndex - 1.
[all …]