Lines Matching refs:gist
1730 /* Check that computing the gist of "map" with respect to "context"
1761 /* Check that computing a gist does not make any copy of the input
1786 const char *gist;
1809 isl_map *map, *gist;
1816 gist = isl_map_read_from_str(ctx, plain_gist_tests[i].gist);
1817 equal = isl_map_is_equal(map, gist);
1819 isl_map_free(gist);
1824 "incorrect gist result", return -1);
1876 const char *gist;
1900 /* Check that no constraints on i6 are introduced in the gist */
1909 /* Check that no constraints on i6 are introduced in the gist */
1956 * is as expected, also check that applying the gist operation does
1958 * that the test case is consistent, i.e., that the gist has the same
1978 set2 = isl_set_read_from_str(ctx, gist_tests[i].gist);
1993 "incorrect gist result", return -1);
1996 "gist modified input", return -1);
1999 "inconsistent gist test case", return -1);
3784 * "pwqp" is the input, "set" is the context and "gist" is the expected result.
3789 const char *gist;
3816 str = pwqp_gist_tests[i].gist;
10961 { "gist", &test_gist },