Searched refs:fixed_power (Results 1 – 2 of 2) sorted by relevance
10 __isl_give TYPE *FN(TYPE,fixed_power)(__isl_take TYPE *map, isl_int exp) in FN() argument27 return FN(TYPE,fixed_power)(map, exp); in FN()74 map = FN(TYPE,fixed_power)(map, exp->n); in FN()
1495 inline isl::union_map fixed_power(long exp) const;2157 inline isl::union_map fixed_power(long exp) const;4329 inline isl::union_map fixed_power(long exp) const;8193 return isl::map(*this).fixed_power(exp); in fixed_power()8196 isl::union_map basic_map::fixed_power(long exp) const in fixed_power() function8198 return this->fixed_power(isl::val(ctx(), exp)); in fixed_power()10924 return isl::union_map(*this).fixed_power(exp); in fixed_power()10927 isl::union_map map::fixed_power(long exp) const in fixed_power() function10929 return this->fixed_power(isl::val(ctx(), exp)); in fixed_power()20550 isl::union_map union_map::fixed_power(long exp) const in fixed_power() function[all …]