Home | History | Annotate | Download | only in tests

Lines Matching refs:diff

14     double diff = a - b;
15 if (diff < 0)
16 diff = -diff;
17 return diff <= tolerance;