HomeSort by relevance Sort by last modified time
    Searched refs:col_end (Results 1 - 9 of 9) 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/ceres-solver/internal/ceres/
covariance_test.cc 336 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/pdfium/core/src/fxge/agg/agg23/
fx_agg_driver.cpp 397 int col_end = (span_left + span_len) < clip_right ? span_len : (clip_right - span_left);
407 for (int col = col_start; col < col_end; col ++) {
438 for (int col = col_start; col < col_end; col ++) {
460 for (int col = col_start; col < col_end; col ++) {
500 for (int col = col_start; col < col_end; col ++) {
529 for (int col = col_start; col < col_end; col ++) {
555 for (int col = col_start; col < col_end; col ++) {
581 int col_end = (span_left + span_len) < clip_right ? span_len : (clip_right - span_left);
593 for (int col = col_start; col < col_end; col ++) {
617 int col_end = (span_left + span_len) < clip_right ? span_len : (clip_right - span_left)
    [all...]
  /external/chromium_org/third_party/freetype/src/base/
ftlcdfil.c 234 FT_Byte* col_end = col + height * pitch; local
237 for ( ; col < col_end; col += 3 * pitch )
  /external/freetype/src/base/
ftlcdfil.c 235 FT_Byte* col_end = col + height * pitch; local
238 for ( ; col < col_end; col += 3 * pitch )
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/base/
fxft_ftlcdfil.c 235 FT_Byte* col_end = col + height * pitch; local
238 for ( ; col < col_end; col += 3 * pitch )
  /external/pdfium/core/src/fxge/dib/
fx_dib_transform.cpp 82 int col_end = bYFlip ? m_Width - dest_clip.top : dest_clip.bottom; local
93 for (int col = col_start; col < col_end; col ++) {
114 for (int col = col_start; col < col_end; col ++) {
121 for (int col = col_start; col < col_end; col ++) {
126 for (int col = col_start; col < col_end; col ++) {
147 for (int col = col_start; col < col_end; col ++) {
    [all...]

Completed in 559 milliseconds