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

  /external/oprofile/libpp/
diff_container.h 47 count_array_t total2; member in class:diff_container
diff_container.cpp 85 symbol_entry const & sym2, count_array_t const & total2,
95 percent2 = op_ratio(sym2.sample.counts[i], total2[i]);
110 total1(pc1.samples_count()), total2(pc2.samples_count())
140 symbol_diff(syms, *it1, total1, *it2, total2, choice);
158 return total2;
  /external/webkit/PerformanceTests/SunSpider/resources/
sunspider-compare-results.js 53 var total2 = 0;
368 total2 = computeTotals(output2, categoryTotals2, testTotalsByCategory2);
371 mean2 = computeMeans(count2, total2, categoryTotals2, categoryMeans2, testTotalsByCategory2, testMeansByCategory2);
  /external/tremolo/Tremolo/
codebook.c 498 long total2=(_ilog(quantvals-1)*s->dim+8)/8+(s->q_bits+7)/8; local
501 if(total1<=4 && total1<=total2){

Completed in 122 milliseconds