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

  /external/eigen/test/
array_replicate.cpp 32 VectorX vx1; local
53 vx1.resize(rows*f2);
55 vx1.segment(j*rows,rows) = v1;
56 VERIFY_IS_APPROX(vx1, v1.colwise().replicate(f2));
  /external/chromium_org/ui/events/gesture_detection/
gesture_detector.cc 252 const float vx1 = velocity_tracker_.GetXVelocity(id1); local
254 float vx_total = vx1;
263 const float dot = vx1 * vx2 + vy1 * vy2;

Completed in 375 milliseconds