Home
last modified time | relevance | path

Searched refs:col_end (Results 1 – 8 of 8) sorted by relevance

/external/eigen/bench/btl/libs/mtl4/
Dmtl4_LU_solve_interface.hh54 …ix_vector_product_sliced(const gene_matrix & A, gene_vector B, int row, int col_start, int col_end) in matrix_vector_product_sliced() argument
59 for (int j=col_start ; j<col_end+1 ; j++){ in matrix_vector_product_sliced()
72 …atrix_matrix_product_sliced(gene_matrix & A, int row, int col_start, int col_end, gene_matrix & B,… in matrix_matrix_product_sliced() argument
77 for (int j=col_start ; j<col_end+1 ; j++){ in matrix_matrix_product_sliced()
/external/eigen/bench/btl/libs/gmm/
Dgmm_LU_solve_interface.hh54 …ix_vector_product_sliced(const gene_matrix & A, gene_vector B, int row, int col_start, int col_end) in matrix_vector_product_sliced() argument
59 for (int j=col_start ; j<col_end+1 ; j++){ in matrix_vector_product_sliced()
72 …atrix_matrix_product_sliced(gene_matrix & A, int row, int col_start, int col_end, gene_matrix & B,… in matrix_matrix_product_sliced() argument
77 for (int j=col_start ; j<col_end+1 ; j++){ in matrix_matrix_product_sliced()
/external/eigen/bench/btl/libs/blitz/
Dblitz_LU_solve_interface.hh54 …ix_vector_product_sliced(const gene_matrix & A, gene_vector B, int row, int col_start, int col_end) in matrix_vector_product_sliced() argument
59 for (int j=col_start ; j<col_end+1 ; j++){ in matrix_vector_product_sliced()
72 …atrix_matrix_product_sliced(gene_matrix & A, int row, int col_start, int col_end, gene_matrix & B,… in matrix_matrix_product_sliced() argument
77 for (int j=col_start ; j<col_end+1 ; j++){ in matrix_matrix_product_sliced()
/external/pdfium/core/fxge/agg/
Dfx_agg_driver.cpp637 int col_end = (span_left + span_len) < clip_right in CompositeSpan() local
649 for (int col = col_start; col < col_end; col++) { in CompositeSpan()
682 for (int col = col_start; col < col_end; col++) { in CompositeSpan()
704 for (int col = col_start; col < col_end; col++) { in CompositeSpan()
745 for (int col = col_start; col < col_end; col++) { in CompositeSpan()
775 for (int col = col_start; col < col_end; col++) { in CompositeSpan()
802 for (int col = col_start; col < col_end; col++) { in CompositeSpan()
833 int col_end = (span_left + span_len) < clip_right in CompositeSpan1bpp() local
848 for (int col = col_start; col < col_end; col++) { in CompositeSpan1bpp()
877 int col_end = (span_left + span_len) < clip_right in CompositeSpanGray() local
[all …]
/external/pdfium/core/fxge/skia/
Dfx_skia_device.cpp2310 int col_end = (span_left + span_len) < clip_right in CompositeSpan() local
2322 for (int col = col_start; col < col_end; col++) { in CompositeSpan()
2355 for (int col = col_start; col < col_end; col++) { in CompositeSpan()
2377 for (int col = col_start; col < col_end; col++) { in CompositeSpan()
2418 for (int col = col_start; col < col_end; col++) { in CompositeSpan()
2448 for (int col = col_start; col < col_end; col++) { in CompositeSpan()
2475 for (int col = col_start; col < col_end; col++) { in CompositeSpan()
2506 int col_end = (span_left + span_len) < clip_right in CompositeSpan1bpp() local
2521 for (int col = col_start; col < col_end; col++) { in CompositeSpan1bpp()
2550 int col_end = (span_left + span_len) < clip_right in CompositeSpanGray() local
[all …]
/external/pdfium/core/fxge/dib/
Dfx_dib_transform.cpp204 int col_end = bYFlip ? m_Width - dest_clip.top : dest_clip.bottom; in SwapXY() local
216 for (int col = col_start; col < col_end; col++) { in SwapXY()
238 for (int col = col_start; col < col_end; col++) { in SwapXY()
245 for (int col = col_start; col < col_end; col++) { in SwapXY()
250 for (int col = col_start; col < col_end; col++) { in SwapXY()
272 for (int col = col_start; col < col_end; col++) { in SwapXY()
/external/freetype/src/base/
Dftlcdfil.c251 FT_Byte* col_end = col + (FT_Int)height * pitch; in _ft_lcd_filter_legacy() local
254 for ( ; col < col_end; col += 3 * pitch ) in _ft_lcd_filter_legacy()
/external/pdfium/third_party/freetype/src/base/
Dftlcdfil.c251 FT_Byte* col_end = col + (FT_Int)height * pitch; in _ft_lcd_filter_legacy() local
254 for ( ; col < col_end; col += 3 * pitch ) in _ft_lcd_filter_legacy()