Lines Matching refs:bestd
78 double bestd;103 bestd = rdif/(double)rmax;104 if(bestd < stop || dtsz == 0)140 if((ldif/(double)lmax) < bestd)141 { bestd = ldif/(double)lmax;143 if(bestd < stop)161 if((rdif/(double)rmax) < bestd)162 { bestd = rdif/(double)rmax;164 if(bestd < stop)172 return bestd;