Home
last modified time | relevance | path

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

/external/compiler-rt/test/builtins/Unit/arm/
Daeabi_cdcmple_test.c37 int expected_z, expected_c; in test__aeabi_cdcmple() local
40 expected_c = 0; in test__aeabi_cdcmple()
43 expected_c = 1; in test__aeabi_cdcmple()
47 expected_c = 1; in test__aeabi_cdcmple()
51 if (expected_z != cpsr.flags.z || expected_c != cpsr.flags.c) { in test__aeabi_cdcmple()
53 a, b, cpsr.flags.z, cpsr.flags.c, expected_z, expected_c); in test__aeabi_cdcmple()
58 if (expected_z != cpsr.flags.z || expected_c != cpsr.flags.c) { in test__aeabi_cdcmple()
60 a, b, cpsr.flags.z, cpsr.flags.c, expected_z, expected_c); in test__aeabi_cdcmple()
Daeabi_cfcmple_test.c37 int expected_z, expected_c; in test__aeabi_cfcmple() local
40 expected_c = 0; in test__aeabi_cfcmple()
43 expected_c = 1; in test__aeabi_cfcmple()
47 expected_c = 1; in test__aeabi_cfcmple()
51 if (expected_z != cpsr.flags.z || expected_c != cpsr.flags.c) { in test__aeabi_cfcmple()
53 a, b, cpsr.flags.z, cpsr.flags.c, expected_z, expected_c); in test__aeabi_cfcmple()
58 if (expected_z != cpsr.flags.z || expected_c != cpsr.flags.c) { in test__aeabi_cfcmple()
60 a, b, cpsr.flags.z, cpsr.flags.c, expected_z, expected_c); in test__aeabi_cfcmple()