Searched defs:vx1 (Results 1 - 3 of 3) sorted by relevance

/external/eigen/test/
H A Darray_replicate.cpp32 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/
H A Dgesture_detector.cc252 const float vx1 = velocity_tracker_.GetXVelocity(id1); local
254 float vx_total = vx1;
263 const float dot = vx1 * vx2 + vy1 * vy2;
H A Dgesture_provider_unittest.cc337 void TwoFingerSwipe(float vx0, float vy0, float vx1, float vy1) { argument
340 velocities.push_back(gfx::Vector2dF(vx1, vy1));
346 float vx1,
352 velocities.push_back(gfx::Vector2dF(vx1, vy1));
344 ThreeFingerSwipe(float vx0, float vy0, float vx1, float vy1, float vx2, float vy2) argument

Completed in 177 milliseconds