Searched refs:expected_z (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 143 expected_z = 0; in test__aeabi_cdcmple() 146 expected_z = 1; in test__aeabi_cdcmple() 150 expected_z = 0; 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 142 expected_z = 0; in test__aeabi_cfcmple() 145 expected_z = 1; in test__aeabi_cfcmple() 149 expected_z = 0; 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()
|