Home
last modified time | relevance | path

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

/openbmc/qemu/tests/fp/
H A Dfp-test.c79 static unsigned int n_test_ops; variable
912 n_test_ops = NUM_FUNCTIONS - 1; in parse_args()
913 test_ops = g_malloc_n(n_test_ops, sizeof(*test_ops)); in parse_args()
914 for (i = 0; i < n_test_ops; i++) { in parse_args()
918 n_test_ops = argc - optind; in parse_args()
919 test_ops = g_malloc_n(n_test_ops, sizeof(*test_ops)); in parse_args()
920 for (i = 0; i < n_test_ops; i++) { in parse_args()
944 for (i = 0; i < n_test_ops; i++) { in run_test()