/external/ceres-solver/internal/ceres/ |
D | visibility_test.cc | 66 CompressedRow& row = bs.rows.back(); in TEST() local 76 CompressedRow& row = bs.rows.back(); in TEST() local 86 CompressedRow& row = bs.rows.back(); in TEST() local 96 CompressedRow& row = bs.rows.back(); in TEST() local 146 CompressedRow& row = bs.rows.back(); in TEST() local 155 CompressedRow& row = bs.rows.back(); in TEST() local 164 CompressedRow& row = bs.rows.back(); in TEST() local 173 CompressedRow& row = bs.rows.back(); in TEST() local
|
D | linear_least_squares_problems.cc | 312 CompressedRow& row = bs->rows.back(); in LinearLeastSquaresProblem2() local 325 CompressedRow& row = bs->rows.back(); in LinearLeastSquaresProblem2() local 338 CompressedRow& row = bs->rows.back(); in LinearLeastSquaresProblem2() local 351 CompressedRow& row = bs->rows.back(); in LinearLeastSquaresProblem2() local 364 CompressedRow& row = bs->rows.back(); in LinearLeastSquaresProblem2() local 378 CompressedRow& row = bs->rows.back(); in LinearLeastSquaresProblem2() local 444 CompressedRow& row = bs->rows.back(); in LinearLeastSquaresProblem3() local 454 CompressedRow& row = bs->rows.back(); in LinearLeastSquaresProblem3() local 464 CompressedRow& row = bs->rows.back(); in LinearLeastSquaresProblem3() local 474 CompressedRow& row = bs->rows.back(); in LinearLeastSquaresProblem3() local [all …]
|
/external/libhevc/common/ |
D | ihevc_padding.c | 95 WORD32 row; in ihevc_pad_vert() local 149 WORD32 row; in ihevc_pad_horz_chroma() local 216 WORD32 row; in ihevc_pad_horz_luma() local 273 WORD32 row; in ihevc_pad_top() local 327 WORD32 row; in ihevc_pad_bottom() local 382 WORD32 row; in ihevc_pad_left_luma() local 438 WORD32 row; in ihevc_pad_left_chroma() local 503 WORD32 row; in ihevc_pad_right_luma() local 559 WORD32 row; in ihevc_pad_right_chroma() local
|
D | ihevc_inter_pred_filters.c | 116 WORD32 row, col; in ihevc_inter_pred_luma_copy() local 178 WORD32 row, col, i; in ihevc_inter_pred_luma_horz() local 251 WORD32 row, col, i; in ihevc_inter_pred_luma_vert() local 324 WORD32 row, col; in ihevc_inter_pred_luma_copy_w16out() local 390 WORD32 row, col, i; in ihevc_inter_pred_luma_horz_w16out() local 461 WORD32 row, col, i; in ihevc_inter_pred_luma_vert_w16out() local 531 WORD32 row, col, i; in ihevc_inter_pred_luma_vert_w16inp() local 606 WORD32 row, col, i; in ihevc_inter_pred_luma_vert_w16inp_w16out() local 678 WORD32 row, col; in ihevc_inter_pred_chroma_copy() local 743 WORD32 row, col, i; in ihevc_inter_pred_chroma_horz() local [all …]
|
/external/eigen/bench/btl/generic_bench/init/ |
D | init_matrix.hh | 28 BTL_DONT_INLINE void init_row(Vector & X, int size, int row){ in init_row() 45 for (int row=0; row<A.size() ; row++){ in init_matrix() local 53 for (int row=0; row<A.size() ; row++) in init_matrix_symm() local 55 for (int row=0; row<A.size() ; row++){ in init_matrix_symm() local
|
/external/libavc/common/ |
D | ih264_padding.c | 95 WORD32 row; in ih264_pad_top() local 136 WORD32 row; in ih264_pad_bottom() local 175 WORD32 row; in ih264_pad_left_luma() local 218 WORD32 row, col; in ih264_pad_left_chroma() local 271 WORD32 row; in ih264_pad_right_luma() local 312 WORD32 row, col; in ih264_pad_right_chroma() local
|
D | ih264_inter_pred_filters.c | 119 WORD32 row, col; in ih264_inter_pred_luma_copy() local 177 WORD32 row, col; in ih264_interleave_copy() local 236 WORD32 row, col; in ih264_inter_pred_luma_horz() local 306 WORD32 row, col; in ih264_inter_pred_luma_vert() local 375 WORD32 row, col; in ih264_inter_pred_luma_horz_hpel_vert_hpel() local 460 WORD32 row, col; in ih264_inter_pred_luma_horz_qpel() local 536 WORD32 row, col; in ih264_inter_pred_luma_vert_qpel() local 619 WORD32 row, col; in ih264_inter_pred_luma_horz_qpel_vert_qpel() local 720 WORD32 row, col; in ih264_inter_pred_luma_horz_qpel_vert_hpel() local 836 WORD32 row, col; in ih264_inter_pred_luma_horz_hpel_vert_qpel() local [all …]
|
/external/wpa_supplicant_8/hs20/server/www/ |
D | add-free.php | 17 $row = $db->query("SELECT rowid,* FROM sessions WHERE id='$id'")->fetch(); variable 26 $row = $db->query("SELECT value FROM osu_config WHERE realm='$realm' AND field='free_account'")->fe… variable 33 $row = $db->query("SELECT password FROM users WHERE identity='$user' AND realm='$realm'")->fetch(); variable
|
D | signup.php | 18 $row = $db->query("SELECT realm FROM sessions WHERE id='$id'")->fetch(); variable 26 $row = $db->query("SELECT value FROM osu_config WHERE realm='$realm' AND field='free_account'")->fe… variable
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/linear/ |
D | OpenMapRealMatrix.java | 111 final int row = iterator.key() / columns; in add() local 146 final int row = iterator.key() / columns; in subtract() local 226 public double getEntry(int row, int column) throws MatrixIndexException { in getEntry() 240 public void setEntry(int row, int column, double value) in setEntry() 253 public void addToEntry(int row, int column, double increment) in addToEntry() 268 public void multiplyEntry(int row, int column, double factor) in multiplyEntry() 287 private int computeKey(int row, int column) { in computeKey()
|
D | SparseFieldMatrix.java | 104 public void addToEntry(int row, int column, T increment) in addToEntry() 139 public T getEntry(int row, int column) throws MatrixIndexException { in getEntry() 153 public void multiplyEntry(int row, int column, T factor) in multiplyEntry() 169 public void setEntry(int row, int column, T value) in setEntry() 186 private int computeKey(int row, int column) { in computeKey()
|
D | FieldMatrix.java | 207 void setSubMatrix(T[][] subMatrix, int row, int column) in setSubMatrix() 218 FieldMatrix<T> getRowMatrix(int row) throws MatrixIndexException; in getRowMatrix() 231 void setRowMatrix(int row, FieldMatrix<T> matrix) in setRowMatrix() 266 FieldVector<T> getRowVector(int row) throws MatrixIndexException; in getRowVector() 279 void setRowVector(int row, FieldVector<T> vector) in setRowVector() 315 T[] getRow(int row) throws MatrixIndexException; in getRow() 327 void setRow(int row, T[] array) in setRow() 370 T getEntry(int row, int column) throws MatrixIndexException; in getEntry() 388 void setEntry(int row, int column, T value) throws MatrixIndexException; in setEntry() 406 void addToEntry(int row, int column, T increment) throws MatrixIndexException; in addToEntry() [all …]
|
D | RealMatrix.java | 214 void setSubMatrix(double[][] subMatrix, int row, int column) in setSubMatrix() 225 RealMatrix getRowMatrix(int row) throws MatrixIndexException; in getRowMatrix() 238 void setRowMatrix(int row, RealMatrix matrix) in setRowMatrix() 273 RealVector getRowVector(int row) throws MatrixIndexException; in getRowVector() 286 void setRowVector(int row, RealVector vector) in setRowVector() 322 double[] getRow(int row) throws MatrixIndexException; in getRow() 334 void setRow(int row, double[] array) in setRow() 377 double getEntry(int row, int column) throws MatrixIndexException; in getEntry() 395 void setEntry(int row, int column, double value) throws MatrixIndexException; in setEntry() 413 void addToEntry(int row, int column, double increment) throws MatrixIndexException; in addToEntry() [all …]
|
D | BigMatrix.java | 160 BigMatrix getRowMatrix(int row) throws MatrixIndexException; in getRowMatrix() 182 BigDecimal[] getRow(int row) throws MatrixIndexException; in getRow() 195 double [] getRowAsDoubleArray(int row) throws MatrixIndexException; in getRowAsDoubleArray() 237 BigDecimal getEntry(int row, int column) throws MatrixIndexException; in getEntry() 254 double getEntryAsDouble(int row, int column) throws MatrixIndexException; in getEntryAsDouble()
|
/external/eigen/Eigen/src/Core/ |
D | TriangularMatrix.h | 54 inline Scalar coeff(Index row, Index col) const { return derived().coeff(row,col); } in coeff() 55 inline Scalar& coeffRef(Index row, Index col) { return derived().coeffRef(row,col); } in coeffRef() 60 EIGEN_STRONG_INLINE void copyCoeff(Index row, Index col, Other& other) in copyCoeff() 95 void check_coordinates(Index row, Index col) const in check_coordinates() 109 void check_coordinates_internal(Index row, Index col) const in check_coordinates_internal()
|
/external/skia/src/gpu/effects/ |
D | GrTextureStripAtlas.cpp | 106 AtlasRow* row = fKeyTable[index]; in lockRow() local 121 AtlasRow* row = this->getLRU(); in lockRow() local 175 void GrTextureStripAtlas::unlockRow(int row) { in unlockRow() 191 AtlasRow* row = fLRUFront; in getLRU() local 241 void GrTextureStripAtlas::appendLRU(AtlasRow* row) { in appendLRU() 253 void GrTextureStripAtlas::removeFromLRU(AtlasRow* row) { in removeFromLRU()
|
/external/deqp/framework/common/ |
D | tcuMatrix.hpp | 68 inline const T& operator() (int row, int col) const { return m_data[col][row]; } in operator ()() 69 inline T& operator() (int row, int col) { return m_data[col][row]; } in operator ()() 314 for (int row = 0; row < Rows; row++) in Matrix() local 323 for (int row = 0; row < Rows; row++) in Matrix() local 332 for (int row = 0; row < Rows; row++) in Matrix() local 342 for (int row = 0; row < Rows; row++) in Matrix() local 364 for (int row = 0; row < Rows; row++) in operator =() local 418 for (int row = 0; row < Rows; row++) in getColumnMajorData() local 428 for (int row = 0; row < Rows; row++) in getRowMajorData() local 440 for (int row = 0; row < Rows0; row++) in operator *() local [all …]
|
/external/pdfium/core/src/fxge/dib/ |
D | fx_dib_main.cpp | 122 for (int row = 0; row < pSrc->GetHeight(); row ++) { in Copy() local 178 for (int row = rect.top; row < rect.bottom; row ++) { in Clone() local 190 for (int row = rect.top; row < rect.bottom; row ++) { in Clone() local 321 for (int row = 1; row < m_Height; row ++) { in Clear() local 333 for (int row = 1; row < m_Height; row ++) { in Clear() local 388 for (int row = 0; row < height; row ++) { in TransferBitmap() local 401 for (int row = 0; row < height; row ++) { in TransferBitmap() local 463 for (int row = 0; row < height; row ++) { in TransferMask() local 487 for (int row = 0; row < height; row ++) { in TransferMask() local 567 for (int row = rect.top; row < rect.bottom; row ++) { in GetAlphaMask() local [all …]
|
D | fx_dib_convert.cpp | 170 int row, col; in _Obtain_Pal() local 252 int row, col; in BuildPalette() local 288 for (int row = 0; row < height; row ++) { in _ConvertBuffer_1bppMask2Gray() local 304 for (int row = 0; row < height; row ++) { in _ConvertBuffer_8bppMask2Gray() local 351 for (int row = 0; row < height; row ++) { in _ConvertBuffer_1bppPlt2Gray() local 398 for (int row = 0; row < height; row ++) { in _ConvertBuffer_8bppPlt2Gray() local 414 for (int row = 0; row < height; row ++) { in _ConvertBuffer_RgbOrCmyk2Gray() local 420 for (int row = 0; row < height; row ++) { in _ConvertBuffer_RgbOrCmyk2Gray() local 432 for (int row = 0; row < height; row ++) { in _ConvertBuffer_RgbOrCmyk2Gray() local 444 for (int row = 0; row < height; row ++) { in _ConvertBuffer_RgbOrCmyk2Gray() local [all …]
|
/external/guava/guava-tests/test/com/google/common/collect/ |
D | AbstractTableTest.java | 158 Map<Integer, Character> row = table.row("foo"); in testRowClearAndPut() local 163 assertEquals(ImmutableMap.of(), row); in testRowClearAndPut() local 167 assertEquals(ImmutableMap.of(), row); in testRowClearAndPut() local
|
D | TreeBasedTableTest.java | 391 SortedMap<Integer, Character> row = sortedTable.row("c"); in testRowEntrySetContains() local 408 SortedMap<Integer, Character> row = sortedTable.row("c"); in testRowEntrySetRemove() local 425 SortedMap<Integer, Character> row = sortedTable.row("c"); in testRowSize() local 432 SortedMap<Integer, Character> row = (SortedMap<Integer, Character>) table.row("foo"); in testSubRowClearAndPut() local 440 assertEquals(ImmutableMap.of(), row); in testSubRowClearAndPut() local 446 assertEquals(ImmutableMap.of(), row); in testSubRowClearAndPut() local
|
/external/libavc/common/x86/ |
D | ih264_padding_ssse3.c | 97 WORD32 row; in ih264_pad_left_luma_ssse3() local 164 WORD32 row; in ih264_pad_left_chroma_ssse3() local 230 WORD32 row; in ih264_pad_right_luma_ssse3() local 297 WORD32 row; in ih264_pad_right_chroma_ssse3() local
|
/external/guava/guava/src/com/google/common/collect/ |
D | AbstractTable.java | 68 Map<C, V> row = Maps.safeGet(rowMap(), rowKey); in contains() local 74 Map<C, V> row = Maps.safeGet(rowMap(), rowKey); in get() local 90 Map<C, V> row = Maps.safeGet(rowMap(), rowKey); in remove() local 125 Map<C, V> row = Maps.safeGet(rowMap(), cell.getRowKey()); in contains() local 136 Map<C, V> row = Maps.safeGet(rowMap(), cell.getRowKey()); in remove() local
|
/external/guava/guava-gwt/test-super/com/google/common/collect/super/com/google/common/collect/ |
D | TreeBasedTableTest.java | 348 SortedMap<Integer, Character> row = sortedTable.row("c"); in testRowEntrySetContains() local 365 SortedMap<Integer, Character> row = sortedTable.row("c"); in testRowEntrySetRemove() local 382 SortedMap<Integer, Character> row = sortedTable.row("c"); in testRowSize() local 389 SortedMap<Integer, Character> row = (SortedMap<Integer, Character>) table.row("foo"); in testSubRowClearAndPut() local 397 assertEquals(ImmutableMap.of(), row); in testSubRowClearAndPut() local 403 assertEquals(ImmutableMap.of(), row); in testSubRowClearAndPut() local
|
/external/mesa3d/src/mesa/main/ |
D | texstore.c | 333 GLint img, row; in _mesa_make_temp_float_image() local 444 GLint img, row; in make_temp_uint_image() local 570 GLint img, row; in _mesa_make_temp_ubyte_image() local 904 GLint img, row; in _mesa_swizzle_ubyte_image() local 956 GLint img, row; in memcpy_texture() local 1040 GLint img, row; in _mesa_texstore_z32() local 1070 GLint img, row; in _mesa_texstore_x8_z24() local 1100 GLint img, row; in _mesa_texstore_z24_x8() local 1147 GLint img, row; in _mesa_texstore_z16() local 1199 GLint row, col; in _mesa_texstore_rgb565() local [all …]
|