Lines Matching +full:noise +full:- +full:sensitive
2 * fp-test.c - test QEMU's softfloat implementation using Berkeley's Testfloat
7 * See the COPYING file in the top-level directory.
104 " -e = max error count per test. Default: 20. Set no limit with 0\n"
105 " -f = initial FP exception flags (vioux). Default: none\n"
106 " -l = thoroughness level (1 (default), 2)\n"
107 " -r = rounding mode (even (default), zero, down, up, tieaway, odd)\n"
109 " -s = stop when a test fails\n"
110 " -q = minimise noise when testing, just show each function being tested";
129 /* odd has not been implemented for any 80-bit ops */ in is_allowed()
898 n_round_modes = NUM_ROUNDINGMODES - 1; in parse_args()
912 n_test_ops = NUM_FUNCTIONS - 1; in parse_args()
918 n_test_ops = argc - optind; in parse_args()
969 /* if the op is not sensitive to rounding, move on */ in run_test()
997 /* if the op is not sensitive to prec80, move on */ in run_test()
1014 /* if the op is not sensitive to tininess, move on */ in run_test()