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

  /frameworks/base/core/java/android/webkit/
QuadF.java 73 float y13 = r1.y - r3.y; local
79 float determinant = (y23 * x13) - (x23 * y13);
81 float lambda2 = ((x13 * y03) - (y13 * x03))/determinant;
  /external/clang/test/Analysis/
dead-stores.c 255 int y13 = 4; local
277 ++y13;
354 (void)y13;
  /external/opencv/cv/src/
cvcontourtree.cpp 599 double x13, y13, x12, y12, l_base, nx, ny, qq; local
603 y13 = t3.y - t1.y;
606 qq = x13 * x13 + y13 * y13;
610 nx = y13 / l_base;

Completed in 568 milliseconds