Searched refs:col_end (Results 1 - 6 of 6) sorted by relevance

/external/eigen/bench/btl/libs/blitz/
H A Dblitz_LU_solve_interface.hh54 static inline real matrix_vector_product_sliced(const gene_matrix & A, gene_vector B, int row, int col_start, int col_end) argument
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 ) argument
77 for (int j=col_start ; j<col_end+1 ; j++){
/external/eigen/bench/btl/libs/gmm/
H A Dgmm_LU_solve_interface.hh54 static inline real matrix_vector_product_sliced(const gene_matrix & A, gene_vector B, int row, int col_start, int col_end) argument
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 ) argument
77 for (int j=col_start ; j<col_end+1 ; j++){
/external/eigen/bench/btl/libs/mtl4/
H A Dmtl4_LU_solve_interface.hh54 static inline real matrix_vector_product_sliced(const gene_matrix & A, gene_vector B, int row, int col_start, int col_end) argument
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 ) argument
77 for (int j=col_start ; j<col_end+1 ; j++){
/external/ceres-solver/internal/ceres/
H A Dcovariance_test.cc336 const int col_end = FindOrDie(column_bounds_, block2).second; local
338 Matrix actual(row_end - row_begin, col_end - col_begin);
347 col_end - col_begin) - actual).norm();
348 diff_norm /= (row_end - row_begin) * (col_end - col_begin);
353 << "cols: " << col_begin << " " << col_end << " "
357 col_end - col_begin)
/external/chromium_org/third_party/freetype/src/base/
H A Dftlcdfil.c234 FT_Byte* col_end = col + height * pitch; local
237 for ( ; col < col_end; col += 3 * pitch )
/external/freetype/src/base/
H A Dftlcdfil.c234 FT_Byte* col_end = col + height * pitch; local
237 for ( ; col < col_end; col += 3 * pitch )

Completed in 431 milliseconds