Searched refs:nonStandardPatches (Results 1 – 3 of 3) sorted by relevance
275 EIGEN_ALWAYS_INLINE bool nonStandardPatches() const { in nonStandardPatches() function403 eigen_assert(!nonStandardPatches()); in loadCoeffStandard()444 if (nonStandardPatches()) { in loadPacket()460 eigen_assert(!nonStandardPatches()); in loadPacketStandard()533 eigen_assert(!nonStandardPatches()); in loadPacketFast()772 EIGEN_ALWAYS_INLINE bool nonStandardPatches() const { in nonStandardPatches() function773 return m_base_mapper.nonStandardPatches(); in nonStandardPatches()1040 const bool non_standard_patches = rhs.nonStandardPatches();1222 const bool non_standard_patches = rhs.nonStandardPatches();1331 if (!rhs.nonStandardPatches()) {[all …]
209 EIGEN_ALWAYS_INLINE bool nonStandardPatches() const { in nonStandardPatches() function319 eigen_assert(!nonStandardPatches()); in loadCoeffStandard()347 if (nonStandardPatches()) { in loadPacket()361 eigen_assert(!nonStandardPatches()); in loadPacketStandard()414 eigen_assert(!nonStandardPatches()); in loadPacketFast()603 EIGEN_ALWAYS_INLINE bool nonStandardPatches() const { in nonStandardPatches() function604 return m_base_mapper.nonStandardPatches(); in nonStandardPatches()841 const bool non_standard_patches = rhs.nonStandardPatches();978 if (!rhs.nonStandardPatches()) {1049 const bool non_standard_patches = rhs.nonStandardPatches();[all …]
62 const bool standard_patches = !rhs.nonStandardPatches();99 eigen_assert(!rhs.nonStandardPatches());