Lines Matching refs:numcols_
110 matrix->numcols_ = numcols; in jas_matrix_create()
133 matrix->rows_[i] = &matrix->data_[i * matrix->numcols_]; in jas_matrix_create()
142 matrix->xend_ = matrix->numcols_; in jas_matrix_create()
171 for (j = 0; j < x->numcols_; ++j) { in jas_seq2d_copy()
183 y = jas_matrix_create(x->numrows_, x->numcols_); in jas_matrix_copy()
185 for (j = 0; j < x->numcols_; ++j) { in jas_matrix_copy()
221 mat0->numcols_ = c1 - c0 + 1; in jas_matrix_bindsub()
230 mat0->xend_ = mat0->xstart_ + mat0->numcols_; in jas_matrix_bindsub()
243 if (mat0->numrows_ != mat1->numrows_ || mat0->numcols_ != in jas_matrix_cmp()
244 mat1->numcols_) { in jas_matrix_cmp()
248 for (j = 0; j < mat0->numcols_; j++) { in jas_matrix_cmp()
268 for (j = matrix->numcols_, data = rowstart; j > 0; --j, in jas_matrix_divpow2()
289 for (j = matrix->numcols_, data = rowstart; j > 0; --j, in jas_matrix_clip()
313 for (j = matrix->numcols_, data = rowstart; j > 0; --j, in jas_matrix_asr()
331 for (j = matrix->numcols_, data = rowstart; j > 0; --j, in jas_matrix_asl()
353 matrix->numcols_ = numcols; in jas_matrix_resize()
373 for (j = matrix->numcols_, data = rowstart; j > 0; --j, in jas_matrix_setall()