Searched refs:tests (Results 1 – 7 of 7) sorted by relevance
/hal_rpi_pico-latest/test/pico_float_test/ |
D | pico_float_test_hazard3.c | 173 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()
|
D | CMakeLists.txt | 7 # routines for RISC-V soft float (and the other tests are a bit
|
/hal_rpi_pico-latest/test/hardware_sync_spin_lock_test/ |
D | hardware_sync_spin_lock_test.c | 148 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/ |
D | CMakeLists.txt | 4 PICO_HARDWARE_TIMER_RESOLUTION_US=1000 # to loosen tests a little
|
/hal_rpi_pico-latest/ |
D | CMakeLists.txt | 63 … set(PICO_SDK_TESTS_ENABLED "${PICO_SDK_TESTS_ENABLED}" CACHE INTERNAL "Enable build of SDK tests")
|
/hal_rpi_pico-latest/bazel/util/ |
D | transition.bzl | 112 # 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/ |
D | LICENSE.TXT | 66 pyyaml tests llvm/test/YAMLParser/{*.data, LICENSE.TXT}
|