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

  /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 477 milliseconds