Searched refs:expected_c (Results 1 – 4 of 4) sorted by relevance
/external/compiler-rt/test/builtins/Unit/arm/ |
D | aeabi_cdcmple_test.c | 37 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()
|
D | aeabi_cfcmple_test.c | 37 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()
|
/external/tensorflow/tensorflow/contrib/rnn/python/kernel_tests/ |
D | rnn_cell_test.py | 1699 expected_c = np.array([[-1.0, 1.0]]) 1702 self.assertAllClose(res[1].c, expected_c, 1e-5) 1767 expected_c = np.array([[0.88477188, 0.98103917]]) 1770 self.assertAllClose(res[1].c, expected_c, 1e-5) 2135 expected_c = np.array([[0.65937078, 0.74983585]]) 2138 self.assertAllClose(expected_c, actual_c, 1e-5) 2151 expected_c = np.array([[0.65937084, 0.7574988]]) 2154 self.assertAllClose(expected_c, actual_c, 1e-5) 2167 expected_c = np.array([[0.50125383, 0.58805949]]) 2170 self.assertAllClose(expected_c, actual_c, 1e-5) [all …]
|
/external/tensorflow/tensorflow/cc/tools/ |
D | freeze_saved_model_test.cc | 155 Output expected_c = in TestFreezeGraphWithoutDependentVariables() local
|