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

1 2 3

  /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));
154 CALL_SUBTEST_1( map_class_vector<Unaligned>(Matrix<float, 1, 1>()) );
156 CALL_SUBTEST_2( map_class_vector<Unaligned>(Vector4d()) );
158 CALL_SUBTEST_3( map_class_vector<Unaligned>(RowVector4f()) );
160 CALL_SUBTEST_4( map_class_vector<Unaligned>(VectorXcf(internal::random<int>(1,maxn))) );
162 CALL_SUBTEST_5( map_class_vector<Unaligned>(VectorXi(internal::random<int>(1,maxn))) );
165 CALL_SUBTEST_1( map_class_matrix<Unaligned>(Matrix<float, 1, 1>()) );
167 CALL_SUBTEST_2( map_class_matrix<Unaligned>(Matrix4d()) );
169 CALL_SUBTEST_3( map_class_matrix<Unaligned>(Matrix<float,3,5>()) );
171 CALL_SUBTEST_3( map_class_matrix<Unaligned>(Matrix<float,4,8>()) )
    [all...]
  /external/valgrind/memcheck/tests/amd64/
sh-mem-vec256-plo-yes.stderr.exp 350 ------ PL Unaligned case with 0 leading acc+def bytes ------
366 ------ PL Unaligned case with 1 leading acc+def bytes ------
382 ------ PL Unaligned case with 2 leading acc+def bytes ------
398 ------ PL Unaligned case with 3 leading acc+def bytes ------
414 ------ PL Unaligned case with 4 leading acc+def bytes ------
430 ------ PL Unaligned case with 5 leading acc+def bytes ------
446 ------ PL Unaligned case with 6 leading acc+def bytes ------
462 ------ PL Unaligned case with 7 leading acc+def bytes ------
478 ------ PL Unaligned case with 8 leading acc+def bytes ------
494 ------ PL Unaligned case with 9 leading acc+def bytes -----
    [all...]
