Searched refs:n_param (Results 1 - 12 of 12) sorted by relevance

/haiku-buildtools/gcc/gmp/mpn/x86_64/
H A Daddmul_2.asm37 C * Perhaps adjust n from n_param&3 value?
42 define(`n_param',`%rdx')
63 mov n_param, n
65 lea -32(up,n_param,8), up
66 lea -32(rp,n_param,8), rp
68 and $3, R32(n_param)
70 cmp $2, R32(n_param)
H A Dmul_2.asm37 C * Perhaps adjust n from n_param&3 value?
43 define(`n_param',`%rdx')
66 mov n_param, n
68 lea -8(up,n_param,8), up
69 lea -8(rp,n_param,8), rp
71 and $3, R32(n_param)
73 cmp $2, R32(n_param)
H A Daorsmul_1.asm40 define(`n_param',`%rdx')
62 mov n_param, %rbx C move away n from rdx, mul uses it
H A Dmul_1.asm40 define(`n_param',`%rdx')
59 mov n_param, %rbx C move away n from rdx, mul uses it
H A Dsqr_basecase.asm58 define(`n_param', `%rdx')
90 mov R32(n_param), R32(n) C free original n register (rdx)
91 mov R32(n_param), R32(%rcx)
94 cmp $4, R32(n_param)
/haiku-buildtools/isl/
H A Disl_tab_pip.c405 * Of these, the first tab->n_param and the last tab->n_div variables
407 * tab->n_param + tab->n_div = context_tab->n_var
408 * tab->n_param is equal to the number of parameters and input
474 1 + tab->n_param + tab->n_div);
483 int i = tab->n_param + row;
504 for (j = 0; j < tab->n_param; ++j) {
517 isl_int_mul(mat->row[1 + row][1 + tab->n_param + j], m,
703 for (i = 0; i < tab->n_param; ++i) {
713 isl_int_set_si(line[1 + tab->n_param + i], 0);
716 isl_int_set(line[1 + tab->n_param
[all...]
H A Disl_tab.h104 * There are "n_var" variables in total. The first "n_param" of these
141 unsigned n_param; member in struct:isl_tab
H A Disl_tab.c67 tab->n_param = 0;
286 dup->n_param = tab->n_param;
450 isl_assert(tab1->mat->ctx, tab1->n_param == 0, return NULL);
451 isl_assert(tab1->mat->ctx, tab2->n_param == 0, return NULL);
539 prod->n_param = 0;
1743 if (tab->M && i >= tab->n_param && i < tab->n_var - tab->n_div)
3459 fprintf(out, (i == tab->n_param ||
H A Disl_aff.c4499 int n_param, n_in, n_out; local
4502 n_param = isl_multi_aff_dim(ma, isl_dim_param);
4506 isl_seq_cpy(dst, src, has_denom + 1 + n_param + n_before);
4507 o_dst = o_src = has_denom + 1 + n_param + n_before;
4521 int offset = has_denom + 1 + n_param + n_before + i;
4535 c2, ma->p[i]->v->el + o_src, 1 + n_param);
4536 o_dst += 1 + n_param;
4537 o_src += 1 + n_param;
H A Disl_map.c9613 unsigned n_param; local
9630 n_param = isl_space_dim(dim, isl_dim_param);
9632 dim = isl_space_extend(dim, n_param, n_set, n_set + n_div);
9637 total = n_param + n_set + n_set + n_div;
9642 isl_seq_cpy(bmap->ineq[k], set->p[0]->div[i]+1, 1+n_param);
9643 isl_seq_clr(bmap->ineq[k]+1+n_param, n_set);
9644 isl_seq_cpy(bmap->ineq[k]+1+n_param+n_set,
9645 set->p[0]->div[i]+1+1+n_param, n_set + n_div);
9646 isl_int_neg(bmap->ineq[k][1+n_param+n_set+n_set+i],
11602 int n_param; local
11679 int n_param; local
[all...]
H A Disl_ast_codegen.c2700 int n_param; local
2717 n_param = isl_set_dim(classes, isl_dim_param);
2718 classes = isl_set_project_out(classes, isl_dim_param, 0, n_param);
/haiku-buildtools/gcc/gcc/c-family/
H A Dc-common.c10664 unsigned int n_param;
10674 n_param = 4;
10679 n_param = 3;
10683 n_param = 6;
10690 if (vec_safe_length (params) != n_param)
10733 for (x = 0; x < n_param - n_model; x++)
10738 if (n_param == 6 && x == 3)
10757 for (x = n_param - n_model ; x < n_param; x++)
10645 unsigned int n_param; local

Completed in 601 milliseconds