Searched refs:xi2 (Results 1 – 2 of 2) sorted by relevance
/external/opencv/cv/src/ |
D | cvmoments.cpp | 93 double xi, yi, xi2, yi2, xi_1, yi_1, xi_12, yi_12, dxy, xii_1, yii_1; in icvContourMoments() local 129 xi2 = xi * xi; in icvContourMoments() 138 a20 += dxy * (xi_1 * xii_1 + xi2); in icvContourMoments() 141 a30 += dxy * xii_1 * (xi_12 + xi2); in icvContourMoments() 145 xi2 * (yi_1 + 3 * yi)); in icvContourMoments() 152 xi_12 = xi2; in icvContourMoments()
|
/external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.call/ |
D | p3-0x.cpp | 20 X<int&> xi2 = f0(lvalue<int>()); in test_f0() local
|