Home | History | Annotate | Download | only in jasper

Lines Matching refs:numrows_

123     int_fast32_t numrows_;
151 ((matrix)->numrows_)
167 (((matrix)->numrows_ == 1) ? ((matrix)->rows_[0][i]) : \
172 (((matrix)->numrows_ == 1) ? ((matrix)->rows_[0][i] = (v)) : \
180 (((matrix)->numrows_ > 1) ? jas_matrix_getref(matrix, i, 0) : jas_matrix_getref(matrix, 0, i))
183 (max((matrix)->numrows_, (matrix)->numcols_))
206 (jas_matrix_bindsub((mat0), (mat1), 0, (c), (mat1)->numrows_ - 1, (c)))
226 (((matrix)->numrows_ > 1) ? ((matrix)->rows_[1] - (matrix)->rows_[0]) : (0))
230 (((matrix)->numrows_ > 1) ? (jas_matrix_rowstep(matrix)) : (1))
271 (s)->yend_ = (s)->ystart_ + (s)->numrows_)