Searched refs:expected_cc (Results 1 – 5 of 5) sorted by relevance
6 test(int32_t op1_init, int32_t op2_init, int32_t op3_init, int expected_cc) in test() argument12 int cc = 1 - expected_cc; in test()31 if (cc != expected_cc) { in test()34 if (expected_cc == 0 && op2 != 0) { in test()37 if (expected_cc == 1 && op2 >= 0) { in test()40 if (expected_cc == 2 && op2 <= 0) { in test()
6 test(int32_t op1_init, int32_t op2_init, int32_t op3_init, int expected_cc) in test() argument12 int cc = 1 - expected_cc; in test()31 if (cc != expected_cc) { in test()34 if (expected_cc == 0) { in test()
6 test(int64_t op1_init, int64_t op2_init, int64_t op3_init, int expected_cc) in test() argument12 int cc = 1 - expected_cc; in test()31 if (cc != expected_cc) { in test()34 if (expected_cc == 0) { in test()
11 int expected_cc) in test() argument13 int cc = 1 - expected_cc; in test()45 if (cc != expected_cc) { in test()54 if (expected_cc == 0) { in test()
15 int expected_cc) in test() argument18 int cc = 1 - expected_cc; in test()49 if (cc != expected_cc) { in test()58 if (expected_cc == 0) { in test()