HomeSort by relevance Sort by last modified time
    Searched refs:Unaligned (Results 1 - 15 of 15) sorted by null

  /external/eigen/doc/snippets/
Tutorial_Map_rowmajor.cpp 6 Map<Matrix<int,2,4>, Unaligned, Stride<1,4> >(array) << endl;
  /external/eigen/failtest/
map_nonconst_ctor_on_const_ptr_4.cpp 12 Map<CV_QUALIFIER MatrixXf, Unaligned, OuterStride<> > m(ptr, rows, cols, OuterStride<>(2));
  /external/eigen/test/
mapstride.cpp 39 Map<VectorType, Unaligned, InnerStride<Dynamic> > map(array, size, InnerStride<Dynamic>(2));
121 CALL_SUBTEST_1( map_class_vector<Unaligned>(Matrix<float, 1, 1>()) );
123 CALL_SUBTEST_2( map_class_vector<Unaligned>(Vector4d()) );
125 CALL_SUBTEST_3( map_class_vector<Unaligned>(RowVector4f()) );
127 CALL_SUBTEST_4( map_class_vector<Unaligned>(VectorXcf(internal::random<int>(1,maxn))) );
129 CALL_SUBTEST_5( map_class_vector<Unaligned>(VectorXi(internal::random<int>(1,maxn))) );
132 CALL_SUBTEST_1( map_class_matrix<Unaligned>(Matrix<float, 1, 1>()) );
134 CALL_SUBTEST_2( map_class_matrix<Unaligned>(Matrix4d()) );
136 CALL_SUBTEST_3( map_class_matrix<Unaligned>(Matrix<float,3,5>()) );
138 CALL_SUBTEST_3( map_class_matrix<Unaligned>(Matrix<float,4,8>()) )
    [all...]
  /external/eigen/Eigen/src/Geometry/arch/
Geometry_SSE.h 46 __m128 a = lhs.template packet<VectorLhs::Flags&AlignedBit ? Aligned : Unaligned>(0);
47 __m128 b = rhs.template packet<VectorRhs::Flags&AlignedBit ? Aligned : Unaligned>(0);
  /external/eigen/Eigen/src/Core/
Block.h 198 return m_xpr.template packet<Unaligned>
205 m_xpr.const_cast_derived().template writePacket<Unaligned>
212 return m_xpr.template packet<Unaligned>
220 m_xpr.const_cast_derived().template writePacket<Unaligned>
Redux.h 146 alignment = (Derived::Flags & AlignedBit) ? Aligned : Unaligned
207 ? Aligned : Unaligned
269 PacketScalar packet_res = mat.template packet<Unaligned>(0,0);
272 packet_res = func.packetOp(packet_res, mat.template packetByOuterInner<Unaligned>(j,i));
DiagonalProduct.h 91 DiagonalVectorPacketLoadMode = (LoadMode == Aligned && ((InnerSize%16) == 0)) ? Aligned : Unaligned
PlainObjectBase.h 96 friend class Eigen::Map<Derived, Unaligned>;
97 typedef Eigen::Map<Derived, Unaligned> MapType;
98 friend class Eigen::Map<const Derived, Unaligned>;
99 typedef const Eigen::Map<const Derived, Unaligned> ConstMapType;
104 template<typename StrideType> struct StridedMapType { typedef Eigen::Map<Derived, Unaligned, StrideType> type; };
105 template<typename StrideType> struct StridedConstMapType { typedef Eigen::Map<const Derived, Unaligned, StrideType> type; };
447 * These are convenience functions returning Map objects. The Map() static functions return unaligned Map objects,
    [all...]
Assign.h 31 JointAlignment = bool(DstIsAligned) && bool(SrcIsAligned) ? Aligned : Unaligned
465 dst.template copyPacketByOuterInner<Derived2, dstAlignment, Unaligned>(outer, inner, src);
  /external/eigen/Eigen/src/Core/util/
Constants.h 187 Unaligned=0,
224 * unaligned boundaries */
227 * scalar loops to handle the unaligned boundaries */
ForwardDeclarations.h 112 template<typename MatrixType, int MapOptions=Unaligned, typename StrideType = Stride<0,0> > class Map;
  /system/core/libcutils/tests/memset_mips/
memset_omips.S 50 subu t0, zero, a0 # Unaligned address?
54 SWHI a1, 0(a0) # Yes, handle first unaligned part
  /external/eigen/bench/btl/libs/eigen3/
eigen3_interface.hh 141 dst.template copyPacket<Src, Aligned, Unaligned>(j, index, src);
143 dst.template copyPacket<Src, Aligned, Unaligned>(index, j, src);
  /external/chromium_org/third_party/libjingle/source/talk/media/base/
videoframe_unittest.h 550 // Test constructing an image from a YUY2 buffer with buffer unaligned.
    [all...]
  /external/chromium_org/v8/src/
api.cc     [all...]

Completed in 233 milliseconds