/external/eigen/bench/btl/libs/mtl4/ |
D | mtl4_LU_solve_interface.hh | 54 …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/ |
D | gmm_LU_solve_interface.hh | 54 …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/ |
D | blitz_LU_solve_interface.hh | 54 …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/ |
D | fx_agg_driver.cpp | 637 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/ |
D | fx_skia_device.cpp | 2310 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/ |
D | fx_dib_transform.cpp | 204 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/ |
D | ftlcdfil.c | 251 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/ |
D | ftlcdfil.c | 251 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()
|