HomeSort by relevance Sort by last modified time
    Searched refs:col_end (Results 1 - 6 of 6) sorted by null

  /external/eigen/bench/btl/libs/blitz/
blitz_LU_solve_interface.hh 54 static inline real matrix_vector_product_sliced(const gene_matrix & A, gene_vector B, int row, int col_start, int col_end)
59 for (int j=col_start ; j<col_end+1 ; j++){
72 static inline real matrix_matrix_product_sliced(gene_matrix & A, int row, int col_start, int col_end, gene_matrix & B, int row_shift, int col )
77 for (int j=col_start ; j<col_end+1 ; j++){
  /external/eigen/bench/btl/libs/gmm/
gmm_LU_solve_interface.hh 54 static inline real matrix_vector_product_sliced(const gene_matrix & A, gene_vector B, int row, int col_start, int col_end)
59 for (int j=col_start ; j<col_end+1 ; j++){
72 static inline real matrix_matrix_product_sliced(gene_matrix & A, int row, int col_start, int col_end, gene_matrix & B, int row_shift, int col )
77 for (int j=col_start ; j<col_end+1 ; j++){
  /external/eigen/bench/btl/libs/mtl4/
mtl4_LU_solve_interface.hh 54 static inline real matrix_vector_product_sliced(const gene_matrix & A, gene_vector B, int row, int col_start, int col_end)
59 for (int j=col_start ; j<col_end+1 ; j++){
72 static inline real matrix_matrix_product_sliced(gene_matrix & A, int row, int col_start, int col_end, gene_matrix & B, int row_shift, int col )
77 for (int j=col_start ; j<col_end+1 ; j++){
  /external/pdfium/core/fxge/agg/
fx_agg_driver.cpp 403 int col_end,
455 int col_end = GetColEnd(span_left, span_len, clip_right); local
465 for (int col = col_start; col < col_end; col++) {
493 for (int col = col_start; col < col_end; col++) {
510 for (int col = col_start; col < col_end; col++) {
545 for (int col = col_start; col < col_end; col++) {
570 for (int col = col_start; col < col_end; col++) {
582 CompositeSpan1bppHelper(dest_scan, col_start, col_end, cover_scan, clip_scan,
598 int col_end = GetColEnd(span_left, span_len, clip_right); local
600 CompositeSpan1bppHelper(dest_scan, col_start, col_end, cover_scan, clip_scan
615 int col_end = GetColEnd(span_left, span_len, clip_right); local
662 int col_end = GetColEnd(span_left, span_len, clip_right); local
731 int col_end = GetColEnd(span_left, span_len, clip_right); local
827 int col_end = GetColEnd(span_left, span_len, clip_right); local
    [all...]
  /external/tensorflow/tensorflow/core/kernels/
fractional_avg_pool_op.cc 165 int64 col_end = variable
167 col_end = std::min(col_end, col_max);
169 for (int64 w = col_start; w <= col_end; ++w) {
  /external/pdfium/core/fxge/dib/
cfx_dibsource.cpp 983 int col_end = bYFlip ? m_Width - dest_clip.top : dest_clip.bottom; local
    [all...]

Completed in 265 milliseconds