/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/libgdx/extensions/gdx-bullet/jni/src/bullet/LinearMath/ |
D | btMatrixX.h | 42 btAlignedObjectArray<T> m_storage; member 49 m_storage.resize(numRows); in btVectorX() 54 m_storage.resize(rows); in resize() 62 return m_storage.size(); in rows() 116 if (m_storage.size()) in setZero() 121 btSetZero(&m_storage[0],m_storage.size()); in setZero() 126 return m_storage[index]; 131 return m_storage[index]; 136 return m_storage.size() ? &m_storage[0] : 0; in getBufferPointerWritable() 141 return m_storage.size() ? &m_storage[0] : 0; in getBufferPointer() [all …]
|
/external/eigen/Eigen/src/Core/ |
D | PlainObjectBase.h | 126 …, Base::MaxSizeAtCompileTime, Base::RowsAtCompileTime, Base::ColsAtCompileTime, Options> m_storage; 135 EIGEN_STRONG_INLINE Index rows() const { return m_storage.rows(); } 136 EIGEN_STRONG_INLINE Index cols() const { return m_storage.cols(); } 141 return m_storage.data()[colId + rowId * m_storage.cols()]; 143 return m_storage.data()[rowId + colId * m_storage.rows()]; 148 return m_storage.data()[index]; 154 return m_storage.data()[colId + rowId * m_storage.cols()]; 156 return m_storage.data()[rowId + colId * m_storage.rows()]; 161 return m_storage.data()[index]; 167 return m_storage.data()[colId + rowId * m_storage.cols()]; [all …]
|
D | Array.h | 57 using Base::m_storage; 166 m_storage.data()[0] = val0; 167 m_storage.data()[1] = val1; 168 m_storage.data()[2] = val2; 175 m_storage.data()[0] = val0; 176 m_storage.data()[1] = val1; 177 m_storage.data()[2] = val2; 178 m_storage.data()[3] = val3;
|
D | Matrix.h | 253 m_storage.data()[0] = x; 254 m_storage.data()[1] = y; 255 m_storage.data()[2] = z; 262 m_storage.data()[0] = x; 263 m_storage.data()[1] = y; 264 m_storage.data()[2] = z; 265 m_storage.data()[3] = w; 347 using Base::m_storage;
|
/external/deqp/modules/gles31/functional/ |
D | es31fSynchronizationTests.cpp | 147 const StorageType m_storage; member in deqp::gles31::Functional::__anon226f24ab0111::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::__anon0c91cb580111::ResourceDefinition::StorageQualifier 596 variable.storage = qualifier->m_storage; in generateProgramDefinitionFromResource() 601 interfaceBlock.storage = qualifier->m_storage; in generateProgramDefinitionFromResource() 1195 if (storageDef->m_storage == glu::STORAGE_PATCH_IN || in genTestCaseName() 1196 storageDef->m_storage == glu::STORAGE_PATCH_OUT) in genTestCaseName() 1372 uniformType = std::string(" ") + glu::getStorageName(storageDef->m_storage); in genMultilineDescription() 1373 … structureDescriptor << "\n\tdeclared as \"" << glu::getStorageName(storageDef->m_storage) << "\""; in genMultilineDescription() 1662 const glu::Storage m_storage; member in deqp::gles31::Functional::__anon0c91cb580111::InterfaceBlockBaseCase 1669 , 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::__anona5d9b2f60111::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::__anona5d9b2f60111::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 | 906 DrawTestSpec::Storage getStorageType (void) const { return m_storage; } in getStorageType() 913 DrawTestSpec::Storage m_storage; member in deqp::gls::__anon7252ad110111::AttributeArray 934 : m_storage (storage) in AttributeArray() 951 if (m_storage == DrawTestSpec::STORAGE_BUFFER) in AttributeArray() 960 if (m_storage == DrawTestSpec::STORAGE_BUFFER) in ~AttributeArray() 965 else if (m_storage == DrawTestSpec::STORAGE_USER) in ~AttributeArray() 976 if (m_storage == DrawTestSpec::STORAGE_BUFFER) in data() 984 else if (m_storage == DrawTestSpec::STORAGE_USER) in data() 1000 if (m_storage == DrawTestSpec::STORAGE_BUFFER) in subdata() 1008 else if (m_storage == DrawTestSpec::STORAGE_USER) in subdata() [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::__anon7813888a0111::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::__anon78796b6c0111::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);
|