reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
10 __isl_give TYPE *FN(TYPE,fixed_power)(__isl_take TYPE *map, isl_int exp) 19 ctx = FN(TYPE,get_ctx)(map); 26 map = FN(TYPE,reverse)(map); 27 return FN(TYPE,fixed_power)(map, exp); 36 res = FN(TYPE,copy)(map); 38 res = FN(TYPE,apply_range)(res, 39 FN(TYPE,copy)(map)); 40 res = FN(TYPE,coalesce)(res); 50 map = FN(TYPE,apply_range)(map, FN(TYPE,copy)(map)); 50 map = FN(TYPE,apply_range)(map, FN(TYPE,copy)(map)); 51 map = FN(TYPE,coalesce)(map); 55 FN(TYPE,free)(map); 58 FN(TYPE,free)(map); 66 __isl_give TYPE *FN(TYPE,fixed_power_val)(__isl_take TYPE *map, 72 isl_die(FN(TYPE,get_ctx)(map), isl_error_invalid, 74 map = FN(TYPE,fixed_power)(map, exp->n); 78 FN(TYPE,free)(map);