Searched refs:threshold (Results 1 - 25 of 77) sorted by path

1234

/freebsd-current/contrib/arm-optimized-routines/math/tools/
H A Dremez.jl426 # Decide on a 'good enough' threshold.
427 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-current/contrib/bc/src/
H A Drand.c521 BcRand threshold; local
523 // Calculate the threshold below which we have to try again.
524 threshold = (0 - bound) % bound;
530 while (rand < threshold);
/freebsd-current/contrib/googletest/googlemock/test/
H A Dgmock-matchers-arithmetic_test.cc831 explicit IsGreaterThan(int threshold) : threshold_(threshold) {} argument
/freebsd-current/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprCXX.cpp836 llvm::APInt threshold = local
840 = llvm::ConstantInt::get(numElementsType, threshold);
1682 // threshold. Otherwise assume it's suitably aligned for the allocated type.
/freebsd-current/contrib/llvm-project/clang/lib/Headers/
H A Dopencl-c.h10289 * cases where you would want a threshold function
17730 uchar threshold, intel_sub_group_avc_ime_payload_t payload);
/freebsd-current/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_linux.cpp509 uptr threshold = common_flags()->clear_shadow_mmap_threshold; local
511 UNLIKELY(page_end >= page_start + threshold && tag == 0)) {
/freebsd-current/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;
109 M(int64_t, {1}, cost_estimate, "total cost estimate (threshold - free)") \
/freebsd-current/contrib/llvm-project/llvm/lib/Analysis/
H A DInlineCost.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),
83 ColdCallSiteThreshold("inline-cold-callsite-threshold", cl::Hidden,
111 // We introduce this threshold to help performance of instrumentation based
115 "inlinecold-threshold", cl::Hidden, cl::init(45),
119 HotCallSiteThreshold("hot-callsite-threshold", cl::Hidden, cl::init(3000),
123 "locally-hot-callsite-threshold", cl::Hidden, cl::init(525),
165 "exceeds the threshold."));
557 // This DenseMap stores the delta change in cost and threshold afte
[all...]
/freebsd-current/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_tasking.cpp52 // threshold: value above which the trace statement triggers
56 int threshold, char *location) {
63 threshold,
90 KA_TRACE(threshold,
97 KA_TRACE(threshold,
54 __kmp_trace_task_stack(kmp_int32 gtid, kmp_thread_data_t *thread_data, int threshold, char *location) argument
/freebsd-current/contrib/lua/src/
H A Dlgc.c1053 ** start when memory use hits the threshold of ('estimate' * pause /
1058 l_mem threshold, debt; local
1062 threshold = (pause < MAX_LMEM / estimate) /* overflow? */
1065 debt = gettotalbytes(g) - threshold;
/freebsd-current/contrib/ofed/infiniband-diags/src/
H A Dibccconfig.c72 "<controlmap> <victimmask> <creditmask> <threshold> <packetsize> "
75 "<valid> <control_type> <threshold> <packet_size> <cong_parm_marking_rate>"},
260 uint32_t threshold; local
281 if ((errstr = parseint(argv[3], &threshold, 0)))
315 &threshold);
348 uint32_t threshold; local
368 if ((errstr = parseint(argv[3], &threshold, 0)))
407 &threshold);
/freebsd-current/contrib/tcpdump/
H A Dprint-slow.c153 nd_uint64_t threshold; member in struct:slow_oam_link_event_t
679 GET_BE_U_8(tlv.slow_oam_link_event->threshold),
/freebsd-current/contrib/wpa/src/drivers/
H A Ddriver.h482 * wakeups and thereby save power. Specify the RSSI threshold in s32
2303 * @above_threshold: true if the above threshold was crossed
3278 * set_rts - Set RTS threshold
3280 * @rts: RTS threshold in octets
3286 * set_frag - Set fragmentation threshold
3288 * @frag: Fragmentation threshold in octets
3601 * @threshold: Threshold value for signal change events; 0 = disabled
3608 * %threshold value or increases above it, EVENT_SIGNAL_CHANGE event
3612 int (*signal_monitor)(void *priv, int threshold, int hysteresis);
H A Ddriver_nl80211.c6938 wpa_printf(MSG_DEBUG, "nl80211: Failed to set RTS threshold %d: "
6966 wpa_printf(MSG_DEBUG, "nl80211: Failed to set fragmentation threshold "
8531 static int nl80211_signal_monitor(void *priv, int threshold, int hysteresis) argument
8538 wpa_printf(MSG_DEBUG, "nl80211: Signal monitor threshold=%d "
8539 "hysteresis=%d", threshold, hysteresis);
8543 nla_put_u32(msg, NL80211_ATTR_CQM_RSSI_THOLD, threshold) ||
/freebsd-current/contrib/wpa/wpa_supplicant/
H A Dctrl_iface.c8093 int threshold = 0; local
8103 threshold = atoi(pos + 10);
8107 return wpa_drv_signal_monitor(wpa_s, threshold, hysteresis);
H A Ddriver_i.h515 int threshold, int hysteresis)
519 threshold, hysteresis);
514 wpa_drv_signal_monitor(struct wpa_supplicant *wpa_s, int threshold, int hysteresis) argument
/freebsd-current/share/mk/
H A Dbsd.sys.mk284 CLANG_OPT_SMALL= -mstack-alignment=8 -mllvm -inline-threshold=3
/freebsd-current/sys/arm/freescale/imx/
H A Dimx6_ssi.c345 int threshold; local
364 threshold = sr->speed + ((rate_map[i + 1].speed != 0) ?
366 if (speed < threshold)
/freebsd-current/sys/arm/freescale/vybrid/
H A Dvf_sai.c307 int threshold; local
326 threshold = sr->speed + ((rate_map[i + 1].speed != 0) ?
328 if (speed < threshold)
/freebsd-current/sys/arm/nvidia/
H A Dtegra_efuse.c140 struct tegra_sku_info *sku, int *threshold)
147 *threshold = TEGRA124_THRESHOLD_INDEX_0;
165 *threshold = TEGRA124_THRESHOLD_INDEX_0;
173 *threshold = TEGRA124_THRESHOLD_INDEX_1;
181 *threshold = TEGRA124_THRESHOLD_INDEX_1;
192 int i, threshold; local
207 tegra124_rev_sku_to_speedo_ids(sc, sku, &threshold);
211 tegra124_soc_process_speedos[threshold][i])
218 tegra124_cpu_process_speedos[threshold][i])
225 tegra124_gpu_process_speedos[threshold][
139 tegra124_rev_sku_to_speedo_ids(struct tegra_efuse_softc *sc, struct tegra_sku_info *sku, int *threshold) argument
296 tegra210_rev_sku_to_speedo_ids(struct tegra_efuse_softc *sc, struct tegra_sku_info *sku, int speedo_rev, int *threshold) argument
332 int i, threshold, speedo_rev; local
[all...]
/freebsd-current/sys/conf/
H A Dkern.pre.mk102 -mllvm -asan-instrumentation-with-call-threshold=0 \
/freebsd-current/sys/contrib/ck/include/
H A Dck_hp.h46 unsigned int threshold; member in struct:ck_hp
/freebsd-current/sys/contrib/ck/src/
H A Dck_hp.c70 unsigned int threshold,
74 state->threshold = threshold;
86 ck_hp_set_threshold(struct ck_hp *state, unsigned int threshold) argument
89 ck_pr_store_uint(&state->threshold, threshold);
305 if (thread->n_pending >= global->threshold)
68 ck_hp_init(struct ck_hp *state, unsigned int degree, unsigned int threshold, ck_hp_destructor_t destroy) argument
/freebsd-current/sys/contrib/dev/athk/ath10k/
H A Dhtt_rx.c3695 u16 threshold; local
3714 threshold = MS(info1, HTT_TX_MODE_SWITCH_IND_INFO1_THRESHOLD);
3717 "htt rx tx mode switch ind info0 0x%04x info1 0x%04x enable %d num records %zd mode %d threshold %u\n",
3718 info0, info1, enable, num_records, mode, threshold);
3742 ar->htt.tx_q_state.num_push_allowed = threshold;
/freebsd-current/sys/contrib/dev/rtw88/
H A Dfw.c712 s32 threshold = bss_conf->cqm_rssi_thold + rssi_offset; local
734 threshold = clamp_t(s32, threshold, rssi_min, rssi_max);
739 SET_BCN_FILTER_OFFLOAD_P1_THRESHOLD(h2c_pkt, (u8)threshold);

Completed in 863 milliseconds

1234