Searched refs:dist_squared (Results 1 – 1 of 1) sorted by relevance
2462 unsigned int a_dist, b_dist, dist_squared; in move() local2525 dist_squared = (a_dist * a_dist) + (b_dist * b_dist); in move()2526 if (dist_squared < ((2 * UATP_MAX_POSITION * UATP_MAX_POSITION) in move()2528 sc->sc_track_distance += dist_squared; in move()