Searched refs:best_diff (Results 1 - 7 of 7) sorted by relevance

/xsrc/external/mit/xf86-video-s3virge/dist/src/
H A Ds3v_dac.c57 double div, diff, best_diff; local in function:S3VCommonCalcClock
89 best_diff = ffreq;
102 if (diff < best_diff) {
103 best_diff = diff;
/xsrc/external/mit/xf86-video-siliconmotion/dist/src/
H A Dsmi_dac.c45 double div, diff, best_diff; local in function:SMI_CommonCalcClock
66 best_diff = ffreq;
80 if (diff < best_diff) {
81 best_diff = diff;
/xsrc/external/mit/xf86-video-i128/dist/src/
H A Di128IBMDAC.c252 long f, vrf, outf, best_diff, best_outf = 0, diff; local in function:I128ProgramIBMRGB
280 best_diff = requested_freq; /* worst case */
305 if (diff < best_diff) {
306 best_diff = diff;
317 if (best_diff > (requested_freq/100)) {
461 long f, vrf, outf, best_diff, best_outf = 0, diff; local in function:I128ProgramSilverHammer
491 best_diff = requested_freq; /* worst case */
516 if (diff < best_diff) {
517 best_diff = diff;
528 if (best_diff > (requested_fre
[all...]
/xsrc/external/mit/xf86-video-s3/dist/src/
H A Ds3_GENDAC.c378 double div, diff, best_diff; local in function:S3GENDACCalcClock
400 best_diff = ffreq;
412 if (diff < best_diff) {
413 best_diff = diff;
H A Ds3_Trio64DAC.c171 double div, diff, best_diff; local in function:S3TrioCalcClock
191 best_diff = ffreq;
204 if (diff < best_diff) {
205 best_diff = diff;
/xsrc/external/mit/xf86-video-tseng/dist/src/
H A Dtseng_mode.c918 double div, diff, best_diff; local in function:ET6000CalcClock
943 best_diff = ffreq;
956 if (diff < best_diff) {
957 best_diff = diff;
/xsrc/external/mit/xf86-video-savage/dist/src/
H A Dsavage_driver.c4343 double div, diff, best_diff; local in function:SavageCalcClock
4364 best_diff = ffreq;
4377 if (diff < best_diff) {
4378 best_diff = diff;

Completed in 11 milliseconds