HomeSort by relevance Sort by last modified time
    Searched refs:median (Results 1 - 12 of 12) sorted by null

  /external/srec/srec/include/
specnorm.h 64 int median; member in struct:__anon5910
  /external/srec/srec/clib/
specnorm.c 42 /* Median calculations
78 spec->median = estimate_percentile(spec, spec->estimate_percentile);
97 /* Calculate the median
100 if (spec->count < MIN_COUNT) return(spec->median);
121 log_report("Median margin %d\n", accum / count);
131 /* Calculate the median
201 return (spec_val - spec->median + spec->offset);
239 spec->median = initial_median;
361 spec->median += shift;
  /external/icu4c/common/
triedict.h 138 * @param median A UChar around which to balance the trie. Ideally, it should
139 * begin at least one word that is near the median of the set in the dictionary
142 MutableTrieDictionary( UChar median, UErrorCode &status );
triedict.cpp 80 MutableTrieDictionary::MutableTrieDictionary( UChar median, UErrorCode &status ) {
83 // Making it a median character cuts the worse case for searches from
86 fTrie = new TernaryNode(median);
    [all...]
  /external/blktrace/btt/
output.c 323 long long nseeks, median; member in struct:o_seek_info
354 sip->median / sip->nseeks, new_list->mode, new_list->nseeks);
397 long long median; local
404 median = seeki_median(handle);
409 median, nmodes > 0 ? m.modes[0] : 0, m.most_seeks);
423 nseeks, mean, median,
432 seek_info.median += (nseeks * median);
454 "MEAN", "MEDIAN", "MODE");
460 "Overall", "NSEEKS", "MEAN", "MEDIAN", "MODE")
    [all...]
  /external/bison/src/
print_graph.c 213 static_graph.crossing_weight = median;
vcg.h 140 median, enumerator in enum:crossing_type
808 reduction: bary (default), median, barymedian or medianbary. We
    [all...]
vcg.c 332 case median: return "median";
  /external/webkit/WebKitTools/Scripts/webkitpy/layout_tests/
run_chromium_webkit_tests.py     [all...]
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/
HeapPanel.java 560 TableHelper.createTableColumn(tab, "Median", SWT.RIGHT,
814 int median = count / 2; local
815 HeapSegmentElement element = list.get(median);
    [all...]
  /external/blktrace/btt/doc/
btt.tex 240 IOs, the \emph{median} value for all seeks, and the \emph{mode} -
250 DEV | NSEEKS MEAN MEDIAN | MODE
255 We have almost exclusively seen median and mode values of 0, indicating
    [all...]
  /prebuilt/common/jfreechart/
jfreechart-1.0.9.jar 

Completed in 38 milliseconds