HomeSort by: relevance | last modified time | path
    Searched defs:threshold (Results 1 - 25 of 84) sorted by relevancy

1 2 3 4

  /src/external/lgpl3/mpfr/dist/src/
hypot.c 37 mpfr_prec_t threshold; local
90 threshold = (MAX (N, Nz) + (rnd_mode == MPFR_RNDN ? 1 : 0)) << 1;
96 if (diff_exp > threshold)
161 handled by the diff_exp > threshold code; but this case is avoided
mul.c 739 mp_size_t bn, cn, tn, k, threshold; local
898 if (MPFR_UNLIKELY (cn > (threshold = b != c ?
972 || bn <= threshold + 1))
  /src/external/bsd/jemalloc/dist/test/unit/
oversize_threshold.c 100 /* Set threshold to 1MB. */
101 size_t threshold = 1024 * 1024; local
102 size_t threshold_sz = sizeof(threshold);
104 &threshold, threshold_sz);
119 * the oversize threshold.
  /src/external/gpl2/groff/dist/src/roff/troff/
dictionary.h 47 double threshold; member in class:dictionary
  /src/external/gpl3/gcc/dist/gcc/config/nds32/
nds32-fp-as-gp.cc 181 int threshold; local
185 After that, we can set threshold by the existence of prologue.
196 The threshold is "3" symbol accesses, 2 + 2 + 2 > 4. */
197 threshold = 3;
207 the threshold is "5" symbol accesses, 5*2 > 4 + 2 + 2;
209 the threshold is "5+2" symbol accesses 7*2 > 4 + 4 + 4. */
210 threshold = 5 + (TARGET_V3PUSH ? 0 : 2);
215 if (symbol_count >= threshold)
  /src/external/gpl3/gcc.old/dist/gcc/config/nds32/
nds32-fp-as-gp.cc 181 int threshold; local
185 After that, we can set threshold by the existence of prologue.
196 The threshold is "3" symbol accesses, 2 + 2 + 2 > 4. */
197 threshold = 3;
207 the threshold is "5" symbol accesses, 5*2 > 4 + 2 + 2;
209 the threshold is "5+2" symbol accesses 7*2 > 4 + 4 + 4. */
210 threshold = 5 + (TARGET_V3PUSH ? 0 : 2);
215 if (symbol_count >= threshold)
  /src/usr.sbin/mrouted/
rsrr.h 101 * The threshold indicates the ttl an outgoing packet needs in order to
110 u_char threshold; /* vif threshold ttl */ member in struct:rsrr_vif
  /src/external/ibm-public/postfix/dist/src/dns/
