Home
last modified time | relevance | path

Searched refs:rareCount (Results 1 – 4 of 4) sorted by relevance

/dports/biology/mothur/mothur-1.46.1/source/commands/
H A Dsplitabundcommand.cpp354 … string rareCount, abundCount, rareName, abundName, rareFasta, abundFasta, rareGroup, abundGroup; in process() local
361 rareCount = getOutputFileName("count",variables); in process()
414 util.renameFile(filenames["count"][0], rareCount); in process()
415 outputNames.push_back(rareCount); outputTypes["count"].push_back(rareCount); in process()
506 string rareCount = getOutputFileName("count",variables); in splitCount() local
524 util.renameFile(filenames["count"][0], rareCount); in splitCount()
525 outputNames.push_back(rareCount); outputTypes["count"].push_back(rareCount); in splitCount()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/modules/gles31/functional/
H A Des31fSampleShadingTests.cpp358 int rareCount = 0; in verifyImage() local
388 rareCount++; in verifyImage()
393 << "\tRare (less than " << rareThreshold << " pixels): " << rareCount << "\n" in verifyImage()
394 << "\tCommon: " << (int)shadeFrequency.size() - rareCount << "\n" in verifyImage()
H A Des31fShaderMultisampleInterpolationTests.cpp145 int rareCount = 0; in verifyImage() local
173 rareCount++; in verifyImage()
178 << "\tRare (less than " << rareThreshold << " pixels): " << rareCount << "\n" in verifyImage()
179 << "\tCommon: " << (int)shadeFrequency.size() - rareCount << "\n" in verifyImage()
/dports/math/frobby/frobby-0.9.1/src/
H A DPivotStrategy.cpp543 const size_t rareCount = Ops::getSizeOfSupport(tmp, varCount); in filter() local
545 if (maxRareCount > rareCount) in filter()
547 if (maxRareCount < rareCount) { in filter()
548 maxRareCount = rareCount; in filter()