Home
last modified time | relevance | path

Searched refs:tests (Results 1 – 7 of 7) 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() argument
176 uint32_t actual = func(tests[i].x, tests[i].y); in run_tests()
177 if (tests[i].expect != actual) { in run_tests()
178 printf("%08x %s %08x -> %08x", tests[i].x, op_str, tests[i].y, tests[i].expect); in run_tests()
DCMakeLists.txt7 # routines for RISC-V soft float (and the other tests are a bit
/hal_rpi_pico-latest/test/hardware_sync_spin_lock_test/
Dhardware_sync_spin_lock_test.c148 static const test_t tests[] = { variable
206 for (int i = 0; i < count_of(tests); ++i) { in main()
207 const test_t *t = &tests[i]; in main()
/hal_rpi_pico-latest/src/host/hardware_timer/
DCMakeLists.txt4 PICO_HARDWARE_TIMER_RESOLUTION_US=1000 # to loosen tests a little
/hal_rpi_pico-latest/
DCMakeLists.txt63 … set(PICO_SDK_TESTS_ENABLED "${PICO_SDK_TESTS_ENABLED}" CACHE INTERNAL "Enable build of SDK tests")
/hal_rpi_pico-latest/bazel/util/
Dtransition.bzl112 # for the kitchen_sink suite of tests.
134 # for the pico_float_test suite of tests.
/hal_rpi_pico-latest/test/pico_float_test/llvm/
DLICENSE.TXT66 pyyaml tests llvm/test/YAMLParser/{*.data, LICENSE.TXT}