HomeSort by relevance Sort by last modified time
    Searched full:average (Results 1 - 25 of 1227) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/llvm/test/YAMLParser/
spec-02-02.data 4 avg: 0.278 # Batting average
spec-02-15.data 8 0.288 Batting Average
spec-06-05.data 7 avg: # Average
spec-02-16.data 9 0.278 Batting Average
  /packages/apps/Bluetooth/tests/src/com/android/bluetooth/tests/
IResultLogger.java 20 * Get the current average speed of the transfer.
22 * @return the average speed in bytes/sec
27 * Get the current average speed of the last period of the transfer.
29 * @param period the period over which the average is taken.
30 * @return the average speed in bytes/sec
  /cts/common/util/src/com/android/compatibility/common/util/
Stat.java 27 * Collection of statistical propertirs like average, max, min, and stddev
35 public StatResult(double average, double min, double max, double stddev, int dataCount) {
36 mAverage = average;
45 * Calculate statistics properties likes average, min, max, and stddev for the given array
48 double average = data[0]; local
53 average += data[i];
62 average /= data.length;
65 double stddev = Math.sqrt(eX2 - average * average);
66 return new StatResult(average, min, max, stddev, data.length)
87 double average = 0.0; local
    [all...]
  /cts/libs/commonutil/src/com/android/cts/util/
Stat.java 28 * Collection of statistical propertirs like average, max, min, and stddev
36 public StatResult(double average, double min, double max, double stddev, int dataCount) {
37 mAverage = average;
46 * Calculate statistics properties likes average, min, max, and stddev for the given array
49 double average = data[0]; local
54 average += data[i];
63 average /= data.length;
66 double stddev = Math.sqrt(eX2 - average * average);
67 return new StatResult(average, min, max, stddev, data.length)
88 double average = 0.0; local
    [all...]
  /external/libvpx/libvpx/vp9/common/mips/dspr2/
vp9_intrapred16_dspr2.c 167 int32_t average; local
182 "addu.ph %[average], %[above_r1], %[above_l1] \n\t"
183 "addu.ph %[average], %[average], %[left_l1] \n\t"
184 "addu.ph %[average], %[average], %[left_r1] \n\t"
191 "addu.ph %[average], %[average], %[above_l1] \n\t"
192 "addu.ph %[average], %[average], %[above_r1] \n\t
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/mips/dspr2/
vp9_intrapred16_dspr2.c 167 int32_t average; local
182 "addu.ph %[average], %[above_r1], %[above_l1] \n\t"
183 "addu.ph %[average], %[average], %[left_l1] \n\t"
184 "addu.ph %[average], %[average], %[left_r1] \n\t"
191 "addu.ph %[average], %[average], %[above_l1] \n\t"
192 "addu.ph %[average], %[average], %[above_r1] \n\t
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/
Correlation.java 57 double average = 0; local
61 average += mDataAutocorrelated[i];
70 average = average/mDataAutocorrelated.length;
74 log(String.format(" average : %.3f rms: %.3f", average, rms));
77 if (average>0) {
80 double raw = (rms-average) /(factor*average);
  /external/iproute2/man/man8/
tc-red.8 28 Once the queue hits a certain average length, packets enqueued have a
32 average queue length, although the queue might get bigger.
45 The average queue size is used for determining the marking
47 Average, which can be more or less sensitive to bursts.
49 When the average queue size is below
56 until the average queue size hits
70 Average queue size at which marking becomes a possibility. Defaults to
76 At this average queue size, the marking probability is maximal. Should be at
91 Hard limit on the real (not average) queue size in bytes. Further packets
97 Used for determining how fast the average queue size is influenced by th
    [all...]
  /external/iptables/extensions/
libxt_connbytes.man 3 average bytes per packet.
20 match packets from a connection whose packets/bytes/average packet
30 the average size (in bytes) of all packets received so far. Note that
32 only in one direction (for example HTTP), the average packet size will
  /external/kernel-headers/original/uapi/linux/netfilter_bridge/
ebt_limit.h 15 __u32 avg; /* Average secs between packets * scale */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/netfilter_bridge/
ebt_limit.h 14 u_int32_t avg; /* Average secs between packets * scale */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/netfilter_bridge/
ebt_limit.h 15 __u32 avg; /* Average secs between packets * scale */
  /external/fio/tools/plot/
graph2D.gpm 25 plot '$1' using 2:3 with linespoints title '$2', $7 w l ls 1 ti 'Global average value ($7)'
28 plot '$1' using 2:3 smooth csplines title '$2', $7 w l ls 1 ti 'Global average value ($7)'
31 plot '$1' using 2:3 smooth bezier title '$2', $7 w l ls 1 ti 'Global average value ($7)'
fio2gnuplot.1 61 Average graph
62 A bar graph to show the average performance of each file.
63 A green line is added to show the global average performance.
64 This green line helps at understanding how far from the average is
69 A green line is added to show the global average of minimal performance.
70 This green line helps at understanding how far from the average is
76 A green line is added to show the global average of maximal performance.
77 This green line helps at understanding how far from the average is
83 A green line is added to show the global average of standard deviation.
84 This green line helps at understanding how far from the average i
    [all...]
fio2gnuplot.manpage 36 Average graph
37 A bar graph to show the average performance of each file.
38 A green line is added to show the global average performance.
39 This green line helps at understanding how far from the average is
43 A green line is added to show the global average of minimal performance.
44 This green line helps at understanding how far from the average is
49 A green line is added to show the global average of maximal performance.
50 This green line helps at understanding how far from the average is
55 A green line is added to show the global average of standard deviation.
56 This green line helps at understanding how far from the average i
    [all...]
  /external/webrtc/src/system_wrappers/source/
cpu_wrapper_unittest.cc 62 const WebRtc_Word32 average = cpu->CpuUsageMultiCore(num_cores, cores); local
65 EXPECT_GE(average, 0);
66 EXPECT_LE(average, 100);
69 printf("Average cpu:%d\n", average);
  /packages/apps/UnifiedEmail/src/com/android/mail/utils/
InputSmoother.java 11 * Utility class to calculate a velocity using a moving average filter of recent input positions.
20 * out the data using a moving average over this window size. A sample window size n will
21 * effectively average the velocity over n-1 points, so n=2 is the minimum valid value (no
28 * Only consecutive samples will factor into the rolling average sample window.
30 * so as to avoid skewing the average with irrelevant older values.
35 * Sampling window to calculate rolling average of scroll velocity.
81 // calculate moving average over current window
  /external/apache-commons-math/src/main/java/org/apache/commons/math/stat/ranking/
TiesStrategy.java 29 * <li>AVERAGE - Tied values are assigned the average of the applicable ranks.
50 /** Ties get the average of applicable ranks */
51 AVERAGE,
  /external/iptables/include/linux/netfilter/
xt_limit.h 14 __u32 avg; /* Average secs between packets * scale */
  /external/junit/src/org/junit/runner/manipulation/
Sortable.java 5 * failed first, you can reduce the average time to the first test failing. Test sorting should not be used to
  /external/kernel-headers/original/uapi/linux/netfilter/
xt_limit.h 14 __u32 avg; /* Average secs between packets * scale */
  /external/libavc/encoder/
irc_est_sad.c 39 /* Current (nth) ifi average P frame SAD */
42 /* (n-1)th ifi average P frame SAD */
45 /* (n-2)th ifi average P frame SAD */
146 * frame sads we average it out here
225 /* Calculate the average SAD */
235 /* Push the (n-1)th average SAD to the (n-2)th average SAD */
238 /* Push the nth average SAD to the (n-1)th average SAD */

Completed in 869 milliseconds

1 2 3 4 5 6 7 8 91011>>