HomeSort by: relevance | last modified time | path
    Searched defs:equal_input (Results 1 - 1 of 1) sorted by relevancy

  /src/external/mit/isl/dist/
isl_test.c 1971 isl_bool equal_input, equal_intersection; local
1982 equal_input = isl_set_is_equal(set1, copy);
1989 if (equal < 0 || equal_input < 0 || equal_intersection < 0)
1994 if (!equal_input)
1997 if (!equal_input)

Completed in 44 milliseconds