Home
last modified time | relevance | path

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

/frameworks/native/opengl/tests/hwc/
DhwcCommit.cpp1367 Rational bestLower(nRange.lower(), dRange.upper()); in double2Rational() local
1377 if (((double) val > (double) bestLower) && ((double) val <= f)) { in double2Rational()
1378 bestLower = val; in double2Rational()
1389 lower = bestLower; in double2Rational()