Home
last modified time | relevance | path

Searched defs:Identity (Results 1 – 15 of 15) sorted by relevance

/external/clang/test/CodeGenCXX/
Ddebug-info.cpp4 template<typename T> struct Identity { struct
8 void f(Identity<int>::Type a) {} in f() argument
/external/eigen/Eigen/src/Geometry/
DQuaternion.h105 static inline Quaternion<Scalar> Identity() { return Quaternion<Scalar>(1, 0, 0, 0); } in Identity() function
DTranslation.h145 static const Translation Identity() { return Translation(VectorType::Zero()); } in Identity() function
DTransform.h499 static const Transform Identity() in Identity() function
/external/mesa3d/src/gallium/docs/source/
Ddistro.rst15 Identity section in Drivers
/external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/
Dcmsmtrx.c100 cmsMAT3 Identity; in _cmsMAT3isIdentity() local
/external/guava/guava/src/com/google/common/base/
DEquivalence.java339 static final class Identity extends Equivalence<Object> class in Equivalence
/external/fonttools/Lib/fontTools/misc/
Dtransform.py328 Identity = Transform() variable
/external/mesa3d/src/mesa/math/
Dm_matrix.c133 static GLfloat Identity[16] = { variable
/external/openssh/
Dssh-agent.c119 } Identity; typedef
Dsshconnect2.c250 typedef struct identity Identity; typedef
/external/llvm/lib/Transforms/Scalar/
DReassociate.cpp735 Constant *Identity = ConstantExpr::getBinOpIdentity(Opcode, I->getType()); in LinearizeExprTree() local
/external/google-breakpad/src/testing/test/
Dgmock-generated-actions_test.cc383 TEST(WithArgsTest, Identity) { in TEST() argument
/external/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp2792 Value *Identity; in vectorizeLoop() local
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp1554 bool Identity = true, AllSame = true; in getVectorShuffle() local