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

1 2 3 4 56 7 8 91011>>

  /external/libvpx/libvpx/vpx_dsp/mips/
convolve2_avg_horiz_dspr2.c 81 "addqh_r.w %[tn2], %[tn2], %[tp1] \n\t" /* average even 1 */
89 "addqh_r.w %[Temp1], %[Temp1], %[tn1] \n\t" /* average odd 1 */
93 "addqh_r.w %[tp1], %[tp1], %[tp2] \n\t" /* average even 2 */
96 "addqh_r.w %[p2], %[p2], %[p3] \n\t" /* average odd 2 */
318 "addqh_r.w %[st2], %[st2], %[st1] \n\t" /* average even 1 */
328 "addqh_r.w %[qload3], %[qload3], %[st2] \n\t" /* average even 2 */
340 "addqh_r.w %[qload3], %[qload3], %[st3] \n\t" /* average even 3 */
349 "addqh_r.w %[qload1], %[qload1], %[st1] \n\t" /* average even 4 */
359 "addqh_r.w %[qload2], %[qload2], %[st2] \n\t" /* average even 5 */
371 "addqh_r.w %[qload3], %[qload3], %[st3] \n\t" /* average even 6 *
    [all...]
  /external/llvm/docs/CommandGuide/
llvm-bcanalyzer.rst 175 **Average Instruction Size**
177 The average number of bytes per instruction across all functions in the bitcode
193 The average size of a Value definition (of any type). This is computed by
198 The average size of a global definition (constants and global variables).
202 The average number of bytes per function definition. This is computed by
265 **Average Instruction Size**
267 The average number of bytes consumed by the instructions in the function.
272 The average number of bytes used by the function per instruction. This value
274 same as Average Instruction Size. It computes a number relative to the total
  /external/swiftshader/third_party/LLVM/docs/CommandGuide/
llvm-bcanalyzer.pod 176 =item B<Average Instruction Size>
178 The average number of bytes per instruction across all functions in the bitcode
194 The average size of a Value definition (of any type). This is computed by
199 The average size of a global definition (constants and global variables).
203 The average number of bytes per function definition. This is computed by
269 =item B<Average Instruction Size>
271 The average number of bytes consumed by the instructions in the function. This
276 The average number of bytes used by the function per instruction. This value is
278 as Average Instruction Size. It computes a number relative to the total function
  /external/python/cpython2/Doc/includes/
mp_benchmarks.py 55 print 'average number/sec:', iterations/elapsed
97 print 'average number/sec:', iterations/elapsed
117 print 'average number/sec:', iterations/elapsed
138 print 'average number/sec:', iterations/elapsed
178 print 'average number/sec:', iterations * 2 / elapsed
  /external/tensorflow/tensorflow/python/training/
moving_averages_test.py 95 # Get the first weighted moving average.
103 # Get the second weighted moving average.
137 avg0 = ema.average(var0)
138 avg1 = ema.average(var1)
139 avg2 = ema.average(tensor2)
242 # the moving average of v1 should not have any control inputs
243 v1_avg = ema.average(v1)
289 self.assertEqual(ema.average(v0).op.name, ema.average_name(v0))
290 self.assertEqual(ema.average(v1).op.name, ema.average_name(v1))
291 self.assertEqual(ema.average(tensor2).op.name, ema.average_name(tensor2)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Sockets/DataSource/
DataSource.c 40 #define AVERAGE_SHIFT_COUNT ( 6 - DATA_RATE_UPDATE_SHIFT ) ///< 2n samples in average
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Sockets/DataSink/
DataSink.c 35 #define AVERAGE_SHIFT_COUNT ( 6 - DATA_RATE_UPDATE_SHIFT ) ///< 2n samples in average
    [all...]
  /external/fio/tools/plot/
fio2gnuplot 84 # Let's plot the average value for all the traces
86 global_avg = average(global_disk_perf)
87 compare_raw.write("plot %s w l ls 1 ti 'Global average value (%.2f)'" % (global_avg,global_avg));
88 compare_smooth.write("plot %s w l ls 1 ti 'Global average value (%.2f)'" % (global_avg,global_avg));
89 compare_trend.write("plot %s w l ls 1 ti 'Global average value (%.2f)'" % (global_avg,global_avg));
107 avg = average(disk_perf[pos])
119 def generate_gnuplot_math_script(title,gnuplot_output_filename,mode,average,gnuplot_output_dir,gpm_dir):
123 f.write("call \'%s/math.gpm\' \'%s' \'%s\' \'\' \'%s\' \'%s\' %s\n" % (gpm_dir,title,gnuplot_output_filename,gnuplot_output_filename,mode,average))
149 def average(s): return sum(s) * 1.0 / len(s) function
231 average_file=open(gnuplot_output_dir+gnuplot_output_filename+'.average', 'w'
    [all...]
  /system/core/storaged/tests/
storaged_test.cpp 366 // day 1: 5, 10, 15, 20 | daily average 12
367 // day 2: 25, 30, 35, 40, 45 | daily average 35
368 // day 3: 50, 55, 60, 65, 70 | daily average 60
369 // day 4: 75, 80, 85, 90, 95 | daily average 85
370 // day 5: 100, 105, 110, 115, | daily average 107
371 // day 6: 120, 125, 130, 135, 140 | daily average 130
372 // day 7: 145, 150, 155, 160, 165 | daily average 155
373 // end of week 1: | weekly average 83
374 // day 1: 170, 175, 180, 185, 190 | daily average 180
375 // day 2: 195, 200, 205, 210, 215 | daily average 20
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/Misc/
Stats.cs 76 double xbar = Average(X);
92 double xbar = Average(X);
103 public static double Average(ICollection<int> X)
  /external/autotest/server/cros/res_resource_monitor/
top_whitespace_ridden.txt 1 top - 14:47:14 up 7:58, 9 users, load average: 0.00, 0.01, 0.05
18 top - 14:48:38 up 8:00, 9 users, load average: 0.00, 0.01, 0.05
64 top - 14:48:38 up 8:00, 9 users, load average: 0.00, 0.01, 0.05
  /external/autotest/tko/
plotgraph.py 16 average = float(sum(values)) / len(values)
17 sum_sq_dev = sum( [(x - average) ** 2 for x in values] )
19 return (average, std_dev);
  /external/libavc/encoder/
irc_mb_model_based.c 37 * Estimated average activity for the current frame (updated with the
79 Description : Initialize the mb model and the average activity to default
155 /* Update the Average Activity */
  /external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_broadc_clnt_broadcast/
