Lines Matching refs:TC
55 for (auto TC : Cases) { in do_test() local
58 accumulate &= test0<S1, S2, Output>(TC.x, TC.y, TC.expect); in do_test()
59 accumulate &= test0<S1, S2, Output>(-TC.x, TC.y, TC.expect); in do_test()
60 accumulate &= test0<S1, S2, Output>(TC.x, -TC.y, TC.expect); in do_test()
61 accumulate &= test0<S1, S2, Output>(-TC.x, -TC.y, TC.expect); in do_test()
62 accumulate &= test0<S2, S1, Output>(TC.x, TC.y, TC.expect); in do_test()
63 accumulate &= test0<S2, S1, Output>(-TC.x, TC.y, TC.expect); in do_test()
64 accumulate &= test0<S2, S1, Output>(TC.x, -TC.y, TC.expect); in do_test()
65 accumulate &= test0<S2, S1, Output>(-TC.x, -TC.y, TC.expect); in do_test()
69 accumulate &= test0<U1, U2, Output>(TC.x, TC.y, TC.expect); in do_test()
70 accumulate &= test0<U2, U1, Output>(TC.x, TC.y, TC.expect); in do_test()
74 accumulate &= test0<S1, U2, Output>(TC.x, TC.y, TC.expect); in do_test()
75 accumulate &= test0<U2, S1, Output>(TC.x, TC.y, TC.expect); in do_test()
76 accumulate &= test0<S1, U2, Output>(-TC.x, TC.y, TC.expect); in do_test()
77 accumulate &= test0<U2, S1, Output>(TC.x, -TC.y, TC.expect); in do_test()
81 accumulate &= test0<S2, U1, Output>(TC.x, TC.y, TC.expect); in do_test()
82 accumulate &= test0<U1, S2, Output>(TC.x, TC.y, TC.expect); in do_test()
83 accumulate &= test0<S2, U1, Output>(-TC.x, TC.y, TC.expect); in do_test()
84 accumulate &= test0<U1, S2, Output>(TC.x, -TC.y, TC.expect); in do_test()