OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fixed_power
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/mit/isl/dist/
isl_power_templ.c
31
__isl_give TYPE *FN(TYPE,
fixed_power
)(__isl_take TYPE *map, isl_int exp)
48
return FN(TYPE,
fixed_power
)(map, exp);
91
map = FN(TYPE,
fixed_power
)(map, exp->n);
isl_test2.cc
325
C(arg<isl::val>(&isl::map::
fixed_power
), {
/src/external/mit/isl/dist/include/isl/
cpp-checked.h
1461
inline isl::checked::map
fixed_power
(const isl::checked::val &exp) const;
1462
inline isl::checked::map
fixed_power
(long exp) const;
1968
inline isl::checked::map
fixed_power
(isl::checked::val exp) const;
1969
inline isl::checked::map
fixed_power
(long exp) const;
3980
inline isl::checked::union_map
fixed_power
(isl::checked::val exp) const;
3981
inline isl::checked::union_map
fixed_power
(long exp) const;
7718
isl::checked::map basic_map::
fixed_power
(const isl::checked::val &exp) const
function in class:isl::checked::basic_map
7720
return isl::checked::map(*this).
fixed_power
(exp);
7723
isl::checked::map basic_map::
fixed_power
(long exp) const
function in class:isl::checked::basic_map
7725
return this->
fixed_power
(isl::checked::val(ctx(), exp))
9879
isl::checked::map map::
fixed_power
(isl::checked::val exp) const
function in class:isl::checked::map
9885
isl::checked::map map::
fixed_power
(long exp) const
function in class:isl::checked::map
18669
isl::checked::union_map union_map::
fixed_power
(isl::checked::val exp) const
function in class:isl::checked::union_map
18675
isl::checked::union_map union_map::
fixed_power
(long exp) const
function in class:isl::checked::union_map
[
all
...]
cpp.h
1527
inline isl::map
fixed_power
(const isl::val &exp) const;
1528
inline isl::map
fixed_power
(long exp) const;
2034
inline isl::map
fixed_power
(isl::val exp) const;
2035
inline isl::map
fixed_power
(long exp) const;
4046
inline isl::union_map
fixed_power
(isl::val exp) const;
4047
inline isl::union_map
fixed_power
(long exp) const;
8964
isl::map basic_map::
fixed_power
(const isl::val &exp) const
function in class:isl::basic_map
8968
return isl::map(*this).
fixed_power
(exp);
8971
isl::map basic_map::
fixed_power
(long exp) const
function in class:isl::basic_map
8975
return this->
fixed_power
(isl::val(ctx(), exp))
12214
isl::map map::
fixed_power
(isl::val exp) const
function in class:isl::map
12226
isl::map map::
fixed_power
(long exp) const
function in class:isl::map
26504
isl::union_map union_map::
fixed_power
(isl::val exp) const
function in class:isl::union_map
26516
isl::union_map union_map::
fixed_power
(long exp) const
function in class:isl::union_map
[
all
...]
/src/external/mit/isl/dist/interface/
isl.py
8043
def
fixed_power
(*args):
member in class:union_map
9331
def
fixed_power
(*args):
member in class:map
Completed in 60 milliseconds
Indexes created Tue Mar 03 05:31:39 UTC 2026