Home
last modified time | relevance | path

Searched refs:isl_seq_addmul (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/mit/isl/dist/
H A Disl_seq.h28 void isl_seq_addmul(isl_int *dst, isl_int f, isl_int *src, unsigned len);
H A Disl_seq.c56 void isl_seq_addmul(isl_int *dst, isl_int f, isl_int *src, unsigned len) in isl_seq_addmul() function
H A Disl_scheduler_clustering.c1006 isl_seq_addmul(t->row[i], in node_transformation()
H A Disl_aff.c1927 isl_seq_addmul(aff1->v->el + 1, f, aff2->v->el + 1, aff1->v->size - 1); in add_expanded()