Home
last modified time | relevance | path

Searched refs:in_row_offset (Results 1 – 18 of 18) sorted by relevance

/dports/math/armadillo/armadillo-10.7.1/include/armadillo_bits/
H A Ddiagview_meat.hpp36 , row_offset(in_row_offset) in diagview()
594 const uword in_row_offset = in.row_offset; in extract() local
611 out_mem[i] = in_m.at( i + in_row_offset, i + in_col_offset ); in extract()
630 const uword in_row_offset = in.row_offset; in plus_inplace() local
647 out_mem[i] += in_m.at( i + in_row_offset, i + in_col_offset ); in plus_inplace()
666 const uword in_row_offset = in.row_offset; in minus_inplace() local
683 out_mem[i] -= in_m.at( i + in_row_offset, i + in_col_offset ); in minus_inplace()
702 const uword in_row_offset = in.row_offset; in schur_inplace() local
719 out_mem[i] *= in_m.at( i + in_row_offset, i + in_col_offset ); in schur_inplace()
738 const uword in_row_offset = in.row_offset; in div_inplace() local
[all …]
H A Dspdiagview_bones.hpp49 …arma_inline spdiagview(const SpMat<eT>& in_m, const uword in_row_offset, const uword in_col_offset…
H A Ddiagview_bones.hpp49 …arma_inline diagview(const Mat<eT>& in_m, const uword in_row_offset, const uword in_col_offset, co…
H A Dspdiagview_meat.hpp33 spdiagview<eT>::spdiagview(const SpMat<eT>& in_m, const uword in_row_offset, const uword in_col_off… in spdiagview() argument
35 , row_offset(in_row_offset) in spdiagview()
761 const uword in_row_offset = in.row_offset; in extract() local
768 out_mem[i] = in_m.at(i + in_row_offset, i + in_col_offset); in extract()
/dports/math/R-cran-RcppArmadillo/RcppArmadillo/inst/include/armadillo_bits/
H A Ddiagview_meat.hpp36 , row_offset(in_row_offset) in diagview()
594 const uword in_row_offset = in.row_offset; in extract() local
611 out_mem[i] = in_m.at( i + in_row_offset, i + in_col_offset ); in extract()
630 const uword in_row_offset = in.row_offset; in plus_inplace() local
647 out_mem[i] += in_m.at( i + in_row_offset, i + in_col_offset ); in plus_inplace()
666 const uword in_row_offset = in.row_offset; in minus_inplace() local
683 out_mem[i] -= in_m.at( i + in_row_offset, i + in_col_offset ); in minus_inplace()
702 const uword in_row_offset = in.row_offset; in schur_inplace() local
719 out_mem[i] *= in_m.at( i + in_row_offset, i + in_col_offset ); in schur_inplace()
738 const uword in_row_offset = in.row_offset; in div_inplace() local
[all …]
H A Ddiagview_bones.hpp49 …arma_inline diagview(const Mat<eT>& in_m, const uword in_row_offset, const uword in_col_offset, co…
H A Dspdiagview_bones.hpp49 …arma_inline spdiagview(const SpMat<eT>& in_m, const uword in_row_offset, const uword in_col_offset…
H A Dspdiagview_meat.hpp33 spdiagview<eT>::spdiagview(const SpMat<eT>& in_m, const uword in_row_offset, const uword in_col_off… in spdiagview() argument
35 , row_offset(in_row_offset) in spdiagview()
761 const uword in_row_offset = in.row_offset; in extract() local
768 out_mem[i] = in_m.at(i + in_row_offset, i + in_col_offset); in extract()
/dports/print/ghostscript9-agpl-base/ghostscript-9.52/base/
H A Dgxp1fill.c743 int in_row_offset; in tile_rect_trans_simple() local
827 if (in_row_offset < 0) in tile_rect_trans_simple()
863 if (in_row_offset < 0) in tile_rect_trans_simple()
911 int in_row_offset; in do_tile_rect_trans_blend() local
947 in_row_offset -= ptile->ttrans->rect.p.y; in do_tile_rect_trans_blend()
948 if (in_row_offset < 0) in do_tile_rect_trans_blend()
1019 int in_row_offset; in do_tile_rect_trans_blend_16() local
1055 in_row_offset -= ptile->ttrans->rect.p.y; in do_tile_rect_trans_blend_16()
1056 if (in_row_offset < 0) in do_tile_rect_trans_blend_16()
1132 int in_row_offset; in do_tile_rect_trans_blend_16be() local
[all …]
H A Dgxht_thresh.c865 int init_tile, in_row_offset, ii, num_tiles, tile_remainder; in gxht_thresh_planes() local
1043 in_row_offset = (jj + dy) % thresh_height; in gxht_thresh_planes()
1044 row_ptr = threshold + in_row_offset * thresh_width; in gxht_thresh_planes()
/dports/print/ghostscript9-agpl-x11/ghostscript-9.52/base/
H A Dgxp1fill.c743 int in_row_offset; in tile_rect_trans_simple() local
827 if (in_row_offset < 0) in tile_rect_trans_simple()
863 if (in_row_offset < 0) in tile_rect_trans_simple()
911 int in_row_offset; in do_tile_rect_trans_blend() local
947 in_row_offset -= ptile->ttrans->rect.p.y; in do_tile_rect_trans_blend()
948 if (in_row_offset < 0) in do_tile_rect_trans_blend()
1019 int in_row_offset; in do_tile_rect_trans_blend_16() local
1055 in_row_offset -= ptile->ttrans->rect.p.y; in do_tile_rect_trans_blend_16()
1056 if (in_row_offset < 0) in do_tile_rect_trans_blend_16()
1132 int in_row_offset; in do_tile_rect_trans_blend_16be() local
[all …]
H A Dgxht_thresh.c865 int init_tile, in_row_offset, ii, num_tiles, tile_remainder; in gxht_thresh_planes() local
1043 in_row_offset = (jj + dy) % thresh_height; in gxht_thresh_planes()
1044 row_ptr = threshold + in_row_offset * thresh_width; in gxht_thresh_planes()
/dports/print/ghostscript9-x11/ghostscript-9.06/base/
H A Dgxp1fill.c676 int in_row_offset; in tile_rect_trans_simple() local
748 in_row_offset = ((jj + dy) % ptile->ttrans->height); in tile_rect_trans_simple()
749 if (in_row_offset >= ptile->ttrans->rect.q.y) in tile_rect_trans_simple()
751 in_row_offset -= ptile->ttrans->rect.p.y; in tile_rect_trans_simple()
752 if (in_row_offset < 0) in tile_rect_trans_simple()
754 row_ptr = ptr_in + in_row_offset * ptile->ttrans->rowstride; in tile_rect_trans_simple()
799 int in_row_offset; in tile_rect_trans_blend() local
837 in_row_offset = (jj + dy) % ptile->ttrans->height; in tile_rect_trans_blend()
838 if (in_row_offset >= ptile->ttrans->rect.q.y) in tile_rect_trans_blend()
840 in_row_offset -= ptile->ttrans->rect.p.y; in tile_rect_trans_blend()
[all …]
H A Dgxht_thresh.c859 int init_tile, in_row_offset, ii, num_tiles, tile_remainder; in gxht_thresh_planes() local
1043 in_row_offset = (jj + dy) % thresh_height; in gxht_thresh_planes()
1044 row_ptr = threshold + in_row_offset * thresh_width; in gxht_thresh_planes()
/dports/print/ghostscript9-base/ghostscript-9.06/base/
H A Dgxp1fill.c676 int in_row_offset; in tile_rect_trans_simple() local
748 in_row_offset = ((jj + dy) % ptile->ttrans->height); in tile_rect_trans_simple()
749 if (in_row_offset >= ptile->ttrans->rect.q.y) in tile_rect_trans_simple()
751 in_row_offset -= ptile->ttrans->rect.p.y; in tile_rect_trans_simple()
752 if (in_row_offset < 0) in tile_rect_trans_simple()
754 row_ptr = ptr_in + in_row_offset * ptile->ttrans->rowstride; in tile_rect_trans_simple()
799 int in_row_offset; in tile_rect_trans_blend() local
837 in_row_offset = (jj + dy) % ptile->ttrans->height; in tile_rect_trans_blend()
838 if (in_row_offset >= ptile->ttrans->rect.q.y) in tile_rect_trans_blend()
840 in_row_offset -= ptile->ttrans->rect.p.y; in tile_rect_trans_blend()
[all …]
H A Dgxht_thresh.c859 int init_tile, in_row_offset, ii, num_tiles, tile_remainder; in gxht_thresh_planes() local
1043 in_row_offset = (jj + dy) % thresh_height; in gxht_thresh_planes()
1044 row_ptr = threshold + in_row_offset * thresh_width; in gxht_thresh_planes()
/dports/print/ghostscript8-x11/ghostscript-8.71/base/
H A Dgxp1fill.c567 int in_row_offset; in tile_rect_trans_simple() local
614 in_row_offset = (jj + dy) % ptile->ttrans->height; in tile_rect_trans_simple()
615 row_ptr = ptr_in + in_row_offset * ptile->ttrans->rowstride; in tile_rect_trans_simple()
674 int in_row_offset; in tile_rect_trans_blend() local
699 in_row_offset = (jj + dy) % ptile->ttrans->height; in tile_rect_trans_blend()
700 row_ptr_in = buff_in + in_row_offset * ptile->ttrans->rowstride; in tile_rect_trans_blend()
/dports/print/ghostscript8-base/ghostscript-8.71/base/
H A Dgxp1fill.c567 int in_row_offset; in tile_rect_trans_simple() local
614 in_row_offset = (jj + dy) % ptile->ttrans->height; in tile_rect_trans_simple()
615 row_ptr = ptr_in + in_row_offset * ptile->ttrans->rowstride; in tile_rect_trans_simple()
674 int in_row_offset; in tile_rect_trans_blend() local
699 in_row_offset = (jj + dy) % ptile->ttrans->height; in tile_rect_trans_blend()
700 row_ptr_in = buff_in + in_row_offset * ptile->ttrans->rowstride; in tile_rect_trans_blend()