HomeSort by relevance Sort by last modified time
    Searched refs:col (Results 51 - 75 of 1398) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/eigen/failtest/
sparse_ref_2.cpp 13 call_ref(A.col(3));
  /external/libvpx/libvpx/vp9/common/
vp9_mv.h 24 int16_t col; member in struct:mv
34 int32_t col; member in struct:mv32
47 mv->col = clamp(mv->col, min_col, max_col);
vp9_tile_common.h 25 // initializes 'tile->mi_(row|col)_(start|end)' for (row, col) based on
28 int col);
31 void vp9_tile_set_col(TileInfo *tile, const struct VP9Common *cm, int col);
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/
CertStoreCollectionSpi.java 38 List col = new ArrayList(); local
49 col.add(obj);
61 col.add(obj);
66 return col;
74 List col = new ArrayList(); local
85 col.add(obj);
97 col.add(obj);
102 return col;
  /external/eigen/Eigen/src/Core/
NestByValue.h 49 EIGEN_DEVICE_FUNC inline const CoeffReturnType coeff(Index row, Index col) const
51 return m_expression.coeff(row, col);
54 EIGEN_DEVICE_FUNC inline Scalar& coeffRef(Index row, Index col)
56 return m_expression.const_cast_derived().coeffRef(row, col);
70 inline const PacketScalar packet(Index row, Index col) const
72 return m_expression.template packet<LoadMode>(row, col);
76 inline void writePacket(Index row, Index col, const PacketScalar& x)
78 m_expression.const_cast_derived().template writePacket<LoadMode>(row, col, x);
Swap.h 38 void assignPacket(Index row, Index col)
40 PacketType tmp = m_src.template packet<LoadMode,PacketType>(row,col);
41 const_cast<SrcEvaluatorTypeT&>(m_src).template writePacket<LoadMode>(row,col, m_dst.template packet<StoreMode,PacketType>(row,col));
42 m_dst.template writePacket<StoreMode>(row,col,tmp);
58 Index col = Base::colIndexByOuterInner(outer, inner); local
59 assignPacket<StoreMode,LoadMode,PacketType>(row, col);
  /external/eigen/doc/snippets/
MatrixBase_eval.cpp 6 cout << "If we do m.col(1) = m.row(0), then m becomes:" << endl;
7 m.col(1) = m.row(0);
9 cout << "Now let us instead do m.col(1) = m.row(0).eval(). Then m becomes" << endl;
11 m.col(1) = m.row(0).eval();
  /external/ltp/testcases/kernel/syscalls/epoll2/man/
mkpages.sh 3 groff -t -e -mandoc -Tascii epoll.4 | col -bx > epoll.txt
4 groff -t -e -mandoc -Tascii epoll_create.2 | col -bx > epoll_create.txt
5 groff -t -e -mandoc -Tascii epoll_ctl.2 | col -bx > epoll_ctl.txt
6 groff -t -e -mandoc -Tascii epoll_wait.2 | col -bx > epoll_wait.txt
  /external/eigen/bench/btl/generic_bench/init/
