Home
last modified time | relevance | path

Searched refs:threshold (Results 1 – 25 of 372) sorted by path

12345678910>>...15

/freebsd/contrib/arm-optimized-routines/math/tools/
H A Dremez.jl427 threshold = abs(c-a) * 2^(-epsbits/2)
447 while abs(c-a) > threshold
730 threshold = 2^(-epsbits/2) # convergence threshold
740 if abs(e1-e0) <= threshold
758 while abs(e1-e0) > threshold
842 threshold = 2^(-epsbits/3)
865 if variation < threshold
/freebsd/contrib/bc/src/
H A Drand.c521 BcRand threshold; in bc_rand_bounded() local
524 threshold = (0 - bound) % bound; in bc_rand_bounded()
530 while (rand < threshold); in bc_rand_bounded()
/freebsd/contrib/bearssl/
H A DDoxyfile2225 # become too big to be useful. The UML_LIMIT_NUM_FIELDS threshold limits the
2227 # for no limit. Note that the threshold may be exceeded by 50% before the limit
2228 # is enforced. So when you set the threshold to 10, up to 15 fields may appear,
/freebsd/contrib/bsnmp/snmp_ntp/
H A DBEGEMOT-NTP-MIB.txt124 "Jitter trap threshold in seconds multiplied by 2^32."
132 "Stability trap threshold in ppm multiplied by 2^32."
/freebsd/contrib/dialog/
H A DCHANGES1355 threshold. Also, these changes do not address traversal, e.g., for
H A DCOPYING257 threshold for this to be true is not precisely defined by law.
/freebsd/contrib/diff/
H A DChangeLog3525 Increase threshold for stopping discarding, and also check for
3526 consecutive nondiscardables as separate threshold.
/freebsd/contrib/googletest/googlemock/test/
H A Dgmock-matchers-arithmetic_test.cc831 explicit IsGreaterThan(int threshold) : threshold_(threshold) {} in IsGreaterThan() argument
/freebsd/contrib/jemalloc/
H A DChangeLog51 crossing the specified threshold to reduce fragmentation. (@interwq)
86 crossing the threshold, also eagerly purges the oversize extents. Default
87 the threshold to 8 MiB. (@interwq)
222 practice large extents are usually the ones that cross the decay threshold.
/freebsd/contrib/ldns/
H A Dlibdns.doxygen.in2378 # become too big to be useful. The UML_LIMIT_NUM_FIELDS threshold limits the
2380 # for no limit. Note that the threshold may be exceeded by 50% before the limit
2381 # is enforced. So when you set the threshold to 10, up to 15 fields may appear,
2403 # to display on a single line. If the actual line length exceeds this threshold
/freebsd/contrib/libcbor/
H A DDoxyfile2459 # become too big to be useful. The UML_LIMIT_NUM_FIELDS threshold limits the
2461 # for no limit. Note that the threshold may be exceeded by 50% before the limit
2462 # is enforced. So when you set the threshold to 10, up to 15 fields may appear,
2484 # to display on a single line. If the actual line length exceeds this threshold
H A Dcodecov.yml9 threshold: 1% # Don't fail CI on trivial changes and Codecov flakiness
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DCodeGenOptions.def354 /// The threshold to put data into small data section.
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td1222 def fgpu_inline_threshold_EQ : Joined<["-"], "fgpu-inline-threshold=">,
1224 HelpText<"Inline threshold for device compilation for CUDA/HIP">;
1968 def fdiagnostics_hotness_threshold_EQ : Joined<["-"], "fdiagnostics-hotness-threshold=">,
1972 "Use 'auto' to apply the threshold from profile summary">;
2706 Joined<["-"], "fxray-instruction-threshold=">,
4422 def mlarge_data_threshold_EQ : Joined<["-"], "mlarge-data-threshold=">, Group<m_Group>,
4979 def msmall_data_threshold_EQ : Joined <["-"], "msmall-data-threshold=">,
5110 " meets the -G <size> threshold (MIPS)">;
5114 " it meets the -G <size> threshold (MIPS)">;
5118 "section even if they meet the -G <size> threshold (MIPS)">;
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/
H A DAnalyzerOptions.def353 ANALYZER_OPTION(unsigned, CTUImportThreshold, "ctu-import-threshold",
356 "Lowering this threshold can alleviate the memory burden of "
362 ANALYZER_OPTION(unsigned, CTUImportCppThreshold, "ctu-import-cpp-threshold",
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprCXX.cpp836 llvm::APInt threshold = in EmitCXXNewAllocSize() local
840 = llvm::ConstantInt::get(numElementsType, threshold); in EmitCXXNewAllocSize()
/freebsd/contrib/llvm-project/clang/lib/Headers/
H A Dopencl-c.h17730 uchar threshold, intel_sub_group_avc_ime_payload_t payload);
/freebsd/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_linux.cpp509 uptr threshold = common_flags()->clear_shadow_mmap_threshold; in TagMemoryAligned() local
511 UNLIKELY(page_end >= page_start + threshold && tag == 0)) { in TagMemoryAligned()
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_flags.inc121 "memset(). This is the threshold size in bytes.")
/freebsd/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_basic_flags.inc18 "microseconds than this threshold.")
H A Dxray_fdr_flags.inc19 "microseconds than this threshold.")
/freebsd/contrib/llvm-project/lld/ELF/
H A DOptions.td625 defm opt_remarks_hotness_threshold: EEq<"opt-remarks-hotness-threshold",
627 " Use 'auto' to apply the threshold from profile summary.">,
696 def: J<"plugin-opt=opt-remarks-hotness-threshold=">,
698 HelpText<"Alias for --opt-remarks-hotness-threshold">;
/freebsd/contrib/llvm-project/lldb/source/Plugins/Trace/intel-pt/
H A DTraceIntelPTProperties.td5 Property<"infinite-decoding-loop-verification-threshold", "UInt64">,
11 "threshold T, another attempt will be done after 2T instructions, then "
17 Property<"extremely-large-decoding-threshold", "UInt64">,
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DInlineModelFeatureMaps.h64 M(int64_t, {1}, threshold, "Threshold for the heuristic inliner")
89 Feature != InlineCostFeatureIndex::threshold; in isHeuristicInlineCostFeature()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DInlineCost.cpp1306 set(InlineCostFeatureIndex::threshold, Threshold); in finalizeAnalysis()

12345678910>>...15