Home
last modified time | relevance | path

Searched defs:expected (Results 1 – 5 of 5) sorted by relevance

/hal_rpi_pico-latest/test/pico_float_test/
Dpico_double_test.c35 int test__aeabi_cdcmpeq(double a, double b, int expected) { in test__aeabi_cdcmpeq()
102 int test_dcmple_gt(double a, double b, int expected) { in test_dcmple_gt()
116 int test_dcmplt_ge(double a, double b, int expected) { in test_dcmplt_ge()
130 int test__aeabi_cdcmple(double a, double b, int expected) { in test__aeabi_cdcmple()
262 int check_dcmpun(double a, double b, bool expected, bool expect_equal) { in check_dcmpun()
Dpico_float_test.c34 int test__aeabi_cfcmpeq(float a, float b, int expected) { in test__aeabi_cfcmpeq()
101 int test_fcmple_gt(float a, float b, int expected) { in test_fcmple_gt()
115 int test_fcmplt_ge(float a, float b, int expected) { in test_fcmplt_ge()
129 int test__aeabi_cfcmple(float a, float b, int expected) { in test__aeabi_cfcmple()
261 int check_fcmpun(float a, float b, bool expected, bool expect_equal) { in check_fcmpun()
/hal_rpi_pico-latest/test/pico_stdlib_test/
Dpico_stdlib_test.c64 int32_t expected = 1475508680; in test_builtin_bitops() local
/hal_rpi_pico-latest/test/hardware_irq_test/
Dhardware_irq_test.c82 int dma_check(int expected, ...) { in dma_check()
/hal_rpi_pico-latest/src/rp2_common/pico_atomic/
Datomic.c79 _Bool __atomic_compare_exchange_c(uint size, volatile void *ptr, void *expected, in __atomic_compare_exchange_c()