Home
last modified time | relevance | path

Searched refs:GetSum (Results 1 – 25 of 291) sorted by relevance

12345678910>>...12

/dports/science/InsightToolkit/ITK-5.0.1/Modules/Registration/Common/include/
H A DitkMutualInformationImageToImageMetric.hxx266 if( dSumFixed.GetSum() > 0.0 ) in GetValue()
270 if( dSumMoving.GetSum() > 0.0 ) in GetValue()
274 if( dSumJoint.GetSum() > 0.0 ) in GetValue()
283 if( dLogSumMoving.GetSum() > threshold || dLogSumFixed.GetSum() > threshold in GetValue()
284 || dLogSumJoint.GetSum() > threshold ) in GetValue()
291 MeasureType measure = dLogSumFixed.GetSum() + dLogSumMoving.GetSum() - dLogSumJoint.GetSum(); in GetValue()
385 if( dSumFixed.GetSum() > 0.0 ) in GetValueAndDerivative()
389 if( dDenominatorMoving.GetSum() > 0.0 ) in GetValueAndDerivative()
393 if( dDenominatorJoint.GetSum() > 0.0 ) in GetValueAndDerivative()
435 if( dLogSumMoving.GetSum() > threshold || dLogSumFixed.GetSum() > threshold in GetValueAndDerivative()
[all …]
/dports/science/InsightToolkit/ITK-5.0.1/Modules/Core/Common/test/
H A DitkCompensatedSummationTest.cxx54 const FloatType accumulatorSum = floatAccumulator.GetSum(); in itkCompensatedSummationTest()
76 if( itk::Math::NotExactlyEquals(floatAccumulatorCopy.GetSum(), floatAccumulator.GetSum()) ) in itkCompensatedSummationTest()
84 if( itk::Math::NotExactlyEquals(floatAccumulatorCopy2.GetSum(), floatAccumulator.GetSum()) ) in itkCompensatedSummationTest()
92 if( itk::Math::NotAlmostEquals( floatAccumulatorCopy2.GetSum(), floatAccumulator.GetSum() ) ) in itkCompensatedSummationTest()
100 if( itk::Math::NotAlmostEquals( floatAccumulatorCopy2.GetSum(), floatAccumulator.GetSum() ) ) in itkCompensatedSummationTest()
107 …if( itk::Math::NotAlmostEquals( floatAccumulator.GetSum(), itk::NumericTraits< FloatType >::ZeroVa… in itkCompensatedSummationTest()
114 if( floatAccumulator.GetSum() != 2.0 ) in itkCompensatedSummationTest()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/app/netcache/
H A Dsrv_stat.cpp274 .PrintParam("avg_busy_pct", g_CalcStatPct(m_ExecTime, m_JiffyTime.GetSum())) in PrintToLogs()
275 .PrintParam("avg_idle_pct", g_CalcStatPct(m_WaitTime, m_JiffyTime.GetSum())) in PrintToLogs()
276 .PrintParam("cnt_tasks", m_DoneTasks.GetSum()) in PrintToLogs()
279 .PrintParam("avg_idle_slice", double(m_WaitTime) / m_DoneTasks.GetSum() / kUSecsPerMSec) in PrintToLogs()
280 .PrintParam("avg_task_slice", double(m_ExecTime) / m_DoneTasks.GetSum() / kUSecsPerMSec) in PrintToLogs()
310 << g_CalcStatPct(m_ExecTime, m_JiffyTime.GetSum()) << "%, avg idle " in PrintToSocket()
311 << g_CalcStatPct(m_WaitTime, m_JiffyTime.GetSum()) << "%" << endl; in PrintToSocket()
330 << g_ToSmartStr(m_DoneTasks.GetSum()) << " (cnt), " in PrintToSocket()
331 << double(m_ExecTime) / m_DoneTasks.GetSum() / kUSecsPerMSec << " (avg slice), " in PrintToSocket()
333 … << double(m_WaitTime) / m_DoneTasks.GetSum() / kUSecsPerMSec << " (avg wait)" << endl; in PrintToSocket()
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/golang.org/x/tools/internal/lsp/testdata/rename/a/
H A Drandom.go.golden1 -- GetSum-rename --
19 func (p *Pos) GetSum() int {
25 _ = p.GetSum() //@rename("Sum", "GetSum")
65 _ = p.Sum() //@rename("Sum", "GetSum")
105 _ = pos.Sum() //@rename("Sum", "GetSum")
145 _ = p.Sum() //@rename("Sum", "GetSum")
185 _ = p.Sum() //@rename("Sum", "GetSum")
225 _ = p.Sum() //@rename("Sum", "GetSum")
265 _ = p.Sum() //@rename("Sum", "GetSum")
305 _ = p.Sum() //@rename("Sum", "GetSum")
[all …]
/dports/mail/mls/mls-1.3/
H A Dmls_text.c50 long GetSum(long pole[], int max_index) { // return sum of elements in array in GetSum() function
267 …if (GetSum(nHod, 24) != nSprav) fprintf(fOut,"!!!!! %s: %li %s.\n",langWarn[lang],nSprav - GetSum(… in PrintStatText()
275 …if (GetSum(nDen, 31) != nSprav) fprintf(fOut,"!!!!! %s: %li %s.\n",langWarn[lang],nSprav - GetSum(… in PrintStatText()
283 …if (GetSum(nDOW, 7) != nSprav) fprintf(fOut,"!!!!! %s: %li %s.\n",langWarn[lang],nSprav - GetSum(n… in PrintStatText()
291 …if (GetSum(nMon, 12) != nSprav) fprintf(fOut,"!!!!! %s: %li %s.\n",langWarn[lang],nSprav - GetSum(… in PrintStatText()
434 …if (GetSum(nHod, 24) != nSprav) fprintf(fOut,"<br><b>%s:</b> <i>%li %s</i>.<br>\n",langWarn[lang],… in PrintStatHtml()
441 …if (GetSum(nDen, 31) != nSprav) fprintf(fOut,"<br><b>%s:</b> <i>%li %s</i>.<br>\n",langWarn[lang],… in PrintStatHtml()
452 …if (GetSum(nDOW, 7) != nSprav) fprintf(fOut,"<br><b>%s:</b> <i>%li %s</i>.<br>\n",langWarn[lang],… in PrintStatHtml()
463 …if (GetSum(nMon, 12) != nSprav) fprintf(fOut,"<br><b>%s:</b> <i>%li %s</i>.<br>\n",langWarn[lang],… in PrintStatHtml()
/dports/science/InsightToolkit/ITK-5.0.1/Modules/Core/ImageFunction/include/
H A DitkRayCastInterpolateImageFunction.hxx1201 double xBefore = m_Position3Dvox[0].GetSum(); in IncrementVoxelPointers()
1202 double yBefore = m_Position3Dvox[1].GetSum(); in IncrementVoxelPointers()
1203 double zBefore = m_Position3Dvox[2].GetSum(); in IncrementVoxelPointers()
1209 int dx = ( (int)m_Position3Dvox[0].GetSum() ) - ( (int)xBefore ); in IncrementVoxelPointers()
1251 y = m_Position3Dvox[1].GetSum() - std::floor(m_Position3Dvox[1].GetSum()); in GetCurrentIntensity()
1252 z = m_Position3Dvox[2].GetSum() - std::floor(m_Position3Dvox[2].GetSum()); in GetCurrentIntensity()
1257 y = m_Position3Dvox[0].GetSum() - std::floor(m_Position3Dvox[0].GetSum()); in GetCurrentIntensity()
1258 z = m_Position3Dvox[2].GetSum() - std::floor(m_Position3Dvox[2].GetSum()); in GetCurrentIntensity()
1263 y = m_Position3Dvox[0].GetSum() - std::floor(m_Position3Dvox[0].GetSum()); in GetCurrentIntensity()
1264 z = m_Position3Dvox[1].GetSum() - std::floor(m_Position3Dvox[1].GetSum()); in GetCurrentIntensity()
[all …]
/dports/www/bugzilla2atom/bugzilla2atom-56126912bf314a80744827758d582e5e60e7178c/vendor/golang.org/x/tools/internal/lsp/testdata/rename/a/
H A Drandom.go.golden1 -- GetSum-rename --
24 func (p *Pos) GetSum() int {
30 _ = p.GetSum() //@rename("Sum", "GetSum")
75 _ = p.Sum() //@rename("Sum", "GetSum")
120 _ = p.Sum() //@rename("Sum", "GetSum")
165 _ = p.Sum() //@rename("Sum", "GetSum")
210 _ = p.Sum() //@rename("Sum", "GetSum")
300 _ = p.Sum() //@rename("Sum", "GetSum")
345 _ = p.Sum() //@rename("Sum", "GetSum")
390 _ = p.Sum() //@rename("Sum", "GetSum")
[all …]
/dports/net/evans/evans-0.9.1/vendor/golang.org/x/tools/internal/lsp/testdata/lsp/primarymod/rename/a/
H A Drandom.go.golden1 -- GetSum-rename --
23 func (p *Pos) GetSum() int {
29 _ = p.GetSum() //@rename("Sum", "GetSum")
73 _ = p.Sum() //@rename("Sum", "GetSum")
117 _ = p.Sum() //@rename("Sum", "GetSum")
161 _ = p.Sum() //@rename("Sum", "GetSum")
205 _ = p.Sum() //@rename("Sum", "GetSum")
249 _ = p.Sum() //@rename("Sum", "GetSum")
293 _ = p.Sum() //@rename("Sum", "GetSum")
337 _ = p.Sum() //@rename("Sum", "GetSum")
[all …]
/dports/security/vault/vault-1.8.2/vendor/golang.org/x/tools/internal/lsp/testdata/rename/a/
H A Drandom.go.golden1 -- GetSum-rename --
23 func (p *Pos) GetSum() int {
29 _ = p.GetSum() //@rename("Sum", "GetSum")
73 _ = p.Sum() //@rename("Sum", "GetSum")
117 _ = p.Sum() //@rename("Sum", "GetSum")
161 _ = p.Sum() //@rename("Sum", "GetSum")
205 _ = p.Sum() //@rename("Sum", "GetSum")
249 _ = p.Sum() //@rename("Sum", "GetSum")
293 _ = p.Sum() //@rename("Sum", "GetSum")
337 _ = p.Sum() //@rename("Sum", "GetSum")
[all …]
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/golang.org/x/tools/internal/lsp/testdata/rename/a/
H A Drandom.go.golden1 -- GetSum-rename --
23 func (p *Pos) GetSum() int {
29 _ = p.GetSum() //@rename("Sum", "GetSum")
73 _ = p.Sum() //@rename("Sum", "GetSum")
117 _ = p.Sum() //@rename("Sum", "GetSum")
161 _ = p.Sum() //@rename("Sum", "GetSum")
205 _ = p.Sum() //@rename("Sum", "GetSum")
249 _ = p.Sum() //@rename("Sum", "GetSum")
293 _ = p.Sum() //@rename("Sum", "GetSum")
337 _ = p.Sum() //@rename("Sum", "GetSum")
[all …]
/dports/devel/liteide/liteide-x37.4/liteidex/vendor/golang.org/x/tools/internal/lsp/testdata/rename/a/
H A Drandom.go.golden1 -- GetSum-rename --
23 func (p *Pos) GetSum() int {
29 _ = p.GetSum() //@rename("Sum", "GetSum")
73 _ = p.Sum() //@rename("Sum", "GetSum")
117 _ = p.Sum() //@rename("Sum", "GetSum")
161 _ = p.Sum() //@rename("Sum", "GetSum")
205 _ = p.Sum() //@rename("Sum", "GetSum")
249 _ = p.Sum() //@rename("Sum", "GetSum")
293 _ = p.Sum() //@rename("Sum", "GetSum")
337 _ = p.Sum() //@rename("Sum", "GetSum")
[all …]
/dports/net-im/dendrite/dendrite-0.5.1/vendor/golang.org/x/tools/internal/lsp/testdata/rename/a/
H A Drandom.go.golden1 -- GetSum-rename --
23 func (p *Pos) GetSum() int {
29 _ = p.GetSum() //@rename("Sum", "GetSum")
73 _ = p.Sum() //@rename("Sum", "GetSum")
117 _ = p.Sum() //@rename("Sum", "GetSum")
161 _ = p.Sum() //@rename("Sum", "GetSum")
205 _ = p.Sum() //@rename("Sum", "GetSum")
249 _ = p.Sum() //@rename("Sum", "GetSum")
293 _ = p.Sum() //@rename("Sum", "GetSum")
337 _ = p.Sum() //@rename("Sum", "GetSum")
[all …]
/dports/security/xray-core/Xray-core-1.5.0/vendor/golang.org/x/tools/internal/lsp/testdata/rename/a/
H A Drandom.go.golden1 -- GetSum-rename --
23 func (p *Pos) GetSum() int {
29 _ = p.GetSum() //@rename("Sum", "GetSum")
73 _ = p.Sum() //@rename("Sum", "GetSum")
117 _ = p.Sum() //@rename("Sum", "GetSum")
161 _ = p.Sum() //@rename("Sum", "GetSum")
205 _ = p.Sum() //@rename("Sum", "GetSum")
249 _ = p.Sum() //@rename("Sum", "GetSum")
293 _ = p.Sum() //@rename("Sum", "GetSum")
337 _ = p.Sum() //@rename("Sum", "GetSum")
[all …]
/dports/security/vuls/vuls-0.13.7/vendor/golang.org/x/tools/internal/lsp/testdata/lsp/primarymod/rename/a/
H A Drandom.go.golden1 -- GetSum-rename --
23 func (p *Pos) GetSum() int {
29 _ = p.GetSum() //@rename("Sum", "GetSum")
73 _ = p.Sum() //@rename("Sum", "GetSum")
117 _ = p.Sum() //@rename("Sum", "GetSum")
161 _ = p.Sum() //@rename("Sum", "GetSum")
205 _ = p.Sum() //@rename("Sum", "GetSum")
249 _ = p.Sum() //@rename("Sum", "GetSum")
293 _ = p.Sum() //@rename("Sum", "GetSum")
337 _ = p.Sum() //@rename("Sum", "GetSum")
[all …]
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/golang.org/x/tools/internal/lsp/testdata/rename/a/
H A Drandom.go.golden1 -- GetSum-rename --
23 func (p *Pos) GetSum() int {
29 _ = p.GetSum() //@rename("Sum", "GetSum")
73 _ = p.Sum() //@rename("Sum", "GetSum")
117 _ = p.Sum() //@rename("Sum", "GetSum")
161 _ = p.Sum() //@rename("Sum", "GetSum")
205 _ = p.Sum() //@rename("Sum", "GetSum")
249 _ = p.Sum() //@rename("Sum", "GetSum")
293 _ = p.Sum() //@rename("Sum", "GetSum")
337 _ = p.Sum() //@rename("Sum", "GetSum")
[all …]
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/golang.org/x/tools/internal/lsp/testdata/rename/a/
H A Drandom.go.golden1 -- GetSum-rename --
23 func (p *Pos) GetSum() int {
29 _ = p.GetSum() //@rename("Sum", "GetSum")
73 _ = p.Sum() //@rename("Sum", "GetSum")
117 _ = p.Sum() //@rename("Sum", "GetSum")
161 _ = p.Sum() //@rename("Sum", "GetSum")
205 _ = p.Sum() //@rename("Sum", "GetSum")
249 _ = p.Sum() //@rename("Sum", "GetSum")
293 _ = p.Sum() //@rename("Sum", "GetSum")
337 _ = p.Sum() //@rename("Sum", "GetSum")
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/golang.org/x/tools/internal/lsp/testdata/rename/a/
H A Drandom.go.golden1 -- GetSum-rename --
23 func (p *Pos) GetSum() int {
29 _ = p.GetSum() //@rename("Sum", "GetSum")
73 _ = p.Sum() //@rename("Sum", "GetSum")
117 _ = p.Sum() //@rename("Sum", "GetSum")
161 _ = p.Sum() //@rename("Sum", "GetSum")
205 _ = p.Sum() //@rename("Sum", "GetSum")
249 _ = p.Sum() //@rename("Sum", "GetSum")
293 _ = p.Sum() //@rename("Sum", "GetSum")
337 _ = p.Sum() //@rename("Sum", "GetSum")
[all …]
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/golang.org/x/tools/internal/lsp/testdata/rename/a/
H A Drandom.go.golden1 -- GetSum-rename --
23 func (p *Pos) GetSum() int {
29 _ = p.GetSum() //@rename("Sum", "GetSum")
73 _ = p.Sum() //@rename("Sum", "GetSum")
117 _ = p.Sum() //@rename("Sum", "GetSum")
161 _ = p.Sum() //@rename("Sum", "GetSum")
205 _ = p.Sum() //@rename("Sum", "GetSum")
249 _ = p.Sum() //@rename("Sum", "GetSum")
293 _ = p.Sum() //@rename("Sum", "GetSum")
337 _ = p.Sum() //@rename("Sum", "GetSum")
[all …]
/dports/sysutils/helmfile/helmfile-0.138.7/vendor/golang.org/x/tools/internal/lsp/testdata/rename/a/
H A Drandom.go.golden1 -- GetSum-rename --
23 func (p *Pos) GetSum() int {
29 _ = p.GetSum() //@rename("Sum", "GetSum")
73 _ = p.Sum() //@rename("Sum", "GetSum")
117 _ = p.Sum() //@rename("Sum", "GetSum")
161 _ = p.Sum() //@rename("Sum", "GetSum")
205 _ = p.Sum() //@rename("Sum", "GetSum")
249 _ = p.Sum() //@rename("Sum", "GetSum")
293 _ = p.Sum() //@rename("Sum", "GetSum")
337 _ = p.Sum() //@rename("Sum", "GetSum")
[all …]
/dports/sysutils/gomplate/gomplate-3.9.0/vendor/golang.org/x/tools/internal/lsp/testdata/rename/a/
H A Drandom.go.golden1 -- GetSum-rename --
23 func (p *Pos) GetSum() int {
29 _ = p.GetSum() //@rename("Sum", "GetSum")
73 _ = p.Sum() //@rename("Sum", "GetSum")
117 _ = p.Sum() //@rename("Sum", "GetSum")
161 _ = p.Sum() //@rename("Sum", "GetSum")
205 _ = p.Sum() //@rename("Sum", "GetSum")
249 _ = p.Sum() //@rename("Sum", "GetSum")
293 _ = p.Sum() //@rename("Sum", "GetSum")
337 _ = p.Sum() //@rename("Sum", "GetSum")
[all …]
/dports/dns/blocky/blocky-0.17/vendor/golang.org/x/tools/internal/lsp/testdata/rename/a/
H A Drandom.go.golden1 -- GetSum-rename --
23 func (p *Pos) GetSum() int {
29 _ = p.GetSum() //@rename("Sum", "GetSum")
73 _ = p.Sum() //@rename("Sum", "GetSum")
117 _ = p.Sum() //@rename("Sum", "GetSum")
161 _ = p.Sum() //@rename("Sum", "GetSum")
205 _ = p.Sum() //@rename("Sum", "GetSum")
249 _ = p.Sum() //@rename("Sum", "GetSum")
293 _ = p.Sum() //@rename("Sum", "GetSum")
337 _ = p.Sum() //@rename("Sum", "GetSum")
[all …]
/dports/devel/go-bindata/go-bindata-3.1.3/vendor/golang.org/x/tools/internal/lsp/testdata/rename/a/
H A Drandom.go.golden1 -- GetSum-rename --
23 func (p *Pos) GetSum() int {
29 _ = p.GetSum() //@rename("Sum", "GetSum")
73 _ = p.Sum() //@rename("Sum", "GetSum")
117 _ = p.Sum() //@rename("Sum", "GetSum")
161 _ = p.Sum() //@rename("Sum", "GetSum")
205 _ = p.Sum() //@rename("Sum", "GetSum")
249 _ = p.Sum() //@rename("Sum", "GetSum")
293 _ = p.Sum() //@rename("Sum", "GetSum")
337 _ = p.Sum() //@rename("Sum", "GetSum")
[all …]
/dports/security/snowflake-tor/snowflake-ead5a960d7fa19dc890ccbfc0765c5ab6629eaa9/vendor/golang.org/x/tools/internal/lsp/testdata/lsp/primarymod/rename/a/
H A Drandom.go.golden1 -- GetSum-rename --
23 func (p *Pos) GetSum() int {
29 _ = p.GetSum() //@rename("Sum", "GetSum")
73 _ = p.Sum() //@rename("Sum", "GetSum")
117 _ = p.Sum() //@rename("Sum", "GetSum")
161 _ = p.Sum() //@rename("Sum", "GetSum")
205 _ = p.Sum() //@rename("Sum", "GetSum")
249 _ = p.Sum() //@rename("Sum", "GetSum")
293 _ = p.Sum() //@rename("Sum", "GetSum")
337 _ = p.Sum() //@rename("Sum", "GetSum")
[all …]
/dports/devel/gitlab-shell/gitlab-shell-65b8ec55bebd0aea64ac52b9878bafcc2ad992d3/vendor/golang.org/x/tools/internal/lsp/testdata/rename/a/
H A Drandom.go.golden1 -- GetSum-rename --
23 func (p *Pos) GetSum() int {
29 _ = p.GetSum() //@rename("Sum", "GetSum")
73 _ = p.Sum() //@rename("Sum", "GetSum")
117 _ = p.Sum() //@rename("Sum", "GetSum")
161 _ = p.Sum() //@rename("Sum", "GetSum")
205 _ = p.Sum() //@rename("Sum", "GetSum")
249 _ = p.Sum() //@rename("Sum", "GetSum")
293 _ = p.Sum() //@rename("Sum", "GetSum")
337 _ = p.Sum() //@rename("Sum", "GetSum")
[all …]
/dports/devel/tinygo/tinygo-0.14.1/vendor/golang.org/x/tools/internal/lsp/testdata/lsp/primarymod/rename/a/
H A Drandom.go.golden1 -- GetSum-rename --
23 func (p *Pos) GetSum() int {
29 _ = p.GetSum() //@rename("Sum", "GetSum")
73 _ = p.Sum() //@rename("Sum", "GetSum")
117 _ = p.Sum() //@rename("Sum", "GetSum")
161 _ = p.Sum() //@rename("Sum", "GetSum")
205 _ = p.Sum() //@rename("Sum", "GetSum")
249 _ = p.Sum() //@rename("Sum", "GetSum")
293 _ = p.Sum() //@rename("Sum", "GetSum")
337 _ = p.Sum() //@rename("Sum", "GetSum")
[all …]

12345678910>>...12