Home
last modified time | relevance | path

Searched full:threshold (Results 1 – 25 of 1340) sorted by relevance

12345678910>>...54

/freebsd-14-stable/sys/contrib/pcg-c/include/
HDpcg_variants.h843 * bound, which we do by dropping output less than a threshold.
845 * threshold would be to do
847 * uint32_t threshold = 0x100000000ull % bound;
852 * uint32_t threshold = (0x100000000ull-bound) % bound;
876 uint8_t threshold = ((uint8_t)(-bound)) % bound; in pcg_oneseq_16_xsh_rs_8_boundedrand_r() local
879 if (r >= threshold) in pcg_oneseq_16_xsh_rs_8_boundedrand_r()
894 uint16_t threshold = ((uint16_t)(-bound)) % bound; in pcg_oneseq_32_xsh_rs_16_boundedrand_r() local
897 if (r >= threshold) in pcg_oneseq_32_xsh_rs_16_boundedrand_r()
912 uint32_t threshold = -bound % bound; in pcg_oneseq_64_xsh_rs_32_boundedrand_r() local
915 if (r >= threshold) in pcg_oneseq_64_xsh_rs_32_boundedrand_r()
[all …]
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
HDInlineCost.h86 /// Objects of this type also provide the adjusted threshold for inlining
89 /// threshold for this cost metric.
96 /// The adjusted threshold against which this cost was computed.
97 int Threshold = 0; variable
109 InlineCost(int Cost, int Threshold, int StaticBonusApplied,
112 : Cost(Cost), Threshold(Threshold), in Cost()
120 static InlineCost get(int Cost, int Threshold, int StaticBonus = 0) {
123 return InlineCost(Cost, Threshold, StaticBonus);
137 explicit operator bool() const { return Cost < Threshold; }
150 /// Get the threshold against which the cost was computed
[all …]
/freebsd-14-stable/contrib/ntp/html/
HDclock.html17 <li class="inline"><a href="#panic">Panic Threshold</a></li>
27 <h4 id="panic">Panic Threshold</h4>
28threshold, the daemon <tt></tt> assumes something must be terribly wrong, so exits with a message …
30threshold, by default 128 ms, the spike is discarded. However, if offset spikes greater than the…
31threshold and stepout threshold can be changed using the <tt>step</tt> and <tt>stepout</tt> optio…
35 …. At the beginning of the interval the hold timer is set to the stepout threshold and decrements a…
40 …e algorithm and ends when an update is received following the stepout threshold. The clock phase…
44threshold. The interval continues as long as offsets are received that are greater than the step t…
56 …ock discipline until the time since the last update exceeds the stepout threshold. When this happe…
58threshold has occurred. Ignore the update and continue in this state as long as updates greater th…
/freebsd-14-stable/lib/libpmc/pmu-events/arch/powerpc/power8/
HDpmc.json83 "BriefDescription": "Threshold counter exceeded a value of 1024",
89 "BriefDescription": "Threshold counter exceeded a value of 128",
95 "BriefDescription": "Threshold counter exceeded a value of 2048",
101 "BriefDescription": "Threshold counter exceed a count of 256",
107 "BriefDescription": "Threshold counter exceeded a value of 32",
113 "BriefDescription": "Threshold counter exceed a count of 4096",
119 "BriefDescription": "Threshold counter exceeded a value of 512",
126 "PublicDescription": "Threshold counter exceeded a value of 64"
131 "BriefDescription": "threshold exceeded",
137 "BriefDescription": "Threshold counter did not meet threshold",
/freebsd-14-stable/sys/contrib/device-tree/Bindings/input/
HDadc-keys.yaml25 keyup-threshold-microvolt:
45 press-threshold-microvolt:
48 two values of press-threshold-microvolt may be the same. All values
49 of press-threshold-microvolt must be less than
50 keyup-threshold-microvolt.
54 - press-threshold-microvolt
60 - keyup-threshold-microvolt
83 keyup-threshold-microvolt = <2000000>;
88 press-threshold-microvolt = <1500000>;
94 press-threshold-microvolt = <1000000>;
[all …]
HDadc-keys.txt8 - keyup-threshold-microvolt: Voltage above or equal to which all the keys are
21 - press-threshold-microvolt: voltage above or equal to which this key is
24 No two values of press-threshold-microvolt may be the same.
25 All values of press-threshold-microvolt must be less than
26 keyup-threshold-microvolt.
36 keyup-threshold-microvolt = <2000000>;
41 press-threshold-microvolt = <1500000>;
47 press-threshold-microvolt = <1000000>;
53 press-threshold-microvolt = <500000>;
/freebsd-14-stable/contrib/llvm-project/llvm/tools/llvm-cov/
HDCoverageFilters.h82 /// Matches numbers that pass a certain threshold.
89 T Threshold; variable
91 StatisticThresholdFilter(Operation Op, T Threshold) in StatisticThresholdFilter() argument
92 : Op(Op), Threshold(Threshold) {} in StatisticThresholdFilter()
95 /// or greater than the certain threshold.
99 return Value < Threshold; in PassesThreshold()
101 return Value > Threshold; in PassesThreshold()
112 RegionCoverageFilter(Operation Op, double Threshold) in RegionCoverageFilter() argument
113 : StatisticThresholdFilter(Op, Threshold) {} in RegionCoverageFilter()
124 LineCoverageFilter(Operation Op, double Threshold) in LineCoverageFilter() argument
[all …]
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Analysis/
HDInlineCost.cpp57 DefaultThreshold("inlinedefault-threshold", cl::Hidden, cl::init(225),
75 "inline-threshold", cl::Hidden, cl::init(225),
79 "inlinehint-threshold", cl::Hidden, cl::init(325),
80 cl::desc("Threshold for inlining functions with inline hint"));
83 ColdCallSiteThreshold("inline-cold-callsite-threshold", cl::Hidden,
85 cl::desc("Threshold for inlining cold callsites"));
111 // We introduce this threshold to help performance of instrumentation based
115 "inlinecold-threshold", cl::Hidden, cl::init(45),
116 cl::desc("Threshold for inlining functions with cold attribute"));
119 HotCallSiteThreshold("hot-callsite-threshold", cl::Hidden, cl::init(3000),
[all …]
/freebsd-14-stable/sys/contrib/device-tree/Bindings/serial/
Dst,stm32-uart.yaml61 rx-threshold:
63 If value is set to 1, RX FIFO threshold is disabled.
67 tx-threshold:
69 If value is set to 1, TX FIFO threshold is disabled.
99 rx-threshold: false
100 tx-threshold: false
121 rx-threshold = <4>;
122 tx-threshold = <4>;
/freebsd-14-stable/sys/netinet/
HDip_mroute.h151 * measured bandwidth is above or below a threshold.
154 * bandwidth used by some data flow is above or below some threshold.
155 * This interface allows the userland to specify the threshold (in
162 * The threshold is set in packets and/or bytes per_interval.
169 * pass the threshold we deliver an upcall and we are done.
176 * When the timer fires, we compare the value with the threshold,
191 #define BW_UPCALL_UNIT_PACKETS (1 << 0) /* threshold (in packets) */
192 #define BW_UPCALL_UNIT_BYTES (1 << 1) /* threshold (in bytes) */
193 #define BW_UPCALL_GEQ (1 << 2) /* upcall if bw >= threshold */
194 #define BW_UPCALL_LEQ (1 << 3) /* upcall if bw <= threshold */
[all …]
/freebsd-14-stable/sys/contrib/device-tree/Bindings/usb/
HDdwc3.txt47 - snps,lpm-nyet-threshold: LPM NYET threshold
86 - snps,hird-threshold: HIRD threshold
92 - snps,rx-thr-num-pkt-prd: periodic ESS RX packet threshold count - host mode
95 section 1.2.4) to enable periodic ESS RX threshold.
99 enable periodic ESS RX threshold.
100 - snps,tx-thr-num-pkt-prd: periodic ESS TX packet threshold count - host mode
103 section 1.2.3) to enable periodic ESS TX threshold.
107 enable periodic ESS TX threshold.
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/Remarks/
HDHotnessThresholdParser.h1 //===- HotnessThresholdParser.h - Parser for hotness threshold --*- C++ -*-===//
11 /// remarks hotness threshold that supports both int and a special 'auto' value.
24 // Parse remarks hotness threshold argument value.
26 // 1. integer: manually specified threshold; or
27 // 2. string 'auto': automatically get threshold from profile summary.
40 // Negative integer effectively means no threshold in parseHotnessThresholdOption()
44 // A simple CL parser for '*-remarks-hotness-threshold='
/freebsd-14-stable/contrib/llvm-project/llvm/lib/CodeGen/
HDSpillPlacement.cpp90 /// SumLinkWeights - Cached sum of the weights of all links + ThresHold.
103 // true when the RHS saturates. Note that SumLinkWeights includes Threshold. in mustSpill()
109 void clear(BlockFrequency Threshold) { in clear()
113 SumLinkWeights = Threshold; in clear()
151 bool update(const Node nodes[], BlockFrequency Threshold) { in update()
171 if (SumN >= SumP + Threshold) in update()
173 else if (SumP >= SumN + Threshold) in update()
226 nodes[n].clear(Threshold); in activate()
245 /// Set the threshold for a given entry frequency.
247 /// Set the threshold relative to \c Entry. Since the threshold is used as a
[all …]
/freebsd-14-stable/sys/arm/nvidia/
HDtegra_efuse.c141 struct tegra_sku_info *sku, int *threshold) in tegra124_rev_sku_to_speedo_ids() argument
148 *threshold = TEGRA124_THRESHOLD_INDEX_0; in tegra124_rev_sku_to_speedo_ids()
166 *threshold = TEGRA124_THRESHOLD_INDEX_0; in tegra124_rev_sku_to_speedo_ids()
174 *threshold = TEGRA124_THRESHOLD_INDEX_1; in tegra124_rev_sku_to_speedo_ids()
182 *threshold = TEGRA124_THRESHOLD_INDEX_1; in tegra124_rev_sku_to_speedo_ids()
193 int i, threshold; in tegra124_init() local
208 tegra124_rev_sku_to_speedo_ids(sc, sku, &threshold); in tegra124_init()
212 tegra124_soc_process_speedos[threshold][i]) in tegra124_init()
219 tegra124_cpu_process_speedos[threshold][i]) in tegra124_init()
226 tegra124_gpu_process_speedos[threshold][i]) in tegra124_init()
[all …]
/freebsd-14-stable/sys/contrib/device-tree/Bindings/sound/
HDcs35l36.txt73 - cirrus,classh-weak-fet-thld-millivolt : Weak-FET amplifier drive threshold.
74 Configures the signal threshold at which the PWM output stage enters
77 - cirrus,temp-warn-threshold : Amplifier overtemperature warning threshold.
78 Configures the threshold at which the overtemperature warning condition occurs.
79 When the threshold is met, the overtemperature warning attenuation is applied
110 - cirrus,vpbr-thld : Initial VPBR threshold. Configures the VP brownout
111 threshold voltage
153 cirrus,temp-warn-threshold = <0x01>;
HDnau8824.txt29 - nuvoton,sar-threshold-num: Number of buttons supported
30 …- nuvoton,sar-threshold: Impedance threshold for each button. Array that contains up to 8 buttons …
33 Refer datasheet section 10.2 for more information about threshold calculation.
80 nuvoton,sar-threshold-num = <4>;
81 nuvoton,sar-threshold = <0xc 0x1e 0x38 0x60>;
HDnau8825.txt33 - nuvoton,sar-threshold-num: Number of buttons supported
34 …- nuvoton,sar-threshold: Impedance threshold for each button. Array that contains up to 8 buttons …
37 Refer datasheet section 10.2 for more information about threshold calculation.
98 nuvoton,sar-threshold-num = <4>;
99 nuvoton,sar-threshold = <0xc 0x1e 0x38 0x60>;
/freebsd-14-stable/sys/contrib/device-tree/Bindings/power/supply/
HDmax17042_battery.txt16 Optional threshold properties :
18 - maxim,cold-temp : Temperature threshold to report battery
20 - maxim,over-heat-temp : Temperature threshold to report battery
22 - maxim,dead-volt : Voltage threshold to report battery
24 - maxim,over-volt : Voltage threshold to report battery
/freebsd-14-stable/lib/msun/man/
HDieee.3168 Range: Overflow threshold = 2.0**128 = 3.4e38
169 Underflow threshold = 0.5**126 = 1.2e\-38
203 Range: Overflow threshold = 2.0**1024 = 1.8e308
204 Underflow threshold = 0.5**1022 = 2.2e\-308
234 Range: Overflow threshold = 2.0**16384 = 1.2e4932
235 Underflow threshold = 0.5**16382 = 3.4e\-4932
265 Range: Overflow threshold = 2.0**16384 = 1.2e4932
266 Underflow threshold = 0.5**16382 = 3.4e\-4932
298 underflow threshold, or to test the Underflow
310 underflow threshold, as is almost always the case,
[all …]
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
HDAMDGPUTargetTransformInfo.cpp36 "amdgpu-unroll-threshold-private",
37 cl::desc("Unroll threshold for AMDGPU if private memory used in a loop"),
41 "amdgpu-unroll-threshold-local",
42 cl::desc("Unroll threshold for AMDGPU if local memory used in a loop"),
46 "amdgpu-unroll-threshold-if",
47 cl::desc("Unroll threshold increment for AMDGPU for each if statement inside loop"),
57 cl::desc("Inner loop block size threshold to analyze in unroll for AMDGPU"),
107 UP.Threshold = in getUnrollingPreferences()
108 F.getFnAttributeAsParsedInteger("amdgpu-unroll-threshold", 300); in getUnrollingPreferences()
126 // If this loop has the amdgpu.loop.unroll.threshold metadata we will use the in getUnrollingPreferences()
[all …]
/freebsd-14-stable/sys/contrib/device-tree/src/arm64/amlogic/
HDmeson-gxbb-p200.dts28 keyup-threshold-microvolt = <1800000>;
33 press-threshold-microvolt = <900000>; /* 50% */
39 press-threshold-microvolt = <684000>; /* 38% */
45 press-threshold-microvolt = <468000>; /* 26% */
51 press-threshold-microvolt = <252000>; /* 14% */
57 press-threshold-microvolt = <0>; /* 0% */
/freebsd-14-stable/sys/contrib/device-tree/src/arm64/rockchip/
HDrk3308-evb.dts24 keyup-threshold-microvolt = <1800000>;
29 press-threshold-microvolt = <18000>;
38 keyup-threshold-microvolt = <1800000>;
43 press-threshold-microvolt = <1130000>;
49 press-threshold-microvolt = <901000>;
55 press-threshold-microvolt = <624000>;
61 press-threshold-microvolt = <300000>;
67 press-threshold-microvolt = <18000>;
/freebsd-14-stable/sys/contrib/device-tree/Bindings/regulator/
HDvctrl.txt17 - ovp-threshold-percent : overvoltage protection (OVP) threshold of the
27 each step is within the OVP threshold.
31 This value is required when ovp-threshold-percent is
48 ovp-threshold-percent = <16>;
/freebsd-14-stable/share/man/man4/
HDmulticast.4685 the bandwidth rate is above a threshold for example.
692 threshold.
740 * measured bandwidth is above or below a threshold.
743 * bandwidth used by some data flow is above or below some threshold.
744 * This interface allows the userland to specify the threshold (in
751 * The threshold is set in packets and/or bytes per_interval.
758 * pass the threshold we deliver an upcall and we are done.
765 * When the timer fires, we compare the value with the threshold,
780 #define BW_UPCALL_UNIT_PACKETS (1 << 0) /* threshold (in packets) */
781 #define BW_UPCALL_UNIT_BYTES (1 << 1) /* threshold (in bytes) */
[all …]
/freebsd-14-stable/sys/contrib/dev/iwlwifi/fw/api/
HDpower.h71 /* Radio LP RX Energy Threshold measured in dBm */
208 * @heavy_tx_thld_packets: TX threshold measured in number of packets
209 * @heavy_rx_thld_packets: RX threshold measured in number of packets
210 * @heavy_tx_thld_percentage: TX threshold measured in load's percentage
211 * @heavy_rx_thld_percentage: RX threshold measured in load's percentage
616 * passed beacon is greater than this threshold. Zero value means that
622 * and last passed beacon is greater than this threshold. Zero value
626 * calculated for current beacon is less than the threshold, use
627 * Roaming Energy Delta Threshold, otherwise use normal Energy Delta
628 * Threshold. Typical energy threshold is -72dBm.
[all …]

12345678910>>...54