Searched refs:expected_c (Results 1 – 2 of 2) sorted by relevance
/hal_rpi_pico-latest/test/pico_float_test/ |
D | pico_double_test.c | 141 int expected_z, expected_c; in test__aeabi_cdcmple() local 144 expected_c = 0; in test__aeabi_cdcmple() 147 expected_c = 1; in test__aeabi_cdcmple() 151 expected_c = 1; in test__aeabi_cdcmple() 155 expected_c ^= 1; in test__aeabi_cdcmple() 159 if (expected_z != cpsr.flags.z || expected_c != cpsr.flags.c) { in test__aeabi_cdcmple() 161 a, b, cpsr.flags.z, cpsr.flags.c, expected_z, expected_c); in test__aeabi_cdcmple() 166 if (expected_z != cpsr.flags.z || expected_c != cpsr.flags.c) { in test__aeabi_cdcmple() 168 a, b, cpsr.flags.z, cpsr.flags.c, expected_z, expected_c); in test__aeabi_cdcmple()
|
D | pico_float_test.c | 140 int expected_z, expected_c; in test__aeabi_cfcmple() local 143 expected_c = 0; in test__aeabi_cfcmple() 146 expected_c = 1; in test__aeabi_cfcmple() 150 expected_c = 1; in test__aeabi_cfcmple() 154 expected_c ^= 1; in test__aeabi_cfcmple() 158 if (expected_z != cpsr.flags.z || expected_c != cpsr.flags.c) { in test__aeabi_cfcmple() 160 a, b, cpsr.flags.z, cpsr.flags.c, expected_z, expected_c); in test__aeabi_cfcmple() 165 if (expected_z != cpsr.flags.z || expected_c != cpsr.flags.c) { in test__aeabi_cfcmple() 167 a, b, cpsr.flags.z, cpsr.flags.c, expected_z, expected_c); in test__aeabi_cfcmple()
|