Home
last modified time | relevance | path

Searched refs:thres (Results 1 – 20 of 20) sorted by relevance

/freebsd/contrib/arm-optimized-routines/math/aarch64/advsimd/
H A Dhypot.c15 uint64x2_t tiny_bound, thres; member
18 .thres = V2 (0x3fe0000000000000), /* asuint (0x1p511) - tiny_bound. */
24 uint32x4_t thres; member
27 .thres = V4 (0x7c900000), /* asuint (inf) - tiny_bound. */
57 uint64x2_t specialx = vcgeq_u64 (vsubq_u64 (ix, d->tiny_bound), d->thres); in V_NAME_D2()
58 uint64x2_t specialy = vcgeq_u64 (vsubq_u64 (iy, d->tiny_bound), d->thres); in V_NAME_D2()
80 vget_low_u32 (d->thres)); in V_NAME_D2()
H A Dhypotf.c15 uint32x4_t tiny_bound, thres; member
18 .thres = V4 (0x3f000000), /* asuint (0x1p63) - tiny_bound. */
24 uint16x8_t thres; member
27 .thres = V8 (0x7300), /* asuint (inf) - tiny_bound. */
56 uint32x4_t specialx = vcgeq_u32 (vsubq_u32 (ix, d->tiny_bound), d->thres); in V_NAME_F2()
57 uint32x4_t specialy = vcgeq_u32 (vsubq_u32 (iy, d->tiny_bound), d->thres); in V_NAME_F2()
79 vget_low_u16 (d->thres)); in V_NAME_F2()
H A Dcosh.c17 float64x2_t shift, thres; member
27 .thres = V2 (704.0),
/freebsd/contrib/arm-optimized-routines/math/aarch64/sve/
H A Dexpf.c20 float thres; member
23 .thres = Thres,
39 svbool_t is_special_case = svacgt (pg, x, d->thres); in SV_NAME_F1()
H A Dhypot.c14 uint64_t tiny_bound, thres; member
17 .thres = 0x7300000000000000, /* asuint (inf) - tiny_bound. */
39 pg, svsub_x (pg, svreinterpret_u64 (sqsum), d->tiny_bound), d->thres); in SV_NAME_D2()
H A Dexp2f.c17 float shift, thres; member
29 .thres = Thres,
72 svbool_t special = svacgt (pg, x, d->thres); in SV_NAME_F1()
H A Dexp10f.c22 float shift, log2_10_hi, thres; member
39 .thres = Thres,
88 svbool_t special = svacgt (pg, x, d->thres); in SV_NAME_F1()
H A Dexp.c16 double ln2_hi, ln2_lo, inv_ln2, shift, thres; member
29 .thres = 704.0,
76 svbool_t special = svacgt (pg, x, d->thres); in SV_NAME_D1()
H A Dcosh.c15 float64_t inv_ln2, ln2_hi, ln2_lo, shift, thres; member
26 .thres = 704.0,
/freebsd/sys/dev/cxgb/common/
H A Dcxgb_xgmac.c477 unsigned int thres, v, reg; in t3_mac_set_mtu() local
544 thres = (adap->params.vpd.cclk * 1000) / 15625; in t3_mac_set_mtu()
545 thres = (thres * mtu) / 1000; in t3_mac_set_mtu()
547 thres /= 10; in t3_mac_set_mtu()
548 thres = mtu > thres ? (mtu - thres + 7) / 8 : 0; in t3_mac_set_mtu()
549 thres = max(thres, 8U); /* need at least 8 */ in t3_mac_set_mtu()
553 V_TXFIFOTHRESH(thres) | V_TXIPG(ipg)); in t3_mac_set_mtu()
/freebsd/tools/tools/ath/athprom/
H A Deeprom-1448 | noise floor thres 0 $noiseFloorThreshCh0 |
49 | noise floor thres 1 $noiseFloorThreshCh1 |
50 | noise floor thres 2 $noiseFloorThreshCh2 |
/freebsd/contrib/ofed/infiniband-diags/src/
H A Dibqueryerrors.c178 uint32_t thres = 0; in exceeds_threshold() local
179 mad_decode_field(thresholds, field, &thres); in exceeds_threshold()
180 return (val > thres); in exceeds_threshold()
/freebsd/sys/dev/cxgbe/cudbg/
H A Dcudbg_entity.h269 u16 thres[CIM_NUM_IBQ]; member
H A Dcudbg_lib.c2429 cim_qcfg_data->thres); in collect_cim_qcfg()
/freebsd/sys/contrib/device-tree/src/arm64/qcom/
H A Dsm8550-sony-xperia-yodo-pdx234.dts676 qcom,tune-usb2-disc-thres = /bits/ 8 <0x6>;
/freebsd/sys/dev/cxgbe/common/
H A Dcommon.h694 void t4_read_cimq_cfg(struct adapter *adap, u16 *base, u16 *size, u16 *thres);
H A Dt4_hw.c9864 void t4_read_cimq_cfg(struct adapter *adap, u16 *base, u16 *size, u16 *thres) in t4_read_cimq_cfg() argument
9876 *thres++ = G_QUEFULLTHRSH(v) * 8; /* 8-byte unit */ in t4_read_cimq_cfg()
/freebsd/sys/contrib/dev/rtw88/
H A Drtw8723d.c272 u8 channel, u32 thres) in query_phy_status_page0()
289 if (rtw_read32(rtwdev, REG_PSDRPT) >= thres) in query_phy_status_page1()
384 rtw8723d_check_spur_ov_thres(struct rtw_dev * rtwdev,u8 channel,u32 thres) rtw8723d_check_spur_ov_thres() argument
/freebsd/sys/cam/ctl/
H A Dctl.c14396 uint64_t thres, val; local
14421 thres = scsi_4btoul(page->descr[i].count);
14422 thres <<= CTL_LBP_EXPONENT;
14446 e = (val >= thres);
14448 e = (val <= thres);
/freebsd/sys/dev/cxgbe/
H A Dt4_main.c9418 uint16_t thres[CIM_NUM_IBQ]; in sysctl_cim_qcfg() local
9442 t4_read_cimq_cfg(sc, base, size, thres); in sysctl_cim_qcfg()
9458 qname[i], base[i], size[i], thres[i], G_IBQRDADDR(p[0]), in sysctl_cim_qcfg()