Searched refs:IndexDivisor (Results 1 – 4 of 4) sorted by relevance
1011 typedef internal::TensorIntDivisor<Index> IndexDivisor; typedef1052 EIGEN_ALWAYS_INLINE IndexDivisor fastPatchPlaneStride() const { in fastPatchPlaneStride()1058 EIGEN_ALWAYS_INLINE IndexDivisor fastPatchRowStride() const { in fastPatchRowStride()1062 EIGEN_ALWAYS_INLINE IndexDivisor fastPatchColStride() const { in fastPatchColStride()
818 typedef internal::TensorIntDivisor<Index> IndexDivisor; typedef845 EIGEN_ALWAYS_INLINE IndexDivisor fastPatchRowStride() const { in fastPatchRowStride()851 EIGEN_ALWAYS_INLINE IndexDivisor fastPatchColStride() const { in fastPatchColStride()
45639 unsigned IndexDivisor = CastedElts / SelElts; in narrowExtractedVectorSelect() local45640 if (ExtIdx % IndexDivisor != 0) in narrowExtractedVectorSelect()45642 ExtIdx /= IndexDivisor; in narrowExtractedVectorSelect()
49126 unsigned IndexDivisor = CastedElts / SelElts; in narrowExtractedVectorSelect() local49127 if (ExtIdx % IndexDivisor != 0) in narrowExtractedVectorSelect()49129 ExtIdx /= IndexDivisor; in narrowExtractedVectorSelect()