HomeSort by: relevance | last modified time | path
    Searched refs:ISL_BASIC_SET_EMPTY (Results 1 - 6 of 6) sorted by relevancy

  /src/external/mit/isl/dist/
isl_equalities.c 719 if (ISL_F_ISSET(bset, ISL_BASIC_SET_EMPTY))
isl_map_private.h 48 #define ISL_BASIC_SET_EMPTY (1 << 1)
isl_affine_hull.c 924 if (ISL_F_ISSET(hull, ISL_BASIC_SET_EMPTY)) {
isl_sample.c 660 ISL_F_SET(bset, ISL_BASIC_SET_EMPTY);
isl_convex_hull.c 129 if (ISL_F_ISSET(set->p[j], ISL_BASIC_SET_EMPTY))
728 convex_hull = isl_basic_set_empty(isl_space_copy(set->dim));
1408 return isl_basic_set_empty(space);
isl_map.c 6324 __isl_give isl_basic_set *isl_basic_set_empty(__isl_take isl_space *space) function
9520 return ISL_F_ISSET(bset, ISL_BASIC_SET_EMPTY);

Completed in 33 milliseconds