Home
last modified time | relevance | path

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

/hal_rpi_pico-latest/test/pico_float_test/
Dpico_float_test_hazard3.c21 uint32_t expect; member
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()