Home
last modified time | relevance | path

Searched refs:threshold (Results 11276 – 11300 of 68500) sorted by relevance

1...<<451452453454455456457458459460>>...2740

/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/containerd/containerd/vendor/github.com/containerd/cgroups/
H A Dmemory.go42 threshold uint64 member
48 func MemoryThresholdEvent(threshold uint64, swap bool) MemoryEvent {
50 threshold,
56 return strconv.FormatUint(m.threshold, 10)
/dports/science/ergo/ergo-3.8/source/integrals/
H A Dintegrals_general.cc95 ergo_real threshold) in get_product_simple_prims() argument
135 if(template_blas_fabs(CxCyCz) < threshold) in get_product_simple_prims()
272 ergo_real threshold) in get_product_simple_primitives() argument
303 threshold); in get_product_simple_primitives()
/dports/sysutils/helmfile/helmfile-0.138.7/vendor/github.com/hashicorp/vault/ui/app/templates/vault/cluster/
H A Dinit.hbs154 for="key-threshold"
157 Key threshold
161 data-test-key-threshold="true"
165 name="key-threshold"
/dports/devel/llvm90/llvm-9.0.1.src/test/Transforms/LICM/
H A Dinvariant.start.ll1 ; RUN: opt -licm -basicaa -licm-n2-threshold=0 < %s -S | FileCheck %s
2 ; RUN: opt -licm -basicaa -licm-n2-threshold=200 < %s -S | FileCheck %s --check-prefix=ALIAS-N2
3 ; RUN: opt -aa-pipeline=basic-aa -licm-n2-threshold=0 -passes='require<aa>,require<targetir>,requir…
4 ; RUN: opt -aa-pipeline=basic-aa -licm-n2-threshold=200 -passes='require<aa>,require<targetir>,requ…
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/
H A Dtree-switch-conversion.h494 unsigned int threshold = param_case_values_threshold; in case_values_threshold() local
496 if (threshold == 0) in case_values_threshold()
497 threshold = targetm.case_values_threshold (); in case_values_threshold()
499 return threshold; in case_values_threshold()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jdk/java/lang/String/concat/
H A DStringConcatFactoryInvariants.java105 Class<?>[] threshold = new Class<?>[LIMIT]; in main() local
112 threshold[c] = int.class; in main()
116 threshold[LIMIT - 1] = int.class; in main()
127 MethodType mtThreshold = MethodType.methodType(String.class, threshold); in main()
/dports/devel/taskflow/taskflow-3.2.0/3rd-party/eigen-3.3.7/Eigen/src/QR/
H A DCompleteOrthogonalDecomposition.h317 CompleteOrthogonalDecomposition& setThreshold(const RealScalar& threshold) {
318 m_cpqr.setThreshold(threshold);
339 RealScalar threshold() const { return m_cpqr.threshold(); }
/dports/devel/tcllib/tcllib-1.20/modules/math/
H A Dmachineparameters.tcllib.man75 Overflow threshold : 8.98846567431e+307
76 Underflow threshold : 2.22507385851e-308
89 Underflow threshold = 2.22507385850720138E-308
91 Overflow threshold = 1.79769313486231571E+308
/dports/devel/tcllibc/tcllib-1.20/modules/math/
H A Dmachineparameters.tcllib.man75 Overflow threshold : 8.98846567431e+307
76 Underflow threshold : 2.22507385851e-308
89 Underflow threshold = 2.22507385850720138E-308
91 Overflow threshold = 1.79769313486231571E+308
/dports/math/vtk9/VTK-9.1.0/ThirdParty/eigen/vtkeigen/eigen/src/QR/
H A DCompleteOrthogonalDecomposition.h317 CompleteOrthogonalDecomposition& setThreshold(const RealScalar& threshold) {
318 m_cpqr.setThreshold(threshold);
339 RealScalar threshold() const { return m_cpqr.threshold(); }
/dports/math/vtk8/VTK-8.2.0/ThirdParty/eigen/vtkeigen/eigen/src/QR/
H A DCompleteOrthogonalDecomposition.h317 CompleteOrthogonalDecomposition& setThreshold(const RealScalar& threshold) {
318 m_cpqr.setThreshold(threshold);
339 RealScalar threshold() const { return m_cpqr.threshold(); }
/dports/textproc/xerces-c3/xerces-c-3.2.3/src/xercesc/util/
H A DHash2KeysSetOf.c281 XMLSize_t threshold = fHashModulus * 4; in put() local
284 if (fCount >= threshold) in put()
332 XMLSize_t threshold = fHashModulus * 4; in putIfNotPresent() local
335 if (fCount >= threshold) in putIfNotPresent()
/dports/games/dose-response/dose-response-179c326/cargo-crates/oorandom-11.0.1/src/
H A Dlib.rs145 let threshold: u32 = s.wrapping_neg() % s; in rand_range() localVariable
146 while leftover < threshold { in rand_range()
255 let threshold: u64 = s.wrapping_neg() % s; in rand_range() localVariable
256 while leftover < threshold { in rand_range()
/dports/lang/gcc11/gcc-11.2.0/gcc/
H A Dtree-switch-conversion.h494 unsigned int threshold = param_case_values_threshold; in case_values_threshold() local
496 if (threshold == 0) in case_values_threshold()
497 threshold = targetm.case_values_threshold (); in case_values_threshold()
499 return threshold; in case_values_threshold()
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/les/
H A Dcosttracker.go262threshold := gfUsageThreshold * float64(gfUsageTC) * ct.utilTarget / flowcontrol.FixedPointMultipl…
327 if max > threshold {
329 if max*exp >= threshold {
332 gfCorr = math.Log(max/threshold) * float64(gfUsageTC)
/dports/security/p5-openxpki-i18n/openxpki-3.16.1/core/server/OpenXPKI/Server/
H A DWatchdog.pm484 my $threshold = $self->max_exception_threshhold();
485 if ($threshold > 0 and $self->_exception_count > $threshold) {
486 my $msg = "Watchdog exception limit ($threshold) reached, exiting!";
/dports/security/p5-openxpki/openxpki-3.16.1/core/server/OpenXPKI/Server/
H A DWatchdog.pm484 my $threshold = $self->max_exception_threshhold();
485 if ($threshold > 0 and $self->_exception_count > $threshold) {
486 my $msg = "Watchdog exception limit ($threshold) reached, exiting!";
/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/lib/stan_math/lib/eigen_3.3.3/Eigen/src/QR/
H A DCompleteOrthogonalDecomposition.h317 CompleteOrthogonalDecomposition& setThreshold(const RealScalar& threshold) {
318 m_cpqr.setThreshold(threshold);
339 RealScalar threshold() const { return m_cpqr.threshold(); }
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/libjava/java/util/
H A DHashMap.java126 private int threshold; field in HashMap
261 threshold = (int) (initialCapacity * loadFactor); in HashMap()
362 if (++size > threshold) in put()
736 threshold = (int) (newcapacity * loadFactor); in rehash()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/test/Transforms/SLPVectorizer/X86/
H A Dminimum-sizes.ll2 ; RUN: opt < %s -slp-threshold=-6 -slp-vectorizer -instcombine -mattr=+sse2 -S | FileCheck %s --che…
3 ; RUN: opt < %s -slp-threshold=-6 -slp-vectorizer -instcombine -mattr=+avx -S | FileCheck %s --che…
4 ; RUN: opt < %s -slp-threshold=-6 -slp-vectorizer -instcombine -mattr=+avx2 -S | FileCheck %s --che…
10 ; the SLP threshold to force vectorization even when not profitable.
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/test/Transforms/LICM/
H A Dinvariant.start.ll1 ; RUN: opt -licm -basic-aa -licm-n2-threshold=0 < %s -S | FileCheck %s
2 ; RUN: opt -licm -basic-aa -licm-n2-threshold=200 < %s -S | FileCheck %s --check-prefix=ALIAS-N2
3 ; RUN: opt -aa-pipeline=basic-aa -licm-n2-threshold=0 -passes='require<aa>,require<targetir>,requir…
4 ; RUN: opt -aa-pipeline=basic-aa -licm-n2-threshold=200 -passes='require<aa>,require<targetir>,requ…
/dports/devel/cmake/cmake-3.22.1/Tests/RunCMake/ctest_test/
H A DRunCMakeTest.cmake24 # our threshold.
28 # our threshold and that they then run once the load average drops.
36 # our threshold.
41 # our threshold and that they then run once the load average drops.
/dports/graphics/open3d/Open3D-0.2/src/External/Eigen/Eigen/src/QR/
H A DCompleteOrthogonalDecomposition.h317 CompleteOrthogonalDecomposition& setThreshold(const RealScalar& threshold) {
318 m_cpqr.setThreshold(threshold);
339 RealScalar threshold() const { return m_cpqr.threshold(); }
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/java/lang/String/concat/
H A DStringConcatFactoryInvariants.java80 Class<?>[] threshold = new Class<?>[LIMIT]; in main() local
87 threshold[c] = int.class; in main()
91 threshold[LIMIT - 1] = int.class; in main()
102 MethodType mtThreshold = MethodType.methodType(String.class, threshold); in main()
/dports/graphics/opencv/opencv-4.5.3/contrib/modules/bioinspired/samples/cpp/
H A DOpenEXRimages_HDR_Retina_toneMapping_video.cpp134 …cv::threshold( outputMat, outputMat, maxInputValue, maxInputValue, 2 ); //THRESH_TRUNC, clips valu… in rescaleGrayLevelMat()
135 …cv::threshold( outputMat, outputMat, minInputValue, minInputValue, 3 ); //THRESH_TOZERO, clips val… in rescaleGrayLevelMat()
146 …cv::threshold( outputMat, outputMat, maxInputValue, maxInputValue, 2 ); //THRESH_TRUNC, clips valu… in rescaleGrayLevelMat()
147 cv::threshold( outputMat, outputMat, minInputValue, minInputValue, 3 ); // in rescaleGrayLevelMat()

1...<<451452453454455456457458459460>>...2740