Searched refs:vx1 (Results 1 - 4 of 4) 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/qemu/distrib/sdl-1.2.15/src/video/quartz/
H A DSDL_QuartzWM.m373 int vx1 = vis.origin.x;
375 int vx2 = vis.size.width + vx1;
379 if (fx1 >= vx2 || vx1 >= fx2 || fy1 >= vy2 || vy1 >= fy2)
382 cx1 = (fx1 < vx1) ? vx1 : fx1;
/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 107 milliseconds