Lines Matching refs:good
362 // cases the first-tried shift value 16 turns out to be good enough.
444 const bool good = CheckResultStatsBounds(stats, bounds);
448 good ? "PASS" : "FAIL", rows, depth, cols, OrderName(kLhsOrder),
452 if (!good) {
467 Check(good);
778 const bool good = CheckResultStatsBounds(stats, bounds);
780 good ? "PASS" : "FAIL");
782 Check(good);
998 const bool good = CheckResultStatsBounds(stats, bounds);
1000 good ? "PASS" : "FAIL");
1002 Check(good);
1058 const bool good = CheckResultStatsBounds(stats, bounds);
1059 printf("TestWithSmallData: %s\n", good ? "PASS" : "FAIL");
1061 Check(good);
1089 const bool good = CheckResultStatsBounds(stats, bounds);
1090 printf("TestWithRealData: %s with %s\n", good ? "PASS" : "FAIL",
1093 Check(good);