Home
last modified time | relevance | path

Searched refs:threshold (Results 11351 – 11375 of 68500) sorted by relevance

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

/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/test/Transforms/FunctionImport/
H A Dfuncimport_resolved.ll3 ; copy in funcimport_resolved1.ll with a higher threshold via the direct call
5 ; lower threshold by reaching it from the deeper call chain via foo(), it
30 ; Now run with the lower threshold that will only allow linkonceodrfunc to be
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/framework/common/
H A DtcuRGBA.hpp137 inline bool compareThreshold (RGBA a, RGBA b, RGBA threshold) in compareThreshold() argument
140 return computeAbsDiff(a, b).isBelowThreshold(threshold); in compareThreshold()
152 bool compareThresholdMasked (RGBA a, RGBA b, RGBA threshold, deUint32 cmpMask);
/dports/net-mgmt/librenms/librenms-21.5.1/mibs/fiberhome/
H A DWRI-TEMPERATURE-MIB130 "temperature low threshold"
138 "temperature high threshold"
194 "temperature high threshold for reboot"
/dports/net/mpich/mpich-3.4.3/modules/libfabric/prov/gni/include/rdma/
H A Dfi_direct_eq.h104 extern int gnix_cntr_wait(struct fid_cntr *cntr, uint64_t threshold,
241 static inline int fi_cntr_wait(struct fid_cntr *cntr, uint64_t threshold, in fi_cntr_wait() argument
244 return gnix_cntr_wait(cntr, threshold, timeout); in fi_cntr_wait()
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/assist_ranker/proto/
H A Dgeneric_logistic_regression_model.proto61 // Defines the weights, bias and decision threshold of a Logistic Regression
64 // Decision threshold. If not defined, use 0.5.
65 optional float threshold = 1; field
/dports/math/openturns/openturns-1.18/lib/test/
H A Dt_SklarCopula_std.cxx115 Scalar threshold; in main() local
116 …rval=" << copula.computeMinimumVolumeIntervalWithMarginalProbability(0.95, threshold) << std::endl; in main()
117 fullprint << "threshold=" << threshold << std::endl; in main()
H A Dt_InverseChiSquare_std.cxx121 Scalar threshold; in main() local
122 … << distribution.computeMinimumVolumeIntervalWithMarginalProbability(0.95, threshold) << std::endl; in main()
123 fullprint << "threshold=" << threshold << std::endl; in main()
H A Dt_Gumbel_std.cxx114 Scalar threshold; in main() local
115 … << distribution.computeMinimumVolumeIntervalWithMarginalProbability(0.95, threshold) << std::endl; in main()
116 fullprint << "threshold=" << threshold << std::endl; in main()
H A Dt_Histogram_std.cxx163 Scalar threshold; in main() local
164 … << distribution.computeMinimumVolumeIntervalWithMarginalProbability(0.95, threshold) << std::endl; in main()
165 fullprint << "threshold=" << threshold << std::endl; in main()
H A Dt_ChiSquare_std.cxx116 Scalar threshold; in main() local
117 … << distribution.computeMinimumVolumeIntervalWithMarginalProbability(0.95, threshold) << std::endl; in main()
118 fullprint << "threshold=" << threshold << std::endl; in main()
H A Dt_Chi_std.cxx116 Scalar threshold; in main() local
117 … << distribution.computeMinimumVolumeIntervalWithMarginalProbability(0.95, threshold) << std::endl; in main()
118 fullprint << "threshold=" << threshold << std::endl; in main()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/assist_ranker/proto/
H A Dgeneric_logistic_regression_model.proto61 // Defines the weights, bias and decision threshold of a Logistic Regression
64 // Decision threshold. If not defined, use 0.5.
65 optional float threshold = 1; field
/dports/graphics/blender/blender-2.91.0/source/blender/simulation/intern/
H A DConstrainedConjugateGradient.h73 RealScalar threshold = tol * tol * rhsNorm2; in constrained_conjugate_gradient() local
75 if (residualNorm2 < threshold) { in constrained_conjugate_gradient()
96 if (residualNorm2 < threshold) { in constrained_conjugate_gradient()
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/runtime/
H A Dslice.go193 const threshold = 256
194 if old.cap < threshold {
203 newcap += (newcap + 3*threshold) / 4
/dports/devel/llvm11/llvm-11.0.1.src/test/Transforms/FunctionImport/
H A Dfuncimport_resolved.ll3 ; copy in funcimport_resolved1.ll with a higher threshold via the direct call
5 ; lower threshold by reaching it from the deeper call chain via foo(), it
30 ; Now run with the lower threshold that will only allow linkonceodrfunc to be
/dports/devel/llvm10/llvm-10.0.1.src/test/Transforms/FunctionImport/
H A Dfuncimport_resolved.ll3 ; copy in funcimport_resolved1.ll with a higher threshold via the direct call
5 ; lower threshold by reaching it from the deeper call chain via foo(), it
30 ; Now run with the lower threshold that will only allow linkonceodrfunc to be
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/test/Transforms/FunctionImport/
H A Dfuncimport_resolved.ll3 ; copy in funcimport_resolved1.ll with a higher threshold via the direct call
5 ; lower threshold by reaching it from the deeper call chain via foo(), it
30 ; Now run with the lower threshold that will only allow linkonceodrfunc to be
/dports/devel/apitrace/apitrace-9.0/thirdparty/directxtex/DirectXTex/
H A DDirectXTexP.h196 … _In_reads_(count) const XMVECTOR* pSource, _In_ size_t count, _In_ float threshold = 0 );
200 …tes_all_(count) XMVECTOR* pSource, _In_ size_t count, _In_ DWORD flags, _In_ float threshold = 0 );
204 …ut_updates_all_(count) XMVECTOR* pSource, _In_ size_t count, _In_ float threshold, size_t y, size_…
/dports/net-mgmt/netdisco-mibs/netdisco-mibs-4.010/h3c/
H A Dhh3c-afc.mib111 -- DDOS ATTACK 'Attack threshold' OBJECT
119 "This shows the policy threshold in the DDos Attack."
159 The threshold of the attack is the 4th object.
/dports/net-mgmt/observium/observium/mibs/cabletron/
H A DCABLETRON-TRAPS-IRM96 the selected error type exceeds a threshold
112 a threshold percentage of the good packets for a
128 (per time interval) have exceeded the threshold for
/dports/net-mgmt/netdisco-mibs/netdisco-mibs-4.010/3com/
H A Da3com-huawei-afc.mib111 -- DDOS ATTACK 'Attack threshold' OBJECT
119 "This shows the policy threshold in the DDos Attack."
159 The threshold of the attack is the 4th object.
/dports/science/afni/afni-AFNI_21.3.16/src/scripts_install/
H A D@NoisySkullStrip281 echo " ANAT.lsp : A volume that is used to threshold 'air'"
283 echo " @NoisySkullStrip tries to choose a threshold"
285 echo " the threshold manually with -lspth and rerun"
/dports/net-mgmt/netdisco-mibs/netdisco-mibs-4.010/huawei/
H A Dh3c-afc.mib111 -- DDOS ATTACK 'Attack threshold' OBJECT
119 "This shows the policy threshold in the DDos Attack."
159 The threshold of the attack is the 4th object.
/dports/math/py-networkx/networkx-2.6.3/networkx/algorithms/
H A Dsummarization.py68 def dedensify(G, threshold, prefix=None, copy=True): argument
172 if threshold < 2:
177 high_degree_nodes = set([n for n, d in degrees if d > threshold])
/dports/math/psurface/psurface-2.0.0-13-gb5b6825/
H A DCircularPatch.cpp30 bool CircularPatch<ctype>::hasSmallDihedralAngles(ctype threshold, const PSurface<2,ctype>* par,
55 if (cT->dihedralAngle(cE->triangles[k]) < threshold)
67 if (cT->dihedralAngle(triangles[k]) < threshold)

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