Home
last modified time | relevance | path

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

/freebsd/sys/dev/videomode/
H A Dpickmode.c119 int aspect, refresh, hbest, vbest, abest, atemp, rbest, rtemp; in sort_modes() local
164 abest = 1000; in sort_modes()
178 if (abs(abest - atemp) > (abest / 8) && in sort_modes()
179 abs(aspect - atemp) < abs(aspect - abest)) { in sort_modes()
180 abest = atemp; in sort_modes()
183 if (atemp == abest || in sort_modes()
184 abs(abest - atemp) <= (abest / 8)) { in sort_modes()