/external/eigen/Eigen/src/Geometry/ |
OrthoMethods.h | 130 res.col(0) = (mat.col(1) * vec.coeff(2) - mat.col(2) * vec.coeff(1)).conjugate(); 131 res.col(1) = (mat.col(2) * vec.coeff(0) - mat.col(0) * vec.coeff(2)).conjugate(); 132 res.col(2) = (mat.col(0) * vec.coeff(1) - mat.col(1) * vec.coeff(0)).conjugate();
|
/external/libvpx/libvpx/vp9/encoder/ |
vp9_tokenize.c | 317 static void set_entropy_context_b(int plane, int block, int row, int col, 326 vp9_set_contexts(xd, pd, plane_bsize, tx_size, p->eobs[block] > 0, col, row); 348 static void tokenize_b(int plane, int block, int row, int col, 379 pt = get_entropy_context(tx_size, pd->above_context + col, 417 vp9_set_contexts(xd, pd, plane_bsize, tx_size, c > 0, col, row); 425 static void is_skippable(int plane, int block, int row, int col, 432 (void)col; 446 static void has_high_freq_coeff(int plane, int block, int row, int col, 454 (void)col;
|
/external/libvpx/libvpx/vpx_dsp/mips/ |
sum_squares_msa.c | 16 int row, col; local 79 for (col = 0; col < size; col += 16) { 80 const int16_t *src_ptr = src + col; 119 for (col = 0; col < size; col++) { 120 val = src[col];
|
/external/mesa3d/src/mesa/drivers/dri/radeon/ |
radeon_maos_vbtmp.h | 44 GLfloat (*col)[4], (*spec)[4]; 126 col = VB->AttribPtr[_TNL_ATTRIB_COLOR0]->data; 129 col = (GLfloat (*)[4])ctx->Current.Attrib[VERT_ATTRIB_COLOR0]; 166 STRIDE_4F(col, start * col_stride); 196 UNCLAMPED_FLOAT_TO_UBYTE(v[0].rgba.red, col[0][0]); 197 UNCLAMPED_FLOAT_TO_UBYTE(v[0].rgba.green, col[0][1]); 198 UNCLAMPED_FLOAT_TO_UBYTE(v[0].rgba.blue, col[0][2]); 199 UNCLAMPED_FLOAT_TO_UBYTE(v[0].rgba.alpha, col[0][3]); 200 STRIDE_4F(col, col_stride);
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/ |
SerializationStressTest3.java | 655 Object col = Collections.synchronizedMap(TABLE); local 656 objToSave = col; 661 assertTrue(MSG_TEST_FAILED + objToSave, col.equals(objLoaded)); 684 Object col = Collections.unmodifiableMap(TABLE); local 685 objToSave = col; 690 assertTrue(MSG_TEST_FAILED + objToSave, col.equals(objLoaded)); 741 Object col = Collections.synchronizedMap(MAP); local 742 objToSave = col; 747 assertTrue(MSG_TEST_FAILED + objToSave, col.equals(objLoaded)); 770 Object col = Collections.unmodifiableMap(MAP) local 855 Object col = Collections.synchronizedList(LIST); local 884 Object col = Collections.unmodifiableList(LIST); local 941 Object col = Collections.synchronizedSet(SET); local 970 Object col = Collections.unmodifiableSet(SET); local 1027 Object col = Collections.synchronizedSortedMap(TREE); local 1056 Object col = Collections.unmodifiableSortedMap(TREE); local 1113 Object col = Collections.synchronizedSortedSet(SORTSET); local 1142 Object col = Collections.unmodifiableSortedSet(SORTSET); local [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/ui/ |
ResourceExplorerView.java | 282 TreeColumn col = new TreeColumn(parent, style); local 285 col.setWidth(fixedSize); 286 col.setResizable(false); 292 col.setText(sample_text); 293 col.pack(); 297 prefs.setValue(pref_name, col.getWidth()); 300 col.setWidth(prefs.getInt(pref_name)); 306 col.addControlListener(new ControlListener() { 324 col.setText(header);
|
/external/eigen/Eigen/src/Core/ |
CoreIterators.h | 56 EIGEN_STRONG_INLINE Index col() const { return m_iter.col(); } function in class:Eigen::InnerIterator 96 inline Index col() const { return IsRowMajor ? index() : m_outer; } function in class:Eigen::internal::inner_iterator_selector
|
/external/eigen/unsupported/Eigen/src/NonLinearOptimization/ |
fdjac1.h | 48 fjac.col(j) = (wa1-fvec)/h; 67 fjac.col(j).setZero(); 70 fjac.col(j).segment(start, length) = ( wa1.segment(start, length)-fvec.segment(start, length))/h;
|
/external/eigen/unsupported/Eigen/src/Splines/ |
SplineFitting.h | 364 b.col(1) = y*derivatives.col(0); 379 b.col(b.cols() - 2) = y*derivatives.col(derivatives.cols() - 1); 393 b.col(row++) = points.col(i); 394 b.col(row++) = derivatives.col(derivativeIndex++); 402 b.col(0) = points.col(0) [all...] |
/external/libjpeg-turbo/ |
rdbmp.c | 132 register JDIMENSION col; local 143 for (col = cinfo->image_width; col > 0; col--) { 161 register JDIMENSION col; local 174 for (col = cinfo->image_width; col > 0; col--) { 192 register JDIMENSION col; local 204 for (col = cinfo->image_width; col > 0; col--) [all...] |
/external/selinux/gui/ |
portsPage.py | 98 col = gtk.TreeViewColumn(_("SELinux Port\nType"), gtk.CellRendererText(), text=TYPE_COL) 99 col.set_sort_column_id(TYPE_COL) 100 col.set_resizable(True) 101 self.view.append_column(col) 104 col = gtk.TreeViewColumn(_("Protocol"), gtk.CellRendererText(), text=PROTOCOL_COL) 105 col.set_sort_column_id(PROTOCOL_COL) 106 col.set_resizable(True) 107 self.view.append_column(col) 114 col = gtk.TreeViewColumn(_("Port"), gtk.CellRendererText(), text=PORT_COL) 115 col.set_sort_column_id(PORT_COL [all...] |
/external/swiftshader/third_party/PowerVR_SDK/Examples/Beginner/04_BasicTnL/OGLES/ |
OGLESBasicTnL.cpp | 112 GLuint col = (255<<24) + ((255-j*2)<<16) + ((255-i)<<8) + (255-i*2); local 115 col = 0xffff00ff; 117 pTexData[j*g_i32TexSize+i] = col;
|
/external/toybox/toys/other/ |
xxd.c | 86 int col = 0; local 104 while (toys.optflags&FLAG_p || col < TT.c) { 116 col++;
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/ |
RelativeLayoutConversionHelper.java | 250 Integer col = xToCol.get(view.getLeftEdge()); local 251 assert col != null; 255 view.mCol = col; 256 view.mColSpan = end - col; [all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/ |
formatter.py | 376 self.col = 0
381 self.col = 0
386 self.col = 0
393 self.col = 0
400 self.col = 0
403 self.col = self.col + len(data)
409 col = self.col
414 if col + len(word) >= maxcol: [all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
formatter.py | 376 self.col = 0
381 self.col = 0
386 self.col = 0
393 self.col = 0
400 self.col = 0
403 self.col = self.col + len(data)
409 col = self.col
414 if col + len(word) >= maxcol: [all...] |
/external/eigen/Eigen/src/Cholesky/ |
LLT.h | 260 ColXprSegment x(mat.col(i).tail(rs)); 289 temp.tail(rs) -= (wj/Ljj) * mat.col(j).tail(rs); 291 mat.col(j).tail(rs) = (nLjj/Ljj) * mat.col(j).tail(rs) + (nLjj * sigma*numext::conj(wj)/gamma)*temp.tail(rs); 433 for (Index col = 0; col < size; ++col) { 436 abs_col_sum = m_matrix.col(col).tail(size - col).template lpNorm<1>() + m_matrix.row(col).head(col).template lpNorm<1>() [all...] |
/external/libavc/encoder/ |
ih264e_fmt_conv.c | 714 WORD32 row, col; local 726 for (col = 0; col < (u4_y_width << 1); col = col + 4) 728 UWORD8 cb_even = row_even_422[col]; 729 UWORD8 cr_even = row_even_422[col + 2]; 731 row_cb[col >> 1] = cb_even; 732 row_cr[col >> 1] = cr_even; 734 row_even_luma[col >> 1] = row_even_422[col + 1] [all...] |
/prebuilts/gdb/darwin-x86/lib/python2.7/ |
formatter.py | 376 self.col = 0 381 self.col = 0 386 self.col = 0 393 self.col = 0 400 self.col = 0 403 self.col = self.col + len(data) 409 col = self.col 414 if col + len(word) >= maxcol [all...] |
/prebuilts/gdb/linux-x86/lib/python2.7/ |
formatter.py | 376 self.col = 0 381 self.col = 0 386 self.col = 0 393 self.col = 0 400 self.col = 0 403 self.col = self.col + len(data) 409 col = self.col 414 if col + len(word) >= maxcol [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
formatter.py | 376 self.col = 0 381 self.col = 0 386 self.col = 0 393 self.col = 0 400 self.col = 0 403 self.col = self.col + len(data) 409 col = self.col 414 if col + len(word) >= maxcol [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
formatter.py | 376 self.col = 0 381 self.col = 0 386 self.col = 0 393 self.col = 0 400 self.col = 0 403 self.col = self.col + len(data) 409 col = self.col 414 if col + len(word) >= maxcol [all...] |
/build/make/tools/droiddoc/templates-ndk/ |
docpage.cs | 16 ?>class="col-13" id="doc-col"<?cs 18 ?>class="col-12" id="doc-col"<?cs /if ?> > 24 <div class="layout-content-col <?cs if:training ?>span-7<?cs else ?>span-9<?cs /if ?>"> 30 <div class="training-nav-top layout-content-col span-5" itemscope itemtype="http://schema.org/SiteNavigationElement"> 57 <div class="paging-links layout-content-col span-4" itemscope itemtype="http://schema.org/SiteNavigationElement"> 103 <div class="col-6"> 106 <div class="col-6"> 145 <div class="paging-links layout-content-col col-10" [all...] |
/external/libhevc/common/arm/ |
ihevc_intra_pred_luma_planar.s | 182 vld1.s8 d8, [r12] @(1-8)load 8 coeffs [col+1] 185 vsub.s8 d9, d2, d8 @(1-8)[nt-1-col] 190 vld1.s8 d3, [r14] @(1-8)load 8 src[2nt+1+col] 191 vmlal.u8 q6, d8, d1 @(1)(col+1) * src[3nt+1] 194 vmlal.u8 q6, d6, d3 @(1)(nt-1-row) * src[2nt+1+col] 197 vmlal.u8 q6, d9, d20 @(1)(nt-1-col) * src[2nt-1-row] 320 addgt r12, r12, #8 @col inc 321 addgt r14, r14, #8 @also for col inc 326 vld1.s8 d8, [r12] @(1n)(1-8)load 8 coeffs [col+1] 329 vld1.s8 d3, [r14] @(1n)(1-8)load 8 src[2nt+1+col] [all...] |
/external/dng_sdk/source/ |
dng_read_image.cpp | 58 for (uint32 col = 1; col < cols; col++) 64 dPtr [col * channels + channel] += dPtr [(col - 1) * channels + channel]; 89 for (uint32 col = 1; col < cols; col++) 95 dPtr [col * channels + channel] += dPtr [(col - 1) * channels + channel] [all...] |