Searched defs:innerSize (Results 1 - 15 of 15) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/web/
H A DViewportAnchor.cpp151 void ViewportAnchor::computeOrigins(const ScrollView& scrollView, const FloatSize& innerSize, argument
160 FloatPoint innerOrigin = getInnerOrigin(innerSize);
164 FloatRect innerRect = FloatRect(innerOrigin, innerSize);
176 FloatPoint ViewportAnchor::getInnerOrigin(const FloatSize& innerSize) const
191 FloatSize anchorOffsetFromOrigin = innerSize;
/external/eigen/Eigen/src/SparseCore/
H A DSparseView.h47 inline Index innerSize() const { return m_matrix.innerSize(); } function in class:Eigen::SparseView
H A DMappedSparseMatrix.h51 inline Index innerSize() const { return m_innerSize; } function in class:Eigen::MappedSparseMatrix
H A DSparseMatrixBase.h169 Index innerSize() const { return (int(Flags)&RowMajorBit) ? this->cols() : this->rows(); } function in class:Eigen::SparseMatrixBase
H A DSparseVector.h84 EIGEN_STRONG_INLINE Index innerSize() const { return m_size; } function in class:Eigen::SparseVector
416 eigen_internal_assert(src.innerSize()==src.size());
H A DSparseMatrix.h124 inline Index innerSize() const { return m_innerSize; } function in class:Eigen::SparseMatrix
1022 Matrix<Index,Dynamic,1> wi(innerSize());
/external/eigen/unsupported/Eigen/src/Skyline/
H A DSkylineMatrixBase.h134 Index innerSize() const { function in class:Eigen::SkylineMatrixBase
H A DSkylineMatrix.h82 inline Index innerSize() const { function in class:Eigen::SkylineMatrix
151 eigen_assert(inner < innerSize());
200 eigen_assert(inner < innerSize());
236 eigen_assert(idx < innerSize());
245 eigen_assert(inner < innerSize());
269 eigen_assert(inner < innerSize());
289 eigen_assert(idx < innerSize());
298 eigen_assert(inner < innerSize());
317 eigen_assert(inner < innerSize());
334 eigen_assert(inner < innerSize());
[all...]
/external/eigen/Eigen/src/Core/
H A DAssign.h261 const Index innerSize = dst.innerSize(); local
264 for(Index inner = 0; inner < innerSize; ++inner)
328 const Index innerSize = dst.innerSize(); local
332 for(Index inner = 0; inner < innerSize; inner+=packetSize)
450 const Index innerSize = dst.innerSize(); local
454 : internal::first_aligned(&dst.coeffRef(0,0), innerSize);
458 const Index alignedEnd = alignedStart + ((innerSize
[all...]
H A DAssign_MKL.h92 const Index innerSize = dst.innerSize(); local
98 vml_call<UnaryOp>::run(src.functor(), innerSize, src_ptr, dst_ptr );
H A DDenseBase.h207 Index innerSize() const function in class:Eigen::DenseBase
H A DRedux.h178 for(Index i = 1; i < mat.innerSize(); ++i)
181 for(Index j = 0; j < mat.innerSize(); ++j)
260 const Index innerSize = mat.innerSize(); local
265 const Index packetedInnerSize = ((innerSize)/packetSize)*packetSize;
276 for(Index i=packetedInnerSize; i<innerSize; ++i)
/external/eigen/unsupported/Eigen/src/SparseExtra/
H A DDynamicSparseMatrix.h82 inline Index innerSize() const { return m_innerSize; } function in class:Eigen::DynamicSparseMatrix
211 const Index innerSize = IsRowMajor ? cols : rows;
212 if (m_innerSize>innerSize)
214 // remove all coefficients with innerCoord>=innerSize
229 eigen_assert(innerSize()==0 && outerSize()==0);
H A DRandomSetter.h184 const Index outerSize = SwapStorage ? target.innerSize() : target.outerSize();
185 const Index innerSize = SwapStorage ? target.outerSize() : target.innerSize(); local
191 Index aux = innerSize - 1;
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 697 milliseconds