Searched refs:threshold (Results 1 - 25 of 150) sorted by relevance

123456

/netbsd-current/external/gpl3/gcc.old/dist/libhsail-rt/rt/
H A Dfbarrier.c42 fbar->threshold = 0;
51 fbar->threshold = 0;
60 ++fbar->threshold;
67 --fbar->threshold;
82 if (fbar->reached == fbar->threshold)
H A Dfibers.c196 while (barrier->reached < barrier->threshold)
215 fiber_barrier_init (fiber_barrier_t *barrier, size_t threshold) argument
217 barrier->threshold = threshold;
/netbsd-current/external/gpl3/gcc.old/dist/libhsail-rt/include/internal/
H A Dfibers.h75 barrier, it is automatically re-initialized to the threshold. */
79 volatile size_t threshold; member in struct:__anon1403
94 fiber_barrier_init (fiber_barrier_t *barrier, size_t threshold);
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/std/experimental/allocator/building_blocks/
H A Dsegregator.d9 follows. All allocations smaller than or equal to $(D threshold) will be
15 struct Segregator(size_t threshold, SmallAllocator, LargeAllocator)
35 s <= threshold), or $(D LargeAllocator) otherwise. (If one of the
41 The memory is obtained from $(D SmallAllocator) if $(D s <= threshold),
53 delta <= threshold), the call is forwarded to $(D SmallAllocator). If $(D
54 LargeAllocator) defines $(D expand) and $(D b.length > threshold), the
62 threshold && s <= threshold), the call is forwarded to $(D
64 b.length > threshold && s > threshold), th
[all...]
/netbsd-current/external/gpl3/binutils/dist/gprofng/src/
H A DDataSpace.h45 int threshold);
/netbsd-current/external/gpl3/gcc/dist/gcc/config/nds32/
H A Dnds32-fp-as-gp.cc181 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)
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/nds32/
H A Dnds32-fp-as-gp.c181 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)
/netbsd-current/external/gpl3/gcc/dist/libphobos/src/std/experimental/allocator/building_blocks/
H A Dsegregator.d12 follows. All allocations smaller than or equal to `threshold` will be
18 struct Segregator(size_t threshold, SmallAllocator, LargeAllocator)
38 s <= threshold), or `LargeAllocator` otherwise. (If one of the
44 The memory is obtained from `SmallAllocator` if $(D s <= threshold),
56 delta <= threshold), the call is forwarded to `SmallAllocator`. If $(D
57 LargeAllocator) defines `expand` and $(D b.length > threshold), the
65 threshold && s <= threshold), the call is forwarded to $(D
67 b.length > threshold && s > threshold), th
[all...]
/netbsd-current/external/mpl/bind/dist/bin/tests/system/dnstap/
H A Dbad-fstrm-set-output-notify-threshold.conf15 fstrm-set-output-notify-threshold 0;
H A Dgood-fstrm-set-output-notify-threshold.conf15 fstrm-set-output-notify-threshold 32;
/netbsd-current/usr.sbin/mrouted/
H A Drsrr.h101 * The threshold indicates the ttl an outgoing packet needs in order to
110 u_char threshold; /* vif threshold ttl */ member in struct:rsrr_vif
/netbsd-current/usr.sbin/map-mbone/
H A Dmapper.c57 u_char threshold; /* TTL threshold to forward */ member in struct:neighbor
310 u_char metric, threshold, ncount; local
324 threshold = *p++;
360 || nb_i->threshold != nb_n->threshold)
363 "metric/threshold",
404 if (metric != nb->metric || threshold != nb->threshold)
407 "metric/threshold",
445 u_char metric, threshold, ncount, flags; local
[all...]
/netbsd-current/external/lgpl3/mpfr/dist/src/
H A Dhypot.c37 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
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dtree-ssa-sink.c194 int threshold; local
214 /* Get the sinking threshold. If the statement to be moved has memory
215 operands, then increase the threshold by 7% as those are even more
217 threshold = param_sink_frequency_threshold;
220 threshold += 7;
221 if (threshold > 100)
222 threshold = 100;
231 >= early_bb->count.apply_scale (threshold, 1)))
H A Dtree-switch-conversion.h479 unsigned int threshold = param_case_values_threshold; local
481 if (threshold == 0)
482 threshold = targetm.case_values_threshold ();
484 return threshold;
/netbsd-current/sys/dev/scsipi/
H A Dscsi_scanner.h82 u_int8_t threshold; member in struct:scsi_window_data
/netbsd-current/external/gpl2/groff/dist/src/roff/troff/
H A Ddictionary.h47 double threshold; member in class:dictionary
H A Ddictionary.cpp43 dictionary::dictionary(int n) : size(n), used(0), threshold(0.5), factor(1.5)
71 if ((double)used/(double)size >= threshold || used + 1 >= size) {
/netbsd-current/sys/arch/arm/nvidia/
H A Dtegra124_cpu.c191 int threshold = 0; local
214 threshold = 1;
222 threshold = 1;
229 return threshold;
/netbsd-current/external/lgpl3/mpfr/dist/tune/
H A Dtuneup.c1 /* Tune various threshold of MPFR
367 domeasure (mpfr_prec_t *threshold, argument
387 *threshold = MPFR_PREC_MAX;
389 *threshold = 1;
468 The function doesn't depend on another threshold.
474 tune_simple_func (mpfr_prec_t *threshold, argument
487 d = domeasure (threshold, func, pmin);
493 *threshold = pmin;
499 d = domeasure (threshold, func, pmin);
508 d = domeasure (threshold, fun
[all...]
/netbsd-current/sys/arch/macppc/dev/
H A Dpbms.c89 * 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, \
355 sc->sc_theshold = pd->threshold;
698 detect_pos(int *sensors, int n_sensors, int threshold, int fact, argument
710 if (sensors[i] >= threshold) {
711 if (i == 0 || sensors[i - 1] < threshold)
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dtree-ssa-sink.cc197 int threshold; local
217 /* Get the sinking threshold. If the statement to be moved has memory
218 operands, then increase the threshold by 7% as those are even more
220 threshold = param_sink_frequency_threshold;
223 threshold += 7;
224 if (threshold > 100)
225 threshold = 100;
234 >= early_bb->count.apply_scale (threshold, 1)))
/netbsd-current/external/apache2/llvm/dist/llvm/utils/benchmark/src/
H A Dstring_util.cc40 // Adjust threshold so that it never excludes things which can't be rendered
100 std::string ToBinaryStringFullySpecified(double value, double threshold, argument
104 ToExponentAndMantissa(value, threshold, precision, one_k, &mantissa,
/netbsd-current/external/apache2/llvm/dist/llvm/bindings/ocaml/transforms/scalar_opts/
H A Dscalar_opts_ocaml.c185 value llvm_add_scalar_repl_aggregates_with_threshold(value threshold, argument
187 LLVMAddScalarReplAggregatesPassWithThreshold(PM, Int_val(threshold));
/netbsd-current/sys/external/bsd/drm2/dist/include/drm/
H A Dgpu_scheduler.h210 int threshold)
212 return (s_job && atomic_inc_return(&s_job->karma) > threshold);
209 drm_sched_invalidate_job(struct drm_sched_job *s_job, int threshold) argument

Completed in 706 milliseconds

123456