Home | History | Annotate | Download | only in src

Lines Matching defs:diff

1171   // Print a unified diff header for one hunk.
1196 // Create a list of diff hunks in Unified diff format.
1200 // 'context' represents the desired unchanged prefix/suffix around the diff.
1337 msg << "\nWith diff:\n"
1368 const double diff = fabs(val1 - val2);
1369 if (diff <= abs_error) return AssertionSuccess();
1375 << " is " << diff << ", which exceeds " << abs_error_expr << ", where\n"