/external/eigen/debug/msvc/ |
D | eigen_autoexp_part.dat | 33 x : ($c.m_storage.m_data.array)[0], 34 y : ($c.m_storage.m_data.array)[1], 35 z : ($c.m_storage.m_data.array)[2], 36 w : ($c.m_storage.m_data.array)[3] 46 #array(expr: $e.m_storage.m_data.array[$i], size: 4), 58 x : ($c.m_storage.m_data.array)[0], 59 y : ($c.m_storage.m_data.array)[1], 60 z : ($c.m_storage.m_data.array)[2] 70 #array(expr: $e.m_storage.m_data.array[$i], size: 3), 82 x : ($c.m_storage.m_data.array)[0], [all …]
|
/external/eigen/unsupported/Eigen/CXX11/src/Tensor/ |
D | TensorFixedSize.h | 52 TensorStorage<Scalar, Dimensions, Options> m_storage; 56 …INLINE Index dimension(std::size_t n) const { return m_storage.dimensions()[n];… in dimension() 57 …G_INLINE const Dimensions& dimensions() const { return m_storage.dimensions(); } in dimensions() 58 …_STRONG_INLINE Index size() const { return m_storage.size(); } in size() 59 …_STRONG_INLINE Scalar *data() { return m_storage.data(); } in data() 60 …_STRONG_INLINE const Scalar *data() const { return m_storage.data(); } in data() 82 return m_storage.data()[linearizedIndex(indices)]; in coeff() 89 return m_storage.data()[index]; in coeff() 96 return m_storage.data()[0]; in coeff() 114 return m_storage.data()[linearizedIndex(indices)]; in coeffRef() [all …]
|
D | Tensor.h | 87 TensorStorage<Scalar, Dimensions, Options> m_storage; 101 …E Index dimension(std::size_t n) const { return m_storage.dimensions()[n];… in dimension() 102 …INE const Dimensions& dimensions() const { return m_storage.dimensions(); } in dimensions() 103 …NG_INLINE Index size() const { return m_storage.size(); } in size() 104 …NG_INLINE Scalar *data() { return m_storage.data(); } in data() 105 …NG_INLINE const Scalar *data() const { return m_storage.data(); } in data() 127 return m_storage.data()[linearizedIndex(indices)]; in coeff() 144 return m_storage.data()[0]; in coeff() 150 return m_storage.data()[index]; in coeff() 167 return m_storage.data()[linearizedIndex(indices)]; in coeffRef() [all …]
|
/external/eigen/Eigen/src/Core/ |
D | PlainObjectBase.h | 139 …, Base::MaxSizeAtCompileTime, Base::RowsAtCompileTime, Base::ColsAtCompileTime, Options> m_storage; 151 EIGEN_STRONG_INLINE Index rows() const { return m_storage.rows(); } 153 EIGEN_STRONG_INLINE Index cols() const { return m_storage.cols(); } 163 return m_storage.data()[colId + rowId * m_storage.cols()]; 165 return m_storage.data()[rowId + colId * m_storage.rows()]; 175 return m_storage.data()[index]; 186 return m_storage.data()[colId + rowId * m_storage.cols()]; 188 return m_storage.data()[rowId + colId * m_storage.rows()]; 198 return m_storage.data()[index]; 207 return m_storage.data()[colId + rowId * m_storage.cols()]; [all …]
|
D | Array.h | 60 using Base::m_storage; 212 m_storage.data()[0] = val0; 213 m_storage.data()[1] = val1; 214 m_storage.data()[2] = val2; 222 m_storage.data()[0] = val0; 223 m_storage.data()[1] = val1; 224 m_storage.data()[2] = val2; 225 m_storage.data()[3] = val3;
|
D | Matrix.h | 351 m_storage.data()[0] = x; 352 m_storage.data()[1] = y; 353 m_storage.data()[2] = z; 361 m_storage.data()[0] = x; 362 m_storage.data()[1] = y; 363 m_storage.data()[2] = z; 364 m_storage.data()[3] = w; 403 using Base::m_storage;
|
/external/deqp/modules/gles31/functional/ |
D | es31fSynchronizationTests.cpp | 147 const StorageType m_storage; member in deqp::gles31::Functional::__anon1d296c8a0111::InterInvocationTestCase 166 , m_storage (storage) in InterInvocationTestCase() 180 DE_ASSERT(m_storage < STORAGE_LAST); in InterInvocationTestCase() 195 …if (m_useAtomic && m_storage == STORAGE_IMAGE && !m_context.getContextInfo().isExtensionSupported(… in init() 207 if (m_storage == STORAGE_BUFFER) in init() 220 else if (m_storage == STORAGE_IMAGE) in init() 295 …m_testCtx.setTestResult(QP_TEST_RESULT_FAIL, (std::string((m_storage == STORAGE_BUFFER) ? ("buffer… in iterate() 320 if (m_storage == STORAGE_BUFFER && !m_aliasingStorages) in runCompute() 325 else if (m_storage == STORAGE_BUFFER && m_aliasingStorages) in runCompute() 333 else if (m_storage == STORAGE_IMAGE && !m_aliasingStorages) in runCompute() [all …]
|
D | es31fProgramInterfaceQueryTests.cpp | 293 , m_storage (storage) in StorageQualifier() 299 const glu::Storage m_storage; member in deqp::gles31::Functional::__anon1fa03e770111::ResourceDefinition::StorageQualifier 584 variable.storage = qualifier->m_storage; in generateProgramDefinitionFromResource() 589 interfaceBlock.storage = qualifier->m_storage; in generateProgramDefinitionFromResource() 1192 if (storageDef->m_storage == glu::STORAGE_PATCH_IN || in genTestCaseName() 1193 storageDef->m_storage == glu::STORAGE_PATCH_OUT) in genTestCaseName() 1369 uniformType = std::string(" ") + glu::getStorageName(storageDef->m_storage); in genMultilineDescription() 1370 … structureDescriptor << "\n\tdeclared as \"" << glu::getStorageName(storageDef->m_storage) << "\""; in genMultilineDescription() 1659 const glu::Storage m_storage; member in deqp::gles31::Functional::__anon1fa03e770111::InterfaceBlockBaseCase 1666 , m_storage (storage) in InterfaceBlockBaseCase() [all …]
|
D | es31fProgramInterfaceDefinitionUtil.cpp | 958 : m_storage(storage) in InterfaceBlockStorageFilter() 964 return m_storage == b.storage; in operator ()() 968 const glu::Storage m_storage; member in deqp::gles31::Functional::__anonb31a9d950111::InterfaceBlockStorageFilter 975 : m_storage(storage) in VariableDeclarationStorageFilter() 981 return m_storage == d.storage; in operator ()() 985 const glu::Storage m_storage; member in deqp::gles31::Functional::__anonb31a9d950111::VariableDeclarationStorageFilter
|
/external/deqp/framework/randomshaders/ |
D | rsgVariable.hpp | 58 Storage getStorage (void) const { return m_storage; } in getStorage() 63 void setStorage (Storage storage) { m_storage = storage; } in setStorage() 72 Storage m_storage; member in rsg::Variable
|
D | rsgVariable.cpp | 33 , m_storage (storage) in Variable() 48 switch (m_storage) in tokenizeDeclaration()
|
D | rsgVariableValue.cpp | 271 , m_storage(other.m_variable->getType()) in VariableValue() 273 m_storage.getValue(getType()) = other.getValue().value(); in VariableValue() 279 m_storage.setStorage(getType()); in operator =() 280 m_storage.getValue(getType()) = other.getValue().value(); in operator =()
|
D | rsgVariableValue.hpp | 348 …VariableValue (const Variable* variable) : m_variable(variable), m_storage(m_variable->getType())… in VariableValue() 352 ValueAccess getValue (void) { return m_storage.getValue(m_variable->getType()); } in getValue() 353 ConstValueAccess getValue (void) const { return m_storage.getValue(m_variable->getType()); } in getValue() 362 ValueStorage<1> m_storage; member in rsg::VariableValue
|
/external/opencv/ |
D | cvjni.cpp | 328 m_storage = cvCreateMemStorage(0); in Java_org_siprop_opencv_OpenCV_initFaceDetection() 367 if (m_storage) { in Java_org_siprop_opencv_OpenCV_releaseFaceDetection() 368 cvReleaseMemStorage(&m_storage); in Java_org_siprop_opencv_OpenCV_releaseFaceDetection() 369 m_storage = 0; in Java_org_siprop_opencv_OpenCV_releaseFaceDetection() 400 cvClearMemStorage(m_storage); in initFaceDetectionImages() 466 if (m_cascade == 0 || m_storage == 0) { in Java_org_siprop_opencv_OpenCV_findAllFaces() 479 m_facesFound = mycvHaarDetectObjects(m_smallImage, m_cascade, m_storage, HAAR_SCALE, in Java_org_siprop_opencv_OpenCV_findAllFaces() 565 if (m_cascade == 0 || m_storage == 0) { in Java_org_siprop_opencv_OpenCV_findSingleFace() 578 m_facesFound = mycvHaarDetectObjects(m_smallImage, m_cascade, m_storage, HAAR_SCALE, in Java_org_siprop_opencv_OpenCV_findSingleFace()
|
D | cvjni.h | 54 CvMemStorage *m_storage = 0; variable
|
/external/deqp/modules/glshared/ |
D | glsVertexArrayTests.cpp | 449 : m_storage (storage) in ContextArray() 464 if (m_storage == STORAGE_BUFFER) in ContextArray() 473 if (m_storage == STORAGE_BUFFER) in ~ContextArray() 478 else if (m_storage == STORAGE_USER) in ~ContextArray() 494 if (m_storage == STORAGE_BUFFER) in data() 502 else if (m_storage == STORAGE_USER) in data() 518 if (m_storage == STORAGE_BUFFER) in subdata() 526 else if (m_storage == STORAGE_USER) in subdata() 546 if (m_storage == STORAGE_USER) in bindIndexArray() 549 else if (m_storage == STORAGE_BUFFER) in bindIndexArray() [all …]
|
D | glsDrawTest.cpp | 905 DrawTestSpec::Storage getStorageType (void) const { return m_storage; } in getStorageType() 912 DrawTestSpec::Storage m_storage; member in deqp::gls::__anond14e03d00111::AttributeArray 933 : m_storage (storage) in AttributeArray() 950 if (m_storage == DrawTestSpec::STORAGE_BUFFER) in AttributeArray() 959 if (m_storage == DrawTestSpec::STORAGE_BUFFER) in ~AttributeArray() 964 else if (m_storage == DrawTestSpec::STORAGE_USER) in ~AttributeArray() 975 if (m_storage == DrawTestSpec::STORAGE_BUFFER) in data() 983 else if (m_storage == DrawTestSpec::STORAGE_USER) in data() 1051 if (m_storage == DrawTestSpec::STORAGE_BUFFER) in bindAttribute() 1058 else if (m_storage == DrawTestSpec::STORAGE_USER) in bindAttribute() [all …]
|
D | glsVertexArrayTests.hpp | 185 virtual Array::Storage getStorageType (void) const { return m_storage; } in getStorageType() 199 Storage m_storage; member in deqp::gls::ContextArray
|
/external/opencv/cvaux/src/ |
D | enmin.cpp | 1293 if( !m_storage ) { 1294 m_storage = cvCreateMemStorage( 0 ); 1306 m_storage ); 1375 m_storage = NULL;
|
/external/deqp/modules/gles2/stress/ |
D | es2sSpecialFloatTests.cpp | 535 const Storage m_storage; member in deqp::gles2::Stress::__anonc37841890111::VertexAttributeCase 544 , m_storage (storage) in VertexAttributeCase() 564 if (m_storage == STORAGE_BUFFER) in init() 644 if (m_storage == STORAGE_BUFFER) in iterate() 664 if (m_storage == STORAGE_BUFFER) in iterate() 681 else if (m_storage == STORAGE_CLIENT) in iterate()
|
/external/deqp/modules/gles3/stress/ |
D | es3sSpecialFloatTests.cpp | 547 const Storage m_storage; member in deqp::gles3::Stress::__anonc3de246b0111::VertexAttributeCase 556 , m_storage (storage) in VertexAttributeCase() 576 if (m_storage == STORAGE_BUFFER) in init() 656 if (m_storage == STORAGE_BUFFER) in iterate() 676 if (m_storage == STORAGE_BUFFER) in iterate() 693 else if (m_storage == STORAGE_CLIENT) in iterate()
|
/external/eigen/doc/ |
D | InsideEigenExample.dox | 85 …e/Matrix.h. Besides some assertions, all it does is to construct the \a m_storage member, which is… 226 …eigen_assert(m_storage.data()!=0 && "you cannot use operator= with a non initialized matrix (inste… 395 internal::pstoret<Scalar, PacketScalar, StoreMode>(m_storage.data() + index, x); 448 return internal::ploadt<Scalar, LoadMode>(m_storage.data() + index);
|