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

  /frameworks/base/libs/hwui/
ShadowTessellator.cpp 125 double sumx = 0; local
135 sumx += (x1 + x2) * a;
143 centroid = (Vector2){static_cast<float>(sumx / (3 * area)),
  /external/opencv/cv/src/
cvsurf.cpp 389 float sumx = 0, sumy = 0, temp_mod; local
395 sumx += X[j];
399 temp_mod = sumx*sumx + sumy*sumy;
403 bestx = sumx;

Completed in 158 milliseconds