Searched defs:fails (Results 1 - 2 of 2) sorted by relevance

/external/clang/test/CodeGen/
H A D2008-01-21-PackedStructField.c11 int fails; variable
/external/valgrind/main/VEX/useful/
H A Dfp_80_64.c548 Int fails=0, tests=0; local
562 fails += do_80_to_64_test(tests, f80, f64h, f64s);
580 fails += do_80_to_64_test(tests, f80, f64h, f64s);
583 printf("\n80 -> 64: %d tests, %d fails\n\n", tests, fails);
590 Int fails=0, tests=0; local
604 fails += do_64_to_80_test(tests, f64, f80h, f80s);
622 fails += do_64_to_80_test(tests, f64, f80h, f80s);
625 printf("\n64 -> 80: %d tests, %d fails\n\n", tests, fails);
[all...]

Completed in 203 milliseconds