OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isl_val_pow2
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/mit/isl/dist/include/isl/
val.h
74
__isl_give isl_val *
isl_val_pow2
(__isl_take isl_val *v);
cpp-checked.h
20939
auto res =
isl_val_pow2
(copy());
cpp.h
30452
auto res =
isl_val_pow2
(copy());
/src/external/mit/isl/dist/
isl_val.c
532
__isl_give isl_val *
isl_val_pow2
(__isl_take isl_val *v)
function
565
return
isl_val_pow2
(v);
isl_test.c
780
{ &
isl_val_pow2
, "0", "1" },
811
{ &
isl_val_pow2
, "-3", "1/8" },
812
{ &
isl_val_pow2
, "-1", "1/2" },
813
{ &
isl_val_pow2
, "1", "2" },
814
{ &
isl_val_pow2
, "2", "4" },
815
{ &
isl_val_pow2
, "3", "8" },
/src/external/mit/isl/dist/interface/
isl.py
18763
res = isl.
isl_val_pow2
(isl.isl_val_copy(arg0.ptr))
18878
isl.
isl_val_pow2
.restype = c_void_p
18879
isl.
isl_val_pow2
.argtypes = [c_void_p]
Completed in 118 milliseconds
Indexes created Sat Jun 20 00:25:23 UTC 2026