rpc_clnt_broadcast_performance.c 42 double average(double *tbl) function
44 //Return average of values in tbl
146 printf("%lf %d\n", average(resultTbl), maxIter);
  /external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_createdestroy_clntraw_create/
rpc_clntraw_create_performance.c 40 double average(double *tbl) function
42 //Return average of values in tbl
135 printf("%lf %d\n", average(resultTbl), maxIter);
  /external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_createdestroy_svcraw_create/
rpc_svcraw_create_performance.c 40 double average(double *tbl) function
42 //Return average of values in tbl
134 printf("%lf %d\n", average(resultTbl), maxIter);
  /external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_createdestroy_svctcp_create/
rpc_svctcp_create_performance.c 40 double average(double *tbl) function
42 //Return average of values in tbl
137 printf("%lf %d\n", average(resultTbl), maxIter);
  /external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_createdestroy_svcudp_create/
rpc_svcudp_create_performance.c 40 double average(double *tbl) function
42 //Return average of values in tbl
137 printf("%lf %d\n", average(resultTbl), maxIter);
  /external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_stdcall_callrpc/
rpc_callrpc_performance.c 40 double average(double *tbl) function
42 //Return average of values in tbl
143 printf("%lf %d\n", average(resultTbl), maxIter);
  /external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_simple_rpc_broadcast/
tirpc_rpc_broadcast_performance.c 46 double average(double *tbl) function
48 //Return average of values in tbl
148 printf("%lf %d\n", average(resultTbl), maxIter);
  /external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/tirpc/tirpc_simple_rpc_broadcast_exp/
tirpc_rpc_broadcast_exp_performance.c 46 double average(double *tbl) function
48 //Return average of values in tbl
149 printf("%lf %d\n", average(resultTbl), maxIter);
  /external/iproute2/man/man8/
tc-sfq.8 123 redflowlimit configures the hard limit on the real (not average) queue size per SFQ flow in bytes.
127 Average queue size at which marking becomes a possibility. Defaults to
132 At this average queue size, the marking probability is maximal. Defaults to
140 Specified in bytes. Used with burst to determine the time constant for average queue size calculations. Default value is 1000
143 Used for determining how fast the average queue size is influenced by the real queue size.
160 If average flow queue size is above
  /external/llvm/docs/tutorial/
LangImpl08.rst 178 Let's run it, and define a simple ``average`` function. Press Ctrl-D
184 ready> def average(x y) (x + y) * 0.5;
196 double average(double, double);
200 std::cout << "average of 3.0 and 4.0: " << average(3.0, 4.0) << std::endl;
210 average of 3.0 and 4.0: 3.5
  /system/extras/tests/workloads/
pwrsummary.sh 71 function average { function
175 set -- $(grep "FPS average" $file | sed 's/^.*seconds for a //' | awk '{ print $1; }' | average)
179 set -- $(grep ^Frames: $file | tr "/" " " | awk '{ print $4; }' | average | awk '{ printf "%.3f %.3f %.3f\n", 1000/$3, 1000/$2, 1000/$1;}' )
183 set -- $(cat $file | sysappOutputParser | average | awk '{ printf "%.3f %.3f %.3f\n", 1000/$3, 1000/$2, 1000/$1;}' )
187 set -- $(cat $file | hwuiOutputParser | tr ',' ' ' | awk '{print $2;}' | average)
  /cts/apps/CameraITS/tests/scene0/
test_jitter.py 32 MAX_FRAME_DELTA_JITTER = 0.3 # max ms gap from the average frame delta
50 print "Average:", avg

Completed in 275 milliseconds

1 2 3 4 56 7 8 91011>>