Home
last modified time | relevance | path

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

/dports/net/savvycan/SavvyCAN-1.0.245/re/
H A Dframeinfowindow.cpp396 std::vector<int64_t> sortedIntervals; in updateDetailsWindow() local
422 sortedIntervals.push_back(thisInterval); in updateDetailsWindow()
471 std::sort(sortedIntervals.begin(), sortedIntervals.end()); in updateDetailsWindow()
475 if (sortedIntervals.size() > 0) in updateDetailsWindow()
477 intervalMean = intervalSum / sortedIntervals.size(); in updateDetailsWindow()
480 … intervalVariance += ((sortedIntervals[l] - intervalMean) * (sortedIntervals[l] - intervalMean)); in updateDetailsWindow()
483 intervalVariance /= sortedIntervals.size(); in updateDetailsWindow()
486 … intervalPctl5 = sortedIntervals[static_cast<unsigned int>(floor(0.05 * sortedIntervals.size()))]; in updateDetailsWindow()
487 … intervalPctl95 = sortedIntervals[static_cast<unsigned int>(floor(0.95 * sortedIntervals.size()))]; in updateDetailsWindow()
496 while(index < sortedIntervals.size()) { in updateDetailsWindow()
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.lir/src/org/graalvm/compiler/lir/alloc/lsra/
H A DLinearScan.java158 private Interval[] sortedIntervals; field in LinearScan
540 assert isSorted(sortedIntervals) : "interval list is not sorted"; in createUnhandledLists()
549 int n = sortedIntervals.length; in createUnhandledLists()
551 v = sortedIntervals[i]; in createUnhandledLists()
611 sortedIntervals = sortedList; in sortIntervalsBeforeAllocation()
620 Interval[] oldList = sortedIntervals; in sortIntervalsAfterAllocation()
643 sortedIntervals = combinedList; in sortIntervalsAfterAllocation()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.lir/src/org/graalvm/compiler/lir/alloc/lsra/
H A DLinearScan.java158 private Interval[] sortedIntervals; field in LinearScan
540 assert isSorted(sortedIntervals) : "interval list is not sorted"; in createUnhandledLists()
549 int n = sortedIntervals.length; in createUnhandledLists()
551 v = sortedIntervals[i]; in createUnhandledLists()
611 sortedIntervals = sortedList; in sortIntervalsBeforeAllocation()
620 Interval[] oldList = sortedIntervals; in sortIntervalsAfterAllocation()
643 sortedIntervals = combinedList; in sortIntervalsAfterAllocation()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.lir/src/org/graalvm/compiler/lir/alloc/lsra/
H A DLinearScan.java158 private Interval[] sortedIntervals; field in LinearScan
540 assert isSorted(sortedIntervals) : "interval list is not sorted"; in createUnhandledLists()
549 int n = sortedIntervals.length; in createUnhandledLists()
551 v = sortedIntervals[i]; in createUnhandledLists()
611 sortedIntervals = sortedList; in sortIntervalsBeforeAllocation()
620 Interval[] oldList = sortedIntervals; in sortIntervalsAfterAllocation()
643 sortedIntervals = combinedList; in sortIntervalsAfterAllocation()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.lir/src/org/graalvm/compiler/lir/alloc/lsra/
H A DLinearScan.java158 private Interval[] sortedIntervals; field in LinearScan
556 assert isSorted(sortedIntervals) : "interval list is not sorted"; in createUnhandledLists()
565 int n = sortedIntervals.length; in createUnhandledLists()
567 v = sortedIntervals[i]; in createUnhandledLists()
627 sortedIntervals = sortedList; in sortIntervalsBeforeAllocation()
636 Interval[] oldList = sortedIntervals; in sortIntervalsAfterAllocation()
659 sortedIntervals = combinedList; in sortIntervalsAfterAllocation()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.lir/src/org/graalvm/compiler/lir/alloc/lsra/
H A DLinearScan.java158 private Interval[] sortedIntervals; field in LinearScan
540 assert isSorted(sortedIntervals) : "interval list is not sorted"; in createUnhandledLists()
549 int n = sortedIntervals.length; in createUnhandledLists()
551 v = sortedIntervals[i]; in createUnhandledLists()
611 sortedIntervals = sortedList; in sortIntervalsBeforeAllocation()
620 Interval[] oldList = sortedIntervals; in sortIntervalsAfterAllocation()
643 sortedIntervals = combinedList; in sortIntervalsAfterAllocation()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.lir/src/org/graalvm/compiler/lir/alloc/lsra/
H A DLinearScan.java158 private Interval[] sortedIntervals; field in LinearScan
556 assert isSorted(sortedIntervals) : "interval list is not sorted"; in createUnhandledLists()
565 int n = sortedIntervals.length; in createUnhandledLists()
567 v = sortedIntervals[i]; in createUnhandledLists()
627 sortedIntervals = sortedList; in sortIntervalsBeforeAllocation()
636 Interval[] oldList = sortedIntervals; in sortIntervalsAfterAllocation()
659 sortedIntervals = combinedList; in sortIntervalsAfterAllocation()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.lir/src/org/graalvm/compiler/lir/alloc/lsra/
H A DLinearScan.java158 private Interval[] sortedIntervals; field in LinearScan
540 assert isSorted(sortedIntervals) : "interval list is not sorted"; in createUnhandledLists()
549 int n = sortedIntervals.length; in createUnhandledLists()
551 v = sortedIntervals[i]; in createUnhandledLists()
611 sortedIntervals = sortedList; in sortIntervalsBeforeAllocation()
620 Interval[] oldList = sortedIntervals; in sortIntervalsAfterAllocation()
643 sortedIntervals = combinedList; in sortIntervalsAfterAllocation()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.lir/src/org/graalvm/compiler/lir/alloc/trace/lsra/
H A DTraceLinearScanPhase.java240 private TraceInterval[] sortedIntervals; field in TraceLinearScanPhase.TraceLinearScan
413 assert isSortedByFrom(sortedIntervals) : "interval list is not sorted"; in createUnhandledListByFrom()
418 assert isSortedBySpillPos(sortedIntervals) : "interval list is not sorted"; in createUnhandledListBySpillPos()
429 int n = sortedIntervals.length; in createUnhandledList()
431 v = sortedIntervals[i]; in createUnhandledList()
496sortedIntervals = TraceLinearScanPhase.sortIntervalsBeforeAllocation(intervals(), new TraceInterva… in sortIntervalsBeforeAllocation()
506 TraceInterval[] oldList = sortedIntervals; in sortIntervalsAfterAllocation()
529 sortedIntervals = combinedList; in sortIntervalsAfterAllocation()
535 Arrays.sort(sortedIntervals, SORT_BY_SPILL_POS_COMP); in sortIntervalsBySpillPos()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.lir/src/org/graalvm/compiler/lir/alloc/trace/lsra/
H A DTraceLinearScanPhase.java240 private TraceInterval[] sortedIntervals; field in TraceLinearScanPhase.TraceLinearScan
413 assert isSortedByFrom(sortedIntervals) : "interval list is not sorted"; in createUnhandledListByFrom()
418 assert isSortedBySpillPos(sortedIntervals) : "interval list is not sorted"; in createUnhandledListBySpillPos()
429 int n = sortedIntervals.length; in createUnhandledList()
431 v = sortedIntervals[i]; in createUnhandledList()
496sortedIntervals = TraceLinearScanPhase.sortIntervalsBeforeAllocation(intervals(), new TraceInterva… in sortIntervalsBeforeAllocation()
506 TraceInterval[] oldList = sortedIntervals; in sortIntervalsAfterAllocation()
529 sortedIntervals = combinedList; in sortIntervalsAfterAllocation()
535 Arrays.sort(sortedIntervals, SORT_BY_SPILL_POS_COMP); in sortIntervalsBySpillPos()
/dports/cad/sumo/sumo-1.2.0/src/netedit/additionals/
H A DGNEAdditionalHandler.cpp1027 std::vector<std::pair<double, double>> sortedIntervals; in checkOverlappingRerouterIntervals() local
1030 sortedIntervals.push_back(std::make_pair(0., 0.)); in checkOverlappingRerouterIntervals()
1032sortedIntervals.back().first = GNEAttributeCarrier::parse<double>(i->getAttribute(SUMO_ATTR_BEGIN)… in checkOverlappingRerouterIntervals()
1033sortedIntervals.back().second = GNEAttributeCarrier::parse<double>(i->getAttribute(SUMO_ATTR_END)); in checkOverlappingRerouterIntervals()
1036 sortedIntervals.push_back(std::make_pair(newBegin, newEnd)); in checkOverlappingRerouterIntervals()
1038 std::sort(sortedIntervals.begin(), sortedIntervals.end()); in checkOverlappingRerouterIntervals()
1040 for (int i = 0; i < (int)sortedIntervals.size() - 1; i++) { in checkOverlappingRerouterIntervals()
1041 if (sortedIntervals.at(i).second > sortedIntervals.at(i + 1).first) { in checkOverlappingRerouterIntervals()
/dports/biology/gatk/gatk-4.2.0.0/src/main/java/org/broadinstitute/hellbender/utils/
H A DIntervalUtils.java992 …tic List<List<SimpleInterval>> groupIntervalsByContig(final List<SimpleInterval> sortedIntervals) { in groupIntervalsByContig() argument
997 for ( final SimpleInterval currentInterval : sortedIntervals ) { in groupIntervalsByContig()
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/visa/
H A DGraphColor.cpp4488 sortedIntervals.push_back(dcl); in sortLiveIntervals()
4492 std::sort(sortedIntervals.begin(), sortedIntervals.end(), compareInterval(gra)); in sortLiveIntervals()
4496 for (const G4_Declare* dcl : sortedIntervals) in sortLiveIntervals()
5025 for (G4_Declare *newDcl : sortedIntervals) in buildInterferenceIncompatibleMask()
5262 gra.regChart->recordLiveIntervals(sortedIntervals); in augmentIntfGraph()
5267 …gra.verifyAugmentation->loadAugData(sortedIntervals, lrs, intf.liveAnalysis->getNumSelectedVar(), … in augmentIntfGraph()
5273 gra.spillAnalysis->LoadAugIntervals(sortedIntervals, gra); in augmentIntfGraph()
5281 dclIntervals.reserve(sortedIntervals.size()); in augmentIntfGraph()
5282 for (auto& dcl : sortedIntervals) in augmentIntfGraph()
H A DGraphColor.h273 std::vector<G4_Declare*> sortedIntervals; variable