| /src/external/mit/isl/dist/ |
| isl_pw_split_dims_templ.c | 17 isl_size n_piece; local 19 n_piece = FN(PW,n_piece)(pw); 20 if (n_piece < 0)
|
| isl_pw_move_dims_templ.c | 16 isl_size n_piece; local 24 n_piece = FN(PW,n_piece)(pw); 25 if (n_piece < 0) 28 for (i = 0; i < n_piece; ++i) { 42 for (i = 0; i < n_piece; ++i) {
|
| isl_pw_insert_dims_templ.c | 15 isl_size n_piece; local 19 n_piece = FN(PW,n_piece)(pw); 20 if (n_piece < 0) 31 for (i = 0; i < n_piece; ++i) {
|
| isl_pw_fix_templ.c | 12 n = FN(PW,n_piece)(pw); 50 n = FN(PW,n_piece)(pw);
|
| isl_pw_add_constant_templ.c | 25 n = FN(PW,n_piece)(pw);
|
| isl_pw_morph_templ.c | 19 n = FN(PW,n_piece)(pw);
|
| isl_pw_scale_templ.c | 30 n = FN(PW,n_piece)(pw);
|
| isl_pw_un_op_templ.c | 42 n = FN(PW,n_piece)(pw);
|
| isl_pw_templ.c | 585 n = FN(PW,n_piece)(pw); 928 n = FN(PW,n_piece)(pw); 1211 n = FN(PW,n_piece)(pw); 1272 isl_size n_piece; local 1276 n_piece = FN(PW,n_piece)(pw); 1277 if (n_piece < 0) 1287 for (i = 0; i < n_piece; ++i) { 1313 isl_size n_piece; local 1317 n_piece = FN(PW,n_piece)(pw) [all...] |
| isl_pw_pullback_templ.c | 44 n = FN(PW,n_piece)(pw);
|
| isl_pw_union_opt.c | 328 n1 = FN(PW,n_piece)(data[0].pw); 329 n2 = FN(PW,n_piece)(data[1].pw);
|
| /src/external/mit/isl/dist/include/isl/ |
| cpp-checked.h | 426 inline class size n_piece() const; 2242 inline class size n_piece() const; 2852 inline class size n_piece() const; 3056 inline class size n_piece() const; 5041 class size aff::n_piece() const function in class:isl::checked::aff 5043 return isl::checked::pw_aff(*this).n_piece(); 11256 class size multi_aff::n_piece() const function in class:isl::checked::multi_aff 11258 return isl::checked::pw_multi_aff(*this).n_piece(); 14074 class size pw_aff::n_piece() const function in class:isl::checked::pw_aff 14076 return isl::checked::pw_multi_aff(*this).n_piece(); 15048 class size pw_multi_aff::n_piece() const function in class:isl::checked::pw_multi_aff [all...] |
| cpp.h | 491 inline unsigned n_piece() const; 2308 inline unsigned n_piece() const; 2918 inline unsigned n_piece() const; 3122 inline unsigned n_piece() const; 5381 unsigned aff::n_piece() const function in class:isl::aff 5385 return isl::pw_aff(*this).n_piece(); 14533 unsigned multi_aff::n_piece() const function in class:isl::multi_aff 14537 return isl::pw_multi_aff(*this).n_piece(); 19049 unsigned pw_aff::n_piece() const function in class:isl::pw_aff 19053 return isl::pw_multi_aff(*this).n_piece(); 20623 unsigned pw_multi_aff::n_piece() const function in class:isl::pw_multi_aff [all...] |
| /src/external/mit/isl/dist/interface/ |
| isl.py | 2669 def n_piece(arg0): member in class:pw_multi_aff
|