Home
last modified time | relevance | path

Searched refs:UIntPtr (Results 1 – 20 of 20) sorted by relevance

/external/eigen/test/
Ddynalloc.cpp25 VERIFY(internal::UIntPtr(p)%ALIGNMENT==0); in check_handmade_aligned_malloc()
37 VERIFY(internal::UIntPtr(p)%ALIGNMENT==0); in check_aligned_malloc()
49 VERIFY(internal::UIntPtr(p)%ALIGNMENT==0); in check_aligned_new()
61 VERIFY(internal::UIntPtr(p)%ALIGNMENT==0); in check_aligned_stack_alloc()
91 VERIFY(internal::UIntPtr(obj)%ALIGNMENT==0); in check_dynaligned()
151 MyStruct foo0; VERIFY(internal::UIntPtr(foo0.avec.data())%ALIGNMENT==0); in test_dynalloc()
152 MyClassA fooA; VERIFY(internal::UIntPtr(fooA.avec.data())%ALIGNMENT==0); in test_dynalloc()
158 MyStruct *foo0 = new MyStruct(); VERIFY(internal::UIntPtr(foo0->avec.data())%ALIGNMENT==0); in test_dynalloc()
159 MyClassA *fooA = new MyClassA(); VERIFY(internal::UIntPtr(fooA->avec.data())%ALIGNMENT==0); in test_dynalloc()
168 MyStruct *foo0 = new MyStruct[N]; VERIFY(internal::UIntPtr(foo0->avec.data())%ALIGNMENT==0); in test_dynalloc()
[all …]
Drvalue_types.cpp14 using internal::UIntPtr;
25 UIntPtr src_address = reinterpret_cast<UIntPtr>(tmp.data()); in rvalue_copyassign()
29 UIntPtr dst_address = reinterpret_cast<UIntPtr>(n.data()); in rvalue_copyassign()
Dstdvector.cpp37 VERIFY((internal::UIntPtr)&(v[22]) == (internal::UIntPtr)&(v[21]) + sizeof(MatrixType)); in check_stdvector_matrix()
72 VERIFY((internal::UIntPtr)&(v[22]) == (internal::UIntPtr)&(v[21]) + sizeof(TransformType)); in check_stdvector_transform()
107 VERIFY((internal::UIntPtr)&(v[22]) == (internal::UIntPtr)&(v[21]) + sizeof(QuaternionType)); in check_stdvector_quaternion()
Dstdvector_overload.cpp51 VERIFY((internal::UIntPtr)&(v[22]) == (internal::UIntPtr)&(v[21]) + sizeof(MatrixType)); in EIGEN_DEFINE_STL_VECTOR_SPECIALIZATION()
86 VERIFY((internal::UIntPtr)&(v[22]) == (internal::UIntPtr)&(v[21]) + sizeof(TransformType)); in check_stdvector_transform()
121 VERIFY((internal::UIntPtr)&(v[22]) == (internal::UIntPtr)&(v[21]) + sizeof(QuaternionType)); in check_stdvector_quaternion()
Dmapped_matrix.cpp28 …Scalar* array3unaligned = (internal::UIntPtr(array3)%EIGEN_MAX_ALIGN_BYTES) == 0 ? array3+1 : arra… in map_class_vector()
68 …Scalar* array3unaligned = internal::UIntPtr(array3)%EIGEN_MAX_ALIGN_BYTES == 0 ? array3+1 : array3; in map_class_matrix()
132 …Scalar* array3unaligned = internal::UIntPtr(array3)%EIGEN_MAX_ALIGN_BYTES == 0 ? array3+1 : array3; in map_static_methods()
Dfirst_aligned.cpp44 double *array_double_plus_4_bytes = (double*)(internal::UIntPtr(array_double)+4); in test_first_aligned()
Dunalignedassert.cpp97 size_t _buf = reinterpret_cast<internal::UIntPtr>(buf); in construct_at_boundary()
Dmapstride.cpp73 …array2 = (Scalar*)(((internal::UIntPtr(a_array2)+EIGEN_MAX_ALIGN_BYTES-1)/EIGEN_MAX_ALIGN_BYTES)*E… in map_class_matrix()
/external/swiftshader/third_party/LLVM/lib/Transforms/Instrumentation/
DProfilingUtils.cpp30 PointerType *UIntPtr = arrayType ? arrayType : in InsertProfilingInitCall() local
35 ArgVTy, UIntPtr, in InsertProfilingInitCall()
60 Args[2] = ConstantPointerNull::get(UIntPtr); in InsertProfilingInitCall()
/external/eigen/Eigen/src/Core/util/
DMemory.h451 else if( (UIntPtr(array) & (sizeof(Scalar)-1)) || (Alignment%ScalarSize)!=0) in first_aligned()
459 …Index first = (AlignmentSize - (Index((UIntPtr(array)/sizeof(Scalar))) & AlignmentMask)) & Alignme… in first_aligned()
526 if (UIntPtr(target) < UIntPtr(start))
629 …#define EIGEN_ALIGNED_ALLOCA(SIZE) reinterpret_cast<void*>((internal::UIntPtr(EIGEN_ALLOCA(SIZE+EI…
DMeta.h48 typedef std::uintptr_t UIntPtr; typedef
51 typedef std::size_t UIntPtr;
DBlasUtil.h151 return (UIntPtr(m_data+i)%sizeof(Packet))==0;
243 if (UIntPtr(m_data)%sizeof(Scalar)) {
/external/eigen/Eigen/src/Core/products/
DGeneralMatrixMatrix.h312 …this->m_blockA = reinterpret_cast<LhsScalar*>((internal::UIntPtr(m_staticA) + (EIGEN_DEFAULT_ALIGN…
313 …this->m_blockB = reinterpret_cast<RhsScalar*>((internal::UIntPtr(m_staticB) + (EIGEN_DEFAULT_ALIGN…
DGeneralMatrixVector.h143 if( (lhsAlignmentOffset < 0) || (lhsAlignmentOffset == size) || (UIntPtr(res)%sizeof(ResScalar)) )
/external/eigen/Eigen/src/Core/
DMapBase.h190 eigen_assert(( ((internal::UIntPtr(m_data) % internal::traits<Derived>::Alignment) == 0)
DDenseStorage.h70 …eigen_assert((internal::UIntPtr(eigen_unaligned_array_assert_workaround_gcc47(array)) & (sizemask)…
76 eigen_assert((internal::UIntPtr(array) & (sizemask)) == 0 \
DGeneralProduct.h176 …? reinterpret_cast<Scalar*>((internal::UIntPtr(m_data.array) & ~(std::size_t(EIGEN_MAX_ALIGN_BYTES…
DAssignEvaluator.h531 if((!bool(dstIsAligned)) && (UIntPtr(dst_ptr) % sizeof(Scalar))>0)
DCoreEvaluators.h1107 …eigen_assert(((internal::UIntPtr(block.data()) % EIGEN_PLAIN_ENUM_MAX(1,evaluator<XprType>::Alignm…
/external/llvm/tools/llvm-objdump/
DMachODump.cpp6957 template <typename UIntPtr> void read(const char *Buf) { in read()
6958 FunctionAddr = readNext<UIntPtr>(Buf); in read()
6961 PersonalityAddr = readNext<UIntPtr>(Buf); in read()
6962 LSDAAddr = readNext<UIntPtr>(Buf); in read()