Searched refs:isl_seq_addmul (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/external/mit/isl/dist/ |
H A D | isl_seq.h | 28 void isl_seq_addmul(isl_int *dst, isl_int f, isl_int *src, unsigned len);
|
H A D | isl_seq.c | 56 void isl_seq_addmul(isl_int *dst, isl_int f, isl_int *src, unsigned len) in isl_seq_addmul() function
|
H A D | isl_scheduler_clustering.c | 1006 isl_seq_addmul(t->row[i], in node_transformation()
|
H A D | isl_aff.c | 1927 isl_seq_addmul(aff1->v->el + 1, f, aff2->v->el + 1, aff1->v->size - 1); in add_expanded()
|