| /openbsd-src/gnu/usr.bin/binutils/gdb/testsuite/gdb.hp/gdb.compat/ |
| H A D | average.c | 23 int total = 0, num_elements = 0, average = 0; local 27 average = total / num_elements; 28 printf("%10.d\n", average);
|
| /openbsd-src/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/ |
| H A D | average.c | 23 int total = 0, num_elements = 0, average = 0; local 27 average = total / num_elements; 28 printf("%10.d\n", average);
|
| /openbsd-src/sys/net80211/ |
| H A D | ieee80211_ra.c | 512 DPRINTF(("%s|", ra_fp_sprintf(g->average))); in ieee80211_ra_best_rate() 627 g->average = RA_FP_MUL(RA_FP_1 - alpha, g->average); in ieee80211_ra_add_stats_ht() 628 g->average += RA_FP_MUL(alpha, g->measured); in ieee80211_ra_add_stats_ht() 631 if (g->average > g->measured) in ieee80211_ra_add_stats_ht() 632 delta = g->average - g->measured; in ieee80211_ra_add_stats_ht() 634 delta = g->measured - g->average; in ieee80211_ra_add_stats_ht() 679 (g->average >= 3 * g->stddeviation && in ieee80211_ra_choose() 680 g->measured < g->average - 3 * g->stddeviation)) { in ieee80211_ra_choose() 698 g->measured > g->average + 3 * g->stddeviation) { in ieee80211_ra_choose() 733 ra_fp_sprintf(g->average))); in ieee80211_ra_choose()
|
| H A D | ieee80211_ra_vht.c | 518 DPRINTF(("%s|", ra_vht_fp_sprintf(g->average))); in ieee80211_ra_vht_best_rate() 631 g->average = RA_FP_MUL(RA_FP_1 - alpha, g->average); in ieee80211_ra_vht_add_stats() 632 g->average += RA_FP_MUL(alpha, g->measured); in ieee80211_ra_vht_add_stats() 635 if (g->average > g->measured) in ieee80211_ra_vht_add_stats() 636 delta = g->average - g->measured; in ieee80211_ra_vht_add_stats() 638 delta = g->measured - g->average; in ieee80211_ra_vht_add_stats() 692 (g->average >= 3 * g->stddeviation && in ieee80211_ra_vht_choose() 693 g->measured < g->average - 3 * g->stddeviation)) { in ieee80211_ra_vht_choose() 711 g->measured > g->average + 3 * g->stddeviation) { in ieee80211_ra_vht_choose() 746 ra_vht_fp_sprintf(g->average))); in ieee80211_ra_vht_choose()
|
| H A D | ieee80211_ra.h | 26 uint64_t average; /* Average measured goodput. */ member
|
| H A D | ieee80211_ra_vht.h | 26 uint64_t average; /* Average measured goodput. */ member
|
| /openbsd-src/gnu/llvm/llvm/docs/tutorial/MyFirstLanguageFrontend/ |
| H A D | 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
|
| /openbsd-src/gnu/usr.bin/binutils/gprof/ |
| H A D | flat_bl.m | 15 self the average number of milliseconds spent in this 19 total the average number of milliseconds spent in this
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/gprof/ |
| H A D | flat_bl.m | 15 self the average number of milliseconds spent in this 19 total the average number of milliseconds spent in this
|
| /openbsd-src/usr.bin/gprof/ |
| H A D | gprof.flat | 19 self the average number of milliseconds spent in this 23 total the average number of milliseconds spent in this
|
| /openbsd-src/gnu/llvm/llvm/docs/CommandGuide/ |
| H A D | llvm-bcanalyzer.rst | 167 The average number of bytes per instruction across all functions in the bitcode 183 The average size of a Value definition (of any type). This is computed by 188 The average size of a global definition (constants and global variables). 192 The average number of bytes per function definition. This is computed by 257 The average number of bytes consumed by the instructions in the function. 262 The average number of bytes used by the function per instruction. This value
|
| /openbsd-src/gnu/gcc/gcc/config/rs6000/ |
| H A D | 8540.md | 118 ;; Divide. We use the average latency time here. We omit reserving a 120 ;; reservation of miu_stage3 here because we use the average latency 223 ;; Vector divides: Use the average. We omit reserving a retire unit 225 ;; of miu_stage3 here because we use the average latency time.
|
| H A D | mpc.md | 65 ; Divide latency varies greatly from 2-11, use 6 as average
|
| /openbsd-src/gnu/llvm/lldb/scripts/ |
| H A D | analyze-project-deps.py | 168 average = sum([len(x)+1 for x in cycles]) / len(cycles) variable 170 print("Found {} cycles. Average cycle length = {}.".format(len(cycles), average))
|
| /openbsd-src/gnu/usr.bin/perl/cpan/Encode/bin/ |
| H A D | enc2xs | 1462 1356 average shared memory size 1463 18566 average unshared data size 1464 229 average unshared stack size 1472 1394 average shared memory size 1473 14969 average unshared data size 1474 236 average unshared stack size
|
| /openbsd-src/usr.sbin/tcpdump/ |
| H A D | README | 118 since the average packet size was 512 bytes). It took 119 536 packets to transfer the data (i.e., on the average 126 2 seconds on the average). It was acked once, 140ms
|
| /openbsd-src/share/zoneinfo/datfiles/ |
| H A D | leap-seconds.list | 31 # The first leap second was added on June 30, 1972. Until the year 2000, it was necessary in average to add a 33 # average interval of 3 to 4 years due to the acceleration of the Earth's rotation speed.
|
| /openbsd-src/gnu/usr.bin/perl/Porting/ |
| H A D | bench.pl | 457 average => 0, 482 'average' => \$OPTS{average}, 1550 unless ($OPTS{average}) {
|
| /openbsd-src/gnu/gcc/gcc/ |
| H A D | params.def | 244 "max-average-unrolled-insns", 245 "The maximum number of instructions to consider to unroll in a loop on average", 317 "sms-loop-average-count-threshold", 318 "A threshold on the average loop count considered by the swing modulo scheduler", 331 are predicted to iterate relatively few (10) times at average.
|
| /openbsd-src/gnu/usr.bin/perl/t/porting/ |
| H A D | bench.t | 497 like $out, $format_qrs{average}, "basic cachegrind average format; 2 perls"; 815 FORMAT: average
|
| /openbsd-src/gnu/llvm/llvm/docs/ |
| H A D | HowToAddABuilder.rst | 175 out to an average of 4 commits per hour. Already, we can see that a 185 At 10-15 builds per hour, we need to complete a new build on average every 226 Using ccache materially improves average build times. Incremental builds
|
| /openbsd-src/usr.bin/file/magdir/ |
| H A D | filesystems | 940 >&-180 lelong x average file size %d, 941 >&-176 lelong x average number of files in dir %d, 960 >&-180 lelong x average file size %d, 961 >&-176 lelong x average number of files in dir %d, 1000 >&-180 belong x average file size %d, 1001 >&-176 belong x average number of files in dir %d, 1020 >&-180 belong x average file size %d, 1021 >&-176 belong x average number of files in dir %d,
|
| H A D | vorbis | 11 # out with `##' as it's not interesting to the average user. The most
|
| /openbsd-src/lib/libz/ |
| H A D | algorithm.doc | 86 those cases, the table ended up one bit longer than the ``average'' code 185 the symbols, it takes on the average 1.25 lookups per symbol. That's compared 295 those cases, the table ended up one bit longer than the ``average'' code 394 the symbols, it takes on the average 1.25 lookups per symbol. That's compared 504 those cases, the table ended up one bit longer than the ``average'' code 603 the symbols, it takes on the average 1.25 lookups per symbol. That's compared
|
| /openbsd-src/gnu/llvm/lldb/examples/python/ |
| H A D | gdbremote.py | 1511 (average, std_dev) = calculate_mean_and_standard_deviation(all_packet_times) 1512 if average and std_dev: 1513 …verage packet time of %f and standard deviation of %f' % (len(all_packet_times), average, std_dev))
|