Home
last modified time | relevance | path

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

/hal_rpi_pico-latest/test/pico_float_test/
Dpico_float_test_hazard3.c173 int run_tests(test_t *tests, int n_tests, const char *op_str, uint32_t (*func)(uint32_t, uint32_t))… in run_tests() function
192 failed += run_tests(add_directed_tests, count_of(add_directed_tests), "+", __addsf3); in main()
194 failed += run_tests(mul_directed_tests, count_of(mul_directed_tests), "*", __mulsf3); in main()
200 failed += run_tests(add_random_tests, N_RANDOM_TESTS, "+", __addsf3); in main()
202 failed += run_tests(mul_random_tests, N_RANDOM_TESTS, "*", __mulsf3); in main()