Home
last modified time | relevance | path

Searched refs:y13 (Results 1 – 2 of 2) sorted by relevance

/external/clang/test/Analysis/
Ddead-stores.c258 int y13 = 4; in f22() local
280 ++y13; in f22()
357 (void)y13; in f22()
/external/opencv/cv/src/
Dcvcontourtree.cpp599 double x13, y13, x12, y12, l_base, nx, ny, qq; in icvCalcTriAttr() local
603 y13 = t3.y - t1.y; in icvCalcTriAttr()
606 qq = x13 * x13 + y13 * y13; in icvCalcTriAttr()
610 nx = y13 / l_base; in icvCalcTriAttr()