Searched refs:atemp (Results 1 - 1 of 1) sorted by path

/freebsd-11-stable/sys/dev/videomode/
H A Dpickmode.c124 int aspect, refresh, hbest, vbest, abest, atemp, rbest, rtemp; local
176 atemp = (modes[i].hdisplay * 100 / modes[i].vdisplay);
183 if (abs(abest - atemp) > (abest / 8) &&
184 abs(aspect - atemp) < abs(aspect - abest)) {
185 abest = atemp;
188 if (atemp == abest ||
189 abs(abest - atemp) <= (abest / 8)) {

Completed in 120 milliseconds