Searched refs:test_bijective_case (Results 1 - 1 of 1) sorted by relevance

/haiku-buildtools/isl/
H A Disl_test.c2047 void test_bijective_case(struct isl_ctx *ctx, const char *str, int bijective) function
2061 test_bijective_case(ctx, "[N,M]->{[i,j] -> [i]}", 0);
2062 test_bijective_case(ctx, "[N,M]->{[i,j] -> [i] : j=i}", 1);
2063 test_bijective_case(ctx, "[N,M]->{[i,j] -> [i] : j=0}", 1);
2064 test_bijective_case(ctx, "[N,M]->{[i,j] -> [i] : j=N}", 1);
2065 test_bijective_case(ctx, "[N,M]->{[i,j] -> [j,i]}", 1);
2066 test_bijective_case(ctx, "[N,M]->{[i,j] -> [i+j]}", 0);
2067 test_bijective_case(ctx, "[N,M]->{[i,j] -> []}", 0);
2068 test_bijective_case(ctx, "[N,M]->{[i,j] -> [i,j,N]}", 1);
2069 test_bijective_case(ct
[all...]

Completed in 38 milliseconds