Searched refs:M_ARRAY_LENGTH (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/ui/events/gesture_detection/
H A Dvelocity_tracker.cc473 M_ARRAY_LENGTH = LeastSquaresVelocityTrackerStrategy::HISTORY_SIZE, enumerator in enum:__anon16742
476 DCHECK_LE(m, static_cast<uint32_t>(M_ARRAY_LENGTH));
479 const uint32_t M_ARRAY_LENGTH = m;
484 float a[N_ARRAY_LENGTH][M_ARRAY_LENGTH]; // column-major order
495 float q[N_ARRAY_LENGTH][M_ARRAY_LENGTH];
526 float wy[M_ARRAY_LENGTH];

Completed in 65 milliseconds