Home
last modified time | relevance | path

Searched refs:thresh (Results 1 – 25 of 40) sorted by relevance

12

/netbsd-src/lib/libm/noieee_src/
H A Dtrig.h33 vc(thresh, 2.6117239648121182150E-1 ,b863,3f85,6ea0,6b02, -1, .85B8636B026EA0)
40 ic(thresh, 2.6117239648121182150E-1 , -2, 1.0B70C6D604DD4)
48 #define thresh vccast(thresh) macro
H A Dn_sincos.c69 a = (z >= thresh ? __half-((z-__half)-c) : __one-(z-c)); in __weak_alias()
115 a = (z >= thresh ? __half-((z-__half)-c) : __one-(z-c)); in __weak_alias()
H A Dn_tan.c64 c = (z >= thresh ? __half-((z-__half)-cc) : __one-(z-cc)); in tan()
/netbsd-src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
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>;
H A Dpxa300-raumfeld-controller.dts135 st,click-thresh-x = <10>;
136 st,click-thresh-y = <10>;
137 st,click-thresh-z = <10>;
/netbsd-src/regress/sys/fs/ffs/
H A Destimatecompare14 thresh=10
19 if [ $diff -gt $thresh ]; then
/netbsd-src/usr.sbin/mrinfo/
H A Dmrinfo.c207 u_char thresh; in accept_neighbors() local
213 thresh = *p++; in accept_neighbors()
222 inet_name(neighbor), metric, thresh); in accept_neighbors()
245 u_char thresh; in accept_neighbors2() local
252 thresh = *p++; in accept_neighbors2()
265 inet_name(neighbor), metric, thresh); in accept_neighbors2()
/netbsd-src/external/gpl3/binutils/dist/gprofng/libcollector/
H A Dsynctrace.c167 long thresh = 0; in open_experiment() local
226 thresh = CALL_REAL (strtol)(params + 2, NULL, 0); in open_experiment()
234 if (thresh < 0) /* calibrate the threshold, keep it as a negative number */ in open_experiment()
235 thresh = -sync_calibrate (); in open_experiment()
252 SP_JCMD_SYNCTRACE, thresh, sync_scope); in open_experiment()
282 sync_threshold = (thresh > 0 ? thresh : -thresh) * 1000; in open_experiment()
/netbsd-src/external/gpl3/binutils.old/dist/gprofng/libcollector/
H A Dsynctrace.c166 long thresh = 0; in open_experiment() local
225 thresh = CALL_REAL (strtol)(params + 2, NULL, 0); in open_experiment()
233 if (thresh < 0) /* calibrate the threshold, keep it as a negative number */ in open_experiment()
234 thresh = -sync_calibrate (); in open_experiment()
251 SP_JCMD_SYNCTRACE, thresh, sync_scope); in open_experiment()
275 sync_threshold = (thresh > 0 ? thresh : -thresh) * 1000; in open_experiment()
/netbsd-src/sys/external/bsd/drm2/dist/include/uapi/drm/
H A Dtegra_drm.h152 __u32 thresh; member
407 __u32 thresh; member
/netbsd-src/external/gpl2/xcvs/dist/diff/
H A Dcontext.c364 int thresh; local
375 thresh = ((prev->ignore || (start && start->ignore))
385 && start->line0 < top0 + thresh);
/netbsd-src/sys/arch/macppc/dev/
H A Dlmu.c371 int thresh; in lmu_sysctl_thresh() local
373 thresh = sc->sc_thresh; in lmu_sysctl_thresh()
374 node.sysctl_data = &thresh; in lmu_sysctl_thresh()
/netbsd-src/external/gpl3/binutils.old/dist/libctf/
H A Dctf-qsort_r.c218 char *thresh = min(end_ptr, base_ptr + max_thresh); in _quicksort() local
225 for (run_ptr = tmp_ptr + size; run_ptr <= thresh; run_ptr += size) in _quicksort()
/netbsd-src/external/gpl3/binutils/dist/libctf/
H A Dctf-qsort_r.c218 char *thresh = min(end_ptr, base_ptr + max_thresh); in _quicksort() local
225 for (run_ptr = tmp_ptr + size; run_ptr <= thresh; run_ptr += size) in _quicksort()
/netbsd-src/external/apache2/llvm/dist/llvm/utils/benchmark/src/
H A Dstring_util.cc30 void ToExponentAndMantissa(double val, double thresh, int precision, in ToExponentAndMantissa() argument
43 std::max(thresh, 1.0 / std::pow(10.0, precision)); in ToExponentAndMantissa()
/netbsd-src/external/gpl2/diffutils/dist/src/
H A Dcontext.c390 lin thresh; in find_hunk() local
406 thresh = (prev->ignore || (start && start->ignore) in find_hunk()
416 && start->line0 - top0 < thresh); in find_hunk()
/netbsd-src/sys/dev/ic/
H A Darn9285.c657 int i, maxgain, nclcs, thresh, error; in ar9285_init_calib() local
680 thresh = 0; in ar9285_init_calib()
684 thresh++; in ar9285_init_calib()
686 thresh++; in ar9285_init_calib()
688 if (thresh <= AR9285_CL_CAL_REDO_THRESH) in ar9285_init_calib()
692 DPRINTFN(DBG_INIT, sc, "CLC threshold=%d\n", thresh); in ar9285_init_calib()
/netbsd-src/external/apache2/llvm/dist/libcxx/utils/google-benchmark/src/
H A Dstring_util.cc30 void ToExponentAndMantissa(double val, double thresh, int precision, in ToExponentAndMantissa() argument
43 std::max(thresh, 1.0 / std::pow(10.0, precision)); in ToExponentAndMantissa()
/netbsd-src/external/lgpl3/gmp/dist/tune/
H A Dtuneup.c2571 mp_size_t thresh[2], average; in tune_divexact_1() local
2603 one (&thresh[low], &param); in tune_divexact_1()
2605 printf ("low=%d thresh %ld\n", low, (long) thresh[low]); in tune_divexact_1()
2607 if (thresh[low] == MP_SIZE_T_MAX) in tune_divexact_1()
2617 for (i = 0; i < numberof(thresh); i++) in tune_divexact_1()
2618 printf (" %ld", (long) thresh[i]); in tune_divexact_1()
2623 for (i = 0; i < numberof(thresh); i++) in tune_divexact_1()
2624 average += thresh[i]; in tune_divexact_1()
2625 average /= numberof(thresh); in tune_divexact_1()
/netbsd-src/crypto/external/bsd/openssh/dist/
H A Dmisc.c1710 bw->thresh = buflen; in bandwidth_limit_init()
1728 if (bw->lamt < bw->thresh) in bandwidth_limit()
1747 bw->thresh /= 2; in bandwidth_limit()
1748 if (bw->thresh < bw->buflen / 4) in bandwidth_limit()
1749 bw->thresh = bw->buflen / 4; in bandwidth_limit()
1751 bw->thresh *= 2; in bandwidth_limit()
1752 if (bw->thresh > bw->buflen * 8) in bandwidth_limit()
1753 bw->thresh = bw->buflen * 8; in bandwidth_limit()
/netbsd-src/sbin/atactl/
H A Datactl.c905 int thresh = 0; in print_smart_status() local
914 thresh = threshold_buf->thresholds[j].value; in print_smart_status()
917 if (thresh && attr == NULL) in print_smart_status()
948 i, attr->value, thresh, in print_smart_status()
951 attr->value > thresh ? "posi" : "nega", name); in print_smart_status()
/netbsd-src/external/gpl3/binutils/dist/gprofng/src/
H A DHist_data.cc781 TValue *thresh = &threshold->value[index]; in set_threshold() local
783 thresh->tag = mitem->get_vtype (); in set_threshold()
787 switch (thresh->tag) in set_threshold()
790 thresh->i = (int) (proportion * (double) mtotal->i); in set_threshold()
793 thresh->d = proportion * mtotal->d; in set_threshold()
797 thresh->ull = (unsigned long long) (proportion * (double) mtotal->ll); in set_threshold()
/netbsd-src/external/gpl3/binutils.old/dist/gprofng/src/
H A DHist_data.cc781 TValue *thresh = &threshold->value[index]; in set_threshold() local
783 thresh->tag = mitem->get_vtype (); in set_threshold()
787 switch (thresh->tag) in set_threshold()
790 thresh->i = (int) (proportion * (double) mtotal->i); in set_threshold()
793 thresh->d = proportion * mtotal->d; in set_threshold()
797 thresh->ull = (unsigned long long) (proportion * (double) mtotal->ll); in set_threshold()
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/internal/math/
H A Dgammafunction.d1114 const real thresh = 3.0L * real.epsilon; in betaDistExpansion1() local
1145 if ( t < thresh ) in betaDistExpansion1()
1203 const real thresh = 3.0L * real.epsilon; in betaDistExpansion2() local
1231 if ( t < thresh ) in betaDistExpansion2()

12