sh-mem-vec256-plo-no.stderr.exp 571 ------ PL Unaligned case with 0 leading acc+def bytes ------
587 ------ PL Unaligned case with 1 leading acc+def bytes ------
603 ------ PL Unaligned case with 2 leading acc+def bytes ------
619 ------ PL Unaligned case with 3 leading acc+def bytes ------
635 ------ PL Unaligned case with 4 leading acc+def bytes ------
651 ------ PL Unaligned case with 5 leading acc+def bytes ------
667 ------ PL Unaligned case with 6 leading acc+def bytes ------
683 ------ PL Unaligned case with 7 leading acc+def bytes ------
699 ------ PL Unaligned case with 8 leading acc+def bytes ------
715 ------ PL Unaligned case with 9 leading acc+def bytes -----
    [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/sh/sh64/
ua32-1.d 4 #name: Unaligned pseudos, 32-bit ABI.
ua64-1.d 3 #name: Unaligned pseudos, 64-bit ABI.
  /external/eigen/unsupported/Eigen/CXX11/src/Tensor/
TensorContractionCuda.h 546 reg =lhs.loadPacket<Unaligned>(row, col); \
551 reg =lhs.loadPacket<Unaligned>(row, col); \
581 rhs_pf0 = rhs.loadPacket<Unaligned>(rhs_vert, rhs_horiz0);
596 rhs_pf0 = rhs.loadPacket<Unaligned>(rhs_vert, rhs_horiz0);
    [all...]
TensorContraction.h 347 static_cast<const Derived*>(this)->template evalProduct<true, true, true, Unaligned>(buffer);
350 static_cast<const Derived*>(this)->template evalProduct<true, true, false, Unaligned>(buffer);
355 static_cast<const Derived*>(this)->template evalProduct<true, false, true, Unaligned>(buffer);
358 static_cast<const Derived*>(this)->template evalProduct<true, false, false, Unaligned>(buffer);
365 static_cast<const Derived*>(this)->template evalProduct<false, true, true, Unaligned>(buffer);
368 static_cast<const Derived*>(this)->template evalProduct<false, true, false, Unaligned>(buffer);
373 static_cast<const Derived*>(this)->template evalProduct<false, false, true, Unaligned>(buffer);
376 static_cast<const Derived*>(this)->template evalProduct<false, false, false, Unaligned>(buffer);
393 const int lhs_alignment = LeftEvaluator::IsAligned ? Aligned : Unaligned;
394 const int rhs_alignment = RightEvaluator::IsAligned ? Aligned : Unaligned;
    [all...]
TensorAssign.h 139 const int LhsStoreMode = TensorEvaluator<LeftArgType, Device>::IsAligned ? Aligned : Unaligned;
140 const int RhsLoadMode = TensorEvaluator<RightArgType, Device>::IsAligned ? Aligned : Unaligned;
TensorForwardDeclarations.h 25 template<typename PlainObjectType, int Options_ = Unaligned, template <class> class MakePointer_ = MakePointer> class TensorMap;
TensorReductionCuda.h 241 half2 val = input.m_impl.template packet<Unaligned>(index);
491 const half2 val1 = input.m_impl.template packet<Unaligned>(row * num_coeffs_to_reduce + col);
493 const half2 val2 = input.m_impl.template packet<Unaligned>((row+1) * num_coeffs_to_reduce + col);
511 reducer.reducePacket(input.m_impl.template packet<Unaligned>(row * num_coeffs_to_reduce + col), &reduced_val1);
512 reducer.reducePacket(input.m_impl.template packet<Unaligned>((row + 1)* num_coeffs_to_reduce + col), &reduced_val2);
TensorBroadcasting.h 245 // Ignore the LoadMode and always use unaligned loads since we can't guarantee
287 return m_impl.template packet<Unaligned>(inputIndex);
339 return m_impl.template packet<Unaligned>(inputIndex);
TensorStriding.h 196 PacketReturnType rslt = m_impl.template packet<Unaligned>(inputIndices[0]);
321 this->m_impl.template writePacket<Unaligned>(inputIndices[0], x);
  /external/eigen/Eigen/src/Core/products/
GeneralMatrixVector.h 34 * - otherwise perform unaligned loads only (-> NoneAligned case)
40 * - perform half aligned and half unaligned loads (-> EvenAligned case)
41 * - otherwise perform unaligned loads only (-> NoneAligned case)
53 * One might also wonder why in the EvenAligned case we perform unaligned loads instead of using the aligned-loads plus re-alignment
54 * strategy as in the FirstAligned case. The reason is that we observed that unaligned loads on a 8 byte boundary are not too slow
55 * compared to unaligned loads on a 4 byte boundary.
152 // Currently, it seems to be better to perform unaligned loads anyway
204 // process initial unaligned coeffs
223 _EIGEN_ACCUMULATE_PACKETS(Aligned,Unaligned,Aligned);
262 _EIGEN_ACCUMULATE_PACKETS(Aligned,Unaligned,Unaligned)
    [all...]
  /external/eigen/Eigen/src/Core/util/
Constants.h 228 Unaligned=0, /**< Data pointer has no specific alignment. */
247 AlignedMax = Unaligned
285 * unaligned boundaries */
288 * scalar loops to handle the unaligned boundaries */
  /device/linaro/bootloader/edk2/MdePkg/Library/BaseLib/
BaseLib.inf 292 Unaligned.c
399 Unaligned.c
453 Ipf/Unaligned.c
467 Unaligned.c
472 Arm/Unaligned.c
495 Arm/Unaligned.c
  /external/eigen/Eigen/src/Core/
Block.h 265 return m_xpr.template packet<Unaligned>(rowId + m_startRow.value(), colId + m_startCol.value());
271 m_xpr.template writePacket<Unaligned>(rowId + m_startRow.value(), colId + m_startCol.value(), val);
277 return m_xpr.template packet<Unaligned>
285 m_xpr.template writePacket<Unaligned>
Redux.h 222 alignment0 = (bool(Derived::Flags & DirectAccessBit) && bool(packet_traits<Scalar>::AlignedOnScalar)) ? int(packetAlignment) : int(Unaligned),
286 PacketType packet_res = mat.template packet<Unaligned,PacketType>(0,0);
289 packet_res = func.packetOp(packet_res, mat.template packetByOuterInner<Unaligned,PacketType>(j,i));
PlainObjectBase.h 122 friend class Eigen::Map<Derived, Unaligned>;
123 typedef Eigen::Map<Derived, Unaligned> MapType;
124 friend class Eigen::Map<const Derived, Unaligned>;
125 typedef const Eigen::Map<const Derived, Unaligned> ConstMapType;
127 // for EIGEN_MAX_ALIGN_BYTES==0, AlignedMax==Unaligned, and many compilers generate warnings for friend-ing a class twice.
133 template<typename StrideType> struct StridedMapType { typedef Eigen::Map<Derived, Unaligned, StrideType> type; };
134 template<typename StrideType> struct StridedConstMapType { typedef Eigen::Map<const Derived, Unaligned, StrideType> type; };
576 * These are convenience functions returning Map objects. The Map() static functions return unaligned Map objects,
    [all...]
  /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);
  /prebuilts/go/darwin-x86/src/runtime/internal/atomic/
atomic_test.go 81 // Unaligned 64-bit atomics on 32-bit systems are
91 // amd64p32 can handle unaligned atomics.
  /prebuilts/go/linux-x86/src/runtime/internal/atomic/
atomic_test.go 81 // Unaligned 64-bit atomics on 32-bit systems are
91 // amd64p32 can handle unaligned atomics.
  /external/llvm/include/llvm/DebugInfo/CodeView/
CodeView.h 285 Unaligned = 0x0004
341 Unaligned = 0x00000800,
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
CodeView.h 290 Unaligned = 0x0004
346 Unaligned = 0x00000800,

Completed in 559 milliseconds

1 2 3