Home
last modified time | relevance | path

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

/hal_rpi_pico-latest/test/pico_float_test/
Dpico_float_test_hazard3.c22 } test_t; typedef
24 test_t add_directed_tests[] = {
93 test_t mul_directed_tests[] = {
167 extern test_t add_random_tests[N_RANDOM_TESTS];
168 extern test_t mul_random_tests[N_RANDOM_TESTS];
173 int run_tests(test_t *tests, int n_tests, const char *op_str, uint32_t (*func)(uint32_t, uint32_t))… in run_tests()
215 test_t add_random_tests[N_RANDOM_TESTS] = {
219 test_t mul_random_tests[N_RANDOM_TESTS] = {
/hal_rpi_pico-latest/test/hardware_sync_spin_lock_test/
Dhardware_sync_spin_lock_test.c20 } test_t; typedef
148 static const test_t tests[] = {
207 const test_t *t = &tests[i]; in main()