Home | History | Annotate | Download | only in src

Lines Matching refs:violations

506                     int violations = countViolations(expected, actual, diff, eps, &maxv, &maxa);
507 if (violations > 0)
513 << node.name() << "[" << idx << "]\" and expected value is greater than " << eps << " in " << violations << " points";
563 int violations = countViolations(expected, actual, diff, eps, &maxv, &maxa);
564 if (violations > 0)
570 << "\" and expected value is greater than " << eps << " in " << violations << " points";