Lines Matching refs:n_div
179 for (i = 0; i < tctx->n_div[ftype]; i++) {
434 int cb_len_p = (tctx->n_div[3] + mtab->ppc_shape_len * channels - 1) /
435 tctx->n_div[3];
656 permutate_in_line(tmp_perm, tctx->n_div[ftype], size,
660 transpose_perm(tctx->permut[ftype], tmp_perm, tctx->n_div[ftype],
715 tctx->n_div[i] = (bit_size + 13) / 14;
717 rounded_up = (bit_size + tctx->n_div[i] - 1) /
718 tctx->n_div[i];
719 rounded_down = (bit_size) / tctx->n_div[i];
720 num_rounded_down = rounded_up * tctx->n_div[i] - bit_size;
721 num_rounded_up = tctx->n_div[i] - num_rounded_down;
728 rounded_up = (vect_size + tctx->n_div[i] - 1) /
729 tctx->n_div[i];
730 rounded_down = (vect_size) / tctx->n_div[i];
731 num_rounded_down = rounded_up * tctx->n_div[i] - vect_size;
732 num_rounded_up = tctx->n_div[i] - num_rounded_down;