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

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/demos/forty/
H A Dscoredg.cpp66 int average = 0; local
69 average = (2 * score + games) / (2 * games);
75 << average << wxT('\n');
153 int average = 0; local
156 average = (2 * score + games) / (2 * games);
163 string_value.Printf( _T("%u"), average );
H A Dgame.cpp261 int average = 0; local
264 average = (2 * (m_currentScore + m_totalScore) + m_numGames ) / (2 * m_numGames);
266 str.Printf(_T("%d"), average);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/lzo-2.06/util/
H A Dtable.pl42 %average = ();
176 $average{$alg} =
191 print $average{$alg};
207 $aa = $average{$a};
208 $bb = $average{$b};
244 print "Summary of average values\n\n";
252 $l = $average{$_};
340 - the average ratio & bits are calculated by the arithmetic mean
341 - the average speed is calculated by the harmonic mean
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/b43/
H A Dphy_common.c382 unsigned int average; local
407 /* Get the average of the values with 0.5 added to each value. */
408 average = (a + b + c + d + 2) / 4;
413 average = (average >= 13) ? (average - 13) : 0;
416 return average;
H A Dmain.c1244 s32 average; local
1280 average = 0;
1283 average += dev->noisecalc.samples[i][j];
1285 average /= (8 * 4);
1286 average *= 125;
1287 average += 64;
1288 average /= 128;
1292 average += 2;
1294 average -= 25;
1296 average
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/kademlia/kademlia/
H A DKademlia.cpp397 // each single sample will be wrong, but the average of them should produce a usable number. To avoid
398 // drifts caused by a a single (or more) really close or really far away hits, we do use median-average instead through
423 // cut away 1/3 of the values - 1/6 of the top and 1/6 of the bottom to avoid spikes having too much influence, build the average of the rest
429 uint64_t average = 0; local
431 average += *it;
433 median = (uint32_t)(average / medianList.size());
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dvorbisenc.c716 float average = 0; local
719 average += fabs(coeffs[j]);
720 return average / (end - begin);
739 float average = averages[i]; local
742 average = sqrt(tot_average * average) * pow(1.25f, position*0.005f); // MAGIC!
744 if (ff_vorbis_floor1_inverse_db_table[j * fc->multiplier] > average)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dvorbisenc.c721 float average = 0; local
724 average += fabs(coeffs[j]);
725 return average / (end - begin);
744 float average = averages[i]; local
747 average = sqrt(tot_average * average) * pow(1.25f, position*0.005f); // MAGIC!
749 if (ff_vorbis_floor1_inverse_db_table[j * fc->multiplier] > average)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/ppc/
H A Dh264dsp.c492 register vec_u8 average = vec_avg(p0, q0); local
500 temp = vec_xor(average, p2);
501 average = vec_avg(average, p2); /*avg(p2, avg(p0, q0)) */
504 uncliped = vec_subs(average, temp); /*(p2+((p0+q0+1)>>1))>>1 */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dhtwinprs.tex85 Returns (average) char height in standard font. It is used as DC-independent metrics.
94 Returns average char width in standard font. It is used as DC-independent metrics.
H A Dhvscroll.tex135 the average row height using some rows in the beginning, middle and the end.
155 the average column width using some columns in the beginning, middle and the end.
H A Dtstring.tex250 them on stderr on program termination. This will show you the average length of
251 strings your program manipulates, their average initial length and also the
H A Dtunicode.tex108 be done this way (try to imagine the number of {\tt \#ifdef UNICODE} an average
H A Dvscroll.tex104 the average line height using some lines in the beginning, middle and the end.
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/b43legacy/
H A Dmain.c806 s32 average; local
832 average = 0;
835 average += dev->noisecalc.samples[i][j];
837 average /= (8 * 4);
838 average *= 125;
839 average += 64;
840 average /= 128;
845 average += 2;
847 average -= 25;
849 average
[all...]
H A Dphy.c1780 s8 average; local
1829 average = (v0 + v1 + v2 + v3 + 2) / 4;
1833 average -= 13;
1835 estimated_pwr = b43legacy_phy_estimate_power_out(dev, average);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/ppc/
H A Dh264_altivec.c719 register vec_u8 average = vec_avg(p0, q0); local
727 temp = vec_xor(average, p2);
728 average = vec_avg(average, p2); /*avg(p2, avg(p0, q0)) */
731 uncliped = vec_subs(average, temp); /*(p2+((p0+q0+1)>>1))>>1 */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/lib64/
H A Dcopy_user_memcpy.S32 ! however, this would cost a few extra cyles on average.
H A Dmemcpy.S34 ! however, this would cost a few extra cyles on average.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/
H A Dvf_blend.c111 { "average", "", 0, AV_OPT_TYPE_CONST, {.i64=BLEND_AVERAGE}, 0, 0, FLAGS, "mode" },
188 DEFINE_BLEND(average, (A + B) / 2)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/e1000/
H A De1000_hw.c3100 u16 phy_data, min_length, max_length, average; local
3150 average = (max_length + min_length) / 2;
3152 if (average <= e1000_igp_cable_length_50)
3154 else if (average <= e1000_igp_cable_length_80)
3156 else if (average <= e1000_igp_cable_length_110)
3158 else if (average <= e1000_igp_cable_length_140)
4901 /* Get the average length of the remaining 3 channels */
4904 /* Get the average length of all the 4 channels. */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/ipw2x00/
H A Dipw2200.h1085 struct average { struct
1214 struct average average_missed_beacons;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/x86/
H A Dh264_idct.asm759 ; unrolling of the loop leads to an average performance gain of
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/human68k/
H A Ddeflate.s51 ; average, but it's slower often enough that one can't generalize.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/x86/
H A Dh264_idct.asm820 ; unrolling of the loop leads to an average performance gain of

Completed in 248 milliseconds

12