Lines Matching refs:errors
288 int errors = 0; in main() local
327 ++errors; in main()
337 ++errors; in main()
344 ++errors; in main()
355 errors++; in main()
366 errors++; in main()
386 errors++; in main()
391 errors++; in main()
400 errors++; in main()
404 errors++; in main()
417 errors++; \ in main()
504 errors += check_float(">= 0.5", a, buf, "1", x, ""); in main()
506 errors += check_float(">= 0.5", a, buf, "0.", x-1, "1"); in main()
513 errors += check_float(">= 0.5", a, buf, "0.", x, "5"); in main()
521 errors += check_float("< 0.5", b, buf, "0", x, ""); in main()
523 errors += check_float("< 0.5", b, buf, "0.", x, ""); in main()
530 errors += check_float("< 0.5", b, buf, "0.", x, "5"); in main()
538 errors += check_float("< 1", c, buf, "1", x, ""); in main()
540 errors += check_float("< 1", c, buf, "0.", x-1, "1"); in main()
562 errors++; in main()
574 errors++; in main()
586 errors++; in main()
598 errors++; in main()
611 errors++; in main()
621 errors++; in main()
628 return errors; in main()