Lines Matching full:absdiff
679 double absdiff = fabs(x - y);681 return absdiff <= kTolerance;683 double reldiff = absdiff / max(fabs(x), fabs(y));