/external/dng_sdk/source/ |
dng_mosaic_info.h | 61 /// - 4 = Staggered layout C: even rows are offset right by 1/2 column. 62 /// - 5 = Staggered layout D: even rows are offset left by 1/2 column. 63 /// - 6 = Staggered layout E: even rows are offset up by 1/2 row, even columns are offset left by 1/2 column. 64 /// - 7 = Staggered layout F: even rows are offset up by 1/2 row, even columns are offset right by 1/2 column. 65 /// - 8 = Staggered layout G: even rows are offset down by 1/2 row, even columns are offset left by 1/2 column. 66 /// - 9 = Staggered layout H: even rows are offset down by 1/2 row, even columns are offset right by 1/2 column.
|
dng_pixel_buffer.h | 85 /// plus the steps (in bytes) between each column, row and plane. 168 /// computing the row, column or plane step, or if an invalid value was 229 /// \param col Start column for buffer pointer. 244 /// \param col Start column for buffer pointer. 261 /// \param col Start column for buffer pointer. 278 /// \param col Start column for buffer pointer. 295 /// \param col Start column for buffer pointer. 312 /// \param col Start column for buffer pointer. 329 /// \param col Start column for buffer pointer. 346 /// \param col Start column for buffer pointer [all...] |
/external/eigen/doc/ |
SparseQuickReference.dox | 8 i.e either row major or column major. The default is column major. Most arithmetic operations on sparse matrices will assert that they have the same storage order. 90 sm1.outerSize(); // Number of columns (resp. rows) for a column major (resp. row major ) 91 sm1.innerSize(); // Number of rows (resp. columns) for a row major (resp. column major) 211 <td>A inner vector is either a row (for row-major) or a column (for column-major). As stated earlier, the evaluation can be done in a matrix with different storage order </td>
|
TutorialSparse.dox | 27 It implements a more versatile variant of the widely-used Compressed Column (or Row) Storage scheme. 30 - \c InnerIndices: stores the row (resp. column) indices of the non-zeros. 31 - \c OuterStarts: stores for each column (resp. row) the index of the first non-zero in the previous two arrays. 32 - \c InnerNNZs: stores the number of non-zeros of each column (resp. row). 33 The word \c inner refers to an \em inner \em vector that is a column for a column-major matrix, or a row for a row-major matrix. 45 and one of its possible sparse, \b column \b major representation: 61 It corresponds to the widely used Compressed Column (or Row) Storage schemes (CCS or CRS). 97 In this example, we start by defining a column-major sparse matrix type of double \c SparseMatrix<double>, and a triplet list of the same scalar type \c Triplet<double>. A triplet is a simple object representing a non-zero entry as the triplet: \c row index, \c column index, \c value [all...] |
/external/libvpx/libvpx/vpx_dsp/x86/ |
halfpix_variance_impl_sse2.asm | 67 paddw xmm6, xmm5 ; xmm6 += accumulated column differences 71 paddd xmm7, xmm5 ; xmm7 += accumulated square column differences 172 paddw xmm6, xmm5 ; xmm6 += accumulated column differences 176 paddd xmm7, xmm5 ; xmm7 += accumulated square column differences 276 paddw xmm6, xmm5 ; xmm6 += accumulated column differences 280 paddd xmm7, xmm5 ; xmm7 += accumulated square column differences
|
/external/llvm/test/DebugInfo/X86/ |
constant-aggregate.ll | 113 !38 = !DILocation(line: 3, column: 16, scope: !12) 114 !39 = !DILocation(line: 5, column: 3, scope: !12) 115 !40 = !DILocation(line: 10, column: 16, scope: !19) 116 !41 = !DILocation(line: 12, column: 3, scope: !19) 117 !42 = !DILocation(line: 16, column: 6, scope: !24) 118 !43 = !DILocation(line: 17, column: 3, scope: !24)
|
DW_AT_specification.ll | 39 !25 = !DILocation(line: 6, column: 1, scope: !26) 40 !26 = distinct !DILexicalBlock(line: 4, column: 17, file: !6, scope: !5)
|
subreg.ll | 31 !7 = !DILocation(line: 4, column: 22, scope: !8) 32 !8 = distinct !DILexicalBlock(line: 3, column: 19, file: !10, scope: !1)
|
/external/llvm/test/Linker/ |
type-unique-type-array-b.ll | 99 !25 = !DILocation(line: 11, column: 14, scope: !15) 101 !27 = !DILocation(line: 11, column: 20, scope: !15) 102 !28 = !DILocation(line: 12, column: 3, scope: !15) 103 !29 = !DILocation(line: 13, column: 1, scope: !15) 107 !33 = !DILocation(line: 7, column: 17, scope: !20) 108 !34 = !DILocation(line: 8, column: 3, scope: !20)
|
2011-08-04-DebugLoc.ll | 26 !6 = !DILocation(line: 2, column: 13, scope: !7) 27 !7 = distinct !DILexicalBlock(line: 2, column: 11, file: !8, scope: !1)
|
2011-08-04-Metadata.ll | 34 !7 = !DILocation(line: 3, column: 14, scope: !8) 35 !8 = distinct !DILexicalBlock(line: 3, column: 12, file: !9, scope: !1)
|
/frameworks/base/core/java/android/database/ |
CursorJoiner.java | 24 * supports the case where the tuple of key column values is unique. 69 * column name arrays must have the same number of columns. 71 * @param columnNamesLeft The column names to compare from the left cursor 73 * @param columnNamesRight The column names to compare from the right cursor 103 * Lookup the indicies of the each column name and return them in an array. 106 * @return an array of column indices
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/x86/ |
vp9_subpel_variance_impl_sse2.asm | 70 paddw xmm6, xmm5 ; xmm6 += accumulated column differences 74 paddd xmm7, xmm5 ; xmm7 += accumulated square column differences 177 paddw xmm6, xmm5 ; xmm6 += accumulated column differences 181 paddd xmm7, xmm5 ; xmm7 += accumulated square column differences 283 paddw xmm6, xmm5 ; xmm6 += accumulated column differences 287 paddd xmm7, xmm5 ; xmm7 += accumulated square column differences
|
/prebuilts/tools/common/spantable/ |
spantable.jar | |
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/ |
GrammarSemanticsMessage.java | 71 column = 0; 74 column = offendingToken.getCharPositionInLine();
|
GrammarSyntaxMessage.java | 65 column = 0; 68 column = offendingToken.getCharPositionInLine();
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/stat/regression/ |
AbstractMultipleLinearRegression.java | 76 * <p>Note that there is no need to add an initial unitary column (column of 1's) when 78 * the X matrix will be created without an initial column of "1"s; otherwise this column will 157 * <p>Note that there is no need to add an initial unitary column (column of 1's) when 174 } else { // Augment design matrix with initial unitary column 339 * where n and k are the row and column dimensions of the design
|
/external/apache-xml/src/main/java/org/apache/xml/dtm/ |
DTMException.java | 227 int column = locator.getColumnNumber(); local 239 if (0 != column) { 240 sbuffer.append("; Column#: "); 241 sbuffer.append(column); 260 int column = locator.getColumnNumber(); local 272 if (0 != column) { 273 sbuffer.append("; Column#: "); 274 sbuffer.append(column);
|
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/ |
NodeLocator.java | 88 * <code>getColumnNumber</code> returns the column number of the 108 + ", column #" + m_columnNumber;
|
/external/autotest/tko/migrations/ |
030_add_afe_job_id_to_jobs.py | 3 ADD COLUMN afe_job_id INT DEFAULT NULL; 76 DROP COLUMN afe_job_id;
|
/external/clang/include/clang/Frontend/ |
LogDiagnosticPrinter.h | 33 /// The source file column number, if available. 34 unsigned Column;
|
/external/freetype/src/base/ |
ftlcdfil.c | 109 FT_Byte* column = bitmap->buffer; local 115 column -= bitmap->pitch * (FT_Int)( bitmap->rows - 1 ); 117 for ( ; width > 0; width--, column++ ) 119 FT_Byte* col = column; 241 FT_Byte* column = bitmap->buffer; local 246 column -= bitmap->pitch * (FT_Int)( bitmap->rows - 1 ); 248 for ( ; width > 0; width--, column++ ) 250 FT_Byte* col = column;
|
/external/guava/guava-tests/test/com/google/common/collect/ |
ForwardingTableTest.java | 61 forward.column(1); 62 assertEquals("[column(Object)]", getCalls());
|
/external/llvm/lib/IR/ |
DebugInfoMetadata.cpp | 23 unsigned Column, ArrayRef<Metadata *> MDs) 28 // Set line and column. 29 assert(Column < (1u << 16) && "Expected 16-bit column"); 32 SubclassData16 = Column; 35 static void adjustColumn(unsigned &Column) { 37 if (Column >= (1u << 16)) 38 Column = 0; 42 unsigned Column, Metadata *Scope, 45 // Fixup column [all...] |
/external/llvm/test/DebugInfo/Generic/ |
2010-05-10-MultipleCU.ll | 26 !1 = distinct !DILexicalBlock(line: 2, column: 0, file: !18, scope: !2) 34 !9 = distinct !DILexicalBlock(line: 2, column: 0, file: !20, scope: !10)
|