Home
last modified time | relevance | path

Searched refs:bestDistance (Results 1 – 2 of 2) sorted by relevance

/external/webkit/WebKit/android/nav/
DCachedFrame.cpp228 int bestDistance = bestData.mDistance; in compare() local
237 ASSERT(bestDistance >= 0); in compare()
240 bestDistance += bestDistance; // multiply by 2 in compare()
241 bestDistance *= bestDistance; in compare()
253 bestDistance += side; in compare()
256 bestDistance = SkFixedMul(bestDistance, testMultiplier); in compare()
258 if (bestDistance < testDistance) { in compare()
262 if (testDistance < bestDistance) in compare()
/external/icu4c/i18n/
Ddtptngen.cpp735 int32_t bestDistance = 0x7fffffff; in getBestRaw() local
746 if (distance<bestDistance) { in getBestRaw()
747 bestDistance=distance; in getBestRaw()