Searched refs:bestFout (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/xf86-video-chips/dist/util/
H A DmodClock.c51 double bestError = 0, abest = 42, bestFout = 0; local in function:compute_clock
139 bestFout = Fout;
149 if (bestFout > 1.0e6)
150 printf ("Fout = %g MHz", bestFout / 1.0e6);
151 else if (bestFout > 1.0e3)
152 printf ("Fout = %g kHz", bestFout / 1.0e3);
154 printf ("Fout = %g Hz", bestFout);
/xsrc/external/mit/xf86-video-xgi/dist/src/
H A Dxgi_dac.c179 double bestFout; local in function:XGICalcClock
262 bestFout = Fout;
289 "Freq. set: %.2f MHz\n", bestFout / 1.0e6));
291 "VCO Freq.: %.2f MHz\n", bestFout*bestP / 1.0e6));
/xsrc/external/mit/xf86-video-chips/dist/src/
H A Dct_driver.c5019 double bestFout = 0; local in function:chipsCalcClock
5133 bestFout = Fout;
5149 ErrorF("Freq. set: %.2f MHz\n", bestFout / 1.0e6);

Completed in 11 milliseconds