HomeSort by relevance Sort by last modified time
    Searched full:average (Results 376 - 400 of 2435) sorted by null

<<11121314151617181920>>

  /external/iproute2/man/man8/
tc-sample.8 79 of 100 will lead to an average of one sampled packet out of every 100 observed.
  /external/kernel-headers/original/uapi/linux/sched/
types.h 27 * - the maximum (or average, depending on the actual scheduling
  /external/libavc/encoder/
irc_est_sad.h 35 /* Estimating the Average SAD for the current picture type is done by:
  /external/libexif/libexif/
exif-format.c 30 * to decrease the total average lookup time.
  /external/libldac/abr/src/
ldacBT_abr.c 234 /* eanble average process */
237 if (ave10 > 15) { /* if average of TxQue_Count in 0.5[s] was larger than 1.5 */
257 hLdacAbr->TxQD_Info.cnt = 0; // reset the number of sample for average proc.
336 // reset the number of sample for average proc.
  /external/libvpx/libvpx/vpx_dsp/arm/
highbd_vpx_convolve_neon.c 50 * to average the values after both passes.
vpx_convolve_neon.c 57 * to average the values after both passes.
  /external/llvm/test/MC/Hexagon/instructions/
alu32_alu.s 66 # Vector average halfwords
  /external/ltp/testcases/network/virt/
vxlan03.sh 39 # In average cases (with small packets less then 150 bytes) VxLAN slower
  /external/ltp/utils/ffsb-6.0-rc2/
ffsb_stats.h 31 * We want the ability to collect the average latency for a particular
  /external/parameter-framework/upstream/tools/coverage/
README.md 13 - Total average coverage
  /external/perfetto/src/traced/probes/
probes.cc 49 // Set the watchdog to kill the process if we average more than 32MB of
  /external/python/cpython3/Doc/library/
statistics.rst 37 These functions calculate an average or typical value from a population
41 :func:`mean` Arithmetic mean ("average") of data.
54 tends to deviate from the typical or average values.
75 points. It is commonly called "the average", although it is only one of many
108 which means that, taken on average over all the possible samples,
124 The harmonic mean is a type of average, a measure of the central
130 What is the average P/E ratio for the investor's portfolio?
137 Using the arithmetic mean would give an average of about 5.167, which
162 the average of the two middle values:
  /external/replicaisland/src/com/replica/replicaisland/
QuickSorter.java 32 * On average, this quicksort algorithm runs in time proportional to
  /external/skia/src/shaders/gradients/
Sk4fLinearGradient.cpp 295 // fraction of a pixel, we just use the average color in zero-ramp mode.
347 // TODO: precompute the average at interval setup time?
349 // Each interval contributes its average color to the total/weighted average:
  /external/skqp/src/shaders/gradients/
Sk4fLinearGradient.cpp 292 // fraction of a pixel, we just use the average color in zero-ramp mode.
344 // TODO: precompute the average at interval setup time?
346 // Each interval contributes its average color to the total/weighted average:
  /external/tensorflow/tensorflow/contrib/opt/python/training/
model_average_optimizer.py 15 """Wrapper optimizer for Model Average."""
96 """Wrapper optimizer that implements the Model Average algorithm.
114 """Construct a new model average optimizer.
122 average of local variables
  /external/tensorflow/tensorflow/contrib/rnn/python/kernel_tests/
benchmarking.py 35 """Number of seconds taken to execute 'op' once on average."""
  /external/tensorflow/tensorflow/core/grappler/costs/
utils_test.cc 190 EXPECT_EQ(0.0, hist.Average());
224 EXPECT_DOUBLE_EQ(1038.0, hist.Average());
241 EXPECT_DOUBLE_EQ(1038.0, hist1.Average());
255 hist1.Average());
  /external/tensorflow/tensorflow/core/kernels/
conditional_accumulator_op.cc 89 * returns the average gradient accumulated by the given ConditionalAccumulator.
sparse_conditional_accumulator_op.cc 92 * average sparse gradient accumulated by the given ConditionalAccumulator.
  /external/tensorflow/tensorflow/core/platform/profile_utils/
clock_cycle_profiler.h 49 // Get average clock cycle.
  /external/tensorflow/tensorflow/tools/graph_transforms/
remove_ema.cc 26 // moving average subgraphs to make it compatible with the QuantizeNodes
  /external/toybox/toys/other/
uptime.c 80 printf(" load average: %.02f, %.02f, %.02f\n", info.loads[0]/65536.0,
  /external/v8/src/compiler-dispatcher/
compiler-dispatcher-tracer.h 82 static double Average(const base::RingBuffer<double>& buffer);

Completed in 537 milliseconds

<<11121314151617181920>>