Lines Matching refs:tuples
937 const llong* tuples[] = { // lhs, rhs, ans
971 const int TUPLE_COUNT = UPRV_LENGTHOF(tuples)/TUPLE_WIDTH;
973 const llong lhs = *tuples[i*TUPLE_WIDTH+0];
974 const llong rhs = *tuples[i*TUPLE_WIDTH+1];
975 const llong ans = *tuples[i*TUPLE_WIDTH+2];
1016 const llong* tuples[] = {
1051 const int TUPLE_COUNT = UPRV_LENGTHOF(tuples)/TUPLE_WIDTH;
1053 const llong lhs = *tuples[i*TUPLE_WIDTH+0];
1054 const llong rhs = *tuples[i*TUPLE_WIDTH+1];
1055 const llong ans = *tuples[i*TUPLE_WIDTH+2];