Home
last modified time | relevance | path

Searched full:thresh (Results 1 – 25 of 112) sorted by relevance

12345

/freebsd/usr.sbin/pmcstudy/
H A Dpmcstudy.c191 const char *thresh; member
212 mythresh = "thresh > .05"; in explain_name_sb()
215 mythresh = "thresh > .05"; in explain_name_sb()
218 mythresh = "thresh >= .2"; in explain_name_sb()
221 mythresh = "thresh >= .1"; in explain_name_sb()
224 mythresh = "thresh >= .01"; in explain_name_sb()
227 mythresh = "thresh >= .05"; in explain_name_sb()
230 mythresh = "thresh >= .05"; in explain_name_sb()
236 mythresh = "thresh >= .2"; in explain_name_sb()
239 mythresh = "thresh >= .2"; in explain_name_sb()
[all …]
/freebsd/sys/contrib/device-tree/Bindings/iio/accel/
H A Dlis302.txt29 - st,click-thresh-{x,y,z}: set the x/y/z axis threshold
77 st,click-thresh-x = <10>;
78 st,click-thresh-y = <10>;
79 st,click-thresh-z = <10>;
101 st,click-thresh-x = <10>;
102 st,click-thresh-y = <10>;
103 st,click-thresh-z = <10>;
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/buffering/
H A Dtst.cputime.ksh36 int thresh;
41 thresh = 10;
63 /((total * 100) / (timestamp - start)) > thresh/
67 printf("expected no more than %d%%!\n", thresh);
/freebsd/sys/contrib/device-tree/Bindings/input/
H A Diqs626a.yaml110 azoteq,thresh-extend:
477 azoteq,thresh:
693 azoteq,thresh-swipe:
708 azoteq,thresh:
728 azoteq,thresh-swipe: ["linux,keycodes"]
801 azoteq,thresh-swipe = <40>;
804 azoteq,thresh = <35>;
809 azoteq,thresh = <40>;
814 azoteq,thresh = <40>;
819 azoteq,thresh = <38>;
[all …]
/freebsd/contrib/arm-optimized-routines/math/aarch64/advsimd/
H A Dexpm1.c17 uint64x2_t thresh, tiny_bound; member
26 .thresh = V2 (0x78c56fa6d34b552),
56 shift-left by 1, and compare with thresh which was left-shifted offline - in V_NAME_D1()
59 = vcgeq_u64 (vsubq_u64 (vaddq_u64 (ix, ix), d->tiny_bound), d->thresh); in V_NAME_D1()
H A Dexpm1f.c17 uint32x4_t thresh; member
31 .thresh = V4 (0x1d5ebc40),
57 shift-left by 1, and compare with thresh which was left-shifted offline - in V_NAME_F1()
60 = vcgeq_u32 (vsubq_u32 (vaddq_u32 (ix, ix), TinyBound), d->thresh); in V_NAME_F1()
H A Dacosh.c17 uint64x2_t one, thresh; member
21 .thresh = V2 (0x1ff0000000000000) /* asuint64(0x1p511) - asuint64(1). */
40 = vcgeq_u64 (vsubq_u64 (vreinterpretq_u64_f64 (x), d->one), d->thresh); in V_NAME_D1()
H A Dtanh.c15 uint64x2_t thresh, tiny_bound; member
20 .thresh = V2 (0x01f241bf835f9d5f),
43 uint64x2_t special = vcgtq_u64 (vsubq_u64 (ia, d->tiny_bound), d->thresh); in V_NAME_D1()
H A Dsinhf.c17 uint32x4_t tiny_bound, thresh; member
27 .thresh = V4 (0x12fbbbb3),
57 vsubq_u32 (vreinterpretq_u32_f32 (ax), d->tiny_bound), d->thresh); in V_NAME_F1()
H A Dlog1pf.c17 uint32x4_t minus_one, thresh; member
21 .thresh = V4 (0x4b800000), /* asuint32(INFINITY) - TinyBound. */
48 = vorrq_u32 (vcgeq_u32 (vsubq_u32 (ia, TinyBound), d->thresh), in V_NAME_F1()
H A Dsinh.c18 uint64x2_t tiny_bound, thresh; member
29 .thresh = V2 (0x0230000000000000),
58 vsubq_u64 (vreinterpretq_u64_f64 (ax), d->tiny_bound), d->thresh); in V_NAME_D1()
H A Dcbrt.c18 uint32x4_t thresh; member
28 .thresh = V4(0x7fe00000), /* asuint64 (infinity) - tiny_bound. */
64 = vcge_u32 (vsubhn_u64 (iax, d->tiny_bound), vget_low_u32 (d->thresh)); in V_NAME_D1()
H A Dacoshf.c20 #define Thresh vdup_n_u16 (0x2000) /* top(asuint(SquareLim) - asuint(1)). */ macro
43 uint16x4_t special = vcge_u16 (vsubhn_u32 (ix, d->one), Thresh); in V_NAME_F1()
H A Dsinpif.c25 # define Thresh v_u32 (0x1f000000) /* asuint32(0x1p31f) - TinyBound. */ macro
46 uint32x4_t cmp = vcgeq_u32 (vsubq_u32 (ir, TinyBound), Thresh); in V_NAME_F1()
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/
H A Domap3-gta04a3.dts26 st,click-thresh-x = <8>;
27 st,click-thresh-y = <8>;
28 st,click-thresh-z = <10>;
H A Domap3-overo-common-peripherals.dtsi63 st,click-thresh-x = <10>;
64 st,click-thresh-y = <10>;
65 st,click-thresh-z = <10>;
/freebsd/contrib/tcpdump/
H A Dprint-dvmrp.c236 u_char thresh; in print_neighbors() local
248 thresh = GET_U_1(bp); in print_neighbors()
260 GET_IPADDR_STRING(bp), metric, thresh); in print_neighbors()
278 u_char metric, thresh, flags; in print_neighbors2() local
292 thresh = GET_U_1(bp); in print_neighbors2()
306 metric, thresh); in print_neighbors2()
/freebsd/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_timer.c146 /* Enable both trigger and thresh interrupt masks */ in ar9300_start_generic_timer()
166 /* Disable both trigger and thresh interrupt masks */ in ar9300_stop_generic_timer()
176 u_int32_t *thresh) in ar9300_get_gen_timer_interrupts() argument
180 *thresh = ahp->ah_intr_gen_timer_thresh; in ar9300_get_gen_timer_interrupts()
/freebsd/sys/dev/iicbus/adc/
H A Dads111x.c349 int thresh, err; in ads111x_sysctl_lothresh() local
352 if ((err = ads111x_read_2(sc, ADS111x_LOTHRESH, &thresh)) != 0) in ads111x_sysctl_lothresh()
354 err = sysctl_handle_int(oidp, &thresh, 0, req); in ads111x_sysctl_lothresh()
358 err = ads111x_write_2(sc, ADS111x_CONF, thresh); in ads111x_sysctl_lothresh()
368 int thresh, err; in ads111x_sysctl_hithresh() local
371 if ((err = ads111x_read_2(sc, ADS111x_HITHRESH, &thresh)) != 0) in ads111x_sysctl_hithresh()
373 err = sysctl_handle_int(oidp, &thresh, 0, req); in ads111x_sysctl_hithresh()
377 err = ads111x_write_2(sc, ADS111x_CONF, thresh); in ads111x_sysctl_hithresh()
/freebsd/lib/msun/src/
H A Ds_csqrt.c36 #define THRESH 0x1.a827999fcef32p+1022 macro
74 if (fabs(a) >= THRESH || fabs(b) >= THRESH) { in csqrt()
H A Ds_csqrtl.c51 #define THRESH 0x1p16382L macro
89 if (fabsl(a) >= THRESH || fabsl(b) >= THRESH) { in csqrtl()
/freebsd/contrib/arm-optimized-routines/math/aarch64/sve/
H A Dtanh.c17 uint64_t thresh, tiny_bound; member
33 .thresh = 0x01f241bf835f9d5f,
79 svbool_t special = svcmpgt (pg, svsub_x (pg, ia, d->tiny_bound), d->thresh); in SV_NAME_D1()
H A Dcbrt.c19 uint64_t tiny_bound, thresh; member
32 .thresh = 0x7fe0000000000000, /* asuint64 (infinity) - tiny_bound. */
72 svbool_t special = svcmpge (pg, svsub_x (pg, iax, d->tiny_bound), d->thresh); in SV_NAME_D1()
/freebsd/sys/contrib/device-tree/Bindings/iio/light/
H A Dus5182d.txt33 There will be no dark-gain compensation by default when ALS > thresh
34 (0 * dark-gain), and a 1.35 compensation factor when ALS < thresh.
/freebsd/tools/tools/whereintheworld/
H A Dwhereintheworld.pl17 my $thresh = 10;
55 while (@lines > $thresh) {

12345