Searched refs:average (Results 1 - 25 of 46) sorted by relevance

12

/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
H A Daverage.c14 int total = 0, num_elements = 0, average = 0; local
18 average = total / num_elements;
19 printf("%10.d\n", average);
H A Dcomprdebug.exp16 standard_testfile average.c
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
H A Daverage.c14 int total = 0, num_elements = 0, average = 0; local
18 average = total / num_elements;
19 printf("%10.d\n", average);
H A Dcomprdebug.exp16 standard_testfile average.c
H A Ddbx.exp17 standard_testfile average.c sum.c
229 gdb_test "stop in main" "Breakpoint.*at.*: file.*average\.c, line $stop_line\."
230 gdb_test "status" "Num.*Type.*Disp.*Enb.*Address.*What\r\n1\[ \r\]+breakpoint\[ \r\]+keep y.*in main at.*average\.c:$stop_line.*"
232 gdb_test "stop at average.c:$stop_line" "Breakpoint.*at.*: file.*average\.c, line $stop_line.*"
233 gdb_test "stop in average.c:$stop_line" "Usage: stop in <function . address>"
267 gdb_test "whereis my_list" "All variables matching regular expression \"my_list\":\r\n\r\nFile.*average\.c:\r\n.*\tstatic int my_list\\\[10\\\];"
282 gdb_test "func print_average" ".*in print_average.*\\(list=.*, low=0, high=6\\).*at.*average\.c:${decimal}\r\n${decimal}\[ \t\]+total = sum\\(list, low, high\\);"
300 gdb_test "file average.c:1" "1\[ \t\]+/. This is a sample program.*"
/netbsd-current/external/bsd/ntp/dist/util/
H A Djitter.c27 double average; variable
57 average = 0;
61 average += gtod[i];
76 average = average / (NBUF - 2);
77 fprintf(stderr, "Average %13.9f\n", average);
/netbsd-current/external/ibm-public/postfix/dist/src/postscreen/
H A Dpostscreen_dict.c105 #define PSC_CHECK_TIME_AFTER_LOOKUP(table, action, average) \
109 if ((average = PSC_AVERAGE(_new_delta_ms, average)) > PSC_THRESHOLD_MS \
111 msg_warn("%s: %s %s average delay is %.0f ms", \
112 myname, (table), (action), average); \
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.perf/lib/perftest/
H A Dreporter.py69 average = sum(data_points) / len(data_points)
73 test_name, measurement_name, average))
75 test_name, measurement_name, average, data_min, data_max,
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.perf/lib/perftest/
H A Dreporter.py70 average = sum(data_points) / len(data_points)
73 self.txt_sum.write("%s %s %s\n" % (test_name, measurement_name, average))
76 % (test_name, measurement_name, average, data_min, data_max, data_points)
/netbsd-current/external/gpl3/gcc.old/dist/contrib/
H A Danalyze_brprob.py79 def average(values): function
88 return average(values)
290 print(' avg. # of iter: %.2f' % average(self.niter_vector))
H A Dpatch_tester.sh54 WATERMARK is the 5 minute average system charge under which a new
/netbsd-current/external/gpl3/gcc/dist/contrib/
H A Danalyze_brprob.py79 def average(values): function
88 return average(values)
293 print(' avg. # of iter: %.2f' % average(self.niter_vector))
H A Dpatch_tester.sh54 WATERMARK is the 5 minute average system charge under which a new
/netbsd-current/external/bsd/unbound/dist/contrib/
H A Dparseunbound.pl93 elsif ( $line =~ m/info: average recursion processing time ([0-9\.]+) sec/ ) {
/netbsd-current/external/gpl3/gcc.old/dist/libgcc/config/epiphany/
H A Dudivsi3-float.S58 ; this label here to reduce average branch penalties.
/netbsd-current/usr.bin/make/unit-tests/
H A Dvarmod-order-shuffle.mk21 # lets the whole test fail once in 1.209.600 runs, on average.
/netbsd-current/external/gpl3/gcc/dist/libgcc/config/epiphany/
H A Dudivsi3-float.S58 ; this label here to reduce average branch penalties.
/netbsd-current/sys/external/bsd/drm2/dist/drm/
H A Ddrm_self_refresh_helper.c13 #include <linux/average.h>
147 * update the average entry/exit self refresh times on self refresh transitions.
/netbsd-current/external/lgpl3/gmp/dist/tune/
H A Dtuneup.c2561 average threshold for the two.
2571 mp_size_t thresh[2], average; local
2609 average = MP_SIZE_T_MAX;
2616 printf ("average of:");
2622 average = 0;
2624 average += thresh[i];
2625 average /= numberof(thresh);
2629 if (average <= 3)
2630 average = 0;
2633 print_define_end (param.name, average);
2649 mp_size_t thresh_lt, thresh_ge, average; local
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/sim/frv/
H A Dprofile.c1998 float average; local
2007 average = (float)total / vliw;
2008 sim_io_printf (sd, " Average VLIW length: %.2f\n", average);
2009 average = (float)PROFILE_MODEL_TOTAL_CYCLES (p) / vliw;
2010 sim_io_printf (sd, " Cycles per VLIW instruction: %.2f\n", average);
2011 average = (float)total / PROFILE_MODEL_TOTAL_CYCLES (p);
2012 sim_io_printf (sd, " Instructions per cycle: %.2f\n", average);
/netbsd-current/external/gpl3/gdb/dist/sim/frv/
H A Dprofile.c2001 float average; local
2010 average = (float)total / vliw;
2011 sim_io_printf (sd, " Average VLIW length: %.2f\n", average);
2012 average = (float)PROFILE_MODEL_TOTAL_CYCLES (p) / vliw;
2013 sim_io_printf (sd, " Cycles per VLIW instruction: %.2f\n", average);
2014 average = (float)total / PROFILE_MODEL_TOTAL_CYCLES (p);
2015 sim_io_printf (sd, " Instructions per cycle: %.2f\n", average);
/netbsd-current/sys/arch/mvme68k/stand/sboot/
H A Doc_cksum.s77 | The processors tested and their average time to checksum 1024 bytes
/netbsd-current/sys/external/bsd/drm2/dist/drm/i915/gt/
H A Dintel_engine_types.h12 #include <linux/average.h>
340 * We track the average duration of the idle pulse on parking the
/netbsd-current/external/lgpl3/gmp/dist/mpn/x86_64/coreisbr/
H A Daors_n.asm60 C It also runs slightly faster on average on AMD bd1 and bd2.
/netbsd-current/sys/arch/m68k/m68k/
H A Doc_cksum.s73 | The processors tested and their average time to checksum 1024 bytes

Completed in 543 milliseconds

12