Home | History | Annotate | Download | only in Support

Lines Matching refs:Diff

97     // The diff failed.
142 double Diff;
144 Diff = std::abs(V1/V2 - 1.0);
146 Diff = std::abs(V2/V1 - 1.0);
148 Diff = 0; // Both zero.
149 if (Diff > RelTolerance) {
153 << "abs. diff = " << std::abs(V1-V2) << " rel.diff = " << Diff << '\n'
171 /// error occurs, allowing the caller to distinguish between a failed diff and a