/external/eigen/Eigen/src/Core/ |
D | Diagonal.h | 106 …inline ScalarWithConstIfNotLvalue* data() { return &(m_matrix.coeffRef(rowOffset(), colOffset()));… 108 inline const Scalar* data() const { return &(m_matrix.coeffRef(rowOffset(), colOffset())); } 114 return m_matrix.coeffRef(row+rowOffset(), row+colOffset()); 120 return m_matrix.coeffRef(row+rowOffset(), row+colOffset()); 126 return m_matrix.coeff(row+rowOffset(), row+colOffset()); 133 return m_matrix.coeffRef(idx+rowOffset(), idx+colOffset()); 139 return m_matrix.coeffRef(idx+rowOffset(), idx+colOffset()); 145 return m_matrix.coeff(idx+rowOffset(), idx+colOffset()); 170 EIGEN_STRONG_INLINE Index rowOffset() const { return m_index.value()>0 ? 0 : -m_index.value(); }
|
D | CoreEvaluators.h | 1564 return m_argImpl.coeff(row + rowOffset(), row + colOffset()); 1570 return m_argImpl.coeff(index + rowOffset(), index + colOffset()); 1576 return m_argImpl.coeffRef(row + rowOffset(), row + colOffset()); 1582 return m_argImpl.coeffRef(index + rowOffset(), index + colOffset()); 1590 …EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE Index rowOffset() const { return m_index.value() > 0 ? 0 : -…
|
/external/tensorflow/tensorflow/core/kernels/ |
D | eigen_cuboid_convolution.h | 364 const Index rowOffset = in loadCoeff() local 366 const Index inputRow = rowIndex + rowOffset * m_in_row_strides; in loadCoeff() 373 patchOffset - colOffset * m_colStride - rowOffset * m_rowStride; in loadCoeff() 409 const Index rowOffset = in loadCoeffStandard() local 412 patchOffset - colOffset * m_colStride - rowOffset * m_rowStride; in loadCoeffStandard() 415 const Index inputRow = rowIndex + rowOffset; in loadCoeffStandard() 541 const Index rowOffset = in loadPacketFast() local 544 patchOffset - colOffset * m_colStride - rowOffset * m_rowStride; in loadPacketFast() 547 const Index inputRow = rowIndex + rowOffset; in loadPacketFast() 915 const Index rowOffset = in planeOffset() local [all …]
|
D | eigen_volume_patch.h | 286 const Index rowOffset = in coeff() local 289 rowOffset * m_in_row_strides - m_rowPaddingTop; in coeff() 304 patchOffset - colOffset * m_colStride - rowOffset * m_rowStride; in coeff() 473 const Index rowOffset = in coeff() local 496 rowOffset * m_in_row_strides - m_rowPaddingTop; in coeff()
|
D | eigen_spatial_convolutions-inl.h | 295 const Index rowOffset = patchOffset - colOffset * m_colStride; in loadCoeff() local 296 const Index inputRow = rowIndex + rowOffset * m_in_row_strides; in loadCoeff() 324 const Index rowOffset = patchOffset - colOffset * m_colStride; in loadCoeffStandard() local 326 const Index inputRow = rowIndex + rowOffset; in loadCoeffStandard() 421 const Index rowOffset = patchOffset - colOffset * m_colStride; in loadPacketFast() local 423 const Index inputRow = rowIndex + rowOffset; in loadPacketFast() 734 EIGEN_ALWAYS_INLINE Index rowOffset() const { in rowOffset() function 861 const Index start_row = (c == start_col) ? rhs.rowOffset() : 0; 1069 const Index start_row = (c == start_col) ? rhs.rowOffset() : 0;
|
D | eigen_spatial_convolutions.h | 114 const StorageIndex start_row = (c == start_col) ? rhs.rowOffset() : 0;
|
/external/cldr/tools/java/org/unicode/cldr/util/ |
D | StateDictionary.java | 254 int rowOffset = nextRow == null ? 0 : rowDelta - nextRow.getReferenceNumber(); in addBytes() local 255 rowOffset <<= 1; // make room for returns in addBytes() 257 rowOffset |= 1; in addBytes() 258 return StateDictionary.addBytes(rowOffset, target, pos); in addBytes()
|
/external/dng_sdk/source/ |
D | dng_pixel_buffer.h | 139 const int64 rowOffset = SafeInt64Mult(fRowStep, variable 146 SafeInt64Add(SafeInt64Add(rowOffset, colOffset), planeOffset));
|
/external/mesa3d/src/gallium/drivers/swr/rasterizer/memory/ |
D | StoreTile.h | 1772 uint32_t rowOffset = row * DestRowWidthBytes; 1774 uint8_t* pRow = pCol0 + rowOffset; 1863 uint32_t rowOffset = row * DestRowWidthBytes; 1865 uint8_t* pRow = pCol0 + rowOffset; 2048 uint32_t rowOffset = row * DestRowWidthBytes; 2050 uint8_t* pRow = pCol0 + rowOffset; 2147 uint32_t rowOffset = row * DestRowWidthBytes; 2150 pCol0 + rowOffset, 2151 pCol0 + rowOffset + DestRowWidthBytes, 2152 pCol1 + rowOffset, [all …]
|
/external/eigen/unsupported/Eigen/CXX11/src/Tensor/ |
D | TensorVolumePatch.h | 378 const Index rowOffset = (patchOffset - colOffset * m_colStride) / m_fastRowStride; 379 … const Index inputRow = rowIndex * m_row_strides + rowOffset * m_in_row_strides - m_rowPaddingTop; 388 const Index planeOffset = patchOffset - colOffset * m_colStride - rowOffset * m_rowStride;
|
D | TensorImagePatch.h | 347 const Index rowOffset = patchOffset - colOffset * m_colStride; 348 … const Index inputRow = rowIndex * m_row_strides + rowOffset * m_in_row_strides - m_rowPaddingTop;
|
/external/mesa3d/src/amd/addrlib/core/ |
D | addrlib1.cpp | 2575 UINT_64 rowOffset = static_cast<UINT_64>(y) * pitch; in ComputeSurfaceAddrFromCoordLinear() local 2578 UINT_64 addr = (sliceOffset + rowOffset + pixOffset) * bpp; in ComputeSurfaceAddrFromCoordLinear()
|