dns_rr.c 527 int threshold; local
532 * Choose a random threshold [0..unordered_weights] inclusive.
534 threshold = myrand() % (unordered_weights + 1);
537 * Move the first record with running_sum >= threshold to the ordered
542 if (running_sum >= threshold) {
  /src/sys/arch/arm/nvidia/
tegra124_cpu.c 191 int threshold = 0; local
214 threshold = 1;
222 threshold = 1;
229 return threshold;
  /src/sys/dev/scsipi/
scsi_scanner.h 82 u_int8_t threshold; member in struct:scsi_window_data
  /src/sys/external/bsd/drm2/dist/drm/i915/display/
intel_hotplug.c 70 * of interrupts exceeds a certain threshold, the interrupt is disabled for a
140 * @HPD_STORM_DEFAULT_THRESHOLD. Long IRQs count as +10 to this threshold, and
141 * short IRQs count as +1. If this threshold is exceeded, it's considered an
152 * The HPD threshold can be controlled through i915_hpd_storm_ctl in debugfs,
164 const int threshold = hpd->hpd_storm_threshold; local
167 if (!threshold ||
177 if (hpd->stats[pin].count > threshold) {
intel_fbc.c 129 /* Note: fbc.threshold == 1 for i8xx */
223 int threshold = dev_priv->fbc.threshold; local
227 threshold++;
229 switch (threshold) {
288 int threshold = dev_priv->fbc.threshold; local
307 threshold++;
309 switch (threshold) {
492 fbc->threshold = ret
    [all...]
  /src/usr.sbin/diskpart/
diskpart.c 126 int threshold, numcyls[NPARTITIONS], startcyl[NPARTITIONS]; local
188 threshold = howmany(spc, badsecttable);
191 threshold = 0;
213 if (curcyl < dp->d_ncylinders - threshold)
  /src/crypto/external/apache2/openssl/dist/ssl/quic/
quic_fc.c 230 /* threshold = 3/4 */
238 uint64_t threshold local
245 * 1/2 as the threshold.
247 threshold = rxfc->cur_window_size / 2;
253 return !rxfc->is_fin && window_rem <= threshold;
  /src/external/bsd/openldap/dist/servers/lloadd/
operation.c 551 struct timeval *threshold = arg; local
557 threshold, < ); /* shortcut */
566 !timercmp( &op->o_last_response, threshold, < ) ) {
648 time_t threshold; local
654 threshold = slap_get_time() - lload_timeout_api->tv_sec;
674 b->b_last_bindconn, connection_timeout, &threshold );
680 connection_timeout, &threshold );
  /src/external/bsd/zstd/dist/lib/common/
entropy_common.c 50 int threshold; local
78 threshold = 1<<nbBits;
132 int const max = (2*threshold-1) - remaining;
135 if ((bitStream & (threshold-1)) < (U32)max) {
136 count = bitStream & (threshold-1);
139 count = bitStream & (2*threshold-1);
140 if (count >= threshold) count -= max;
157 assert(threshold > 1);
158 if (remaining < threshold) {
160 * threshold update condition because w
    [all...]
fse.h 498 U32 const threshold = (minNbBits+1) << 16; local
502 U32 const deltaFromThreshold = threshold - (symbolTT[symbolValue].deltaNbBits + tableSize);
505 assert(symbolTT[symbolValue].deltaNbBits + tableSize <= threshold);
  /src/external/gpl3/binutils/dist/gprofng/src/
Hist_data.h 227 HistItem *threshold; member in class:Hist_data
  /src/external/gpl3/binutils.old/dist/gprofng/src/
Hist_data.h 227 HistItem *threshold; member in class:Hist_data
  /src/sys/arch/macppc/dev/
pbms.c 89 * below a threshold. The raw finger position is computed as a
166 * threshold: Accumulated changes less than this are ignored. A good
187 int threshold; /* Changes less than this are ignored. */ member in struct:pbms_dev
205 .threshold = 5, \
244 int sc_theshold; /* Threshold value. */
355 sc->sc_theshold = pd->threshold;
698 detect_pos(int *sensors, int n_sensors, int threshold, int fact,
710 if (sensors[i] >= threshold) {
711 if (i == 0 || sensors[i - 1] < threshold)
  /src/sys/external/bsd/drm/dist/shared-core/
savage_bci.c 41 uint32_t threshold = dev_priv->bci_threshold_hi; local
46 if (n > dev_priv->cob_size + SAVAGE_BCI_FIFO_SIZE - threshold)
54 if ((status & mask) < threshold)
61 DRM_INFO(" status=0x%08x, threshold=0x%08x\n", status, threshold);
  /src/sys/external/bsd/drm2/dist/drm/savage/
savage_bci.c 55 uint32_t threshold = dev_priv->bci_threshold_hi; local
60 if (n > dev_priv->cob_size + SAVAGE_BCI_FIFO_SIZE - threshold)
68 if ((status & mask) < threshold)
75 DRM_INFO(" status=0x%08x, threshold=0x%08x\n", status, threshold);
  /src/sys/sys/
rndio.h 55 uint32_t threshold; member in struct:__anon7670
  /src/crypto/external/bsd/openssh/dist/
log.h 84 u_int threshold; /* events per second */ member in struct:log_ratelimit_ctx
91 u_int accumulated_events; /* used for threshold comparisons */
101 void log_ratelimit_init(struct log_ratelimit_ctx *rl, u_int threshold,
  /src/external/gpl3/gcc/dist/gcc/
tree-ssa-sink.cc 199 int threshold; local
237 /* Get the sinking threshold. If the statement to be moved has memory
238 operands, then increase the threshold by 7% as those are even more
240 threshold = param_sink_frequency_threshold;
243 threshold += 7;
244 if (threshold > 100)
245 threshold = 100;
253 && !(best_bb->count * 100 >= early_bb->count * threshold))

Completed in 30 milliseconds

1 2 3 4