Lines Matching refs:error_count
285 unsigned error_count = 0; in Test1Op() local
289 if (++error_count > kErrorReportLimit) continue; in Test1Op()
309 if (error_count > kErrorReportLimit) { in Test1Op()
310 printf("%u other errors follow.\n", error_count - kErrorReportLimit); in Test1Op()
312 VIXL_CHECK(error_count == 0); in Test1Op()
413 unsigned error_count = 0; in Test2Op() local
418 if (++error_count > kErrorReportLimit) continue; in Test2Op()
442 if (error_count > kErrorReportLimit) { in Test2Op()
443 printf("%u other errors follow.\n", error_count - kErrorReportLimit); in Test2Op()
445 VIXL_CHECK(error_count == 0); in Test2Op()
556 unsigned error_count = 0; in Test3Op() local
562 if (++error_count > kErrorReportLimit) continue; in Test3Op()
591 if (error_count > kErrorReportLimit) { in Test3Op()
592 printf("%u other errors follow.\n", error_count - kErrorReportLimit); in Test3Op()
594 VIXL_CHECK(error_count == 0); in Test3Op()
697 unsigned error_count = 0; in TestCmp() local
702 if (++error_count > kErrorReportLimit) continue; in TestCmp()
730 if (error_count > kErrorReportLimit) { in TestCmp()
731 printf("%u other errors follow.\n", error_count - kErrorReportLimit); in TestCmp()
733 VIXL_CHECK(error_count == 0); in TestCmp()
826 unsigned error_count = 0; in TestCmpZero() local
830 if (++error_count > kErrorReportLimit) continue; in TestCmpZero()
856 if (error_count > kErrorReportLimit) { in TestCmpZero()
857 printf("%u other errors follow.\n", error_count - kErrorReportLimit); in TestCmpZero()
859 VIXL_CHECK(error_count == 0); in TestCmpZero()
1023 unsigned error_count = 0; in TestFPToS() local
1027 if (++error_count > kErrorReportLimit) continue; in TestFPToS()
1047 if (error_count > kErrorReportLimit) { in TestFPToS()
1048 printf("%u other errors follow.\n", error_count - kErrorReportLimit); in TestFPToS()
1050 VIXL_CHECK(error_count == 0); in TestFPToS()
1094 unsigned error_count = 0; in TestFPToU() local
1098 if (++error_count > kErrorReportLimit) continue; in TestFPToU()
1118 if (error_count > kErrorReportLimit) { in TestFPToU()
1119 printf("%u other errors follow.\n", error_count - kErrorReportLimit); in TestFPToU()
1121 VIXL_CHECK(error_count == 0); in TestFPToU()
1183 unsigned error_count = 0; in TestFPToFixedS() local
1188 if (++error_count > kErrorReportLimit) continue; in TestFPToFixedS()
1211 if (error_count > kErrorReportLimit) { in TestFPToFixedS()
1212 printf("%u other errors follow.\n", error_count - kErrorReportLimit); in TestFPToFixedS()
1214 VIXL_CHECK(error_count == 0); in TestFPToFixedS()
1258 unsigned error_count = 0; in TestFPToFixedU() local
1263 if (++error_count > kErrorReportLimit) continue; in TestFPToFixedU()
1286 if (error_count > kErrorReportLimit) { in TestFPToFixedU()
1287 printf("%u other errors follow.\n", error_count - kErrorReportLimit); in TestFPToFixedU()
1289 VIXL_CHECK(error_count == 0); in TestFPToFixedU()
1431 unsigned error_count = 0; in Test1OpNEON() local
1447 if (error_in_vector && (++error_count <= kErrorReportLimit)) { in Test1OpNEON()
1477 if (error_count > kErrorReportLimit) { in Test1OpNEON()
1478 printf("%u other errors follow.\n", error_count - kErrorReportLimit); in Test1OpNEON()
1480 VIXL_CHECK(error_count == 0); in Test1OpNEON()
1633 unsigned error_count = 0; in Test1OpAcrossNEON() local
1659 if (error_in_vector && (++error_count <= kErrorReportLimit)) { in Test1OpAcrossNEON()
1703 if (error_count > kErrorReportLimit) { in Test1OpAcrossNEON()
1704 printf("%u other errors follow.\n", error_count - kErrorReportLimit); in Test1OpAcrossNEON()
1706 VIXL_CHECK(error_count == 0); in Test1OpAcrossNEON()
1885 unsigned error_count = 0; in Test2OpNEON() local
1903 if (error_in_vector && (++error_count <= kErrorReportLimit)) { in Test2OpNEON()
1944 if (error_count > kErrorReportLimit) { in Test2OpNEON()
1945 printf("%u other errors follow.\n", error_count - kErrorReportLimit); in Test2OpNEON()
1947 VIXL_CHECK(error_count == 0); in Test2OpNEON()
2137 unsigned error_count = 0; in TestByElementNEON() local
2158 if (error_in_vector && (++error_count <= kErrorReportLimit)) { in TestByElementNEON()
2204 if (error_count > kErrorReportLimit) { in TestByElementNEON()
2205 printf("%u other errors follow.\n", error_count - kErrorReportLimit); in TestByElementNEON()
2207 VIXL_CHECK(error_count == 0); in TestByElementNEON()
2360 unsigned error_count = 0; in Test2OpImmNEON() local
2378 if (error_in_vector && (++error_count <= kErrorReportLimit)) { in Test2OpImmNEON()
2415 if (error_count > kErrorReportLimit) { in Test2OpImmNEON()
2416 printf("%u other errors follow.\n", error_count - kErrorReportLimit); in Test2OpImmNEON()
2418 VIXL_CHECK(error_count == 0); in Test2OpImmNEON()
2587 unsigned error_count = 0; in TestOpImmOpImmNEON() local
2610 if (error_in_vector && (++error_count <= kErrorReportLimit)) { in TestOpImmOpImmNEON()
2659 if (error_count > kErrorReportLimit) { in TestOpImmOpImmNEON()
2660 printf("%u other errors follow.\n", error_count - kErrorReportLimit); in TestOpImmOpImmNEON()
2662 VIXL_CHECK(error_count == 0); in TestOpImmOpImmNEON()