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

  /external/opencv/cv/src/
cvlinefit.cpp 108 float dx2, dy2, dz2, dxy, dxz, dyz; local
175 dz2 = z2 - z0 * z0;
177 det[0] = dz2 + dy2;
181 det[4] = dx2 + dz2;
  /external/chromium_org/cc/animation/
transform_operations_unittest.cc 257 SkMScalar dz2 = 30; local
265 operations_to.AppendTranslate(dx2, dy2, dz2);
275 translate_to.Translate3d(dx2, dy2, dz2);
345 SkMScalar dz2 = 30; local
352 operations_to.AppendTranslate(dx2, dy2, dz2);
360 to.Translate3d(dx2, dy2, dz2);
    [all...]

Completed in 2213 milliseconds