Home | History | Annotate | Download | only in intltest

Lines Matching refs:tuples

859         const llong* tuples[] = { // lhs, rhs, ans
893 const int TUPLE_COUNT = (int)(sizeof(tuples)/sizeof(tuples[0]))/TUPLE_WIDTH;
895 const llong lhs = *tuples[i*TUPLE_WIDTH+0];
896 const llong rhs = *tuples[i*TUPLE_WIDTH+1];
897 const llong ans = *tuples[i*TUPLE_WIDTH+2];
938 const llong* tuples[] = {
973 const int TUPLE_COUNT = (int)(sizeof(tuples)/sizeof(tuples[0]))/TUPLE_WIDTH;
975 const llong lhs = *tuples[i*TUPLE_WIDTH+0];
976 const llong rhs = *tuples[i*TUPLE_WIDTH+1];
977 const llong ans = *tuples[i*TUPLE_WIDTH+2];