/freebsd/contrib/arm-optimized-routines/math/aarch64/advsimd/ |
H A D | hypot.c | 15 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 D | hypotf.c | 15 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 D | cosh.c | 17 float64x2_t shift, thres; member 27 .thres = V2 (704.0),
|
/freebsd/contrib/arm-optimized-routines/math/aarch64/sve/ |
H A D | expf.c | 20 float thres; member 23 .thres = Thres, 39 svbool_t is_special_case = svacgt (pg, x, d->thres); in SV_NAME_F1()
|
H A D | hypot.c | 14 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 D | exp2f.c | 17 float shift, thres; member 29 .thres = Thres, 72 svbool_t special = svacgt (pg, x, d->thres); in SV_NAME_F1()
|
H A D | exp10f.c | 22 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 D | exp.c | 16 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 D | cosh.c | 15 float64_t inv_ln2, ln2_hi, ln2_lo, shift, thres; member 26 .thres = 704.0,
|
/freebsd/sys/dev/cxgb/common/ |
H A D | cxgb_xgmac.c | 477 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 D | eeprom-14 | 48 | 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 D | ibqueryerrors.c | 178 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 D | cudbg_entity.h | 269 u16 thres[CIM_NUM_IBQ]; member
|
H A D | cudbg_lib.c | 2429 cim_qcfg_data->thres); in collect_cim_qcfg()
|
/freebsd/sys/contrib/device-tree/src/arm64/qcom/ |
H A D | sm8550-sony-xperia-yodo-pdx234.dts | 676 qcom,tune-usb2-disc-thres = /bits/ 8 <0x6>;
|
/freebsd/sys/dev/cxgbe/common/ |
H A D | common.h | 694 void t4_read_cimq_cfg(struct adapter *adap, u16 *base, u16 *size, u16 *thres);
|
H A D | t4_hw.c | 9864 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 D | rtw8723d.c | 272 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 D | ctl.c | 14396 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 D | t4_main.c | 9418 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()
|