Home
last modified time | relevance | path

Searched refs:repeatSize (Results 1 – 14 of 14) sorted by relevance

/dports/biology/canu/canu-2.2/src/pipelines/
H A Dsimple-repeat-test.pl24 my $repeatSize = 10000;
50 my $R = randomSequence($repeatSize);
/dports/biology/abyss/abyss-2.3.1/RResolver/
H A DRAlgorithmsShort.cpp70 getMinWindowLength(const int tests, const int repeatSize, const int minMargin) in getMinWindowLength() argument
72 return tests - 1 + minMargin + repeatSize + minMargin; in getMinWindowLength()
76 windowLongEnough(const int windowSize, const int tests, const int repeatSize, const int minMargin) in windowLongEnough() argument
78 return windowSize >= getMinWindowLength(tests, repeatSize, minMargin); in windowLongEnough()
86 getMargin(const int windowSize, const int tests, const int repeatSize, const int minMargin) in getMargin() argument
88 assert(windowLongEnough(windowSize, tests, repeatSize, minMargin)); in getMargin()
90 const int margin = (requiredSeqSize - repeatSize + 1) / 2; in getMargin()
401 const int repeatSize = repeat.size(); local
402 assert(repeatSize >= 2);
419 if (!windowLongEnough(windowSize, requiredTests, repeatSize, MIN_MARGIN)) {
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/layout/painting/
H A DnsImageRenderer.cpp853 nsSize repeatSize; in DrawBorderImageComponent() local
855 nsRect tile = ComputeTile(fillRect, aHFill, aVFill, aUnitSize, repeatSize); in DrawBorderImageComponent()
859 samplingFilter, tile, fillRect, repeatSize, tile.TopLeft(), aDirtyRect, in DrawBorderImageComponent()
863 nsSize repeatSize(aFill.Size()); in DrawBorderImageComponent() local
867 ? ComputeTile(fillRect, aHFill, aVFill, aUnitSize, repeatSize) in DrawBorderImageComponent()
870 destTile.TopLeft(), repeatSize, aSrc); in DrawBorderImageComponent()
/dports/lang/spidermonkey78/firefox-78.9.0/layout/painting/
H A DnsImageRenderer.cpp942 nsSize repeatSize; in DrawBorderImageComponent() local
944 nsRect tile = ComputeTile(fillRect, aHFill, aVFill, aUnitSize, repeatSize); in DrawBorderImageComponent()
948 tile, fillRect, repeatSize, tile.TopLeft(), aDirtyRect, drawFlags, in DrawBorderImageComponent()
958 nsSize repeatSize(aFill.Size()); in DrawBorderImageComponent() local
962 ? ComputeTile(fillRect, aHFill, aVFill, aUnitSize, repeatSize) in DrawBorderImageComponent()
966 destTile.TopLeft(), repeatSize, aSrc); in DrawBorderImageComponent()
/dports/www/firefox-esr/firefox-91.8.0/layout/painting/
H A DnsImageRenderer.cpp976 nsSize repeatSize; in DrawBorderImageComponent() local
978 nsRect tile = ComputeTile(fillRect, aHFill, aVFill, aUnitSize, repeatSize); in DrawBorderImageComponent()
982 tile, fillRect, repeatSize, tile.TopLeft(), aDirtyRect, drawFlags, in DrawBorderImageComponent()
992 nsSize repeatSize(aFill.Size()); in DrawBorderImageComponent() local
996 ? ComputeTile(fillRect, aHFill, aVFill, aUnitSize, repeatSize) in DrawBorderImageComponent()
1000 destTile.TopLeft(), repeatSize, aSrc); in DrawBorderImageComponent()
/dports/www/firefox/firefox-99.0/layout/painting/
H A DnsImageRenderer.cpp962 nsSize repeatSize; in DrawBorderImageComponent() local
964 nsRect tile = ComputeTile(fillRect, aHFill, aVFill, aUnitSize, repeatSize); in DrawBorderImageComponent()
968 tile, fillRect, repeatSize, tile.TopLeft(), aDirtyRect, drawFlags, in DrawBorderImageComponent()
978 nsSize repeatSize(aFill.Size()); in DrawBorderImageComponent() local
982 ? ComputeTile(fillRect, aHFill, aVFill, aUnitSize, repeatSize) in DrawBorderImageComponent()
986 destTile.TopLeft(), repeatSize, aSrc); in DrawBorderImageComponent()
/dports/mail/thunderbird/thunderbird-91.8.0/layout/painting/
H A DnsImageRenderer.cpp976 nsSize repeatSize; in DrawBorderImageComponent() local
978 nsRect tile = ComputeTile(fillRect, aHFill, aVFill, aUnitSize, repeatSize); in DrawBorderImageComponent()
982 tile, fillRect, repeatSize, tile.TopLeft(), aDirtyRect, drawFlags, in DrawBorderImageComponent()
992 nsSize repeatSize(aFill.Size()); in DrawBorderImageComponent() local
996 ? ComputeTile(fillRect, aHFill, aVFill, aUnitSize, repeatSize) in DrawBorderImageComponent()
1000 destTile.TopLeft(), repeatSize, aSrc); in DrawBorderImageComponent()
/dports/biology/bbmap/bbmap/current/jgi/
H A DCallPeaks.java314 final long repeatSize=repeatSize(peaks, ploidy); in printPeaks() local
319 final double repeatRate=repeatSize*1.0/genomeSize; in printPeaks()
466 private static long repeatSize(ArrayList<Peak> peaks, int ploidy){ in repeatSize() method in CallPeaks
/dports/www/firefox-legacy/firefox-52.8.0esr/layout/base/
H A DnsCSSRendering.cpp5776 nsSize repeatSize; in DrawBorderImageComponent() local
5778 nsRect tile = ComputeTile(fillRect, aHFill, aVFill, aUnitSize, repeatSize); in DrawBorderImageComponent()
5783 tile, fillRect, repeatSize, in DrawBorderImageComponent()
5789 nsSize repeatSize(aFill.Size()); in DrawBorderImageComponent() local
5792 ? ComputeTile(fillRect, aHFill, aVFill, aUnitSize, repeatSize) in DrawBorderImageComponent()
5795 fillRect, destTile.TopLeft(), repeatSize, aSrc); in DrawBorderImageComponent()
/dports/devel/hyperscan/hyperscan-5.4.0/src/nfa/
H A Dlimex_compile.cpp2229 size_t repeatSize = 0; in generateNfa() local
2231 repeatSize += repeats[i].size(); in generateNfa()
2315 offset += repeatSize; in generateNfa()
/dports/misc/glow/glow-f24d960e3cc80db95ac0bc17b1900dbf60ca044a/lib/Importer/
H A DONNXModelLoader.cpp2583 auto repeatSize = (size_t)tiles.size(); in loadExpand() local
2584 if (repeatSize > inputDimSize) { in loadExpand()
2585 for (size_t i = 0, e = repeatSize - inputDimSize; i < e; i++) { in loadExpand()
/dports/www/grafana8/grafana-8.3.6/public/build/
H A D4017.0e38943fa459e872fe93.js.map1repeatSize = 512 * this.pixelRatio;\n context.save();\n context.translate(or…
/dports/databases/phpmyadmin5/phpMyAdmin-5.1.2-all-languages/js/vendor/openlayers/
H A DOpenLayers.js.map1repeatSize = 512 * this.pixelRatio;\n context.save();\n context.translate(or…
/dports/www/tikiwiki/tiki-21.2/vendor_bundled/vendor/openlayers/openlayers/
H A Dol.js.map1repeatSize","instruction","renderDeclutter_","groupCount","box","declutterData","replay_","skipped…