| /src/regress/sys/fs/ffs/ |
| estimatecompare | 14 thresh=10 15 ## Use an error threshold of $thresh blocks. The error could arise from 19 if [ $diff -gt $thresh ]; then
|
| /src/lib/libm/noieee_src/ |
| n_tan.c | 64 c = (z >= thresh ? __half-((z-__half)-cc) : __one-(z-cc));
|
| n_sincos.c | 69 a = (z >= thresh ? __half-((z-__half)-c) : __one-(z-c)); 115 a = (z >= thresh ? __half-((z-__half)-c) : __one-(z-c));
|
| trig.h | 33 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
|
| /src/external/bsd/tcpdump/dist/ |
| print-dvmrp.c | 241 u_char thresh; local 253 thresh = GET_U_1(bp); 265 GET_IPADDR_STRING(bp), metric, thresh); 283 u_char metric, thresh, flags; local 297 thresh = GET_U_1(bp); 311 metric, thresh);
|
| /src/usr.sbin/mrinfo/ |
| mrinfo.c | 207 u_char thresh; local 213 thresh = *p++; 222 inet_name(neighbor), metric, thresh); 245 u_char thresh; local 252 thresh = *p++; 265 inet_name(neighbor), metric, thresh);
|
| /src/sys/external/bsd/drm2/dist/include/uapi/drm/ |
| tegra_drm.h | 148 * @thresh: 152 __u32 thresh; member in struct:drm_tegra_syncpt_wait 403 * @thresh: 407 __u32 thresh; member in struct:drm_tegra_waitchk
|
| /src/external/apache2/llvm/dist/llvm/utils/benchmark/src/ |
| string_util.cc | 30 void ToExponentAndMantissa(double val, double thresh, int precision, 43 std::max(thresh, 1.0 / std::pow(10.0, precision));
|
| /src/external/gpl3/binutils/dist/libctf/ |
| ctf-qsort_r.c | 218 char *thresh = min(end_ptr, base_ptr + max_thresh); local 225 for (run_ptr = tmp_ptr + size; run_ptr <= thresh; run_ptr += size)
|
| /src/external/gpl3/binutils.old/dist/libctf/ |
| ctf-qsort_r.c | 218 char *thresh = min(end_ptr, base_ptr + max_thresh); local 225 for (run_ptr = tmp_ptr + size; run_ptr <= thresh; run_ptr += size)
|
| /src/external/gpl3/gdb/dist/libctf/ |
| ctf-qsort_r.c | 218 char *thresh = min(end_ptr, base_ptr + max_thresh); local 225 for (run_ptr = tmp_ptr + size; run_ptr <= thresh; run_ptr += size)
|
| /src/external/gpl3/gdb.old/dist/libctf/ |
| ctf-qsort_r.c | 218 char *thresh = min(end_ptr, base_ptr + max_thresh); local 225 for (run_ptr = tmp_ptr + size; run_ptr <= thresh; run_ptr += size)
|
| /src/sys/ufs/lfs/ |
| lfs_kclean.c | 889 long prio, maxprio, maxeprio, thresh; local 901 thresh = fs->lfs_autoclean.thresh; 903 thresh = 0; 904 else if (thresh < 0) { 916 thresh = lfs_sb_getssize(fs) * (bfree - avail) 918 if (thresh > lfs_sb_getsumsize(fs) + 5 * lfs_sb_getbsize(fs)) 919 thresh = lfs_sb_getsumsize(fs) + 5 * lfs_sb_getbsize(fs); 920 if (thresh > lfs_sb_getssize(fs) - lfs_sb_getbsize(fs)) 967 (maxprio > thresh ? "YES" : "NO ") [all...] |
| /src/sys/arch/macppc/dev/ |
| lmu.c | 376 int thresh; local 378 thresh = sc->sc_thresh; 379 node.sysctl_data = &thresh;
|
| /src/external/gpl2/diffutils/dist/src/ |
| context.c | 396 lin thresh; 412 thresh = (prev->ignore || (start && start->ignore) 420 /* Keep going if less than THRESH lines 422 && start->line0 - top0 < thresh); 390 lin thresh; local
|
| /src/external/gpl2/xcvs/dist/diff/ |
| context.c | 370 int thresh; 381 thresh = ((prev->ignore || (start && start->ignore)) 389 /* Keep going if less than THRESH lines 391 && start->line0 < top0 + thresh); 364 int thresh; local
|
| /src/external/apache2/llvm/dist/libcxx/utils/google-benchmark/src/ |
| string_util.cc | 30 void ToExponentAndMantissa(double val, double thresh, int precision, 43 std::max(thresh, 1.0 / std::pow(10.0, precision));
|
| /src/external/gpl3/binutils/dist/gprofng/libcollector/ |
| synctrace.c | 159 long thresh = 0; local 218 thresh = CALL_REAL (strtol)(params + 2, NULL, 0); 219 break; /* from the loop to find the "s:thresh,scope" entry */ 226 if (thresh < 0) /* calibrate the threshold, keep it as a negative number */ 227 thresh = -sync_calibrate (); 244 SP_JCMD_SYNCTRACE, thresh, sync_scope); 274 sync_threshold = (thresh > 0 ? thresh : -thresh) * 1000;
|
| /src/external/gpl3/binutils.old/dist/gprofng/libcollector/ |
| synctrace.c | 159 long thresh = 0; local 218 thresh = CALL_REAL (strtol)(params + 2, NULL, 0); 219 break; /* from the loop to find the "s:thresh,scope" entry */ 226 if (thresh < 0) /* calibrate the threshold, keep it as a negative number */ 227 thresh = -sync_calibrate (); 244 SP_JCMD_SYNCTRACE, thresh, sync_scope); 274 sync_threshold = (thresh > 0 ? thresh : -thresh) * 1000;
|
| /src/sys/dev/ic/ |
| arn9285.c | 657 int i, maxgain, nclcs, thresh, error; local 680 thresh = 0; 684 thresh++; 686 thresh++; 688 if (thresh <= AR9285_CL_CAL_REDO_THRESH) 692 DPRINTFN(DBG_INIT, sc, "CLC threshold=%d\n", thresh);
|
| /src/crypto/external/bsd/openssh/dist/ |
| misc.c | 1754 bw->thresh = buflen; 1772 if (bw->lamt < bw->thresh) 1791 bw->thresh /= 2; 1792 if (bw->thresh < bw->buflen / 4) 1793 bw->thresh = bw->buflen / 4; 1795 bw->thresh *= 2; 1796 if (bw->thresh > bw->buflen * 8) 1797 bw->thresh = bw->buflen * 8;
|
| misc.h | 184 u_int64_t thresh; /* threshold after which we'll check timers */ member in struct:bwlimit
|
| /src/tests/fs/common/ |
| fstest_lfs.c | 194 autoclean.thresh = -1;
|
| /src/sbin/atactl/ |
| atactl.c | 903 printf("id value thresh crit collect reliability description" 906 int thresh = 0; local 915 thresh = threshold_buf->thresholds[j].value; 918 if (thresh && attr == NULL) 949 i, attr->value, thresh, 952 attr->value > thresh ? "posi" : "nega", name);
|
| /src/external/lgpl3/gmp/dist/tune/ |
| tuneup.c | 360 printf ("x is the sum of the badness from setting thresh at given size\n"); 598 printf (" (seconds) (seconds) diff thresh\n"); 2571 mp_size_t thresh[2], average; local 2603 one (&thresh[low], ¶m); 2605 printf ("low=%d thresh %ld\n", low, (long) thresh[low]); 2607 if (thresh[low] == MP_SIZE_T_MAX) 2617 for (i = 0; i < numberof(thresh); i++) 2618 printf (" %ld", (long) thresh[i]); 2623 for (i = 0; i < numberof(thresh); i++ [all...] |