Home | History | Annotate | Download | only in intltest

Lines Matching refs:tuples

858         const llong* tuples[] = { // lhs, rhs, ans
892 const int TUPLE_COUNT = (int)(sizeof(tuples)/sizeof(tuples[0]))/TUPLE_WIDTH;
894 const llong lhs = *tuples[i*TUPLE_WIDTH+0];
895 const llong rhs = *tuples[i*TUPLE_WIDTH+1];
896 const llong ans = *tuples[i*TUPLE_WIDTH+2];
937 const llong* tuples[] = {
972 const int TUPLE_COUNT = (int)(sizeof(tuples)/sizeof(tuples[0]))/TUPLE_WIDTH;
974 const llong lhs = *tuples[i*TUPLE_WIDTH+0];
975 const llong rhs = *tuples[i*TUPLE_WIDTH+1];
976 const llong ans = *tuples[i*TUPLE_WIDTH+2];