Home
last modified time | relevance | path

Searched refs:setCount (Results 1 – 25 of 2233) sorted by relevance

12345678910>>...90

/dports/lang/polyml/polyml-5.8.2/libpolyml/
H A Dgc_progress.cpp43 globalStats.setCount(PSC_GC_STATE, GCP_ML); in gcProgressReturnToML()
44 globalStats.setCount(PSC_GC_PERCENT, 0); in gcProgressReturnToML()
49 globalStats.setCount(PSC_GC_STATE, GCP_MINOR); in gcProgressBeginMinorGC()
50 globalStats.setCount(PSC_GC_PERCENT, 0); in gcProgressBeginMinorGC()
55 globalStats.setCount(PSC_GC_STATE, GCP_MAJOR); in gcProgressBeginMajorGC()
56 globalStats.setCount(PSC_GC_PERCENT, 0); in gcProgressBeginMajorGC()
61 globalStats.setCount(PSC_GC_STATE, GCP_SHARING); in gcProgressBeginSharingGC()
62 globalStats.setCount(PSC_GC_PERCENT, 0); in gcProgressBeginSharingGC()
67 globalStats.setCount(PSC_GC_STATE, GCP_OTHER); in gcProgressBeginOtherGC()
68 globalStats.setCount(PSC_GC_PERCENT, 0); in gcProgressBeginOtherGC()
[all …]
/dports/x11-toolkits/qt5-charts/kde-qtcharts-5.15.2p2/src/charts/barchart/horizontal/bar/
H A Dhorizontalbarchartitem.cpp60 const int setCount = m_series->count(); in initializeLayout() local
63 topLeft = topLeftPoint(set, setCount, category, barWidth, domain()->minX()); in initializeLayout()
66 topLeft = topLeftPoint(set, setCount, category, barWidth, 0.0); in initializeLayout()
67 bottomRight = bottomRightPoint(set, setCount, category, barWidth, 0.0); in initializeLayout()
78 QPointF HorizontalBarChartItem::topLeftPoint(int set, int setCount, int category, in topLeftPoint() argument
83 + (qreal(set)/setCount) * barWidth), in topLeftPoint()
87 QPointF HorizontalBarChartItem::bottomRightPoint(int set, int setCount, int category, in bottomRightPoint() argument
92 + (qreal(set + 1)/setCount) * barWidth), in bottomRightPoint()
101 const int setCount = m_series->count(); in calculateLayout() local
104 for (int set = 0; set < setCount; set++) { in calculateLayout()
[all …]
/dports/x11-toolkits/qt5-charts/kde-qtcharts-5.15.2p2/src/charts/barchart/vertical/bar/
H A Dbarchartitem.cpp63 const int setCount = m_series->count(); in initializeLayout() local
67 topLeft = topLeftPoint(set, setCount, category, barWidth, domain()->minY()); in initializeLayout()
70 topLeft = topLeftPoint(set, setCount, category, barWidth, 0.0); in initializeLayout()
71 bottomRight = bottomRightPoint(set, setCount, category, barWidth, 0.0); in initializeLayout()
82 QPointF BarChartItem::topLeftPoint(int set, int setCount, int category, in topLeftPoint() argument
87 + (qreal(set)/setCount) * barWidth, in topLeftPoint()
91 QPointF BarChartItem::bottomRightPoint(int set, int setCount, in bottomRightPoint() argument
96 + (qreal(set + 1)/setCount) * barWidth, in bottomRightPoint()
105 const int setCount = m_series->count(); in calculateLayout() local
108 for (int set = 0; set < setCount; set++) { in calculateLayout()
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/test/ARCMT/
H A Dobjcmt-property-dot-syntax.m30 [obj setCount : 100];
32 [(P*)0 setCount : [array count]];
34 [[obj PropertyReturnsPObj] setCount : [array count]];
36 [obj setCount : (i1+i2*i3 - 100)];
56 [super setCount : 100];
58 [super setCount : [array count]];
60 [[super PropertyReturnsPObj] setCount : [array count]];
62 [super setCount : (i1+i2*i3 - 100)];
96 [obj setCount : 100];
97 [some setCount : [some count]];
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/test/ARCMT/
H A Dobjcmt-property-dot-syntax.m30 [obj setCount : 100];
32 [(P*)0 setCount : [array count]];
34 [[obj PropertyReturnsPObj] setCount : [array count]];
36 [obj setCount : (i1+i2*i3 - 100)];
56 [super setCount : 100];
58 [super setCount : [array count]];
60 [[super PropertyReturnsPObj] setCount : [array count]];
62 [super setCount : (i1+i2*i3 - 100)];
96 [obj setCount : 100];
97 [some setCount : [some count]];
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/test/ARCMT/
H A Dobjcmt-property-dot-syntax.m30 [obj setCount : 100];
32 [(P*)0 setCount : [array count]];
34 [[obj PropertyReturnsPObj] setCount : [array count]];
36 [obj setCount : (i1+i2*i3 - 100)];
56 [super setCount : 100];
58 [super setCount : [array count]];
60 [[super PropertyReturnsPObj] setCount : [array count]];
62 [super setCount : (i1+i2*i3 - 100)];
96 [obj setCount : 100];
97 [some setCount : [some count]];
[all …]
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/test/ARCMT/
H A Dobjcmt-property-dot-syntax.m30 [obj setCount : 100];
32 [(P*)0 setCount : [array count]];
34 [[obj PropertyReturnsPObj] setCount : [array count]];
36 [obj setCount : (i1+i2*i3 - 100)];
56 [super setCount : 100];
58 [super setCount : [array count]];
60 [[super PropertyReturnsPObj] setCount : [array count]];
62 [super setCount : (i1+i2*i3 - 100)];
96 [obj setCount : 100];
97 [some setCount : [some count]];
[all …]
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/test/ARCMT/
H A Dobjcmt-property-dot-syntax.m30 [obj setCount : 100];
32 [(P*)0 setCount : [array count]];
34 [[obj PropertyReturnsPObj] setCount : [array count]];
36 [obj setCount : (i1+i2*i3 - 100)];
56 [super setCount : 100];
58 [super setCount : [array count]];
60 [[super PropertyReturnsPObj] setCount : [array count]];
62 [super setCount : (i1+i2*i3 - 100)];
96 [obj setCount : 100];
97 [some setCount : [some count]];
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/test/ARCMT/
H A Dobjcmt-property-dot-syntax.m30 [obj setCount : 100];
32 [(P*)0 setCount : [array count]];
34 [[obj PropertyReturnsPObj] setCount : [array count]];
36 [obj setCount : (i1+i2*i3 - 100)];
56 [super setCount : 100];
58 [super setCount : [array count]];
60 [[super PropertyReturnsPObj] setCount : [array count]];
62 [super setCount : (i1+i2*i3 - 100)];
96 [obj setCount : 100];
97 [some setCount : [some count]];
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/test/ARCMT/
H A Dobjcmt-property-dot-syntax.m30 [obj setCount : 100];
32 [(P*)0 setCount : [array count]];
34 [[obj PropertyReturnsPObj] setCount : [array count]];
36 [obj setCount : (i1+i2*i3 - 100)];
56 [super setCount : 100];
58 [super setCount : [array count]];
60 [[super PropertyReturnsPObj] setCount : [array count]];
62 [super setCount : (i1+i2*i3 - 100)];
96 [obj setCount : 100];
97 [some setCount : [some count]];
[all …]
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/test/ARCMT/
H A Dobjcmt-property-dot-syntax.m30 [obj setCount : 100];
32 [(P*)0 setCount : [array count]];
34 [[obj PropertyReturnsPObj] setCount : [array count]];
36 [obj setCount : (i1+i2*i3 - 100)];
56 [super setCount : 100];
58 [super setCount : [array count]];
60 [[super PropertyReturnsPObj] setCount : [array count]];
62 [super setCount : (i1+i2*i3 - 100)];
96 [obj setCount : 100];
97 [some setCount : [some count]];
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/test/ARCMT/
H A Dobjcmt-property-dot-syntax.m30 [obj setCount : 100];
32 [(P*)0 setCount : [array count]];
34 [[obj PropertyReturnsPObj] setCount : [array count]];
36 [obj setCount : (i1+i2*i3 - 100)];
56 [super setCount : 100];
58 [super setCount : [array count]];
60 [[super PropertyReturnsPObj] setCount : [array count]];
62 [super setCount : (i1+i2*i3 - 100)];
96 [obj setCount : 100];
97 [some setCount : [some count]];
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/test/ARCMT/
H A Dobjcmt-property-dot-syntax.m30 [obj setCount : 100];
32 [(P*)0 setCount : [array count]];
34 [[obj PropertyReturnsPObj] setCount : [array count]];
36 [obj setCount : (i1+i2*i3 - 100)];
56 [super setCount : 100];
58 [super setCount : [array count]];
60 [[super PropertyReturnsPObj] setCount : [array count]];
62 [super setCount : (i1+i2*i3 - 100)];
96 [obj setCount : 100];
97 [some setCount : [some count]];
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/test/ARCMT/
H A Dobjcmt-property-dot-syntax.m30 [obj setCount : 100];
32 [(P*)0 setCount : [array count]];
34 [[obj PropertyReturnsPObj] setCount : [array count]];
36 [obj setCount : (i1+i2*i3 - 100)];
56 [super setCount : 100];
58 [super setCount : [array count]];
60 [[super PropertyReturnsPObj] setCount : [array count]];
62 [super setCount : (i1+i2*i3 - 100)];
96 [obj setCount : 100];
97 [some setCount : [some count]];
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/test/ARCMT/
H A Dobjcmt-property-dot-syntax.m30 [obj setCount : 100];
32 [(P*)0 setCount : [array count]];
34 [[obj PropertyReturnsPObj] setCount : [array count]];
36 [obj setCount : (i1+i2*i3 - 100)];
56 [super setCount : 100];
58 [super setCount : [array count]];
60 [[super PropertyReturnsPObj] setCount : [array count]];
62 [super setCount : (i1+i2*i3 - 100)];
96 [obj setCount : 100];
97 [some setCount : [some count]];
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/test/ARCMT/
H A Dobjcmt-property-dot-syntax.m30 [obj setCount : 100];
32 [(P*)0 setCount : [array count]];
34 [[obj PropertyReturnsPObj] setCount : [array count]];
36 [obj setCount : (i1+i2*i3 - 100)];
56 [super setCount : 100];
58 [super setCount : [array count]];
60 [[super PropertyReturnsPObj] setCount : [array count]];
62 [super setCount : (i1+i2*i3 - 100)];
96 [obj setCount : 100];
97 [some setCount : [some count]];
[all …]
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/test/ARCMT/
H A Dobjcmt-property-dot-syntax.m30 [obj setCount : 100];
32 [(P*)0 setCount : [array count]];
34 [[obj PropertyReturnsPObj] setCount : [array count]];
36 [obj setCount : (i1+i2*i3 - 100)];
56 [super setCount : 100];
58 [super setCount : [array count]];
60 [[super PropertyReturnsPObj] setCount : [array count]];
62 [super setCount : (i1+i2*i3 - 100)];
96 [obj setCount : 100];
97 [some setCount : [some count]];
[all …]
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/test/ARCMT/
H A Dobjcmt-property-dot-syntax.m30 [obj setCount : 100];
32 [(P*)0 setCount : [array count]];
34 [[obj PropertyReturnsPObj] setCount : [array count]];
36 [obj setCount : (i1+i2*i3 - 100)];
56 [super setCount : 100];
58 [super setCount : [array count]];
60 [[super PropertyReturnsPObj] setCount : [array count]];
62 [super setCount : (i1+i2*i3 - 100)];
96 [obj setCount : 100];
97 [some setCount : [some count]];
[all …]
/dports/lang/clang-mesa/clang-13.0.1.src/test/ARCMT/
H A Dobjcmt-property-dot-syntax.m30 [obj setCount : 100];
32 [(P*)0 setCount : [array count]];
34 [[obj PropertyReturnsPObj] setCount : [array count]];
36 [obj setCount : (i1+i2*i3 - 100)];
56 [super setCount : 100];
58 [super setCount : [array count]];
60 [[super PropertyReturnsPObj] setCount : [array count]];
62 [super setCount : (i1+i2*i3 - 100)];
96 [obj setCount : 100];
97 [some setCount : [some count]];
[all …]
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/dae/
H A DdaeWGeometry.cpp189 pDomJointsNameArray->setCount(size); in writeRigGeometry()
197 pDomAccessor->setCount(size); in writeRigGeometry()
212 pDomMatricesArray->setCount(numMatrices); in writeRigGeometry()
220 pDomAccessor->setCount(size); in writeRigGeometry()
236 pDomWeightsArray->setCount(numWeights); in writeRigGeometry()
244 pDomAccessor->setCount(size); in writeRigGeometry()
354 pDomIDREFArray->setCount(morphTargetList.size()); in writeMorphGeometry()
358 pDomAccessor->setCount(morphTargetList.size()); in writeMorphGeometry()
379 pDomFloatArray->setCount(morphTargetList.size()); in writeMorphGeometry()
383 pDomAccessor->setCount(morphTargetList.size()); in writeMorphGeometry()
[all …]
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/dae/
H A DdaeWGeometry.cpp189 pDomJointsNameArray->setCount(size); in writeRigGeometry()
197 pDomAccessor->setCount(size); in writeRigGeometry()
212 pDomMatricesArray->setCount(numMatrices); in writeRigGeometry()
220 pDomAccessor->setCount(size); in writeRigGeometry()
236 pDomWeightsArray->setCount(numWeights); in writeRigGeometry()
244 pDomAccessor->setCount(size); in writeRigGeometry()
354 pDomIDREFArray->setCount(morphTargetList.size()); in writeMorphGeometry()
358 pDomAccessor->setCount(morphTargetList.size()); in writeMorphGeometry()
379 pDomFloatArray->setCount(morphTargetList.size()); in writeMorphGeometry()
383 pDomAccessor->setCount(morphTargetList.size()); in writeMorphGeometry()
[all …]
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/lib/CodeGen/
H A DCodeGenPGO.cpp373 uint64_t setCount(uint64_t Count) { in setCount() function
485 setCount(BC.BreakCount + CondCount - BodyCount); in VisitWhileStmt()
506 setCount(BC.BreakCount + CondCount - LoopCount); in VisitDoStmt()
541 setCount(BC.BreakCount + CondCount - BodyCount); in VisitForStmt()
573 setCount(BC.BreakCount + CondCount - BodyCount); in VisitCXXForRangeStmt()
607 setCount(PGO.getRegionCount(S)); in VisitSwitchStmt()
617 setCount(CurrentCount + CaseCount); in VisitSwitchCase()
641 setCount(ElseCount); in VisitIfStmt()
647 setCount(OutCount); in VisitIfStmt()
657 setCount(PGO.getRegionCount(S)); in VisitCXXTryStmt()
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/lib/CodeGen/
H A DCodeGenPGO.cpp396 uint64_t setCount(uint64_t Count) { in setCount() function
508 setCount(BC.BreakCount + CondCount - BodyCount); in VisitWhileStmt()
529 setCount(BC.BreakCount + CondCount - LoopCount); in VisitDoStmt()
564 setCount(BC.BreakCount + CondCount - BodyCount); in VisitForStmt()
598 setCount(BC.BreakCount + CondCount - BodyCount); in VisitCXXForRangeStmt()
632 setCount(PGO.getRegionCount(S)); in VisitSwitchStmt()
642 setCount(CurrentCount + CaseCount); in VisitSwitchCase()
666 setCount(ElseCount); in VisitIfStmt()
672 setCount(OutCount); in VisitIfStmt()
682 setCount(PGO.getRegionCount(S)); in VisitCXXTryStmt()
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/lib/CodeGen/
H A DCodeGenPGO.cpp396 uint64_t setCount(uint64_t Count) { in setCount() function
508 setCount(BC.BreakCount + CondCount - BodyCount); in VisitWhileStmt()
529 setCount(BC.BreakCount + CondCount - LoopCount); in VisitDoStmt()
564 setCount(BC.BreakCount + CondCount - BodyCount); in VisitForStmt()
598 setCount(BC.BreakCount + CondCount - BodyCount); in VisitCXXForRangeStmt()
632 setCount(PGO.getRegionCount(S)); in VisitSwitchStmt()
642 setCount(CurrentCount + CaseCount); in VisitSwitchCase()
666 setCount(ElseCount); in VisitIfStmt()
672 setCount(OutCount); in VisitIfStmt()
682 setCount(PGO.getRegionCount(S)); in VisitCXXTryStmt()
[all …]
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/lib/CodeGen/
H A DCodeGenPGO.cpp381 uint64_t setCount(uint64_t Count) { in setCount() function
493 setCount(BC.BreakCount + CondCount - BodyCount); in VisitWhileStmt()
514 setCount(BC.BreakCount + CondCount - LoopCount); in VisitDoStmt()
549 setCount(BC.BreakCount + CondCount - BodyCount); in VisitForStmt()
583 setCount(BC.BreakCount + CondCount - BodyCount); in VisitCXXForRangeStmt()
617 setCount(PGO.getRegionCount(S)); in VisitSwitchStmt()
627 setCount(CurrentCount + CaseCount); in VisitSwitchCase()
651 setCount(ElseCount); in VisitIfStmt()
657 setCount(OutCount); in VisitIfStmt()
667 setCount(PGO.getRegionCount(S)); in VisitCXXTryStmt()
[all …]

12345678910>>...90