/external/elfutils/tests/ |
line2addr.c | 84 int line = a->line, col = 0; local 85 const char *file = dwfl_lineinfo (lines[inner], &addr, &line, &col, 93 if (strcmp (file, a->file) || line != a->line || col != 0) 96 if (col != 0) 97 printf (":%d", col); 99 || strcmp (file, a->file) || line != a->line || col != 0)
|
/external/libjpeg-turbo/ |
rdppm.c | 147 JDIMENSION col; local 151 for (col = cinfo->image_width; col > 0; col--) { 166 JDIMENSION col; local 170 for (col = cinfo->image_width; col > 0; col--) { 187 JDIMENSION col; local 193 for (col = cinfo->image_width; col > 0; col--) 208 JDIMENSION col; local 246 JDIMENSION col; local 273 JDIMENSION col; local [all...] |
/frameworks/rs/tests/java_api/VrDemo/src/com/example/android/rs/vr/engine/ |
Matrix.java | 98 int col = i * 4;
local 101 sum += m[col + j] * src[j];
109 int col = i * 4;
local 110 double sum = m[col + 3];
112 sum += m[col + j] * src[j];
120 int col = i * 4;
local 123 sum += m[col + j] * src[j];
131 int col = i * 4;
local 134 sum += m[col + j] * src[j];
142 int col = i * 4; local 153 int col = i * 4; local 170 int col = 0 * 4; local 337 int col = y * 4; local [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/ui/ |
ConfigTab.java | 217 toolTip.setMessage(/*"("+col+","+row+") "+*/toolTipMessage); 245 int col = 0; local 247 Rectangle bounds = tableItem.getBounds(col); 248 while (col<this.columnsCount) { 251 if (col == this.columnsCount) { 255 col++; 256 bounds = tableItem.getBounds(col); 260 return new Point(col, row); 360 for (int col=1; col<size; col++) [all...] |
/external/eigen/Eigen/src/Core/ |
Visitor.h | 21 col = (UnrollCount-1) / Derived::RowsAtCompileTime, enumerator in enum:Eigen::internal::visitor_impl::__anon17889 29 visitor(mat.coeff(row, col), row, col); 78 EIGEN_DEVICE_FUNC CoeffReturnType coeff(Index row, Index col) const 79 { return m_evaluator.coeff(row, col); } 128 Index row, col; member in struct:Eigen::internal::coeff_visitor 135 col = j; 155 this->col = j; 183 this->col = j; 198 * \returns the minimum of all coefficients of *this and puts in *row and *col its location [all...] |
/external/eigen/test/ |
sparse_block.cpp | 23 return A.col(i); 61 VERIFY_IS_APPROX(m.block(i,j,h,w).col(c), refMat.block(i,j,h,w).col(c)); 64 VERIFY_IS_APPROX(m.block(i,j,h,w).col(c).coeff(r), refMat.block(i,j,h,w).col(c).coeff(r)); 86 VERIFY_IS_APPROX(m.col(c).coeff(r), refMat.col(c).coeff(r)); 103 VERIFY_IS_APPROX(m.middleCols(j,w).col(c), refMat.middleCols(j,w).col(c)); 104 VERIFY_IS_APPROX(m.middleRows(i,h).col(c), refMat.middleRows(i,h).col(c)) [all...] |
vectorwiseop.cpp | 40 VERIFY_IS_APPROX(m2.col(c), m1.col(c) + colvec); 58 VERIFY_IS_APPROX(m2.col(c), m1.col(c) - colvec); 76 VERIFY_IS_APPROX(m2.col(c), m1.col(c) * colvec); 94 VERIFY_IS_APPROX(m2.col(c), m1.col(c) / colvec); 120 VERIFY( (mb.col(c) == (m1.real().col(c)<=0.7).all()).all() ) [all...] |
hessenberg.cpp | 26 for(int col = 0; col < row-1; ++col) { 27 VERIFY(H(row,col) == (typename MatrixType::Scalar)0);
|
/art/tools/ahat/src/ |
HtmlDoc.java | 106 for (Column col : subcols) { 107 if (col.visible) { 110 mCurrentTableColumns[j] = col; 113 for (Column col : cols) { 114 mCurrentTableColumns[j] = col; 128 Column col = cols.get(cols.size() - 1); local 129 if (col.visible) { 130 ps.format("<th align=\"left\" rowspan=\"2\">%s</th>", col.heading.html());
|
/external/compiler-rt/test/tsan/ |
java_symbolization.cc | 8 int *line, int *col) { 13 *col = 56;
|
/external/dng_sdk/source/ |
dng_linearization_info.h | 131 /// \param col Column to compute black level for. 135 uint32 col, 153 /// \param col Column to get black level for. 156 dng_srational ColumnBlack (uint32 col) const;
|
/external/eigen/unsupported/test/ |
splines.cpp | 129 VERIFY( (pt - pts.col(i)).norm() < 1e-14 ); 157 VERIFY( (pt - pts.col(i)).norm() < 1e-14 ); 197 VERIFY( (pt - pts.col(i)).norm() < 1e-14 ); 219 PointType ref = points.col(i); 231 PointType ref = points.col(i); 263 PointType referencePoint = points.col(i); 265 PointType derivative = spline.derivatives(knots(i), 1).col(1); 266 PointType referenceDerivative = derivatives.col(i);
|
/external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/ |
CharsetSelector.java | 52 for (int col = 0; col < columns; ++col) { 54 PropsVectors.ERROR_VALUE_CP, col, ~0, ~0); 80 for (int col = 0; col < columns; col++) { 81 pvec.setValue(startChar, endChar, col, ~0, ~0);
|
/external/syslinux/com32/include/ |
libansi.h | 98 static inline void gotoxy(const char row, const char col) 100 printf(CSI "%d;%dH", row + 1, col + 1);
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/ |
h264bsd_neighbour.c | 133 u32 i, row, col; local 142 row = col = 0; 147 if (col) 157 if (row && (col < picWidth - 1)) 162 if (row && col) 167 col++; 168 if (col == picWidth) 170 col = 0;
|
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/widget/ |
PrintOptionsLayout.java | 71 for (int col = 0; col < mColumnCount; col++) { 72 final int childIndex = row * mColumnCount + col; 136 for (int col = 0; col < mColumnCount; col++) { 137 final int childIndex = row * mColumnCount + col;
|
/prebuilts/gdb/darwin-x86/lib/python2.7/sqlite3/ |
dump.py | 54 ",".join("""'||quote("{0}")||'""".format(col.replace('"', '""')) for col in column_names))
|
/prebuilts/gdb/linux-x86/lib/python2.7/sqlite3/ |
dump.py | 54 ",".join("""'||quote("{0}")||'""".format(col.replace('"', '""')) for col in column_names))
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/sqlite3/ |
dump.py | 54 ",".join("""'||quote("{0}")||'""".format(col.replace('"', '""')) for col in column_names))
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/sqlite3/ |
dump.py | 54 ",".join("""'||quote("{0}")||'""".format(col.replace('"', '""')) for col in column_names))
|
/external/pdfium/core/fxge/dib/ |
fx_dib_transform.cpp | 216 for (int col = col_start; col < col_end; col++) { 217 if (!(src_scan[col / 8] & (1 << (7 - col % 8)))) { 238 for (int col = col_start; col < col_end; col++) { 245 for (int col = col_start; col < col_end; col++) [all...] |
/external/apache-commons-math/src/main/java/org/apache/commons/math/linear/ |
Array2DRowRealMatrix.java | 203 for (int col = 0; col < columnCount; col++) { 204 outDataRow[col] = dataRow[col] + mRow[col]; 243 for (int col = 0; col < columnCount; col++) { 244 outDataRow[col] = dataRow[col] - mRow[col] [all...] |
RealMatrixImpl.java | 204 for (int col = 0; col < columnCount; col++) { 205 outDataRow[col] = dataRow[col] + mRow[col]; 244 for (int col = 0; col < columnCount; col++) { 245 outDataRow[col] = dataRow[col] - mRow[col] [all...] |
/development/samples/ApiDemos/src/com/example/android/apis/graphics/ |
UnicodeChart.java | 65 for (int col = 0; col < 16; col++) { 66 final float x = col * XMUL + 10;
|
/external/eigen/doc/examples/ |
Tutorial_ReductionsVisitorsBroadcasting_maxnorm.cpp | 18 std::cout << mat.col( maxIndex ) << std::endl;
|