Searched refs:newSum4 (Results 1 – 1 of 1) sorted by relevance
326 const deUint64 newSum4 = distSum4 + minDist2*minDist2; in fuzzyCompare() local328 distSum4 = (newSum4 >= distSum4) ? newSum4 : ~0ull; // In case of overflow in fuzzyCompare()