Searched refs:col_end (Results 1 – 6 of 6) sorted by relevance
/external/pdfium/core/fxge/agg/ |
D | fx_agg_driver.cpp | 403 int col_end, 455 int col_end = GetColEnd(span_left, span_len, clip_right); in CompositeSpan() local 465 for (int col = col_start; col < col_end; col++) { in CompositeSpan() 493 for (int col = col_start; col < col_end; col++) { in CompositeSpan() 510 for (int col = col_start; col < col_end; col++) { in CompositeSpan() 545 for (int col = col_start; col < col_end; col++) { in CompositeSpan() 570 for (int col = col_start; col < col_end; col++) { in CompositeSpan() 582 CompositeSpan1bppHelper(dest_scan, col_start, col_end, cover_scan, clip_scan, in CompositeSpan() 598 int col_end = GetColEnd(span_left, span_len, clip_right); in CompositeSpan1bpp() local 600 CompositeSpan1bppHelper(dest_scan, col_start, col_end, cover_scan, clip_scan, in CompositeSpan1bpp() [all …]
|
/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/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/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/tensorflow/tensorflow/core/kernels/ |
D | fractional_avg_pool_op.cc | 165 int64 col_end = in Compute() local 167 col_end = std::min(col_end, col_max); in Compute() 169 for (int64 w = col_start; w <= col_end; ++w) { in Compute()
|
/external/pdfium/core/fxge/dib/ |
D | cfx_dibsource.cpp | 983 int col_end = bYFlip ? m_Width - dest_clip.top : dest_clip.bottom; in SwapXY() local 994 for (int col = col_start; col < col_end; ++col) { in SwapXY() 1013 for (int col = col_start; col < col_end; ++col) { in SwapXY() 1020 for (int col = col_start; col < col_end; ++col) { in SwapXY() 1025 for (int col = col_start; col < col_end; ++col) { in SwapXY() 1046 for (int col = col_start; col < col_end; ++col) { in SwapXY()
|