Home
last modified time | relevance | path

Searched refs:minTotal (Results 1 – 18 of 18) sorted by relevance

/dports/sysutils/kubectl/kubernetes-1.22.2/pkg/controller/endpointslice/topologycache/
H A Dtopologycache.go229 minTotal := 0
239 minTotal += minimum
247 allocation.Maximum = allocation.Minimum + numEndpoints - minTotal
/dports/editors/xmlcopyeditor/xmlcopyeditor/src/
H A Dxmlschemagenerator.cpp307 size_t minOccurs = 1, maxOccurs = 1, minTotal = 0; in generateSchema() local
315 minTotal += itr->second.minOccurs; in generateSchema()
328 if ( minTotal == 0 ) schema << _T(" minOccurs=\"0\""); in generateSchema()
433 size_t minTotal = 0; in generateDTD() local
438 minTotal += data.children[*seqItr].maxOccurs; in generateDTD()
440 schema << ( minTotal > 0 ? _T(")+") : _T(")*") ); in generateDTD()
/dports/net-mgmt/thanos/thanos-0.11.0/pkg/shipper/
H A Dshipper_e2e_test.go150 minTotal, maxSync, err := shipper.Timestamps()
152 testutil.Equals(t, timestamp.FromTime(now), minTotal)
302 minTotal, maxSync, err := shipper.Timestamps()
304 testutil.Equals(t, timestamp.FromTime(now), minTotal)
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/thanos-io/thanos/pkg/shipper/
H A Dshipper_e2e_test.go173 minTotal, maxSync, err := shipper.Timestamps()
175 testutil.Equals(t, timestamp.FromTime(now), minTotal)
330 minTotal, maxSync, err := shipper.Timestamps()
332 testutil.Equals(t, timestamp.FromTime(now), minTotal)
/dports/biology/mothur/mothur-1.46.1/source/commands/
H A Dfiltersharedcommand.h40 int minAbund, minTotal, minSamples; variable
H A Dfiltersharedcommand.cpp148 util.mothurConvert(temp, minTotal); in FilterSharedCommand()
308 if (okay && (minTotal != -1)) { in processShared()
313 if (otuTotal < minTotal) { okay = false; } in processShared()
/dports/games/openjk/OpenJK-07675e2/code/cgame/
H A Dcg_info.cpp82 int currTotal, minTotal; in ObjectivePrint_Line() local
87 minTotal = atoi(value); in ObjectivePrint_Line()
89 Q_strncpyz(finalText, va(finalText,currTotal,minTotal), sizeof(finalText)); in ObjectivePrint_Line()
/dports/lang/maude/maude-2.7.1/src/Utility/
H A DdiophantineSystem.cc140 int minTotal = 0; in precompute() local
146 r.minLeave = minTotal; in precompute()
152 minTotal += r.minProduct; in precompute()
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/perfprofiler/
H A Dperftimelinemodel.cpp612 return m_resourceBlocks.maxTotal() > m_resourceBlocks.minTotal() in resourceUsage()
614 - m_resourceBlocks.minTotal()) in resourceUsage()
616 - m_resourceBlocks.minTotal()) in resourceUsage()
642 return rowNumber == SamplesRow ? m_resourceBlocks.minTotal() : 0; in rowMinValue()
H A Dperfresourcecounter.h303 qint64 minTotal() const in minTotal() function
/dports/math/cvc4/CVC4-1.7/src/util/
H A Dfloatingpoint.cpp763 FloatingPoint FloatingPoint::minTotal (const FloatingPoint &arg, bool zeroCaseLeft) const { in minTotal() function in CVC4::FloatingPoint
779 FloatingPoint tmp(minTotal(arg, true)); in min()
780 return PartialFloatingPoint(tmp, tmp == minTotal(arg, false)); in min()
H A Dfloatingpoint.h.in353 FloatingPoint minTotal (const FloatingPoint &arg, bool zeroCaseLeft) const;
/dports/devel/bullet/bullet3-3.21/Extras/VHACD/src/
H A DVHACD.cpp762 double minTotal = MAX_DOUBLE; in ComputeBestClippingPlane() local
1020 if (total < minTotal || (total == minTotal && x < iBest)) in ComputeBestClippingPlane()
1026 minTotal = total; in ComputeBestClippingPlane()
1069 …%2.6f C=%2.6f B=%2.6f S=%2.6f (%1.1f, %1.1f, %1.1f, %3.3f)\n\n", iBest, minTotal, minConcavity, mi… in ComputeBestClippingPlane()
/dports/devel/py-bullet3/bullet3-3.21/Extras/VHACD/src/
H A DVHACD.cpp762 double minTotal = MAX_DOUBLE; in ComputeBestClippingPlane() local
1020 if (total < minTotal || (total == minTotal && x < iBest)) in ComputeBestClippingPlane()
1026 minTotal = total; in ComputeBestClippingPlane()
1069 …%2.6f C=%2.6f B=%2.6f S=%2.6f (%1.1f, %1.1f, %1.1f, %3.3f)\n\n", iBest, minTotal, minConcavity, mi… in ComputeBestClippingPlane()
/dports/devel/godot/godot-3.2.3-stable/thirdparty/vhacd/src/
H A DVHACD.cpp697 double minTotal = MAX_DOUBLE; in ComputeBestClippingPlane() local
926 if (total < minTotal || (total == minTotal && x < iBest)) { in ComputeBestClippingPlane()
931 minTotal = total; in ComputeBestClippingPlane()
969 …%2.6f C=%2.6f B=%2.6f S=%2.6f (%1.1f, %1.1f, %1.1f, %3.3f)\n\n", iBest, minTotal, minConcavity, mi… in ComputeBestClippingPlane()
/dports/devel/godot-tools/godot-3.2.3-stable/thirdparty/vhacd/src/
H A DVHACD.cpp697 double minTotal = MAX_DOUBLE; in ComputeBestClippingPlane() local
926 if (total < minTotal || (total == minTotal && x < iBest)) { in ComputeBestClippingPlane()
931 minTotal = total; in ComputeBestClippingPlane()
969 …%2.6f C=%2.6f B=%2.6f S=%2.6f (%1.1f, %1.1f, %1.1f, %3.3f)\n\n", iBest, minTotal, minConcavity, mi… in ComputeBestClippingPlane()
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/perfprofiler/tests/
H A Dperfresourcecounter_test.cpp218 QCOMPARE(counter.minTotal(), -100ll); in testNegative()
/dports/math/cvc4/CVC4-1.7/src/theory/fp/
H A Dtheory_fp_rewriter.cpp484 RewriteResponse minTotal (TNode node, bool) { in minTotal() function
497 FloatingPoint folded(arg1.minTotal(arg2, arg3.isBitSet(0))); in minTotal()
1187 constantFoldTable[kind::FLOATINGPOINT_MIN_TOTAL] = constantFold::minTotal; in init()