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

/freebsd-10.3-release/usr.sbin/lmcconfig/
H A Dlmcconfig.c857 double bestF=0.0, bestV=0.0;
874 if (bestF >= Ftarg)
875 olddiff = bestF - Ftarg;
877 olddiff = Ftarg - bestF;
887 bestF = Fout;
892 printf("Fbest=%.0f, Ftarg=%u, Fout=%.0f\n", bestF>>prescale, target, bestF);
856 double bestF=0.0, bestV=0.0; local

Completed in 70 milliseconds