/external/e2fsprogs/debugfs/ |
htree.c | 38 int thislen, col = 0; local 96 if (col + thislen > 80) { 98 col = 0; 101 col += thislen;
|
/external/eigen/Eigen/src/Eigen2Support/ |
LeastSquares.h | 159 result->normal() = eig.eigenvectors().col(0);
|
/external/eigen/Eigen/src/Geometry/ |
Homogeneous.h | 78 inline Scalar coeff(Index row, Index col) const 81 || (int(Direction)==Horizontal && col==m_matrix.cols())) 83 return m_matrix.coeff(row, col); 256 dst += m_lhs.col(m_lhs.cols()-1).rowwise()
|
/external/eigen/doc/ |
tutorial.cpp | 44 std::cout << "m4.col(2).sum(): " << m4.col(2).sum() << std::endl;
|
/external/eigen/test/ |
array_replicate.cpp | 50 x2.col(j) = v1;
|
product_notemporary.cpp | 85 VERIFY_EVALUATION_COUNT( rm3.col(c0).noalias() = (s1 * m1.adjoint()).template triangularView<UnitUpper>() * (s2*m2.row(c0)).adjoint(), 1); 95 VERIFY_EVALUATION_COUNT( m3.col(c0).noalias() = (s1 * m1).adjoint().template selfadjointView<Lower>() * (-m2.row(c0)*s3).adjoint(), 1); 96 VERIFY_EVALUATION_COUNT( m3.col(c0).noalias() -= (s1 * m1).adjoint().template selfadjointView<Upper>() * (-m2.row(c0)*s3).adjoint(), 1); 118 //VERIFY_EVALUATION_COUNT( m3.col(0).head<5>() * m3.col(0).transpose() + m3.col(0).head<5>() * m3.col(0).transpose(), 0 ); 123 VERIFY_EVALUATION_COUNT( cvres.noalias() -= m1 * m2.col(0), 0 );
|
/external/eigen/unsupported/Eigen/src/NonLinearOptimization/ |
chkder.h | 49 err += temp * fjac.col(j);
|
/external/jpeg/ |
wrgif.c | 324 register JDIMENSION col; local 327 for (col = cinfo->output_width; col > 0; col--) {
|
/external/libvpx/libvpx/vp8/encoder/ |
encodemv.c | 85 if (abs(mv->col >> 1) > max_mv_c) 88 fprintf(f, "New Mv Col Max %6d\n", (mv->col >> 1)); 89 max_mv_c = abs(mv->col >> 1); 96 encode_mvcomponent(w, mv->col >> 1, &mvc[1]);
|
rdopt.c | 480 int mv_col = x->e_mbd.mode_info_context->mbmi.mv.as_mv.col; 968 const int row = i >> 2, col = i & 3; local 975 if (col && labelings[i] == labelings[i-1]) 990 this_mv->as_int = col ? d[-1].bmi.mv.as_int : left_block_mv(mic, i); 1006 left_mv.as_int = col ? d[-1].bmi.mv.as_int : [all...] |
/external/libvpx/libvpx/vp9/common/ |
vp9_debugmodes.c | 71 mi_8x8[mi_index]->mbmi.mv[0].as_mv.col);
|
/external/libvterm/src/ |
vterm.c | 335 for(pos.col = init_col; pos.col != test_col; pos.col += inc_col) { 336 VTermPos srcpos = { pos.row + downward, pos.col + rightward };
|
/external/mesa3d/src/glsl/ |
lower_mat_op_to_vec.cpp | 48 ir_dereference *get_column(ir_dereference *val, int col); 49 ir_rvalue *get_element(ir_dereference *val, int col, int row); 100 ir_mat_op_to_vec_visitor::get_element(ir_dereference *val, int col, int row) 102 val = get_column(val, col);
|
/external/qemu/distrib/jpeg-6b/ |
wrgif.c | 324 register JDIMENSION col; local 327 for (col = cinfo->output_width; col > 0; col--) {
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/ |
encodemv.c | 85 if (abs(mv->col >> 1) > max_mv_c) 88 fprintf(f, "New Mv Col Max %6d\n", (mv->col >> 1)); 89 max_mv_c = abs(mv->col >> 1); 96 encode_mvcomponent(w, mv->col >> 1, &mvc[1]);
|
rdopt.c | 480 int mv_col = x->e_mbd.mode_info_context->mbmi.mv.as_mv.col; 973 const int row = i >> 2, col = i & 3; local 980 if (col && labelings[i] == labelings[i-1]) 995 this_mv->as_int = col ? d[-1].bmi.mv.as_int : (uint32_t)left_block_mv(mic, i); 1011 left_mv.as_int = col ? d[-1].bmi.mv.as_int : [all...] |
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/ |
vp9_debugmodes.c | 71 mi_8x8[mi_index]->mbmi.mv[0].as_mv.col);
|
/packages/apps/Launcher3/ |
print_db.py | 197 for col in columns: 198 print_functions.append(FUNCTIONS.get(col, print_cell)) 200 col = columns[i] variable 202 """ % ( col ))
|
/sdk/emulator/opengl/tests/translator_tests/GLES_V2/ |
triangleV2.cpp | 83 unsigned char col = ((i / 8 + j / 8) % 2) * 255 ; local 85 *ptr = col; ptr++; 99 unsigned char col = ((i / 8 + j / 8) % 2) * 255 ; local 100 *ptr = col;
|
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/ |
rdopt.c | 479 int mv_col = x->e_mbd.mode_info_context->mbmi.mv.as_mv.col; 967 const int row = i >> 2, col = i & 3; local 974 if (col && labelings[i] == labelings[i-1]) 989 this_mv->as_int = col ? d[-1].bmi.mv.as_int : left_block_mv(mic, i); 1005 left_mv.as_int = col ? d[-1].bmi.mv.as_int : [all...] |
/external/opencv/cv/src/ |
cvcalibinit.cpp | 115 int row, col; // row and column of this quad member in struct:CvCBQuad 153 static int icvTrimCol(CvCBQuad **quads, int count, int col, int dir); 574 start->col = 0; 584 int col = q->col; local 586 col_hist[col+HSIZE]++; 592 if (col > col_max) col_max = col; 593 if (col < col_min) col_min = col; 692 int col = quads[i]->col; local [all...] |
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/ |
table_util.js | 49 * associates a column number to a particular col group. 61 // A colgroup has either a series of col element children or a span 62 // attribute. If it has col children, ignore the span attribute 169 * Returns a Javascript array containing the child col elements of the given 173 * @return {Array} An array of all of the child col elements of the given 177 return cvox.XpathUtil.evalXPath('child::col', colGroupNode);
|
/external/chromium_org/third_party/angle/tests/compiler_tests/ |
VariablePacker_test.cpp | 159 for (int col = squareSize; col < 4; ++col) {
|
/external/chromium_org/third_party/libjpeg_turbo/ |
jquant2.c | 215 JDIMENSION col; local 220 for (col = width; col > 0; col--) { 909 JDIMENSION col; local 949 JDIMENSION col; local [all...] |
/external/chromium_org/third_party/mesa/src/src/mesa/main/ |
texcompress.c | 435 * Return the address of the pixel at (col, row, img) in a 437 * \param col, row, img - image position (3D), should be a multiple of the 442 * \return address of pixel at (row, col, img) 445 _mesa_compressed_image_address(GLint col, GLint row, GLint img, 456 ASSERT(col % bw == 0); 459 offset = ((width + bw - 1) / bw) * (row / bh) + col / bw;
|