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

  /external/clang/lib/StaticAnalyzer/Checkers/
RetainCountChecker.cpp 526 const RetainSummary *Summ = I->second;
527 M[K] = Summ;
528 return Summ;
661 void addNSObjectClsMethSummary(Selector S, const RetainSummary *Summ) {
662 ObjCClassMethodSummaries[S] = Summ;
665 void addNSObjectMethSummary(Selector S, const RetainSummary *Summ) {
666 ObjCMethodSummaries[S] = Summ;
670 const RetainSummary *Summ) {
673 ObjCClassMethodSummaries[ObjCSummaryKey(ClsII, S)] = Summ;
677 const RetainSummary *Summ) {
    [all...]
  /external/oprofile/pp/
opreport.cpp 117 summary summ; local
118 summ.lib_image = image;
119 deps.push_back(summ);
130 summary & summ = find_summary(profile.image); local
131 count_type app_count = summ.add_files(profile.files, pclass);
140 summary & summ = find_summary(it->lib_image); local
141 count_type lib_count = summ.add_files(it->files, pclass);
297 summary const & summ = app.deps[j]; local
299 if (summ.counts.zero())
308 output_count(tot_count, summ.counts[i])
    [all...]
  /external/opencv/cvaux/src/
cvlmeds.cpp 584 double l1, l2, w, old_norm = -1, new_norm = -2, summ; local
649 summ = 0;
654 summ += U[a * 9 + t] * F[t];
657 new_norm += summ * summ;
682 double norm, summ, best_norm; local
811 summ = 0;
816 summ += A[a9 + t] * solution[t];
819 norm += summ * summ;
    [all...]
  /external/opencv/cvaux/include/
cvaux.h 123 float* weight; /*array of mixture weights. Summ of all weights in state is 1. */
    [all...]

Completed in 1186 milliseconds