init_matrix.hh 57 for (unsigned int col=0; col<row ; col++){
58 double x = init_function(row,col);
59 A[row][col] = A[col][row] = x;
  /external/webrtc/webrtc/system_wrappers/include/
aligned_array.h 60 T& At(size_t row, size_t col) {
61 RTC_CHECK_LE(col, cols_);
62 return Row(row)[col];
65 const T& At(size_t row, size_t col) const {
66 RTC_CHECK_LE(col, cols_);
67 return Row(row)[col];
  /prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/
SearchEngine.py 71 msg, col = what
74 col = -1
75 self.report_error(pat, msg, col)
79 def report_error(self, pat, msg, col=-1):
84 if col >= 0:
85 msg = msg + "\nOffset: " + str(col)
125 line, col = get_line_col(start)
126 res = self.search_backward(text, prog, line, col, wrap, ok)
132 line, col = get_line_col(start)
133 res = self.search_forward(text, prog, line, col, wrap, ok
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/idlelib/
SearchEngine.py 71 msg, col = what
74 col = -1
75 self.report_error(pat, msg, col)
79 def report_error(self, pat, msg, col=-1):
84 if col >= 0:
85 msg = msg + "\nOffset: " + str(col)
125 line, col = get_line_col(start)
126 res = self.search_backward(text, prog, line, col, wrap, ok)
132 line, col = get_line_col(start)
133 res = self.search_forward(text, prog, line, col, wrap, ok
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
SearchEngine.py 71 msg, col = what
74 col = -1
75 self.report_error(pat, msg, col)
79 def report_error(self, pat, msg, col=-1):
84 if col >= 0:
85 msg = msg + "\nOffset: " + str(col)
125 line, col = get_line_col(start)
126 res = self.search_backward(text, prog, line, col, wrap, ok)
132 line, col = get_line_col(start)
133 res = self.search_forward(text, prog, line, col, wrap, ok
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
SearchEngine.py 71 msg, col = what
74 col = -1
75 self.report_error(pat, msg, col)
79 def report_error(self, pat, msg, col=-1):
84 if col >= 0:
85 msg = msg + "\nOffset: " + str(col)
125 line, col = get_line_col(start)
126 res = self.search_backward(text, prog, line, col, wrap, ok)
132 line, col = get_line_col(start)
133 res = self.search_forward(text, prog, line, col, wrap, ok
    [all...]
  /tools/tradefederation/core/src/com/android/tradefed/util/
TableFormatter.java 53 for (int col = 0; col < rowData.size(); col++) {
54 writer.append(rowData.get(col));
55 int numPaddingChars = maxColumnSizes.get(col) - rowData.get(col).length();
  /external/eigen/blas/
BandTriangularSolver.h 38 for(int col=0 ; col<other.cols() ; ++col)
47 other.coeffRef(i,col) -= cjLhs.row(i).segment(actual_start,actual_k).transpose()
48 .cwiseProduct(other.col(col).segment(IsLower ? i-actual_k : i+1,actual_k)).sum();
51 other.coeffRef(i,col) /= cjLhs(i,IsLower ? k : 0);
74 for(int col=0 ; col<other.cols() ; ++col)
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_tile.c 43 unsigned col; /* current source column */ local
51 for (col = 0; col < width; col += tile_width, ++k)
53 uint8_t *src2 = (uint8_t *)src + src_pitch * row + col;
60 unsigned columns = MIN2(tile_width, width - col);
74 unsigned col; /* current source column */ local
82 for (col = 0; col < width; col += tile_width, ++k
105 unsigned col; \/* current source column *\/ local
136 unsigned col; \/* current source column *\/ local
167 unsigned col; \/* current source column *\/ local
257 unsigned col; \/* current destination column *\/ local
290 unsigned col; \/* current destination column *\/ local
323 unsigned col; \/* current destination column *\/ local
356 unsigned col; \/* current destination column *\/ local
389 unsigned col; \/* current destination column *\/ local
    [all...]
  /libcore/luni/src/test/java/libcore/java/nio/charset/
Charset_TestGenerator.java 104 int row = 0, col = 0; field in class:Charset_TestGenerator.CodesGenerator
118 col++;
119 if (col == 16) {
122 col = 0;
139 col++;
140 if (col == 80) {
143 col = 0;
153 buf[col] = (char) code;
156 col++;
157 if (col == 8)
190 int row = 0, col = 0; field in class:Charset_TestGenerator.Dumper
    [all...]
  /external/pdfium/core/fxge/dib/
fx_dib_composite.cpp 247 for (int col = 0; col < pixel_count; col++) {
250 src_alpha = clip_scan[col] * src_alpha / 255;
267 for (int col = 0; col < pixel_count; col++) {
270 src_alpha = clip_scan[col] * src_alpha / 255;
312 for (int col = 0; col < pixel_count; col++)
    [all...]
  /external/v8/tools/turbolizer/
constants.js 25 { perc: 0, col: { r: 255, g: 255, b: 255 } },
26 { perc: 0.5, col: { r: 255, g: 255, b: 128 } },
27 { perc: 5, col: { r: 255, g: 128, b: 0 } },
28 { perc: 15, col: { r: 255, g: 0, b: 0 } },
29 { perc: 100, col: { r: 0, g: 0, b: 0 } }
  /external/libhevc/common/x86/
ihevc_inter_pred_filters_sse42_intr.c 117 WORD32 row, col; local
127 for(col = 0; col < wd; col += 8)
140 src0_16x8b = _mm_slli_epi16(src0_16x8b, SHIFT_14_MINUS_BIT_DEPTH); /* (pu1_src[col] << SHIFT_14_MINUS_BIT_DEPTH */
163 for(col = 0; col < wd; col += 4)
176 src0_16x8b = _mm_slli_epi16(src0_16x8b, SHIFT_14_MINUS_BIT_DEPTH); /* (pu1_src[col] << SHIFT_14_MINUS_BIT_DEPTH */
244 WORD32 row, col, wdx2 local
465 WORD32 row, col, wdx2; local
    [all...]
  /external/selinux/gui/
html_util.py 69 col = self.col
72 col = self.col
73 if col == 0:
75 col = self.indent_col
78 if col + len(word) >= maxcol:
80 col = self.indent_col
83 col = col +
    [all...]
  /external/boringssl/src/ssl/
d1_srtp.c 170 const char *col; local
173 col = strchr(ptr, ':');
177 col ? (size_t)(col - ptr) : strlen(ptr))) {
186 if (col) {
187 ptr = col + 1;
189 } while (col);
  /external/deqp/framework/common/
tcuSurface.hpp 56 void setPixel (int x, int y, RGBA col);
70 inline void Surface::setPixel (int x, int y, RGBA col)
78 *pixAddr = col.getPacked();
80 *((deUint8*)pixAddr + 0) = (deUint8)col.getRed();
81 *((deUint8*)pixAddr + 1) = (deUint8)col.getGreen();
82 *((deUint8*)pixAddr + 2) = (deUint8)col.getBlue();
83 *((deUint8*)pixAddr + 3) = (deUint8)col.getAlpha();
  /external/google-breakpad/android/
test-driver 106 0:yes) col=$red res=XPASS recheck=yes gcopy=yes;;
107 0:*) col=$grn res=PASS recheck=no gcopy=no;;
108 77:*) col=$blu res=SKIP recheck=no gcopy=yes;;
109 99:*) col=$mgn res=ERROR recheck=yes gcopy=yes;;
110 *:yes) col=$lgn res=XFAIL recheck=no gcopy=yes;;
111 *:*) col=$red res=FAIL recheck=yes gcopy=yes;;
115 echo "${col}${res}${std}: $test_name"

Completed in 987 milliseconds

1 23 4 5 6 7 8 91011>>