Home
last modified time | relevance | path

Searched refs:test_round_mode (Results 1 – 1 of 1) sorted by relevance

/openbmc/qemu/tests/fp/
H A Dfp-test.c81 static unsigned int test_round_mode = ROUND_NEAR_EVEN; variable
871 test_round_mode = 0; in parse_args()
873 test_round_mode = round_name_to_mode(optarg); in parse_args()
874 if (test_round_mode == 0) { in parse_args()
896 if (test_round_mode == 0) { in parse_args()
906 round_modes[0] = test_round_mode; in parse_args()