/external/webkit/SunSpider/resources/ |
D | sunspider-analyze-results.js | 35 var mean = 0; variable 115 mean = total / count; 124 function standardDeviation(mean, items) argument 128 var delta = items[i] - mean; 137 stdDev = standardDeviation(mean, itemTotals["total"]); 176 function formatResult(meanWidth, mean, stdErr, n) argument 178 var meanString = mean.toFixed(1).toString(); 186 return meanString + "ms +/- " + ((tDist(n) * stdErr / mean) * 100).toFixed(1) + "%"; 207 var width = mean.toFixed(1).toString().length; 222 function resultLine(labelWidth, indent, label, meanWidth, mean, stdErr) argument [all …]
|
D | sunspider-compare-results.js | 177 var mean = total / count; 184 return mean; 187 function standardDeviation(mean, items) argument 191 var delta = items[i] - mean; 198 …function computeStdDevs(mean, itemTotals, categoryStdDevs, categoryMeans, testStdDevsByCategory, t… argument 200 var stdDev = standardDeviation(mean, itemTotals["total"]); 241 function formatMean(meanWidth, mean, stdErr, count) argument 243 var meanString = mean.toFixed(1).toString(); 248 var error = "+/- " + ((tDist(count) * stdErr / mean) * 100).toFixed(1) + "% "; 269 function computeMeanWidth(mean, categoryMeans, testMeansByCategory) argument [all …]
|
/external/opencore/codecs_v2/audio/gsm_amr/amr_wb/dec/src/ |
D | isf_extrapolation.cpp | 122 int16 coeff, mean, tmp, tmp2, tmp3; in isf_extrapolation() local 141 mean = amr_wb_round(L_tmp); in isf_extrapolation() 158 mean = shl_int16(mean, exp); in isf_extrapolation() 161 tmp2 = sub_int16(IsfDiff[i], mean); in isf_extrapolation() 162 tmp3 = sub_int16(IsfDiff[i - 2], mean); in isf_extrapolation() 171 tmp2 = sub_int16(IsfDiff[i], mean); in isf_extrapolation() 172 tmp3 = sub_int16(IsfDiff[i - 3], mean); in isf_extrapolation() 181 tmp2 = sub_int16(IsfDiff[i], mean); in isf_extrapolation() 182 tmp3 = sub_int16(IsfDiff[i - 4], mean); in isf_extrapolation()
|
D | dtx_decoder_amr_wb.cpp | 875 int16 i, tmp, mean, CN_dith, gain_diff; in dithering_control() local 894 mean = 0; in dithering_control() 897 mean = add_int16(mean, st->log_en_hist[i]); in dithering_control() 899 mean >>= 3; in dithering_control() 903 tmp = sub_int16(st->log_en_hist[i], mean); in dithering_control()
|
/external/srec/srec/clib/ |
D | specnorm.c | 54 spec->running_total += spec_val - spec->mean; in add_distribution_data() 55 spec->running_total_devn += (spec_val - spec->mean) in add_distribution_data() 56 * (spec_val - spec->mean); in add_distribution_data() 170 log_report("old mean= %d, ", spec->mean); in estimate_mean() 181 spec->mean += (spec->running_total + spec->mean_count / 2) in estimate_mean() 184 spec->mean += (spec->running_total - spec->mean_count / 2) in estimate_mean() 190 log_report("new mean= %d\n", spec->mean); in estimate_mean() 212 return (spec_val - spec->mean + spec->offset); in mean_normalize_data() 245 spec->mean = initial_median; in create_spectrum_distribution() 359 spec->mean += shift; in shift_parameters()
|
/external/srec/srec/cfront/ |
D | wav_acc.c | 105 float mean; in get_sig_check() local 135 mean = ((float)ws->sum + (float)ws->sum2 * OVERFLOW_MASK) / ws->nsam; in get_sig_check() 137 *dc_offset = (int) mean; in get_sig_check() 139 / (float)ws->nsam) - (mean * mean); in get_sig_check()
|
/external/svox/pico/lib/ |
D | picocep.c | 965 picoos_int32 mean, ivar; in makeWUWandWUm() local 1016 mean = getFromPdf(pdf, vecstart, cepnum, PICOCEP_WANTMEAN, in makeWUWandWUm() 1018 … prev_WUm = cep->WUm[i] = mean << 1; /* multiply mean by 2 (2 used to be first entry of x) */ in makeWUWandWUm() 1028 mean = getFromPdf(pdf, vecstart, cepnum, PICOCEP_WANTMEAN, in makeWUWandWUm() 1030 if (mean != 0) { in makeWUWandWUm() 1031 cep->WUm[i] += x[j] * mean; in makeWUWandWUm() 1042 mean = getFromPdf(pdf, vecstart, cepnum, PICOCEP_WANTMEAN, in makeWUWandWUm() 1044 if (mean != 0) { in makeWUWandWUm() 1045 cep->WUm[i] += x[numd + j] * mean; in makeWUWandWUm() 1137 picoos_int32 mean = 0, ivar = 0; in getFromPdf() local [all …]
|
D | NOTICE | 22 "License" shall mean the terms and conditions for use, reproduction, 25 "Licensor" shall mean the copyright owner or entity authorized by 28 "Legal Entity" shall mean the union of the acting entity and all 36 "You" (or "Your") shall mean an individual or Legal Entity 39 "Source" form shall mean the preferred form for making modifications, 43 "Object" form shall mean any form resulting from mechanical 48 "Work" shall mean the work of authorship, whether in Source or 53 "Derivative Works" shall mean any work, whether in Source or Object 61 "Contribution" shall mean any work of authorship, including 75 "Contributor" shall mean Licensor and any individual or Legal Entity
|
/external/icu4c/test/perf/perldriver/ |
D | Output.pm | 50 my $mean = $value->getMean; 53 if($mean > 0) { 60 print HTML formatPercent(2, $mean); 62 print HTML formatNumber(2, $mult, $mean);
|
D | Dataset.pm | 28 $self->{_mean} = $stats->mean();
|
/external/apache-http/ |
D | NOTICE | 25 "License" shall mean the terms and conditions for use, reproduction, 28 "Licensor" shall mean the copyright owner or entity authorized by 31 "Legal Entity" shall mean the union of the acting entity and all 39 "You" (or "Your") shall mean an individual or Legal Entity 42 "Source" form shall mean the preferred form for making modifications, 46 "Object" form shall mean any form resulting from mechanical 51 "Work" shall mean the work of authorship, whether in Source or 56 "Derivative Works" shall mean any work, whether in Source or Object 64 "Contribution" shall mean any work of authorship, including 78 "Contributor" shall mean Licensor and any individual or Legal Entity
|
/external/svox/picolanginstaller/ |
D | NOTICE | 22 "License" shall mean the terms and conditions for use, reproduction, 25 "Licensor" shall mean the copyright owner or entity authorized by 28 "Legal Entity" shall mean the union of the acting entity and all 36 "You" (or "Your") shall mean an individual or Legal Entity 39 "Source" form shall mean the preferred form for making modifications, 43 "Object" form shall mean any form resulting from mechanical 48 "Work" shall mean the work of authorship, whether in Source or 53 "Derivative Works" shall mean any work, whether in Source or Object 61 "Contribution" shall mean any work of authorship, including 75 "Contributor" shall mean Licensor and any individual or Legal Entity
|
/external/svox/pico/src/ |
D | NOTICE | 22 "License" shall mean the terms and conditions for use, reproduction, 25 "Licensor" shall mean the copyright owner or entity authorized by 28 "Legal Entity" shall mean the union of the acting entity and all 36 "You" (or "Your") shall mean an individual or Legal Entity 39 "Source" form shall mean the preferred form for making modifications, 43 "Object" form shall mean any form resulting from mechanical 48 "Work" shall mean the work of authorship, whether in Source or 53 "Derivative Works" shall mean any work, whether in Source or Object 61 "Contribution" shall mean any work of authorship, including 75 "Contributor" shall mean Licensor and any individual or Legal Entity
|
/external/mtpd/ |
D | NOTICE | 22 "License" shall mean the terms and conditions for use, reproduction, 25 "Licensor" shall mean the copyright owner or entity authorized by 28 "Legal Entity" shall mean the union of the acting entity and all 36 "You" (or "Your") shall mean an individual or Legal Entity 39 "Source" form shall mean the preferred form for making modifications, 43 "Object" form shall mean any form resulting from mechanical 48 "Work" shall mean the work of authorship, whether in Source or 53 "Derivative Works" shall mean any work, whether in Source or Object 61 "Contribution" shall mean any work of authorship, including 75 "Contributor" shall mean Licensor and any individual or Legal Entity
|
/external/svox/pico/tts/ |
D | NOTICE | 22 "License" shall mean the terms and conditions for use, reproduction, 25 "Licensor" shall mean the copyright owner or entity authorized by 28 "Legal Entity" shall mean the union of the acting entity and all 36 "You" (or "Your") shall mean an individual or Legal Entity 39 "Source" form shall mean the preferred form for making modifications, 43 "Object" form shall mean any form resulting from mechanical 48 "Work" shall mean the work of authorship, whether in Source or 53 "Derivative Works" shall mean any work, whether in Source or Object 61 "Contribution" shall mean any work of authorship, including 75 "Contributor" shall mean Licensor and any individual or Legal Entity
|
/external/sqlite/android/ |
D | NOTICE | 22 "License" shall mean the terms and conditions for use, reproduction, 25 "Licensor" shall mean the copyright owner or entity authorized by 28 "Legal Entity" shall mean the union of the acting entity and all 36 "You" (or "Your") shall mean an individual or Legal Entity 39 "Source" form shall mean the preferred form for making modifications, 43 "Object" form shall mean any form resulting from mechanical 48 "Work" shall mean the work of authorship, whether in Source or 53 "Derivative Works" shall mean any work, whether in Source or Object 61 "Contribution" shall mean any work of authorship, including 75 "Contributor" shall mean Licensor and any individual or Legal Entity
|
/external/skia/ |
D | NOTICE | 22 "License" shall mean the terms and conditions for use, reproduction, 25 "Licensor" shall mean the copyright owner or entity authorized by 28 "Legal Entity" shall mean the union of the acting entity and all 36 "You" (or "Your") shall mean an individual or Legal Entity 39 "Source" form shall mean the preferred form for making modifications, 43 "Object" form shall mean any form resulting from mechanical 48 "Work" shall mean the work of authorship, whether in Source or 53 "Derivative Works" shall mean any work, whether in Source or Object 61 "Contribution" shall mean any work of authorship, including 75 "Contributor" shall mean Licensor and any individual or Legal Entity
|
/external/srec/ |
D | NOTICE | 12 "License" shall mean the terms and conditions for use, reproduction, 15 "Licensor" shall mean the copyright owner or entity authorized by 18 "Legal Entity" shall mean the union of the acting entity and all 26 "You" (or "Your") shall mean an individual or Legal Entity 29 "Source" form shall mean the preferred form for making modifications, 33 "Object" form shall mean any form resulting from mechanical 38 "Work" shall mean the work of authorship, whether in Source or 43 "Derivative Works" shall mean any work, whether in Source or Object 51 "Contribution" shall mean any work of authorship, including 65 "Contributor" shall mean Licensor and any individual or Legal Entity
|
/external/tagsoup/src/org/ccil/cowan/tagsoup/ |
D | LICENSE | 9 "License" shall mean the terms and conditions for use, reproduction, 12 "Licensor" shall mean the copyright owner or entity authorized by 15 "Legal Entity" shall mean the union of the acting entity and all 23 "You" (or "Your") shall mean an individual or Legal Entity 26 "Source" form shall mean the preferred form for making modifications, 30 "Object" form shall mean any form resulting from mechanical 35 "Work" shall mean the work of authorship, whether in Source or 40 "Derivative Works" shall mean any work, whether in Source or Object 48 "Contribution" shall mean any work of authorship, including 62 "Contributor" shall mean Licensor and any individual or Legal Entity
|
/external/blktrace/btt/ |
D | output.c | 324 double mean; member 353 "Average", sip->nseeks, sip->mean / sip->nseeks, in output_seek_mode_info() 393 double mean; in do_output_dip_seek_info() local 403 mean = seeki_mean(handle); in do_output_dip_seek_info() 408 make_dev_hdr(dev_info, 15, dip, 1), nseeks, mean, in do_output_dip_seek_info() 423 nseeks, mean, median, in do_output_dip_seek_info() 431 seek_info.mean += (nseeks * mean); in do_output_dip_seek_info()
|
/external/srec/srec/include/ |
D | specnorm.h | 65 int mean; member
|
/external/zlib/contrib/asm586/ |
D | README.586 | 18 This may also mean that better improvements will be seen on a Pentium
|
/external/webkit/WebKitTools/android/flex-2.5.4a/MISC/Borland/ |
D | NOTES | 38 by typical, I mean that there were relatively few spaces, lots of lines
|
/external/openssl/crypto/conf/ |
D | README | 52 a DSO with the supplied name. This might mean that "module3" attempts
|
/external/bzip2/ |
D | README.COMPILATION.PROBLEMS | 21 When I say "large file" I mean a file of size 2,147,483,648 (2^31)
|