Lines Matching refs:diff
925 float diff = w1 - w2;926 if (diff <= 0.02f) // Within 0.02f928 return (diff / w2) <= 0.05f; // Within 5%.