Searched refs:yDiff2 (Results 1 – 1 of 1) sorted by relevance
188 uint64_t yDiff2 = focused.GetY() - current.GetY(); in CompareCandidatesDistance() local190 uint64_t distance2 = xDiff2 * xDiff2 + yDiff2 * yDiff2; in CompareCandidatesDistance()