Searched refs:min_error (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/xf86-video-xgi/dist/src/
H A Dxgi_dac.c73 float f,x,y,t, error, min_error; local in function:compute_vclk
116 min_error = f;
153 if (error < min_error) {
154 min_error = error;
/xsrc/external/mit/xf86-video-sis/dist/src/
H A Dsis_dac.c122 float f,x,y,t, error, min_error; local in function:SiS_compute_vclk
166 min_error = f;
203 if(error < min_error) {
204 min_error = error;

Completed in 7 milliseconds